aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove some dead functions, patch by Ryan Flynn!Chris Lattner2009-07-142-4/+0
* Fix a typo that Edwin spotted.Dan Gohman2009-07-141-1/+1
* Add a comment clarifying the role of getPrimitiveTypeSizeInBits.Dan Gohman2009-07-141-0/+5
* Introduce a pointertracking pass.Edwin Török2009-07-142-0/+134
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-3/+6
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-141-0/+6
* LLVM doesn't use libelf. Remove libelf configurey.Dan Gohman2009-07-142-6/+0
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-146-15/+16
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-141-6/+3
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Edwin Török2009-07-142-3/+7
* ProfileInfo interface tweaks.Daniel Dunbar2009-07-141-4/+12
* remove renamed method.Chris Lattner2009-07-141-4/+0
* Remove some tabs and fix other whitespace. No functional changes.Bob Wilson2009-07-141-7/+7
* Fix a comment.Bob Wilson2009-07-141-1/+1
* Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner2009-07-141-3/+10
* New VNInfo alignment patch by Ryan Flynn.Lang Hames2009-07-141-14/+3
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-141-2/+2
* Unbroke LiveInterval.Lang Hames2009-07-141-4/+7
* Tidy up VNInfo alignment code. Patch contributed by Ryan Flynn.Lang Hames2009-07-141-22/+21
* Introduce a new LoopInfo utility function makeLoopInvariant, whichDan Gohman2009-07-141-0/+27
* Do not use Mangler to remove '1' from linkage name.Devang Patel2009-07-141-4/+0
* Revert 75308.Bob Wilson2009-07-142-153/+55
* Fix obvious typo.Eli Friedman2009-07-141-1/+1
* rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more Chris Lattner2009-07-141-4/+6
* Move more functionality over to LLVMContext.Owen Anderson2009-07-131-18/+0
* remove Mangler::getTypeID and related data, it was only used for manglingChris Lattner2009-07-131-10/+0
* remove mangler support for mangling local names. Mangler should only be Chris Lattner2009-07-131-1/+0
* Move a bit more functionality to LLVMContext, which apparently wasn't being u...Owen Anderson2009-07-132-6/+5
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-131-0/+7
* Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.Dan Gohman2009-07-135-9/+11
* These don't really need contexts either.Owen Anderson2009-07-133-2/+12
* Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable,Dan Gohman2009-07-132-222/+51
* Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,Dan Gohman2009-07-133-90/+118
* Use AsmPrinter's Mangler to remove leading '1' from linkage names.Devang Patel2009-07-131-1/+5
* Reapply 75252, with a fix to avoid the infinite recursion case. TheDan Gohman2009-07-131-9/+53
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-131-1/+1
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-131-0/+5
* Move more functionality over to LLVMContext.Owen Anderson2009-07-135-23/+11
* Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminatesDan Gohman2009-07-132-43/+45
* Delete a spurious const.Dan Gohman2009-07-131-1/+1
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-132-2/+29
* Add NetBSD to the Triple class, patch by Krister Walfridsson!Chris Lattner2009-07-131-0/+1
* Add an optional optimization to FoldingSet to allow ID values to beDan Gohman2009-07-131-0/+14
* Make some more changes suggested by Chris. Manipulators go away.David Greene2009-07-132-104/+10
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-136-35/+31
* Match declaration to definition.Daniel Dunbar2009-07-124-4/+4
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner2009-07-121-5/+0
* Mention that llvm_report_error() does not return.Edwin Török2009-07-121-0/+2
* Add CCIfSRet calling convention predicate.Jakob Stoklund Olesen2009-07-121-0/+4