aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new addressing mode for NEON load/store instructions.Bob Wilson2009-07-017-21/+82
* Fix a comment typo.Bob Wilson2009-07-011-1/+1
* Fix up a comment: besides the >80col lines, the operation for thisBob Wilson2009-07-011-6/+6
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-0121-21/+21
* Fix codegen for references to available_externally symbols. This fixesChris Lattner2009-07-011-5/+8
* Fix some fast-isel problems selecting global variable addressing inChris Lattner2009-07-012-6/+18
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-016-26/+79
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-0144-125/+75
* Add PIC load and store patterns for Thumb-2.David Goodwin2009-07-011-0/+28
* Thumb-2 load and store double description. But nothing yet creates them.David Goodwin2009-06-302-1/+40
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-3032-32/+102
* Add thumb-2 store word, halfword, and byte.David Goodwin2009-06-301-0/+18
* Improve Thumb-2 jump table support.David Goodwin2009-06-304-14/+37
* Add 256-bit memory operand support.David Greene2009-06-303-0/+16
* Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table.David Goodwin2009-06-307-33/+112
* Fix PR4485.Rafael Espindola2009-06-301-3/+6
* Fix PR4484.Rafael Espindola2009-06-301-3/+5
* Add a bit IsUndef to MachineOperand. This indicates the def / use register op...Evan Cheng2009-06-301-1/+2