aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2011-03-24--- Merging r128203 into '.':Bill Wendling
2011-03-24--- Merging r127981 into '.':Bill Wendling
2011-03-22--- Merging r128100 into '.':Bill Wendling
2011-03-22Fix Win64 va_arg.Bill Wendling
2011-03-22For PR9500.Bill Wendling
2011-03-11Merge r127441 from mainline.Eric Christopher
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher
2011-03-08Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson
2011-03-08Fix comment typos.Bob Wilson
2011-03-07Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling
2011-03-07Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich
2011-03-05ARM assembler stuff is crazy: for .setfp positive values of offset correspond...Anton Korobeynikov
2011-03-05In Thumb1 mode the constant might be materialized via the load from constpool...Anton Korobeynikov
2011-03-05Implement frame unwinding information emission for Thumb1. Not finished yet b...Anton Korobeynikov
2011-03-05Add unwind information emission for thumb stuffAnton Korobeynikov
2011-03-05Handle MI flags inside Thumb2SizeReduction pass.Anton Korobeynikov
2011-03-05Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov
2011-03-05Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov
2011-03-05Remove unused conditional negate operations.Bob Wilson
2011-03-05ptx: add basic intrinsic supportChe-Liang Chiou
2011-03-05Increased the register pressure limit on x86_64 from 8 to 12Andrew Trick
2011-03-05whitespaceAndrew Trick
2011-03-04Initialize variable.Bill Wendling
2011-03-04Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes
2011-03-04Expands register/immediate pairs when the immediate is too large to fit in 16...Bruno Cardoso Lopes
2011-03-04Rewrite and simplify o32 vaarg passing, no functional changes. Patch by Sasa ...Bruno Cardoso Lopes
2011-03-04Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes
2011-03-04Fix an old copy-n-pasteBruno Cardoso Lopes
2011-03-04Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...Devang Patel
2011-03-04Expands FCOS and FSIN nodes when type is f64.Bruno Cardoso Lopes
2011-03-04Fixes addc pattern when immediate cannot be represented with 16-bit. Patch by...Bruno Cardoso Lopes
2011-03-04Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes
2011-03-04Allow vector shifts (shl,lshr,ashr) on SPU.Kalle Raiskila
2011-03-04Allow load from constant on SPU.Kalle Raiskila
2011-03-04PR9377: Handle x86 str with register operand in a way consistent with gas.Eli Friedman
2011-03-03PR8053: Fix encoding of S bit in some ARM instructions.Bob Wilson
2011-03-03Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne
2011-03-03PTX: Fix Emacs renaming a symbolJustin Holewinski
2011-03-03Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne
2011-03-03PTX: Fix a couple of lint violationsJustin Holewinski
2011-03-03Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne
2011-03-03Use X86_thiscall calling convention for Win64 as well.Tilmann Scheller
2011-03-03Add a readme entry for the redundant movw issue for pr9370.Bob Wilson
2011-03-03pr9367: Add missing predicated BLX instructions.Bob Wilson
2011-03-02Fixes an assertion failure while disassembling ARM rsbs reg/reg form.Kevin Enderby
2011-03-02Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard.Renato Golin
2011-03-02Add Win64 thiscall calling convention.Tilmann Scheller
2011-03-02[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implementDavid Greene
2011-03-02ptx: fix lint and compiler warningsChe-Liang Chiou
2011-03-02Add 64-bit addressing to PTX backendChe-Liang Chiou