aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-1524-163/+19
* Fix this comment to mention outs() rather than cout.Dan Gohman2009-07-151-1/+1
* Change raw_ostream so that it doesn't call llvm_report_errorDan Gohman2009-07-152-12/+45
* Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar2009-07-1510-20/+37
* Add an LLVMContext to Type, hardwired to the global context until Type uniqui...Owen Anderson2009-07-151-1/+9
* Switch invars away from using isTrapping when it really shouldn't be Eli Friedman2009-07-152-1/+26
* Clean up some comments.Bob Wilson2009-07-151-8/+8
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-1510-124/+52
* Fix bug in RegScavenger::scavengeRegister().Jakob Stoklund Olesen2009-07-151-1/+1
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-1514-14/+14
* Don't restrict the set of instructions where we try to constant-fold the Eli Friedman2009-07-152-3/+14
* 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-153-2/+37
* 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-159-56/+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-152-1/+964
* Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to updateTed Kremenek2009-07-151-0/+118
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-157-10/+10
* Move the ConstantStruct factory methods over to LLVMContext.Owen Anderson2009-07-153-17/+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
* Fix test so it works on systems where wchar_t != int.Dale Johannesen2009-07-151-10/+2
* Update CMakeLists for reapplication.Daniel Dunbar2009-07-151-1/+0
* Test for llvm-gcc patch 75822.Dale Johannesen2009-07-151-0/+15
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-1554-638/+312
* Add a note about the raw_fd_ostream API change.Dan Gohman2009-07-151-0/+6
* Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807Xerxes Ranby2009-07-151-0/+1
* Apparently Darwin doesn't have /dev/full :-(.Dan Gohman2009-07-151-3/+0
* Restore file lost during reversion.Stuart Hastings2009-07-151-0/+78
* Get rid of postInstructionAction and call EmitComments directly.David Greene2009-07-152-23/+9
* Revert 75798 to fix llvm build.Rafael Espindola2009-07-151-0/+14
* 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-1512-146/+116
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-1553-306/+557
* 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-153-1/+75
* Add a raw_ostream version of CheckBitcodeOutputToConsole.Dan Gohman2009-07-152-0/+25
* Add a testcase for raw_ostream error checking.Dan Gohman2009-07-151-0/+3
* Add a comment noting that raw_os_ostream does not check for errors.Dan Gohman2009-07-151-1/+2
* 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
* Use errs() instead of std::cerr.Dan Gohman2009-07-1520-239/+246
* Add a raw_ostream operator<< to sys::Path.Dan Gohman2009-07-151-0/+12
* 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-152-24/+17
* 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-155-0/+63
* Remove the v3i32 and v3f32 value types: they are notDuncan Sands2009-07-155-42/+22