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
/
lib
/
CodeGen
/
SelectionDAG
Age
Commit message (
Expand
)
Author
2005-01-10
Lower to the correct functions. This fixes FreeBench/fourinarow
Chris Lattner
2005-01-10
Implement a couple of more simplifications. This lets us codegen:
Chris Lattner
2005-01-10
Fix incorrect constant folds, fixing Stepanov after the SHR patch.
Chris Lattner
2005-01-10
Constant fold shifts, turning this loop:
Chris Lattner
2005-01-09
Add some folds for == and != comparisons. This allows us to
Chris Lattner
2005-01-09
Fix VC++ compilation error
Jeff Cohen
2005-01-09
Print the DAG out more like a DAG in nested format.
Chris Lattner
2005-01-09
Print out nodes sorted by their address to make it easier to find them in a l...
Chris Lattner
2005-01-09
Add a simple transformation. This allows us to compile one of the inner
Chris Lattner
2005-01-09
Fix a bug legalizing call instructions (make sure to remember all result
Chris Lattner
2005-01-09
Fix a minor bug legalizing dynamic_stackalloc. This allows us to compile
Chris Lattner
2005-01-09
Teach legalize to deal with DYNAMIC_STACKALLOC (aka a dynamic llvm alloca)
Chris Lattner
2005-01-09
Handle static alloca arguments to PHI nodes.
Chris Lattner
2005-01-09
Use new interfaces to correctly lower varargs and return/frame address intrin...
Chris Lattner
2005-01-08
Add support for llvm.setjmp and longjmp. Only 3 SingleSource/UnitTests fail ...
Chris Lattner
2005-01-08
Tighten up assertions.
Chris Lattner
2005-01-08
Silence VS warnings.
Chris Lattner
2005-01-08
Implement handling of most long operators through libcalls.
Chris Lattner
2005-01-08
Adjust to changes in LowerCAllTo interfaces
Chris Lattner
2005-01-08
Add support for FP->INT conversions and back.
Chris Lattner
2005-01-08
Implement the 'store FPIMM, Ptr' -> 'store INTIMM, Ptr' optimization for
Chris Lattner
2005-01-08
1ULL << 64 is undefined, don't do it.
Chris Lattner
2005-01-07
Fix a pointer invalidation problem. This fixes Generic/badarg6.ll
Chris Lattner
2005-01-07
Fold conditional branches on constants away.
Chris Lattner
2005-01-07
Fix a thinko in the reassociation code, fixing Generic/badlive.ll
Chris Lattner
2005-01-07
Add support for truncating integer casts from long.
Chris Lattner
2005-01-07
Fix a bug in load expansion legalization and ret legalization. This fixes
Chris Lattner
2005-01-07
Legalize unconditional branches too
Chris Lattner
2005-01-07
Implement support for long GEP indices on 32-bit archs and support for
Chris Lattner
2005-01-07
Simplify: truncate ({zero|sign}_extend (X))
Chris Lattner
2005-01-07
implement legalization of a bunch more operators.
Chris Lattner
2005-01-07
Fix another bug legalizing calls!
Chris Lattner
2005-01-07
Fix handling of dead PHI nodes.
Chris Lattner
2005-01-07
Fix a bug legalizing calls
Chris Lattner
2005-01-07
After legalizing a DAG, delete dead nodes to save space.
Chris Lattner
2005-01-07
Implement RemoveDeadNodes
Chris Lattner
2005-01-07
Teach legalize how to handle condbranches
Chris Lattner
2005-01-07
Initial implementation of the SelectionDAGISel class. This contains most
Chris Lattner
2005-01-07
This file is obsolete
Chris Lattner
2005-01-07
Initial implementation of the DAG legalization. This still has a long way
Chris Lattner
2005-01-07
Complete rewrite of the SelectionDAG class.
Chris Lattner
2005-01-07
First draft of new Target interface
Chris Lattner
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-08
Hyphenate target-(in)dependent for more tasty grammar goodness (tm)
Misha Brukman
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
[prev]
[next]