aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-0617-189/+239
* pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the ...Sanjiv Gupta2009-07-061-0/+1
* pic16 isn't ready to handle llvm.metadata yet.Sanjiv Gupta2009-07-061-0/+2
* Add two new accessors to the C bindings, patch by Wladimir van der Laan!Chris Lattner2009-07-061-0/+9
* improve portability to windows, patch by Xerces Ranby!Chris Lattner2009-07-061-1/+1
* Oops, I #included errno.h from inside the llvm::sys namespace.Jeffrey Yasskin2009-07-061-1/+4
* Fix the cmake build - patch by Xerxes Rånby.Duncan Sands2009-07-061-0/+1
* Reverting back the changes checked-in accidently.Sanjiv Gupta2009-07-062-13/+1
* Implement _CONFIG macro to allow users to se to configuration settings on the...Sanjiv Gupta2009-07-066-27/+246
* Changed ELFCodeEmitter to inherit from ObjectCodeEmitterBruno Cardoso Lopes2009-07-064-131/+51
* Corrected the names description. Change in a comment. No functionality change.Sanjiv Gupta2009-07-061-1/+1
* Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spa...Bruno Cardoso Lopes2009-07-065-187/+206
* Just forgot to include the two new filesBruno Cardoso Lopes2009-07-061-0/+142
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-0623-273/+378
* More LLVMContext-ification.Owen Anderson2009-07-0611-135/+181
* More LLVMContext-ification.Owen Anderson2009-07-0521-96/+150
* When comparing constants, consider a less wide constant to be "less complex"Nick Lewycky2009-07-041-0/+2
* Make -save-temps=obj play better with -o.Mikhail Glushenkov2009-07-042-1/+2
* LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov2009-07-042-0/+7
* LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov2009-07-041-7/+1
* Fix build.Mike Stump2009-07-031-0/+1
* Even more passes being LLVMContext'd.Owen Anderson2009-07-038-180/+234
* Add Static Single Information construction pass written by André Tavares!Nick Lewycky2009-07-031-0/+390
* Silence a warning when assertions are turned off.Duncan Sands2009-07-031-0/+1
* Silence a warning when assertions are turned off.Duncan Sands2009-07-031-0/+1
* Silence warning when building without assertions.Duncan Sands2009-07-031-0/+1
* Silence warnings when assertions are turned off.Duncan Sands2009-07-031-0/+2
* Add newline at end of file.Duncan Sands2009-07-031-1/+1
* For extended loads of type i1 to i8, we will need to at least one byte from m...Sanjiv Gupta2009-07-032-2/+6
* Various small changes related to the Condition Register on PowerPC.Tilmann Scheller2009-07-034-47/+68
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-0312-572/+370
* Implement the SVR4 ABI for PowerPC.Tilmann Scheller2009-07-038-58/+1105
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-0313-25/+29
* Small cleanups in the PowerPC backend.Tilmann Scheller2009-07-034-38/+21
* Factor some code out and support for Jump Table relocationsBruno Cardoso Lopes2009-07-034-42/+142
* Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov2009-07-031-4/+13
* Add thumb2 sign / zero extend with rotate instructions.Evan Cheng2009-07-032-1/+59
* Minor improvement to the LDA debug output.Andreas Bolka2009-07-031-2/+7
* Second batch of passes using LLVMContext.Owen Anderson2009-07-035-37/+46
* Add Thumb2 load / store multiple instructions. Not used yet.Evan Cheng2009-07-031-0/+15
* Convert the first batch of passes to use LLVMContext.Owen Anderson2009-07-034-625/+711
* t2LDR_PRE etc are loads.Evan Cheng2009-07-031-0/+2
* Added indexed stores.Evan Cheng2009-07-031-1/+45
* Fill in a few more missing accessors.Owen Anderson2009-07-021-1/+7
* Sign extending pre/post indexed loads.Evan Cheng2009-07-022-2/+32
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-026-48/+49
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-024-45/+15
* Simplify debug info intrisinc lowering.Devang Patel2009-07-023-168/+115
* add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner2009-07-021-19/+52
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-0213-420/+1655