aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Silence VC++ warning.Jeff Cohen2007-04-131-1/+1
* arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes.Chris Lattner2007-04-131-1/+5
* Implement review feedback .. don't double search a set.Reid Spencer2007-04-121-3/+1
* Provide support for intrinsics that lower themselves to a function body.Reid Spencer2007-04-121-2/+32
* Implement Thread Local Storage (TLS) in CBackend.Lauro Ramos Venancio2007-04-121-17/+27
* Fix mmx paddq, add support for the 'y' register class, though it isn't tested.Chris Lattner2007-04-121-1/+5
* Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.llChris Lattner2007-04-111-6/+8
* Fix incorrect fall-throughs in addr mode code. This fixes CodeGen/ARM/arm-ne...Chris Lattner2007-04-111-3/+3
* doneChris Lattner2007-04-111-28/+0
* For PR1146:Reid Spencer2007-04-112-10/+10
* Add support for our first SSSE3 instruction "pmulhrsw".Bill Wendling2007-04-107-10/+54
* new micro optznChris Lattner2007-04-101-0/+30
* restore support for negative stridesChris Lattner2007-04-101-3/+5
* remove dead target hooksChris Lattner2007-04-092-98/+49
* remove some dead hooksChris Lattner2007-04-092-49/+0
* remove some dead target hooks, subsumed by isLegalAddressingModeChris Lattner2007-04-094-58/+0
* Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2Chris Lattner2007-04-091-0/+3
* When the number of elements is zero, don't malloc 32GB on 64-bit systems.Jeff Cohen2007-04-091-1/+1
* For PR1146:Reid Spencer2007-04-092-10/+17
* move a bunch of register constraints from being handled byChris Lattner2007-04-091-42/+36
* implement support for CodeGen/X86/inline-asm-x-scalar.ll:test3 - i32/i64 valuesChris Lattner2007-04-091-2/+2
* implement CodeGen/X86/inline-asm-x-scalar.llChris Lattner2007-04-091-1/+15
* Squelch a warning about mismatch between sign of constant and sign of returnReid Spencer2007-04-041-1/+1
* Implement inline asm modifier P.Evan Cheng2007-04-041-0/+1
* Typo.Evan Cheng2007-04-041-1/+1
* Adding more MMX instructions.Bill Wendling2007-04-032-64/+128
* make a new missing features sectionChris Lattner2007-04-031-2/+6
* Remove unused constant pool entries.Evan Cheng2007-04-031-32/+60
* UpdatedBill Wendling2007-04-031-0/+4
* Fixed a bug that causes codegen of noop like add r0, r0, #0.Evan Cheng2007-04-031-1/+1
* Starting implementation of the ELF32 ABI specification of varargs handling.Nicolas Geoffray2007-04-032-9/+177
* The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray2007-04-036-92/+46
* Addition to the previous commit for getCalleeSavedRegClasses:Nicolas Geoffray2007-04-031-2/+4
* The ELF ABI specifies F1-F8 registers as argument registers for double, notNicolas Geoffray2007-04-035-10/+12
* Inverted logic.Evan Cheng2007-04-031-1/+1
* Changed to new MMX_ recipes.Bill Wendling2007-04-031-3/+3
* Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them.Bill Wendling2007-04-032-69/+85
* Arm supports negative strides as well, add them. This lets us compile:Chris Lattner2007-04-031-3/+6
* fix off by 1 error in displacement computationDale Johannesen2007-04-021-0/+5
* fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scalesChris Lattner2007-04-021-4/+20
* add support for the 'w' inline asm register class.Chris Lattner2007-04-021-6/+28
* Fix a bug which caused us to never be able to use signed comparisons forChris Lattner2007-04-021-1/+1
* - Divides the comparisons in two types: comparisons that only use N and ZLauro Ramos Venancio2007-04-024-7/+45
* fix breakage from last night, simplify code.Chris Lattner2007-04-011-15/+6
* Add i16 address mode.Evan Cheng2007-04-011-2/+7
* ReadmeAndrew Lenharth2007-03-311-1/+42
* Consistency with native compilersAnton Korobeynikov2007-03-311-3/+9
* Fix comment.Bill Wendling2007-03-311-1/+1
* add a noteChris Lattner2007-03-311-0/+23
* Match GCC's MMX calling convention.Bill Wendling2007-03-311-0/+4