aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add Thumb2 pkhbt / pkhtb.Evan Cheng2009-07-071-4/+25
* Add some more Thumb2 multiplication instructions.Evan Cheng2009-07-073-11/+134
* 80 col violation.Evan Cheng2009-07-071-2/+2
* Don't accept globals as matching 'i' constraintDale Johannesen2009-07-071-1/+6
* !"i" is a valid MDString.Devang Patel2009-07-061-1/+0
* Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.Devang Patel2009-07-061-27/+29
* Add FIXMEs.Devang Patel2009-07-061-0/+3
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-0622-95/+95
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-068-99/+141
* isThumb2 really should mean thumb2 only, not thumb2+.Evan Cheng2009-07-061-1/+1
* Add bfc to armv6t2.Evan Cheng2009-07-063-35/+48
* Added ARM::mls for armv6t2.Evan Cheng2009-07-061-0/+6
* Avoid adding a duplicate def. This fixes PR4478.Evan Cheng2009-07-061-2/+11
* No need to double-include config.hOwen Anderson2009-07-061-1/+1
* We need to include config.h to get the proper setting to LLVM_MULTITHREADED.Owen Anderson2009-07-061-0/+1
* 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