| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't restrict the set of instructions where we try to constant-fold the | Eli Friedman | 2009-07-15 | 1 | -3/+1 |
* | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 24 | -227/+38 |
* | Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ | Chris Lattner | 2009-07-15 | 1 | -1/+34 |
* | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 8 | -46/+57 |
* | move createAlphaLLRPPass out of addAssemblyEmitter to make Alpha | Chris Lattner | 2009-07-15 | 1 | -1/+1 |
* | ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situa... | Evan Cheng | 2009-07-15 | 1 | -1/+6 |
* | Lexically order files in CMakeLists.txt files. | Ted Kremenek | 2009-07-15 | 7 | -10/+10 |
* | Move the ConstantStruct factory methods over to LLVMContext. | Owen Anderson | 2009-07-15 | 2 | -11/+8 |
* | Remove unused function. | Daniel Dunbar | 2009-07-15 | 1 | -16/+0 |
* | use std::vector instead of std::list for both Section and Symbol lists because | Bruno Cardoso Lopes | 2009-07-15 | 5 | -191/+194 |
* | Update CMakeLists for reapplication. | Daniel Dunbar | 2009-07-15 | 1 | -1/+0 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 47 | -572/+253 |
* | Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807 | Xerxes Ranby | 2009-07-15 | 1 | -0/+1 |
* | Restore file lost during reversion. | Stuart Hastings | 2009-07-15 | 1 | -0/+78 |
* | Revert 75798 to fix llvm build. | Rafael Espindola | 2009-07-15 | 1 | -0/+14 |
* | Add a Force option to raw_fd_ostream to specify whether opening | Dan Gohman | 2009-07-15 | 1 | -1/+3 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 46 | -247/+491 |
* | The static function TypeToFloatSemantics is now | Duncan Sands | 2009-07-15 | 1 | -14/+0 |
* | Fix pattern for LD16S_3r, add basic tests to check load / store instructions | Richard Osborne | 2009-07-15 | 1 | -1/+1 |
* | Add a raw_ostream version of CheckBitcodeOutputToConsole. | Dan Gohman | 2009-07-15 | 1 | -0/+15 |
* | Check for errors on close(2) too. And lseek(2). | Dan Gohman | 2009-07-15 | 1 | -2/+6 |
* | Use 0664 instead of 0644 for the default open mode. This is | Dan Gohman | 2009-07-15 | 1 | -1/+1 |
* | Thumb-2 only support [base_reg + offset_reg] addressing, not [base_reg - offs... | David Goodwin | 2009-07-15 | 1 | -13/+16 |
* | Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs. | Richard Osborne | 2009-07-15 | 1 | -24/+10 |
* | Remove the xcore-file-directive option now that LLVM has proper support for | Richard Osborne | 2009-07-15 | 1 | -19/+1 |
* | 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 | 1 | -4/+0 |
* | Replace large swaths of copy-n-paste code with obvious helper function... | Daniel Dunbar | 2009-07-15 | 3 | -90/+36 |
* | Remove StringConstantPrefix now that the only user | Duncan Sands | 2009-07-15 | 2 | -2/+0 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 22 | -347/+0 |
* | Fix cmake build lib/Target/TargetMachineRegistry.cpp removed. | Xerxes Ranby | 2009-07-15 | 1 | -1/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 26 | -66/+96 |
* | Kill off unused TargetMachineRegistry methods and ivars. | Daniel Dunbar | 2009-07-15 | 1 | -51/+0 |
* | Migrate llc and the JIT to using the TargetRegistry for lookups. | Daniel Dunbar | 2009-07-15 | 1 | -6/+7 |
* | Include the Target& in the TargetMachineRegisterEntry. | Daniel Dunbar | 2009-07-15 | 1 | -2/+2 |
* | Allow multiple registrations of the same target. | Daniel Dunbar | 2009-07-15 | 1 | -7/+5 |
* | Switch some obvious clients to using the new TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -9/+10 |
* | Reimplement TargetMachineRegistry in terms of TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -41/+14 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 36 | -56/+129 |
* | Detect write failures on raw_fd_ostream. | Daniel Dunbar | 2009-07-15 | 1 | -2/+4 |
* | Fix stupid thinko | Daniel Dunbar | 2009-07-15 | 1 | -1/+1 |
* | Address some review comments on TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -3/+1 |
* | Add TargetInfo libraries for all targets. | Daniel Dunbar | 2009-07-15 | 56 | -8/+1173 |
* | Move load / store folding alignment require into the table(s). | Evan Cheng | 2009-07-15 | 2 | -448/+425 |
* | Update CMake file. | Ted Kremenek | 2009-07-15 | 1 | -0/+1 |
* | rename decorateName -> DecorateCygMingName, make it assert if not | Chris Lattner | 2009-07-15 | 2 | -13/+14 |
* | eliminate the Mangler::PreserveAsmNames bit, the sole client of this | Chris Lattner | 2009-07-15 | 1 | -5/+1 |
* | remove printSuffixedName. | Chris Lattner | 2009-07-15 | 1 | -27/+5 |
* | convert arm/darwin stubs to use the mangler to synthesize all the names inste... | Chris Lattner | 2009-07-15 | 1 | -47/+66 |
* | Add new TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -0/+136 |