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
/
X86
Age
Commit message (
Expand
)
Author
2010-03-30
Merge 99620 from mainline.
Tanya Lattner
2010-03-12
Merge 97980 from mainline.
Tanya Lattner
2010-03-11
Merge 98212 from mainline.
Tanya Lattner
2010-03-11
Merge 98203 from mainline.
Tanya Lattner
2010-03-05
Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This
Charles Davis
2010-03-05
Better handling of dead super registers in LiveVariables. We used to do this:
Jakob Stoklund Olesen
2010-03-05
We don't really care about correct register liveness information after the
Jakob Stoklund Olesen
2010-03-05
Avoid creating bad PHI instructions when BR is being const-folded.
Jakob Stoklund Olesen
2010-03-05
Fix an oops in x86 sibcall optimization. If the ByVal callee argument is itse...
Evan Cheng
2010-03-05
Fix PR6497, a bug where we'd fold a load into an addc
Chris Lattner
2010-03-05
cleanup
Chris Lattner
2010-03-05
Rever 96389 and 96990. They are causing some miscompilation that I do not ful...
Evan Cheng
2010-03-05
Revert r97766. It's deleting a tag.
Bill Wendling
2010-03-05
Micro-optimization:
Bill Wendling
2010-03-04
Fix the remaining MUL8 and DIV8 to define AX instead of AL,AH.
Jakob Stoklund Olesen
2010-03-04
Fix recognition of 16-bit bswap for C front-ends which emit the
Dan Gohman
2010-03-03
Revert r97580; that's not the right way to fix this.
Dan Gohman
2010-03-03
This test case:
Bill Wendling
2010-03-02
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
When expanding an expression such as (A + B + C + D), sort the operands
Dan Gohman
2010-03-02
clean up some testcases.
Chris Lattner
2010-03-02
Fix the xfail I added a couple of patches back. The issue
Chris Lattner
2010-03-02
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-02
Fix several places to handle vector operands properly.
Dan Gohman
2010-03-01
Rewrite test to test VLA using new debug info encoding scheme.
Devang Patel
2010-02-28
add some random nounwinds.
Chris Lattner
2010-02-28
Don't try to replace physical registers when doing CSE.
Dan Gohman
2010-02-27
Add nounwinds.
Dan Gohman
2010-02-27
Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.
Evan Cheng
2010-02-25
change the scope node to include a list of children to be checked
Chris Lattner
2010-02-25
Revert r97064. Duncan pointed out that bitcasts are defined in
Dan Gohman
2010-02-25
Make LoopSimplify change conditional branches in loop exiting blocks
Dan Gohman
2010-02-24
Make getTypeSizeInBits work correctly for array types; it should return
Dan Gohman
2010-02-24
Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in
Daniel Dunbar
2010-02-24
When forming SSE min and max nodes for UGE and ULE comparisons, it's
Dan Gohman
2010-02-24
Change the scheduler from adding nodes in allnodes order
Chris Lattner
2010-02-24
Re-apply 96540 and 96556 with fixes.
Evan Cheng
2010-02-24
DIV8r must define %AX since X86DAGToDAGISel::Select() sometimes uses it
Jakob Stoklund Olesen
2010-02-23
Remember to handle sub-registers when moving imp-defs to a rematted instruction.
Jakob Stoklund Olesen
2010-02-23
Keep track of phi join registers explicitly in LiveVariables.
Jakob Stoklund Olesen
2010-02-22
These should not have been committed.
Evan Cheng
2010-02-22
Instcombine constant folding can normalize gep with negative index to index w...
Evan Cheng
2010-02-22
Canonicalize ConstantInts to the right operand of commutative
Dan Gohman
2010-02-22
Actually enable the -enable-unsafe-fp-math tests.
Dan Gohman
2010-02-22
Mark the return address stack slot as mutable when moving the return address
Arnold Schwaighofer
2010-02-22
Remove the logic for reasoning about NaNs from the code that forms
Dan Gohman
2010-02-21
fix and un-xfail X86/vec_ss_load_fold.ll
Chris Lattner
2010-02-21
temporarily disable this.
Chris Lattner
2010-02-19
Check for overflow when scaling up an add or an addrec for
Dan Gohman
2010-02-19
Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.
Charles Davis
[next]