aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed stack frame addressing bugBruno Cardoso Lopes2007-08-181-8/+8
* support for Schedule included on Mips.tdBruno Cardoso Lopes2007-08-182-28/+15
* Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddressBruno Cardoso Lopes2007-08-182-17/+11
* Couple of small changes. Delay Slot handle header declared. Bruno Cardoso Lopes2007-08-182-2/+3
* Added InstrItinClass support for instruction formatsBruno Cardoso Lopes2007-08-181-9/+10
* Branch Analysis and InsertNoop inserted into header filesBruno Cardoso Lopes2007-08-181-2/+36
* createMipsDelaySlotFillerPass added to mips codegen runtime Bruno Cardoso Lopes2007-08-181-2/+2
* Added Branch Analysis support Bruno Cardoso Lopes2007-08-181-5/+234
* LowerRETURNADDR removed since it was wrong and does not have utility yet!Bruno Cardoso Lopes2007-08-181-2/+3
* InstrItineraryData support on added.Bruno Cardoso Lopes2007-08-181-2/+8