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
2005-01-17
This is a carefully contrived testcase where the X86 ISel is emitting all loads
Chris Lattner
2005-01-17
Don't bother using max here.
Chris Lattner
2005-01-17
Do not give token factor nodes outrageous weights
Chris Lattner
2005-01-17
Non-volatile loads can be freely reordered against each other. This fixes
Chris Lattner
2005-01-17
Two changes:
Chris Lattner
2005-01-17
Don't call SelectionDAG.getRoot() directly, go through a forwarding method.
Chris Lattner
2005-01-17
Refactor load/op/store folding into it's own method, no functionality changes.
Chris Lattner
2005-01-17
Implement a target independent optimization to codegen arguments only into
Chris Lattner
2005-01-17
Fix a major regression last night that prevented us from producing [mem] op= reg
Chris Lattner
2005-01-17
Refactor code into a new method.
Chris Lattner
2005-01-17
Make methods private, add a method.
Chris Lattner
2005-01-17
Codegen this:
Chris Lattner
2005-01-17
Added tmp instructions to preserve ssa.
Tanya Lattner
2005-01-17
Fix test/Regression/CodeGen/X86/2005-01-17-CycleInDAG.ll and 132.ijpeg.
Chris Lattner
2005-01-17
New testcase for a problem that occurred in 132.ijpeg
Chris Lattner
2005-01-17
Delete PHI nodes that are not dead but are locked in a cycle of single
Chris Lattner
2005-01-17
Move code out of indentation one level to make it easier to read.
Chris Lattner
2005-01-17
Add methods
Chris Lattner
2005-01-17
Do not fold a load into a comparison that is used by more than one place.
Chris Lattner
2005-01-17
sysconfdir -> PROJ_etcdir
Reid Spencer
2005-01-17
Do not codegen 'xor bool, true' as 'not reg'. not reg inverts the upper bits
Chris Lattner
2005-01-17
Fix typos noticed by Gabor Greif, thanks Gabor!
Chris Lattner
2005-01-17
Set up the shift and setcc types.
Chris Lattner
2005-01-16
Shift and setcc types default to the pointer type.
Chris Lattner
2005-01-16
Add comments
Chris Lattner
2005-01-16
Implement legalize of call nodes.
Chris Lattner
2005-01-16
Fix llvm-java project autconfiguration.
Alkis Evlogimenos
2005-01-16
Added paramters to a few functions in order to allow me to change the functio...
Tanya Lattner
2005-01-16
* Adjust to changes in TargetLowering interfaces.
Chris Lattner
2005-01-16
Revamp supported ops. Instead of just being supported or not, we now keep
Chris Lattner
2005-01-16
add method stub
Chris Lattner
2005-01-16
Don't mash stuff together.
Chris Lattner
2005-01-16
Use enums, move virtual dtor out of line.
Chris Lattner
2005-01-16
Revamp supported ops. Instead of just being supported or not, we now keep
Chris Lattner
2005-01-16
* Revise the projects section and make reference to Projects.html
Reid Spencer
2005-01-16
Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might be
Reid Spencer
2005-01-16
Implement some more missing promotions.
Chris Lattner
2005-01-16
Fix bugpoint
Chris Lattner
2005-01-16
cycles_t -> CycleCount_t
Chris Lattner
2005-01-16
Add some .cvsignores to the win32 hierarchy to account for generated files
Jeff Cohen
2005-01-16
Provide support for HP/UX aCC compiler's variant of hash_map and hash_set
Reid Spencer
2005-01-16
Fix locations of libraries and executables to match makefiles.
Reid Spencer
2005-01-16
BUILD_* to PROJ_*
Reid Spencer
2005-01-16
Clarify assertion.
Chris Lattner
2005-01-16
Add assertions.
Chris Lattner
2005-01-16
Add support for promoted registers being live across blocks.
Chris Lattner
2005-01-16
Update per new Makefile requirements for projects
Reid Spencer
2005-01-16
Rename BUILD_* to PROJ_*
Reid Spencer
2005-01-16
Update documentation on how to set up a project
Reid Spencer
2005-01-16
Several changes:
Reid Spencer
[next]