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
/
test
/
CodeGen
Age
Commit message (
Expand
)
Author
2012-11-14
llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx.
NAKAMURA Takumi
2012-11-14
Added multiclass for post-increment load instructions.
Jyotsna Verma
2012-11-14
Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.
Benjamin Kramer
2012-11-14
X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...
Benjamin Kramer
2012-11-14
The code pattern "imm0_255_neg" is used for checking if an immediate value is...
Nadav Rotem
2012-11-14
[NVPTX] Implement custom lowering of loads/stores for i1
Justin Holewinski
2012-11-14
Fix really stupid ARM EHABI info generation bug: we should not emit
Anton Korobeynikov
2012-11-14
Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.
Rafael Espindola
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-13
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
X86: when constructing VZEXT_LOAD from other loads, makes sure its output
Manman Ren
2012-11-13
Do not consider a machine instruction that uses and defines the same
Ulrich Weigand
2012-11-13
Codegen support for arbitrary vector getelementptrs.
Duncan Sands
2012-11-13
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-13
Cleanup the main RegisterCoalescer loop.
Andrew Trick
2012-11-12
Fix test case added in patch fixing PR14314
Michael Liao
2012-11-12
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-12
Fix PR14314
Michael Liao
2012-11-12
[NVPTX] Add more precise PTX/SM target attributes
Justin Holewinski
2012-11-10
Convert an improper CodeGen test to a MC test.
Evan Cheng
2012-11-10
xfail a bad test. This is a MC test but it's dependent on a codegen optimizat...
Evan Cheng
2012-11-10
Disable the Thumb no-return call optimization:
Evan Cheng
2012-11-10
Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.
Craig Topper
2012-11-09
[NVPTX] Use ABI alignment for parameters when alignment is not specified.
Justin Holewinski
2012-11-09
Fix assertions in updateRegMaskSlots().
Jakob Stoklund Olesen
2012-11-08
Recommit modified r167540.
Amara Emerson
2012-11-08
Add support of RTM from TSX extension
Michael Liao
2012-11-07
[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
Akira Hatanaka
2012-11-07
misched: Heuristics based on the machine model.
Andrew Trick
2012-11-05
On PowerPC64, integer return values (as well as arguments) are supposed
Ulrich Weigand
2012-11-05
Add support for the PowerPC-specific inline asm Z constraint and y modifier.
Hal Finkel
2012-11-05
[PATCH] PowerPC: Expand load extend vector operations
Adhemerval Zanella
2012-11-03
[mips] Set flag neverHasSideEffects flag on floating point conversion
Akira Hatanaka
2012-11-03
[mips] Set flag isAsCheapAsAMove flag on instruction LUi.
Akira Hatanaka
2012-11-03
[mips] Stop reserving register AT and use register scavenger when a scratch
Akira Hatanaka
2012-11-02
[mips] Fix bug in test case. Disable machine LICM to prevent instruction from
Akira Hatanaka
2012-11-02
Vext Lowering was missing opportunities
Quentin Colombet
2012-11-02
[mips] Use register number instead of name to print register $AT.
Akira Hatanaka
2012-11-02
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-11-01
test/CodeGen/X86/fp-fast.ll: Add +avx.
NAKAMURA Takumi
2012-11-01
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-10-31
(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.
Shuxin Yang
2012-10-31
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
Test case for r167039. Check that tail-call optimization is disabled for
Akira Hatanaka
2012-10-31
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-10-31
This patch addresses an ABI compatibility issue with empty aggregate
Bill Schmidt
2012-10-30
X86 SSE: update rsqrtss and rcpss to use two source operands and
Manman Ren
2012-10-30
X86 MMX: optimize transfer from mmx to i32
Manman Ren
2012-10-30
[mips] Allow tail-call optimization for vararg functions and functions which
Akira Hatanaka
2012-10-30
PowerPC: Expand FSRQT for vector types
Adhemerval Zanella
[next]