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
2011-03-31
Add XCore intrinsics for initializing / starting / synchronizing threads.
Richard Osborne
2011-03-31
Pick a conservative register class when creating a small live range for remat.
Jakob Stoklund Olesen
2011-03-30
Don't try to create zero-sized stack objects.
Evan Cheng
2011-03-30
Add a ARM-specific SD node for VBSL so that forms with a constant first operand
Cameron Zwarich
2011-03-29
Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends
Evan Cheng
2011-03-29
Add Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16 to v4f32. Fixes
Cameron Zwarich
2011-03-29
Reduce test case.
Rafael Espindola
2011-03-29
Optimizing (zext A + zext B) * C, to (VMULL A, C) + (VMULL B, C) during ...
Evan Cheng
2011-03-28
In some cases, the "fail BB dominator" may be null after the BB was split (and
Bill Wendling
2011-03-26
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-26
Fix the bfi handling for or (and a mask) (and b mask). We need the two
Eric Christopher
2011-03-25
Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...
Jakob Stoklund Olesen
2011-03-24
Move test in x86 specific area.
Devang Patel
2011-03-24
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-24
Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets.
NAKAMURA Takumi
2011-03-24
Do early taildup of ret in CodeGenPrepare for potential tail calls that have a
Cameron Zwarich
2011-03-23
Enable GlobalMerge on darwin.
Devang Patel
2011-03-23
Revert r128175.
Andrew Trick
2011-03-23
Cmp peephole optimization isn't always safe for signed arithmetics.
Evan Cheng
2011-03-23
PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.
Eli Friedman
2011-03-23
Reapply Eli's r127852 now that the pre-RA scheduler can spill EFLAGS.
Andrew Trick
2011-03-22
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
ptx: add analyze/insert/remove branch
Che-Liang Chiou
2011-03-22
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-03-22
Fix fast-isel address mode folding to avoid folding instructions
Dan Gohman
2011-03-20
Write the section table and the section data in the same order that
Rafael Espindola
2011-03-19
Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessors
Daniel Dunbar
2011-03-19
SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IR
Evan Cheng
2011-03-19
Add support for legalizing UINT_TO_FP of vectors on platforms which do
Nadav Rotem
2011-03-19
FileCheckize a test.
Andrew Trick
2011-03-18
Match a few more obvious patterns to revsh. rdar://9147637.
Evan Cheng
2011-03-18
Revert r127852; it's apparently causing an ICE on mingw.
Eli Friedman
2011-03-18
PTX: Fix various codegen issues
Justin Holewinski
2011-03-18
ptx: fix parameter order that is reversed
Che-Liang Chiou
2011-03-18
ptx: add unconditional and conditional branch
Che-Liang Chiou
2011-03-18
Add a target-specific branchless method for double-width relational
Eli Friedman
2011-03-17
BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...
Benjamin Kramer
2011-03-17
Add XCore intrinsic for setpsc.
Richard Osborne
2011-03-17
test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It doe...
NAKAMURA Takumi
2011-03-16
test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mt...
NAKAMURA Takumi
2011-03-16
The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte
Cameron Zwarich
2011-03-16
Rename a test to be more inclusive.
Cameron Zwarich
2011-03-16
Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix
Daniel Dunbar
2011-03-16
Add XCore intrinsics for setclk, setrdy.
Richard Osborne
2011-03-16
Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...
Renato Golin
2011-03-16
Add a test for i1 zeroext arguments on x86-64. We currently generate code that
Cameron Zwarich
2011-03-16
Add checkevent intrinsic to check if any resources owned by the current thread
Richard Osborne
2011-03-16
test/CodeGen/X86: FileCheck-ize and add actions for x86_64-linux and x86_64-w...
NAKAMURA Takumi
2011-03-16
test/CodeGen/X86: Add a pattern for Win64.
NAKAMURA Takumi
[prev]
[next]