DMB can just be a pat referencing MCR.
[oota-llvm.git] / lib / Target /
2011-03-10 Jim GrosbachDMB can just be a pat referencing MCR.
2011-03-10 Jim GrosbachReorganize a bit. No functional change, just moving...
2011-03-10 Jim GrosbachPseudo-instructions are codegenonly by definition.
2011-03-10 Justin HolewinskiPTX: Add preliminary support for floating-point divide...
2011-03-10 Che-Liang Chiouptx: add the rest of special registers of ISA version 2.0
2011-03-10 Stuart HastingsRevert 127359; it broke lencod.
2011-03-10 Evan ChengRe-commit 127368 and 127371. They are exonerated.
2011-03-09 Evan ChengRevert 127368 and 127371 for now.
2011-03-09 Evan ChengChange the definition of TargetRegisterInfo::getCrossCo...
2011-03-09 Benjamin KramerFix a pasto that broke all x86_64-elf targets.
2011-03-09 Stuart HastingsX86 byval copies no longer always_inline. <rdar:/...
2011-03-09 Johnny ChenLLVM combines the offset mode of A8.6.199 A1 & A2 into...
2011-03-09 Bruno Cardoso LopesImprove varags handling, with testcases. Patch by Sasa...
2011-03-09 Jan SjödinAdd createELFObjectTargetWriter method to TargetAsmBack...
2011-03-09 NAKAMURA TakumiTarget/X86: Tweak va_arg for Win64 not to miss taking...
2011-03-09 Bill Wendling* Correct encoding for VSRI.
2011-03-09 Bill WendlingCorrect the encoding for VRSRA and VSRA instructions.
2011-03-08 Bill Wendling* Fix VRSHR and VSHR to have the correct encoding for...
2011-03-08 Benjamin KramerX86: Fix the (saddo/ssub x, 1) -> incl/decl selection...
2011-03-08 Justin HolewinskiPTX: Add intrinsic support for ntid, ctaid, and nctaid...
2011-03-08 Eric ChristopherTurn on list-ilp scheduling by default on x86 and x86...
2011-03-08 Bob WilsonFix a compiler crash where a Glue value had multiple...
2011-03-08 Bob WilsonFix comment typos.
2011-03-07 Bill WendlingRename the narrow shift right immediate operands to...
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-03-05 Anton KorobeynikovARM assembler stuff is crazy: for .setfp positive value...
2011-03-05 Anton KorobeynikovIn Thumb1 mode the constant might be materialized via...
2011-03-05 Anton KorobeynikovImplement frame unwinding information emission for...
2011-03-05 Anton KorobeynikovAdd unwind information emission for thumb stuff
2011-03-05 Anton KorobeynikovHandle MI flags inside Thumb2SizeReduction pass.
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-03-05 Bob WilsonRemove unused conditional negate operations.
2011-03-05 Che-Liang Chiouptx: add basic intrinsic support
2011-03-05 Andrew TrickIncreased the register pressure limit on x86_64 from...
2011-03-05 Andrew Trickwhitespace
2011-03-04 Bill WendlingInitialize variable.
2011-03-04 Bruno Cardoso LopesImprove div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso LopesExpands register/immediate pairs when the immediate...
2011-03-04 Bruno Cardoso LopesRewrite and simplify o32 vaarg passing, no functional...
2011-03-04 Bruno Cardoso LopesLowers block address. Currently asserts when relocation...
2011-03-04 Bruno Cardoso LopesFix an old copy-n-paste
2011-03-04 Devang PatelDisable ARMGlobalMerge on darwin. The debugger is not...
2011-03-04 Bruno Cardoso LopesExpands FCOS and FSIN nodes when type is f64.
2011-03-04 Bruno Cardoso LopesFixes addc pattern when immediate cannot be represented...
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2011-03-04 Kalle RaiskilaAllow vector shifts (shl,lshr,ashr) on SPU.
2011-03-04 Kalle RaiskilaAllow load from constant on SPU.
2011-03-04 Eli FriedmanPR9377: Handle x86 str with register operand in a way...
2011-03-03 Bob WilsonPR8053: Fix encoding of S bit in some ARM instructions.
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Justin HolewinskiPTX: Fix Emacs renaming a symbol
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Justin HolewinskiPTX: Fix a couple of lint violations
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...
2011-03-03 Tilmann SchellerUse X86_thiscall calling convention for Win64 as well.
2011-03-03 Bob WilsonAdd a readme entry for the redundant movw issue for...
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-02 Kevin EnderbyFixes an assertion failure while disassembling ARM...
2011-03-02 Renato GolinFixing a bug when printing fpu text to object file...
2011-03-02 Tilmann SchellerAdd Win64 thiscall calling convention.
2011-03-02 David Greene[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and...
2011-03-02 Che-Liang Chiouptx: fix lint and compiler warnings
2011-03-02 Che-Liang ChiouAdd 64-bit addressing to PTX backend
2011-03-02 Che-Liang ChiouExtend initial support for primitive types in PTX backend
2011-03-01 Duncan SandsAdd datalayout information for the IEEE quad precision...
2011-03-01 Bill WendlingNarrow right shifts need to encode their immediates...
2011-03-01 Chris Lattneradd a note
2011-02-28 Renato GolinFix .fpu printing in ARM assembly, regarding bug llvm...
2011-02-28 Kevin EnderbyAdd missing whitespace in the formatting.
2011-02-28 Chris Lattnerfix a signed comparison warning.
2011-02-28 David Greene[AVX] Add decode support for VUNPCKLPS/D instructions...
2011-02-28 Kevin EnderbyFix the arm's disassembler for blx that was building...
2011-02-28 Evan ChengFix a typo which cause dag combine crash. rdar://9059537.
2011-02-28 Stuart HastingsSupport for byval parameters on ARM. Will be enabled...
2011-02-28 Kalle RaiskilaAdd branch hinting for SPU.
2011-02-28 Che-Liang ChiouAdd preliminary support for .f32 in the PTX backend.
2011-02-27 Benjamin KramerSilence enum conversion warnings.
2011-02-27 NAKAMURA TakumiTarget/X86: Always emit "push/pop GPRs" in prologue...
2011-02-26 Benjamin KramerAdd some DAGCombines for (adde 0, 0, glue), which are...
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-25 Bob WilsonAdd patterns to use post-increment addressing for Neon...
2011-02-25 Evan ChengFix typo.
2011-02-25 Evan ChengEach prologue may have multiple vpush instructions...
2011-02-24 Chris Lattnerremove command line option debugging hook.
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-24 Richard OsborneAdd XCore intrinsic for eeu instruction.
2011-02-24 Evan ChengFix bug in X86 folding / unfolding table. Int_CMPSDrm...
2011-02-23 Richard OsborneAdd XCore intrinsic for clre instruction.
2011-02-23 Richard OsborneAdd llvm.xcore.waitevent intrinsic. The effect of this...
2011-02-23 Richard OsborneAdd XCore intrinsic for the setv instruction.
2011-02-23 Richard OsborneFix format for setc instruction.
2011-02-23 Richard OsborneAdd XCore intrinsic for settw instruction.
2011-02-23 Evan ChengChange VFPNeonA8 definition to make the code easier...
2011-02-23 Evan ChengMore fcopysign correctness and performance fix.
2011-02-22 David Greene[AVX] General VUNPCKL codegen support.
2011-02-22 Joerg SonnenbergerUse the same (%dx) hack for in[bwl] as for out[bwl].
2011-02-22 Evan ChengVFP single precision arith instructions can go down...
2011-02-22 Roman DivackyStack alignment is 16 bytes on FreeBSD/i386 too.
next