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
2008-03-22
Add an AllocateRW to match AllocateRWX.
Owen Anderson
2008-03-22
Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...
Evan Cheng
2008-03-22
This is a partially implemented and currently disabled start of a store
Chris Lattner
2008-03-21
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
Avoid calling array_endof in a static initializer, as it incurs
Dan Gohman
2008-03-21
Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trick
Dan Gohman
2008-03-21
Fix -view-sunit-dags to support cross-rc-copy nodes.
Dan Gohman
2008-03-21
a happier version of happiness
Gabor Greif
2008-03-21
the size of a smallvector shouldn't be part of the interface to these methods.
Chris Lattner
2008-03-21
make gvn marginally faster by reallocating the lastSeenLoad map for
Chris Lattner
2008-03-21
Minor cleanups and shrinkification.
Chris Lattner
2008-03-21
Handle getresult instructions in different basic blocks
Dan Gohman
2008-03-21
Restore this assert now that the livevar bug is fixed.
Chris Lattner
2008-03-21
Testcase for PR2160.
Duncan Sands
2008-03-21
A couple of kill marker maintainence bug.
Evan Cheng
2008-03-21
clean up and fix the call section.
Chris Lattner
2008-03-21
cleanups for the getresult section.
Chris Lattner
2008-03-21
FunctionExtractorPass has been superceded by GVExtractorPass
Andrew Lenharth
2008-03-21
Make it possible to get an empty struct using
Duncan Sands
2008-03-21
Introduce a new node for holding call argument
Duncan Sands
2008-03-21
Fix the build for gcc-4.2.
Duncan Sands
2008-03-21
remove Evan's "ugly hack" that sorta attempted to get
Chris Lattner
2008-03-21
Add support for calls that return two FP values in
Chris Lattner
2008-03-21
disable a bogus assertion.
Chris Lattner
2008-03-21
Enable support for returning two long-double values in ST(0)/ST(1).
Chris Lattner
2008-03-21
Teach masked value is zero about add and sub, and use MVIZ to
Chris Lattner
2008-03-21
Undo 48570. Correctly match mmx shift instructions with an immediate operand.
Evan Cheng
2008-03-21
ignore the Output/ directory
Gabor Greif
2008-03-21
this directory is accidentally added
Gabor Greif
2008-03-20
These passes preserve CFG.
Devang Patel
2008-03-20
Incorporate feedback.
Devang Patel
2008-03-20
C and Objective Caml bindings for mem2reg and reg2mem.
Gordon Henriksen
2008-03-20
enable -analyze for andersens
Andrew Lenharth
2008-03-20
Take the old function's name.
Zhou Sheng
2008-03-20
ubyte and sbyte? what are those?
Nick Lewycky
2008-03-20
add a note.
Chris Lattner
2008-03-20
Check even more carefully before applying this DAGCombine transform.
Christopher Lamb
2008-03-20
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-20
Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ...
Evan Cheng
2008-03-20
detabify llvm, patch by Mike Stump!
Chris Lattner
2008-03-20
Keep track of analysis information inherited from Module pass manager.
Devang Patel
2008-03-20
Add more patterns to match in the integer comparison test harnesses.
Scott Michel
2008-03-20
80 col violation.
Evan Cheng
2008-03-19
Add intrinsics to match mmx shift builtin's with immediate operand.
Evan Cheng
2008-03-19
Add comment.
Devang Patel
2008-03-19
style and spelling
Andrew Lenharth
2008-03-19
#if 1 .. #endif markers do not add any value.
Devang Patel
2008-03-19
Remove dead options.
Evan Cheng
2008-03-19
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
Add support for multiple return values for the PPC target by
Dan Gohman
[next]