.. |
AlignOf.h
|
Removed trailing whitespace.
|
2009-02-20 22:51:36 +00:00 |
Allocator.h
|
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
|
2009-10-26 01:35:46 +00:00 |
CallSite.h
|
back out my recent commit (r80858), it seems to break self-hosting buildbot's stage 2 configure
|
2009-09-03 02:02:59 +00:00 |
Casting.h
|
convert LoopInfo.h and GraphWriter.h to use raw_ostream
|
2009-08-23 07:19:13 +00:00 |
CFG.h
|
eliminate all 80-col violations that I have introduced in my recent checkins (and some others more)
|
2009-08-27 23:44:33 +00:00 |
CommandLine.h
|
Add qualifiers for calls to member functions in dependent bases.
|
2009-12-11 01:04:42 +00:00 |
Compiler.h
|
add an ALWAYS_INLINE macro, which does the obvious thing.
|
2009-12-15 06:14:33 +00:00 |
ConstantFolder.h
|
Add utility routines for NSW multiply.
|
2009-12-18 03:10:26 +00:00 |
ConstantRange.h
|
implement shl, ashr, and lshr methods. shl is not fully implemented as it is quite tricky.
|
2009-11-12 14:53:53 +00:00 |
DataFlow.h
|
Make dataflow iteration possible on Value*, not only on User*: df_ext_iterator<Value*, SmallPtrSet<const Value*, 16> >
|
2009-04-30 17:09:22 +00:00 |
Debug.h
|
Make it easier to use the llvm_unreachable and DEBUG macros without "using
|
2009-12-12 04:08:32 +00:00 |
DebugLoc.h
|
Remove isPod() from DenseMapInfo, splitting it out to its own
|
2009-12-15 07:26:43 +00:00 |
DOTGraphTraits.h
|
Remove ShortNames from getNodeLabel in DOTGraphTraits
|
2009-11-30 12:38:47 +00:00 |
Dwarf.h
|
Fix a bug where the DWARF emitter in the JIT was not initializing alignment
|
2009-08-21 21:03:57 +00:00 |
DynamicLinker.h
|
Don't attribute in file headers anymore. See llvmdev for the
|
2007-12-29 19:59:42 +00:00 |
ELF.h
|
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
|
2009-10-26 01:35:46 +00:00 |
ErrorHandling.h
|
Make it easier to use the llvm_unreachable and DEBUG macros without "using
|
2009-12-12 04:08:32 +00:00 |
FileUtilities.h
|
Removed trailing whitespace.
|
2009-02-20 22:51:36 +00:00 |
Format.h
|
Make a few headers standalone. Plus, add a missing "template" keyword
|
2009-11-05 13:30:28 +00:00 |
FormattedStream.h
|
Revert "Don't allow formatted_ostream to be unbuffered, even if its underlying
|
2009-09-22 16:33:42 +00:00 |
GetElementPtrTypeIterator.h
|
Fix indentation.
|
2009-12-04 22:46:47 +00:00 |
GraphWriter.h
|
Fix odd declaration.
|
2009-11-30 15:52:29 +00:00 |
InstIterator.h
|
Don't attribute in file headers anymore. See llvmdev for the
|
2007-12-29 19:59:42 +00:00 |
InstVisitor.h
|
rename indbr -> indirectbr to appease the residents of #llvm.
|
2009-10-28 00:19:10 +00:00 |
IRBuilder.h
|
Add utility routines for NSW multiply.
|
2009-12-18 03:10:26 +00:00 |
IRReader.h
|
Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead
|
2009-09-08 22:20:35 +00:00 |
LeakDetector.h
|
Make a few headers standalone. Plus, add a missing "template" keyword
|
2009-11-05 13:30:28 +00:00 |
ManagedStatic.h
|
Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-length array type.
|
2009-07-09 17:26:16 +00:00 |
Mangler.h
|
Allow symbols to start from the digit if target requests it. This allows, e.g. pinning
|
2009-09-18 16:57:42 +00:00 |
MathExtras.h
|
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
|
2009-10-26 01:35:46 +00:00 |
MemoryBuffer.h
|
Remove spurious @verbatim. Patch by Timo Juhani Lindfors!
|
2009-11-18 22:04:44 +00:00 |
MemoryObject.h
|
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
|
2009-10-26 01:35:46 +00:00 |
MutexGuard.h
|
Tidy up #includes, deleting a bunch of unnecessary #includes.
|
2009-01-05 17:59:02 +00:00 |
NoFolder.h
|
Add utility routines for NSW multiply.
|
2009-12-18 03:10:26 +00:00 |
OutputBuffer.h
|
Make a few headers standalone. Plus, add a missing "template" keyword
|
2009-11-05 13:30:28 +00:00 |
PassNameParser.h
|
Make a few headers standalone. Plus, add a missing "template" keyword
|
2009-11-05 13:30:28 +00:00 |
PatternMatch.h
|
add a helper for matching "1".
|
2009-10-11 07:51:25 +00:00 |
PluginLoader.h
|
Don't attribute in file headers anymore. See llvmdev for the
|
2007-12-29 19:59:42 +00:00 |
PointerLikeTypeTraits.h
|
lang points out that the comment is out of date with the code.
|
2009-10-27 04:58:10 +00:00 |
PredIteratorCache.h
|
Add caching of predecessor counts as well as predecessors themselves.
|
2009-04-22 08:46:33 +00:00 |
PrettyStackTrace.h
|
add a knob to turn off PrettyStackTrace globally. Patch by Zoltan
|
2009-07-16 06:17:45 +00:00 |
raw_os_ostream.h
|
split raw_os_ostream out to its own header and implementation file. This
|
2009-08-24 04:02:06 +00:00 |
raw_ostream.h
|
Micro-optimize these functions in the case where they are not inlined.
|
2009-12-14 19:32:31 +00:00 |
Recycler.h
|
Public and private corrections, warned about by icc (#304).
|
2009-09-06 08:55:57 +00:00 |
RecyclingAllocator.h
|
Make a few headers standalone. Plus, add a missing "template" keyword
|
2009-11-05 13:30:28 +00:00 |
Regex.h
|
remove support for "NoSub" from regex. It seems like a minor optimization
|
2009-09-26 21:27:04 +00:00 |
Registry.h
|
Remove unneeded declaration, as warned about by
|
2009-09-06 07:23:28 +00:00 |
RegistryParser.h
|
Registry.h should not depend on CommandLine.h.
|
2009-01-16 07:02:28 +00:00 |
SlowOperationInformer.h
|
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
|
2009-10-26 01:35:46 +00:00 |
SourceMgr.h
|
SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the source line output.
|
2009-11-22 22:08:00 +00:00 |
StableBasicBlockNumbering.h
|
Don't attribute in file headers anymore. See llvmdev for the
|
2007-12-29 19:59:42 +00:00 |
StandardPasses.h
|
jump threading does everything that condprop does any more. This passes
|
2009-11-10 23:54:10 +00:00 |
StringPool.h
|
Convert StringMap to using StringRef for its APIs.
|
2009-07-23 18:17:34 +00:00 |
SystemUtils.h
|
eliminate the ostream version of CheckBitcodeOutputToConsole,
|
2009-08-23 21:36:09 +00:00 |
TargetFolder.h
|
Add utility routines for NSW multiply.
|
2009-12-18 03:10:26 +00:00 |
Timer.h
|
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
|
2009-10-26 01:35:46 +00:00 |
type_traits.h
|
improve isPodLike to know that all non-class types are pod.
|
2009-12-15 07:40:44 +00:00 |
TypeBuilder.h
|
Make TypeBuilder's result depend on the LLVMContext it's passed.
|
2009-09-09 05:04:01 +00:00 |
ValueHandle.h
|
Remove isPod() from DenseMapInfo, splitting it out to its own
|
2009-12-15 07:26:43 +00:00 |