aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-3/+1
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-164-4/+6
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-161-4/+6
* Add an isLoopSimplifyForm() predicate, following the example ofDan Gohman2009-07-161-0/+5
* Use setStream infomatted_raw_ostream's constructor, to reduce codeDan Gohman2009-07-161-10/+9
* Remove inapplicable comments.Dan Gohman2009-07-161-4/+0
* Add explicit keywords.Dan Gohman2009-07-161-2/+2
* Tidy up #includes.Dan Gohman2009-07-164-4/+1
* Use size_t.Dan Gohman2009-07-162-11/+11
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-161-2/+2
* add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner2009-07-161-0/+6
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-161-6/+0
* Kill off last uses of TargetMachineRegistry class.Daniel Dunbar2009-07-161-30/+1
* Fix gcc 4.0 build failure, can't rely on access inside nested friended class.Daniel Dunbar2009-07-161-1/+4
* Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar2009-07-161-0/+3
* Add registered target list to --version output.Daniel Dunbar2009-07-161-0/+47
* formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. ThisDan Gohman2009-07-161-3/+24
* Add explicit comment that clients can call target initialization functionsDaniel Dunbar2009-07-161-0/+6
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-153-34/+30
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-151-9/+8
* Change raw_ostream so that it doesn't call llvm_report_errorDan Gohman2009-07-151-8/+31
* Add an LLVMContext to Type, hardwired to the global context until Type uniqui...Owen Anderson2009-07-151-1/+9
* Clean up some comments.Bob Wilson2009-07-151-8/+8
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-151-13/+10
* Update the C bindings to keep the LLVMTypeKind up to date between the C/C++Chris Lattner2009-07-152-1/+3
* Remove mismatched and unnecessary declaration.Daniel Dunbar2009-07-151-1/+0
* Move a few more convenience factory functions from Constant to LLVMContext.Owen Anderson2009-07-151-10/+0
* Move the ConstantStruct factory methods over to LLVMContext.Owen Anderson2009-07-151-6/+0
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-154-50/+38
* Get rid of postInstructionAction and call EmitComments directly.David Greene2009-07-151-19/+5
* Fix a typo in a comment that Duncan noticed.Dan Gohman2009-07-151-1/+1
* Fix a thinko in a comment that Duncan spotted.Dan Gohman2009-07-151-1/+1
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-1/+4
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-154-38/+50
* Add a raw_ostream version of CheckBitcodeOutputToConsole.Dan Gohman2009-07-151-0/+10
* Add a comment noting that raw_os_ostream does not check for errors.Dan Gohman2009-07-151-1/+2
* Add a raw_ostream operator<< to sys::Path.Dan Gohman2009-07-151-0/+12
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-151-0/+12
* Remove the v3i32 and v3f32 value types: they are notDuncan Sands2009-07-153-36/+22
* Remove StringConstantPrefix now that the only userDuncan Sands2009-07-151-9/+0
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-151-13/+0
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-153-6/+14
* Kill off unused TargetMachineRegistry methods and ivars.Daniel Dunbar2009-07-152-27/+7
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-151-0/+4
* Include the Target& in the TargetMachineRegisterEntry.Daniel Dunbar2009-07-151-4/+6
* Allow multiple registrations of the same target.Daniel Dunbar2009-07-151-1/+2
* Initialize the target info via the InitializeNativeTarget() hook.Daniel Dunbar2009-07-151-1/+3
* Reimplement TargetMachineRegistry in terms of TargetRegistry.Daniel Dunbar2009-07-151-0/+2
* Mark Target's creation routines as const.Daniel Dunbar2009-07-151-2/+2
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-3/+5