aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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.Torok Edwin2009-07-121-0/+2
* Add CCIfSRet calling convention predicate.Jakob Stoklund Olesen2009-07-121-0/+4
* Make this clearer for the mathematically inclined. Thanks to Duncan Sands forNick Lewycky2009-07-121-0/+4
* Revert r75252 which was causing some crashes at compile time.Nick Lewycky2009-07-112-59/+9
* Fix comment.Torok Edwin2009-07-111-3/+4
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-117-16/+16
* Clarify and simplify.Nick Lewycky2009-07-111-3/+3
* Move a method that creates constant ranges relative to another constant rangeNick Lewycky2009-07-111-0/+10
* Add new vector types for 192-bit, 348-bit and 512-bit sizes.Bob Wilson2009-07-102-55/+153
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-101-0/+11
* Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene2009-07-104-195/+171
* Regenerate configure after r75279.Jeffrey Yasskin2009-07-101-0/+3
* Add a --with-oprofile flag to configure, which uses OProfile's agentJeffrey Yasskin2009-07-101-0/+2
* Remove ScalarEvolution::hasSCEV, which isn't being used, and whichDan Gohman2009-07-101-8/+0
* Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd...Evan Cheng2009-07-101-9/+7
* Fix unit tests.Owen Anderson2009-07-101-1/+2
* add missing *, patch by Peter O'Gorman!Chris Lattner2009-07-101-1/+1
* Push LLVMContext through the TypeBuilder API. There are no users for this in...Owen Anderson2009-07-101-96/+106
* Push LLVMContext through the PatternMatch API.Owen Anderson2009-07-102-53/+59
* Generalize ScalarEvolution's cast-folding code to support more kindsDan Gohman2009-07-102-9/+59
* 80 col violation.Evan Cheng2009-07-101-2/+2
* Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.Owen Anderson2009-07-104-82/+98
* Fix #include specification.David Greene2009-07-101-1/+1