..
AlignOf.h
Allocator.h
Temporarily revert r93581. It was causing failures in the ExecutionEngine tests
2010-01-16 01:06:58 +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 debug messages to use dbgs(). Generally this means
2009-12-23 18:25:37 +00:00
CFG.h
Revive dead assert.
2010-01-16 16:14:55 +00:00
circular_raw_ostream.h
Add circular_raw_ostream, which buffers its output in a circular queue
2009-12-23 16:08:15 +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 "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are
2009-12-28 01:20:29 +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
Debug.h
Fix a comment.
2009-12-23 23:19:43 +00:00
DebugLoc.h
Replace DebugLocTuple with DILocation.
2010-01-16 06:09:35 +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
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
Format.h
Restore snprintf weirdness for VCPP only
2009-12-22 20:11:00 +00:00
FormattedStream.h
Fix a build error by adding a missing commit.
2010-01-05 01:36:30 +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
InstVisitor.h
rename indbr -> indirectbr to appease the residents of #llvm.
2009-10-28 00:19:10 +00:00
IRBuilder.h
remove #include that comes in from ConstantFolder.h
2009-12-28 21:52:06 +00:00
IRReader.h
Kill ModuleProvider and ghost linkage by inverting the relationship between
2010-01-27 20:34:15 +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
MathExtras.h
Correct spelling.
2010-01-07 09:05:26 +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
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
give PassNameParser a home.
2010-01-22 06:29:25 +00:00
PatternMatch.h
change the canonical form of "cond ? -1 : 0" to be
2010-01-24 00:09:49 +00:00
PluginLoader.h
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
PrettyStackTrace.h
raw_os_ostream.h
Make some methods const. The only interesting change here is that
2009-12-19 01:38:42 +00:00
raw_ostream.h
Changes to fix buffering that I forgot to commit with previous patch.
2010-01-22 21:16:10 +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
SlowOperationInformer.h
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
2009-10-26 01:35:46 +00:00
SMLoc.h
Added a newline at the end of SMLoc.h
2010-01-18 22:16:54 +00:00
SourceMgr.h
Make SMDiagnostic::Print a const method.
2010-01-27 10:13:28 +00:00
StableBasicBlockNumbering.h
StandardPasses.h
don't run GVN at -O1, GCC doesn't do it's equivalent at that optimization level.
2009-12-22 04:47:41 +00:00
StringPool.h
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