index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
Age
Commit 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-22
Fix Win64 va_arg.
Bill Wendling
2011-03-22
For PR9500.
Bill Wendling
2011-03-11
Merge r127441 from mainline.
Eric Christopher
2011-03-08
Turn on list-ilp scheduling by default on x86 and x86-64, fix up
Eric Christopher
2011-03-08
Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.
Bob Wilson
2011-03-08
Fix comment typos.
Bob Wilson
2011-03-07
Rename the narrow shift right immediate operands to "shr_imm*" operands. Also
Bill Wendling
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-05
ARM assembler stuff is crazy: for .setfp positive values of offset correspond...
Anton Korobeynikov
2011-03-05
In Thumb1 mode the constant might be materialized via the load from constpool...
Anton Korobeynikov
2011-03-05
Implement frame unwinding information emission for Thumb1. Not finished yet b...
Anton Korobeynikov
2011-03-05
Add unwind information emission for thumb stuff
Anton Korobeynikov
2011-03-05
Handle MI flags inside Thumb2SizeReduction pass.
Anton Korobeynikov
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
Remove unused conditional negate operations.
Bob Wilson
2011-03-05
ptx: add basic intrinsic support
Che-Liang Chiou
2011-03-05
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-05
whitespace
Andrew Trick
2011-03-04
Initialize variable.
Bill Wendling
2011-03-04
Improve div/rem node handling on mips. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2011-03-04
Expands register/immediate pairs when the immediate is too large to fit in 16...
Bruno Cardoso Lopes
2011-03-04
Rewrite and simplify o32 vaarg passing, no functional changes. Patch by Sasa ...
Bruno Cardoso Lopes
2011-03-04
Lowers block address. Currently asserts when relocation model is not PIC. Pat...
Bruno Cardoso Lopes
2011-03-04
Fix an old copy-n-paste
Bruno Cardoso Lopes
2011-03-04
Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...
Devang Patel
2011-03-04
Expands FCOS and FSIN nodes when type is f64.
Bruno Cardoso Lopes
2011-03-04
Fixes addc pattern when immediate cannot be represented with 16-bit. Patch by...
Bruno Cardoso Lopes
2011-03-04
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...
Bruno Cardoso Lopes
2011-03-04
Allow vector shifts (shl,lshr,ashr) on SPU.
Kalle Raiskila
2011-03-04
Allow load from constant on SPU.
Kalle Raiskila
2011-03-04
PR9377: Handle x86 str with register operand in a way consistent with gas.
Eli Friedman
2011-03-03
PR8053: Fix encoding of S bit in some ARM instructions.
Bob Wilson
2011-03-03
Optimize fprintf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
PTX: Fix Emacs renaming a symbol
Justin Holewinski
2011-03-03
Optimize sprintf -> siprintf if there are no floating point arguments
Richard Osborne
2011-03-03
PTX: Fix a couple of lint violations
Justin Holewinski
2011-03-03
Optimize printf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
Use X86_thiscall calling convention for Win64 as well.
Tilmann Scheller
2011-03-03
Add a readme entry for the redundant movw issue for pr9370.
Bob Wilson
2011-03-03
pr9367: Add missing predicated BLX instructions.
Bob Wilson
2011-03-02
Fixes an assertion failure while disassembling ARM rsbs reg/reg form.
Kevin Enderby
2011-03-02
Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard.
Renato Golin
2011-03-02
Add Win64 thiscall calling convention.
Tilmann Scheller
2011-03-02
[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implement
David Greene
2011-03-02
ptx: fix lint and compiler warnings
Che-Liang Chiou
2011-03-02
Add 64-bit addressing to PTX backend
Che-Liang Chiou
[next]