| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gcc 4.0 build failure, can't rely on access inside nested friended class. | Daniel Dunbar | 2009-07-16 | 1 | -1/+4 |
* | Switch llc and createJIT to use simpler command line parsing for -march. | Daniel Dunbar | 2009-07-16 | 1 | -0/+3 |
* | Add registered target list to --version output. | Daniel Dunbar | 2009-07-16 | 1 | -0/+47 |
* | formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. This | Dan Gohman | 2009-07-16 | 1 | -3/+24 |
* | Add explicit comment that clients can call target initialization functions | Daniel Dunbar | 2009-07-16 | 1 | -0/+6 |
* | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 3 | -34/+30 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -9/+8 |
* | Change raw_ostream so that it doesn't call llvm_report_error | Dan Gohman | 2009-07-15 | 1 | -8/+31 |
* | Add an LLVMContext to Type, hardwired to the global context until Type uniqui... | Owen Anderson | 2009-07-15 | 1 | -1/+9 |
* | Clean up some comments. | Bob Wilson | 2009-07-15 | 1 | -8/+8 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -13/+10 |
* | Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ | Chris Lattner | 2009-07-15 | 2 | -1/+3 |
* | Remove mismatched and unnecessary declaration. | Daniel Dunbar | 2009-07-15 | 1 | -1/+0 |
* | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -10/+0 |
* | Move the ConstantStruct factory methods over to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -6/+0 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 4 | -50/+38 |
* | Get rid of postInstructionAction and call EmitComments directly. | David Greene | 2009-07-15 | 1 | -19/+5 |
* | Fix a typo in a comment that Duncan noticed. | Dan Gohman | 2009-07-15 | 1 | -1/+1 |
* | Fix a thinko in a comment that Duncan spotted. | Dan Gohman | 2009-07-15 | 1 | -1/+1 |
* | Add a Force option to raw_fd_ostream to specify whether opening | Dan Gohman | 2009-07-15 | 1 | -1/+4 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 4 | -38/+50 |
* | Add a raw_ostream version of CheckBitcodeOutputToConsole. | Dan Gohman | 2009-07-15 | 1 | -0/+10 |
* | Add a comment noting that raw_os_ostream does not check for errors. | Dan Gohman | 2009-07-15 | 1 | -1/+2 |
* | Add a raw_ostream operator<< to sys::Path. | Dan Gohman | 2009-07-15 | 1 | -0/+12 |
* | Added llvm-mc support for parsing the .dump and .load directives. | Kevin Enderby | 2009-07-15 | 1 | -0/+12 |
* | Remove the v3i32 and v3f32 value types: they are not | Duncan Sands | 2009-07-15 | 3 | -36/+22 |
* | Remove StringConstantPrefix now that the only user | Duncan Sands | 2009-07-15 | 1 | -9/+0 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 1 | -13/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 3 | -6/+14 |
* | Kill off unused TargetMachineRegistry methods and ivars. | Daniel Dunbar | 2009-07-15 | 2 | -27/+7 |
* | Migrate llc and the JIT to using the TargetRegistry for lookups. | Daniel Dunbar | 2009-07-15 | 1 | -0/+4 |
* | Include the Target& in the TargetMachineRegisterEntry. | Daniel Dunbar | 2009-07-15 | 1 | -4/+6 |
* | Allow multiple registrations of the same target. | Daniel Dunbar | 2009-07-15 | 1 | -1/+2 |
* | Initialize the target info via the InitializeNativeTarget() hook. | Daniel Dunbar | 2009-07-15 | 1 | -1/+3 |
* | Reimplement TargetMachineRegistry in terms of TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -0/+2 |
* | Mark Target's creation routines as const. | Daniel Dunbar | 2009-07-15 | 1 | -2/+2 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -3/+5 |
* | Fix thinko | Daniel Dunbar | 2009-07-15 | 1 | -1/+1 |
* | Include Target specific Info initialization routine when initializing all | Daniel Dunbar | 2009-07-15 | 1 | -2/+10 |
* | Address some review comments on TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -2/+18 |
* | eliminate the Mangler::PreserveAsmNames bit, the sole client of this | Chris Lattner | 2009-07-15 | 1 | -8/+0 |
* | remove printSuffixedName. | Chris Lattner | 2009-07-15 | 1 | -7/+0 |
* | Add new TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -0/+179 |
* | Make makeLoopInvariant report whether it made any changes or not, | Dan Gohman | 2009-07-15 | 1 | -2/+4 |
* | llvm-c/Core.h is no longer needed in lto.h, and it brings in | Dan Gohman | 2009-07-15 | 1 | -1/+0 |
* | Fix a fixme, patch by Ryan Flynn! | Chris Lattner | 2009-07-15 | 1 | -2/+1 |
* | Added llvm-mc support for parsing the .include directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+6 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 5 | -94/+86 |
* | Added llvm-mc support for parsing the .lsym directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+6 |
* | fix a bug in my previous patch. | Chris Lattner | 2009-07-14 | 1 | -1/+1 |