summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move the ConstantStruct factory methods over to LLVMContext.Owen Anderson2009-07-15
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Get rid of postInstructionAction and call EmitComments directly.David Greene2009-07-15
* Fix a typo in a comment that Duncan noticed.Dan Gohman2009-07-15
* Fix a thinko in a comment that Duncan spotted.Dan Gohman2009-07-15
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Add a raw_ostream version of CheckBitcodeOutputToConsole.Dan Gohman2009-07-15
* Add a comment noting that raw_os_ostream does not check for errors.Dan Gohman2009-07-15
* Add a raw_ostream operator<< to sys::Path.Dan Gohman2009-07-15
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-15
* Remove the v3i32 and v3f32 value types: they are notDuncan Sands2009-07-15
* Remove StringConstantPrefix now that the only userDuncan Sands2009-07-15
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-15
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-15
* Kill off unused TargetMachineRegistry methods and ivars.Daniel Dunbar2009-07-15
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-15
* Include the Target& in the TargetMachineRegisterEntry.Daniel Dunbar2009-07-15
* Allow multiple registrations of the same target.Daniel Dunbar2009-07-15
* Initialize the target info via the InitializeNativeTarget() hook.Daniel Dunbar2009-07-15
* Reimplement TargetMachineRegistry in terms of TargetRegistry.Daniel Dunbar2009-07-15
* Mark Target's creation routines as const.Daniel Dunbar2009-07-15
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-15
* Fix thinkoDaniel Dunbar2009-07-15
* Include Target specific Info initialization routine when initializing allDaniel Dunbar2009-07-15
* Address some review comments on TargetRegistry.Daniel Dunbar2009-07-15
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-15
* remove printSuffixedName.Chris Lattner2009-07-15
* Add new TargetRegistry.Daniel Dunbar2009-07-15
* Make makeLoopInvariant report whether it made any changes or not,Dan Gohman2009-07-15
* llvm-c/Core.h is no longer needed in lto.h, and it brings inDan Gohman2009-07-15
* 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