summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-15
* Move the ConstantStruct factory methods over to LLVMContext.Owen Anderson2009-07-15
* Remove unused function.Daniel Dunbar2009-07-15
* use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes2009-07-15
* Update CMakeLists for reapplication.Daniel Dunbar2009-07-15
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807Xerxes Ranby2009-07-15
* Restore file lost during reversion.Stuart Hastings2009-07-15
* Revert 75798 to fix llvm build.Rafael Espindola2009-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
* The static function TypeToFloatSemantics is nowDuncan Sands2009-07-15
* Fix pattern for LD16S_3r, add basic tests to check load / store instructionsRichard Osborne2009-07-15
* Add a raw_ostream version of CheckBitcodeOutputToConsole.Dan Gohman2009-07-15
* Check for errors on close(2) too. And lseek(2).Dan Gohman2009-07-15
* Use 0664 instead of 0644 for the default open mode. This isDan Gohman2009-07-15
* Thumb-2 only support [base_reg + offset_reg] addressing, not [base_reg - offs...David Goodwin2009-07-15
* Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.Richard Osborne2009-07-15
* Remove the xcore-file-directive option now that LLVM has proper support forRichard Osborne2009-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
* Replace large swaths of copy-n-paste code with obvious helper function...Daniel Dunbar2009-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
* Fix cmake build lib/Target/TargetMachineRegistry.cpp removed.Xerxes Ranby2009-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
* Switch some obvious clients to using the new TargetRegistry.Daniel Dunbar2009-07-15
* Reimplement TargetMachineRegistry in terms of TargetRegistry.Daniel Dunbar2009-07-15
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-15
* Detect write failures on raw_fd_ostream.Daniel Dunbar2009-07-15
* Fix stupid thinkoDaniel Dunbar2009-07-15
* Address some review comments on TargetRegistry.Daniel Dunbar2009-07-15
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-15
* Move load / store folding alignment require into the table(s).Evan Cheng2009-07-15
* Update CMake file.Ted Kremenek2009-07-15
* rename decorateName -> DecorateCygMingName, make it assert if notChris Lattner2009-07-15
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-15
* remove printSuffixedName.Chris Lattner2009-07-15
* convert arm/darwin stubs to use the mangler to synthesize all the names inste...Chris Lattner2009-07-15
* Add new TargetRegistry.Daniel Dunbar2009-07-15
* fix an arm codegen bug (the same as PR4482 on ppc) where available_externallyChris Lattner2009-07-15
* convert [Hidden]GVNonLazyPtrs to compute the global and stub namesChris Lattner2009-07-15
* use makeNameProper to add the globalprefix instead of doing it manually.Chris Lattner2009-07-15
* get the PPC stub temporary label from the mangler instead of Chris Lattner2009-07-15
* turn some if/then's into ?:Chris Lattner2009-07-15
* eliminate a bunch of printSuffixedName's by using info computed fromChris Lattner2009-07-15