summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Fix a fixme, patch by Ryan Flynn!Chris Lattner2009-07-15
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-14
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-14
* fix a bug in my previous patch.Chris Lattner2009-07-14
* allow default construction of formatted_raw_ostream.Chris Lattner2009-07-14
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Remove some dead functions, patch by Ryan Flynn!Chris Lattner2009-07-14
* Fix a typo that Edwin spotted.Dan Gohman2009-07-14
* Add a comment clarifying the role of getPrimitiveTypeSizeInBits.Dan Gohman2009-07-14
* Introduce a pointertracking pass.Torok Edwin2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-14
* LLVM doesn't use libelf. Remove libelf configurey.Dan Gohman2009-07-14
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-14
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Torok Edwin2009-07-14
* ProfileInfo interface tweaks.Daniel Dunbar2009-07-14
* remove renamed method.Chris Lattner2009-07-14
* Remove some tabs and fix other whitespace. No functional changes.Bob Wilson2009-07-14
* Fix a comment.Bob Wilson2009-07-14
* Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner2009-07-14
* New VNInfo alignment patch by Ryan Flynn.Lang Hames2009-07-14
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-14
* Unbroke LiveInterval.Lang Hames2009-07-14
* Tidy up VNInfo alignment code. Patch contributed by Ryan Flynn.Lang Hames2009-07-14
* Introduce a new LoopInfo utility function makeLoopInvariant, whichDan Gohman2009-07-14
* Do not use Mangler to remove '1' from linkage name.Devang Patel2009-07-14
* Revert 75308.Bob Wilson2009-07-14
* Fix obvious typo.Eli Friedman2009-07-14
* rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more Chris Lattner2009-07-14
* Move more functionality over to LLVMContext.Owen Anderson2009-07-13
* remove Mangler::getTypeID and related data, it was only used for manglingChris Lattner2009-07-13
* remove mangler support for mangling local names. Mangler should only be Chris Lattner2009-07-13
* Move a bit more functionality to LLVMContext, which apparently wasn't being u...Owen Anderson2009-07-13
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-13
* Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.Dan Gohman2009-07-13
* These don't really need contexts either.Owen Anderson2009-07-13
* Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable,Dan Gohman2009-07-13
* Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,Dan Gohman2009-07-13
* Use AsmPrinter's Mangler to remove leading '1' from linkage names.Devang Patel2009-07-13
* Reapply 75252, with a fix to avoid the infinite recursion case. TheDan Gohman2009-07-13
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-13
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-13
* Move more functionality over to LLVMContext.Owen Anderson2009-07-13
* Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminatesDan Gohman2009-07-13
* Delete a spurious const.Dan Gohman2009-07-13
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-13
* Add NetBSD to the Triple class, patch by Krister Walfridsson!Chris Lattner2009-07-13
* Add an optional optimization to FoldingSet to allow ID values to beDan Gohman2009-07-13