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
2009-10-22
Allow the target to select the level of anti-dependence breaking that should ...
David Goodwin
2009-10-22
Revert 84843. Evan, this was breaking some of the if-conversion tests.
Bob Wilson
2009-10-22
Move if-conversion before post-regalloc scheduling so the predicated instruct...
Evan Cheng
2009-10-22
Don't generate sbfx / ubfx with negative lsb field. Patch by David Conrad.
Evan Cheng
2009-10-22
Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...
Anton Korobeynikov
2009-10-22
Revert the main portion of r31856. It was causing BranchFolding
Dan Gohman
2009-10-21
Improve handling of immediates by splitting 32-bit immediates into two 16-bit
Jim Grosbach
2009-10-21
Add DAG printing for RMW stuff debugging
Anton Korobeynikov
2009-10-21
RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...
Anton Korobeynikov
2009-10-21
Match more patterns to movt.
Evan Cheng
2009-10-21
Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.
Dan Gohman
2009-10-21
Add reg-imm tests
Anton Korobeynikov
2009-10-20
Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign)
Anton Korobeynikov
2009-10-20
Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.
David Goodwin
2009-10-20
Make TranslateX86CC return COND_INVALID instead of aborting when it
Dan Gohman
2009-10-20
Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks are
Dan Gohman
2009-10-20
If the physical register being spilled does not have an interval, spill its s...
Evan Cheng
2009-10-19
Enable allocation of R3 in Thumb1
Jim Grosbach
2009-10-19
convert to filecheck syntax and make a lot more aggressive.
Chris Lattner
2009-10-19
Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linux
Anton Korobeynikov
2009-10-19
rename test
Chris Lattner
2009-10-19
Fix PR5247, "lock addq" pattern (and other atomics), it DOES modify EFLAGS.
Torok Edwin
2009-10-19
Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't...
Daniel Dunbar
2009-10-19
Add support for matching shuffle patterns with palignr.
Nate Begeman
2009-10-18
Turn on post-alloc scheduling for x86.
Evan Cheng
2009-10-17
Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic
Dan Gohman
2009-10-16
Update tests to use FileCheck
Mon P Wang
2009-10-16
Add test case for r84279
Mon P Wang
2009-10-16
Move zext and sext casts fed by loads into the same block as the
Dan Gohman
2009-10-16
Enable post-alloc scheduling for all ARM variants except for Thumb1.
Evan Cheng
2009-10-15
Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...
Sandeep Patel
2009-10-15
Re-apply 84180 with the fixed test case.
Sanjiv Gupta
2009-10-15
Move Blackfin intrinsics into the Target/Blackfin directory.
Jakob Stoklund Olesen
2009-10-15
Make CodePlacementOpt align loops, rather than loop headers. The
Dan Gohman
2009-10-14
When LiveVariables is adding implicit-def to model "partial dead", add the ea...
Evan Cheng
2009-10-14
Fix this test to account for a movl $0 being emitted as an xor now,
Dan Gohman
2009-10-13
Revise ARM inline assembly memory operands to require the memory address to
Bob Wilson
2009-10-13
Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov.
Sandeep Patel
2009-10-12
Don't forget to mark RAX as live-out of the function when arranging for
Dan Gohman
2009-10-12
Eliminate some redundant llvm-as calls.
Benjamin Kramer
2009-10-11
Add missed mem-mem move patterns
Anton Korobeynikov
2009-10-11
Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements
Anton Korobeynikov
2009-10-11
Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refine...
Anton Korobeynikov
2009-10-11
Implement 'm' memory operand properly
Anton Korobeynikov
2009-10-10
It seems that OR operation does not affect status reg at all.
Anton Korobeynikov
2009-10-09
Update this test; the code is the same but it gets counted as one
Dan Gohman
2009-10-09
Fix the x86 test-shrink optimization so that it doesn't shrink comparisons
Dan Gohman
2009-10-09
Merge a bunch of NEON tests into larger files so they run faster.
Bob Wilson
2009-10-09
Convert some ARM tests with lots of greps to use FileCheck.
Bob Wilson
2009-10-09
Fix a logic error that caused non-rematable loop invariants loads to be licm'...
Evan Cheng
[next]