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
Age
Commit message (
Expand
)
Author
2009-05-30
fix PR4284, a bug in simplifylibcalls handling memcmp. Patch by
Chris Lattner
2009-05-30
Metadata uses metadata type not empty struct.
Nick Lewycky
2009-05-30
Add some documentation.
Mike Stump
2009-05-30
Adjust these tests now that "extern inline"
Duncan Sands
2009-05-30
(i64 (zext (srl GR32 8))) -> movzbl AH is not safe since srl 8 only clear the...
Evan Cheng
2009-05-30
Give embedded metadata its own type instead of relying on EmptyStructTy.
Nick Lewycky
2009-05-30
Add support for letting the client choose different flavors of NaNs. Testcas...
Mike Stump
2009-05-30
Untabification.
Bill Wendling
2009-05-30
Untabify.
Bill Wendling
2009-05-30
Untabify.
Evan Cheng
2009-05-29
Add placeholder for thumb2 stuff
Anton Korobeynikov
2009-05-29
Enable GVN Load PRE.
Bill Wendling
2009-05-29
Dan noticed that the verifier wasn't thoroughly checking uses of
Duncan Sands
2009-05-29
Fix some typos
Bruno Cardoso Lopes
2009-05-29
just show the instruction, its not that slow.
Torok Edwin
2009-05-29
for instructions with void type we have no choice but print the instruction as
Torok Edwin
2009-05-29
Add a DEBUG() output to GVN that prints the instruction clobbering a load.
Torok Edwin
2009-05-29
Fix an issue where phiMap was not being updated properly when doing load PRE.
Owen Anderson
2009-05-29
Default isNarrowingProfitable to false.
Evan Cheng
2009-05-29
Remove an accidental commit.
Evan Cheng
2009-05-29
More h-registers tricks: folding zext nodes.
Evan Cheng
2009-05-28
Do not try to create a MVT type of width 0.
Evan Cheng
2009-05-28
The MONITOR and MWAIT instructions have insufficient information for
Bill Wendling
2009-05-28
NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make with
Daniel Dunbar
2009-05-28
Add explicit test for PR4280.
Eli Friedman
2009-05-28
Re-commit r72514 and r72516 with a fixed version of BR_CC lowering.
Eli Friedman
2009-05-28
Fix MOVMSKPDrr encoding.
Evan Cheng
2009-05-28
Fix PSIGND encoding bug. Patch by Sean Callanan.
Evan Cheng
2009-05-28
Incorporate patch feedbacks.
Evan Cheng
2009-05-28
NightlyTest: Write "sentdata.txt" files and run the -submit-aux script before
Daniel Dunbar
2009-05-28
Emit debug info for locals with proper scope.
Sanjiv Gupta
2009-05-28
Temporarily revert r72514 (and dependent patch r72516). It was causing this
Bill Wendling
2009-05-28
Mark the branch insns correctly.
Sanjiv Gupta
2009-05-28
Fixing problems that got exposed after the refactoring of LegalizeDAG done in...
Sanjiv Gupta
2009-05-28
Add a testcase which got fixed by recent legalization work.
Eli Friedman
2009-05-28
Remove a couple of useless functions.
Eli Friedman
2009-05-28
Remove special cases for more opcodes.
Eli Friedman
2009-05-28
Return the operand rather than a null SDValue when the given SELECT_CC
Eli Friedman
2009-05-28
Use Operands.data() instead of &Operands[0] where Operands is a potentially
Nick Lewycky
2009-05-28
Remove special case for SETCC opcode; add some comments explaining why
Eli Friedman
2009-05-28
This patch brings the list of attributes in CPPBackend.cpp up to date with the
Jeffrey Yasskin
2009-05-28
Some minor cleanups.
Eli Friedman
2009-05-28
"The instructions MMX_PSADBWrm and MMX_PSADBWrr have opcode 0b11100000 (e0), but
Bill Wendling
2009-05-28
Added optimization that narrow load / op / store and the 'op' is a bit twiddl...
Evan Cheng
2009-05-27
Revert 72493 and replace it with a more conservative fix, for now: don't
Dan Gohman
2009-05-27
Ger rid of some dead code.
Eli Friedman
2009-05-27
In ChangeCompareStride, when the stride to be reused is truncated to
Dan Gohman
2009-05-27
Fix sfence jit encoding. Patch by Sean Callanan.
Evan Cheng
2009-05-27
This looks like it passes now.
Bill Wendling
2009-05-27
Added support for fround, fextend and FP_TO_SINT
Bruno Cardoso Lopes
[next]