aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* use SUBREG_TO_REG instead of INSERT_SUBREG, this way the codeChris Lattner2009-07-161-1/+1
* Fix coding style issues pointed by Bill.Bruno Cardoso Lopes2009-07-163-26/+30
* add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner2009-07-161-1/+6
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-161-6/+0
* fix some casts that I improperly refactored, patch by Artur Pietrek!Chris Lattner2009-07-161-2/+2
* Remove unused header.Daniel Dunbar2009-07-161-1/+1
* Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar2009-07-161-9/+22
* Add registered target list to --version output.Daniel Dunbar2009-07-162-20/+39
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-1612-86/+0
* fix section switching to ensure that stubs are emitted to the rightChris Lattner2009-07-161-4/+5
* Skip special LLVM prefix '1' while emitting linknage name.Devang Patel2009-07-161-4/+25
* Now that we have contexts on types, convert some more internals to use contexts.Owen Anderson2009-07-161-8/+11
* We don't need to use llvm_report_error, this interface can deal with errorsDaniel Dunbar2009-07-151-2/+2
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-1522-70/+53
* Add missing includes.Daniel Dunbar2009-07-151-0/+2
* Verify that there is no kill flag on tied operands on two-address instructions.Jakob Stoklund Olesen2009-07-151-4/+7
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-1523-154/+11
* Change raw_ostream so that it doesn't call llvm_report_errorDan Gohman2009-07-151-4/+14
* Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar2009-07-1510-20/+37
* Switch invars away from using isTrapping when it really shouldn't be Eli Friedman2009-07-151-1/+7
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-159-111/+42
* Fix bug in RegScavenger::scavengeRegister().Jakob Stoklund Olesen2009-07-151-1/+1
* Don't restrict the set of instructions where we try to constant-fold the Eli Friedman2009-07-151-3/+1
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-1524-227/+38
* Update the C bindings to keep the LLVMTypeKind up to date between the C/C++Chris Lattner2009-07-151-1/+34
* Move a few more convenience factory functions from Constant to LLVMContext.Owen Anderson2009-07-158-46/+57
* move createAlphaLLRPPass out of addAssemblyEmitter to make AlphaChris Lattner2009-07-151-1/+1
* ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situa...Evan Cheng2009-07-151-1/+6
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-157-10/+10
* Move the ConstantStruct factory methods over to LLVMContext.Owen Anderson2009-07-152-11/+8
* Remove unused function.Daniel Dunbar2009-07-151-16/+0
* use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes2009-07-155-191/+194
* Update CMakeLists for reapplication.Daniel Dunbar2009-07-151-1/+0
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-1547-572/+253
* Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807Xerxes Ranby2009-07-151-0/+1
* Restore file lost during reversion.Stuart Hastings2009-07-151-0/+78
* Revert 75798 to fix llvm build.Rafael Espindola2009-07-151-0/+14
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-1/+3
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-1546-247/+491
* The static function TypeToFloatSemantics is nowDuncan Sands2009-07-151-14/+0
* Fix pattern for LD16S_3r, add basic tests to check load / store instructionsRichard Osborne2009-07-151-1/+1
* Add a raw_ostream version of CheckBitcodeOutputToConsole.Dan Gohman2009-07-151-0/+15
* Check for errors on close(2) too. And lseek(2).Dan Gohman2009-07-151-2/+6
* Use 0664 instead of 0644 for the default open mode. This isDan Gohman2009-07-151-1/+1
* Thumb-2 only support [base_reg + offset_reg] addressing, not [base_reg - offs...David Goodwin2009-07-151-13/+16
* Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.Richard Osborne2009-07-151-24/+10
* Remove the xcore-file-directive option now that LLVM has proper support forRichard Osborne2009-07-151-19/+1
* 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-151-4/+0
* Replace large swaths of copy-n-paste code with obvious helper function...Daniel Dunbar2009-07-153-90/+36