aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Statically encode bit 25 to indicate immediate form of data processing instru...Evan Cheng2009-07-072-14/+37
* --- Reverse-merging (from foreign repository) r74952 into '.':Bill Wendling2009-07-072-77/+71
* Commit the file I actually changed as part of lastDale Johannesen2009-07-071-10/+24
* DWARF requires frame moves be specified at specific times. If you have aBill Wendling2009-07-072-71/+77
* Add Thumb2 movcc instructions.Evan Cheng2009-07-072-35/+82
* Add BX and BXr9 encodings. Patch by Sean Callanan.Evan Cheng2009-07-071-2/+10
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-3/+3
* 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
* 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
* 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
* 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
* Implement _CONFIG macro to allow users to se to configuration settings on the...Sanjiv Gupta2009-07-064-26/+233
* Corrected the names description. Change in a comment. No functionality change.Sanjiv Gupta2009-07-061-1/+1
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-0616-18/+207
* 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
* 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-039-12/+15
* Small cleanups in the PowerPC backend.Tilmann Scheller2009-07-034-38/+21
* Add thumb2 sign / zero extend with rotate instructions.Evan Cheng2009-07-032-1/+59
* Add Thumb2 load / store multiple instructions. Not used yet.Evan Cheng2009-07-031-0/+15
* t2LDR_PRE etc are loads.Evan Cheng2009-07-031-0/+2
* Added indexed stores.Evan Cheng2009-07-031-1/+45
* Sign extending pre/post indexed loads.Evan Cheng2009-07-022-2/+32
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-0213-420/+1655
* CMake build fixes, from Xerxes RanbyDouglas Gregor2009-07-028-0/+16
* simplify some logic by using isWeakForLinker(). Thanks to Anton forChris Lattner2009-07-021-5/+2
* Thumb2 pre/post indexed loads.Evan Cheng2009-07-025-34/+204
* 80 col violation.Evan Cheng2009-07-021-2/+2
* Change the meaning of predicate hasThumb2 to mean thumb2 ISA is available, no...Evan Cheng2009-07-024-16/+17
* @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing.Chris Lattner2009-07-021-1/+3
* Fix yet-another bug I introduced into fastisel, this time handlingChris Lattner2009-07-021-1/+3
* Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...Bruno Cardoso Lopes2009-07-023-26/+0
* 80 col violation.Evan Cheng2009-07-021-1/+1
* clarify: stub emission depends on the version of the linker you use, it has n...Chris Lattner2009-07-021-5/+4
* Factor out ARM indexed load matching code.Evan Cheng2009-07-021-46/+57
* Fix a bunch of other places that used operator[] to test whetherDan Gohman2009-07-021-2/+3
* Add darwin stub removal to wishlist.Dale Johannesen2009-07-011-0/+11