summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
...
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-05
* Remove unused conditional negate operations.Bob Wilson2011-03-05
* ptx: add basic intrinsic supportChe-Liang Chiou2011-03-05
* Increased the register pressure limit on x86_64 from 8 to 12Andrew Trick2011-03-05
* whitespaceAndrew Trick2011-03-05
* Initialize variable.Bill Wendling2011-03-04
* Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes2011-03-04
* Expands register/immediate pairs when the immediate is too large to fit in 16...Bruno Cardoso Lopes2011-03-04
* Rewrite and simplify o32 vaarg passing, no functional changes. Patch by Sasa ...Bruno Cardoso Lopes2011-03-04
* Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes2011-03-04
* Fix an old copy-n-pasteBruno Cardoso Lopes2011-03-04
* Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...Devang Patel2011-03-04
* Expands FCOS and FSIN nodes when type is f64.Bruno Cardoso Lopes2011-03-04
* Fixes addc pattern when immediate cannot be represented with 16-bit. Patch by...Bruno Cardoso Lopes2011-03-04
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-04
* Allow vector shifts (shl,lshr,ashr) on SPU.Kalle Raiskila2011-03-04
* Allow load from constant on SPU.Kalle Raiskila2011-03-04
* PR9377: Handle x86 str with register operand in a way consistent with gas.Eli Friedman2011-03-04
* PR8053: Fix encoding of S bit in some ARM instructions.Bob Wilson2011-03-03
* Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-03
* PTX: Fix Emacs renaming a symbolJustin Holewinski2011-03-03
* Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne2011-03-03
* PTX: Fix a couple of lint violationsJustin Holewinski2011-03-03
* Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-03
* Use X86_thiscall calling convention for Win64 as well.Tilmann Scheller2011-03-03
* Add a readme entry for the redundant movw issue for pr9370.Bob Wilson2011-03-03
* pr9367: Add missing predicated BLX instructions.Bob Wilson2011-03-03
* Fixes an assertion failure while disassembling ARM rsbs reg/reg form.Kevin Enderby2011-03-02
* Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard.Renato Golin2011-03-02
* Add Win64 thiscall calling convention.Tilmann Scheller2011-03-02
* [AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implementDavid Greene2011-03-02
* ptx: fix lint and compiler warningsChe-Liang Chiou2011-03-02
* Add 64-bit addressing to PTX backendChe-Liang Chiou2011-03-02
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-02
* Add datalayout information for the IEEE quad precision fp128 type.Duncan Sands2011-03-01
* Narrow right shifts need to encode their immediates differently from a normalBill Wendling2011-03-01
* add a noteChris Lattner2011-03-01
* Fix .fpu printing in ARM assembly, regarding bug http://llvm.org/bugs/show_bu...Renato Golin2011-02-28
* Add missing whitespace in the formatting.Kevin Enderby2011-02-28
* fix a signed comparison warning.Chris Lattner2011-02-28
* [AVX] Add decode support for VUNPCKLPS/D instructions, both 128-bitDavid Greene2011-02-28
* Fix the arm's disassembler for blx that was building an MCInst without theKevin Enderby2011-02-28
* Fix a typo which cause dag combine crash. rdar://9059537.Evan Cheng2011-02-28
* Support for byval parameters on ARM. Will be enabled by a forthcomingStuart Hastings2011-02-28
* Add branch hinting for SPU. Kalle Raiskila2011-02-28
* Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou2011-02-28
* Silence enum conversion warnings.Benjamin Kramer2011-02-27
* Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/...NAKAMURA Takumi2011-02-27
* Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega...Benjamin Kramer2011-02-26
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-25