aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-3/+5
* Fix thinkoDaniel Dunbar2009-07-151-1/+1
* Include Target specific Info initialization routine when initializing allDaniel Dunbar2009-07-151-2/+10
* Address some review comments on TargetRegistry.Daniel Dunbar2009-07-151-2/+18
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-151-8/+0
* remove printSuffixedName.Chris Lattner2009-07-151-7/+0
* Add new TargetRegistry.Daniel Dunbar2009-07-151-0/+179
* Make makeLoopInvariant report whether it made any changes or not,Dan Gohman2009-07-151-2/+4
* llvm-c/Core.h is no longer needed in lto.h, and it brings inDan Gohman2009-07-151-1/+0
* Fix a fixme, patch by Ryan Flynn!Chris Lattner2009-07-151-2/+1
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-141-0/+6
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-145-94/+86
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-141-0/+6
* fix a bug in my previous patch.Chris Lattner2009-07-141-1/+1
* allow default construction of formatted_raw_ostream.Chris Lattner2009-07-141-4/+11
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-143-11/+40
* 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.Torok Edwin2009-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.Torok Edwin2009-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.Torok Edwin2009-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