aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* 80 col.Evan Cheng2007-09-101-4/+6
* New entry.Evan Cheng2007-09-101-0/+3
* Add some notes about better flag handling.Chris Lattner2007-09-103-1/+101
* It's not safe to rematerialize MOV32r0 etc. by simply cloning the originalEvan Cheng2007-09-101-3/+22
* TableGen no longer emit CopyFromReg nodes for implicit results in physicalEvan Cheng2007-09-072-46/+2
* Add missing index versions of instructions to the map.Bill Wendling2007-09-071-1/+7
* Avoid storing and reloading zeros and other constants from stack slotsDan Gohman2007-09-073-2/+8
* Apply feedback from previous patch.Dale Johannesen2007-09-072-41/+0
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-072-6/+21
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-079-26/+28
* Next round of APFloat changes.Dale Johannesen2007-09-063-34/+43
* Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:Evan Cheng2007-09-061-25/+15
* LVXL and STVXL are also a load and store resp.Bill Wendling2007-09-051-0/+2
* Add the 64-bit versions of the DS* Altivec instructions.Bill Wendling2007-09-051-14/+45
* Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.Evan Cheng2007-09-041-0/+10
* Mac OS X X86-64 ABI is same as the standard.Evan Cheng2007-09-041-6/+2
* Reapply r41578 with proper fixAnton Korobeynikov2007-09-031-0/+1
* Revise per review of previous patch.Dale Johannesen2007-08-311-2/+4
* Initial support for calling functions with byval arguments on x86-64Rafael Espindola2007-08-312-22/+37
* Align i64 and f64 at 8 byte on x86-64.Rafael Espindola2007-08-311-6/+12
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-316-16/+16
* Instruction formats added used to generate multiply instructions of V5TE.Raul Herbster2007-08-301-39/+52
* Unused relocation type reloc_arm_absolute removed.Raul Herbster2007-08-301-2/+0
* Comments added. It now generates V5TE multiply instructions. However, it is s...Raul Herbster2007-08-301-58/+175
* ARM instruction table was modified by adding information to generate multiply...Raul Herbster2007-08-301-42/+57
* JITInfo now resolves function addrs and also relocations. It always emits a s...Raul Herbster2007-08-301-30/+43
* Added support to fold X86 load / store instructions. This allow rematerialize...Evan Cheng2007-08-302-49/+99
* Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng2007-08-305-0/+26
* Mark load instructions with isLoad = 1.Evan Cheng2007-08-305-6/+21
* Use i64 on a PPC64 machineBill Wendling2007-08-301-1/+1
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-303-9/+9
* Move getX86RegNum into X86RegisterInfo and use itDuncan Sands2007-08-296-88/+80
* Added method to get Mips register numbersBruno Cardoso Lopes2007-08-283-61/+113
* Changed stack allocation On LowerFORMAL_ARGUMENTS.Bruno Cardoso Lopes2007-08-281-20/+29
* Mask directive completed with CalleeSave infoBruno Cardoso Lopes2007-08-282-73/+111
* Added methods to record SPOffsets from LowerFORMAL_ARGUMENTSBruno Cardoso Lopes2007-08-281-3/+53
* Add a comment about using libc memset/memcpy or generating inline code.Rafael Espindola2007-08-271-2/+5
* call libc memcpy/memset if array size is bigger then threshold.Rafael Espindola2007-08-271-4/+4
* rename isOperandValidForConstraint to LowerAsmOperandForConstraint, Chris Lattner2007-08-254-36/+66
* Disable EH generation until PPC works 100%.Chris Lattner2007-08-241-1/+1
* add a noteChris Lattner2007-08-241-0/+14
* add some notes on really poor codegen.Chris Lattner2007-08-231-0/+44
* new exampleChris Lattner2007-08-231-0/+17
* Add the PCSymbol for Darwin x86 platforms.Bill Wendling2007-08-221-0/+1
* InlineAsm asm support for integer registers addedBruno Cardoso Lopes2007-08-212-0/+81
* Instruction Itinerary attribution fixedBruno Cardoso Lopes2007-08-211-0/+1
* Use only 1 knob to enable exceptions on Darwin :). Anton Korobeynikov2007-08-211-0/+8
* Partial implementation of calling functions with byval arguments:Rafael Espindola2007-08-201-1/+21
* add a noteChris Lattner2007-08-201-0/+18
* MipsHi now has ouput flagBruno Cardoso Lopes2007-08-181-91/+185