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
/
Transforms
Age
Commit message (
Expand
)
Author
2003-10-23
We might as well strip off any CPRs before propagation
Chris Lattner
2003-10-23
* We were forgetting to pass varargs arguments through a call
Chris Lattner
2003-10-23
Check in initial version of ipcp
Chris Lattner
2003-10-23
Make this pass substantially stronger by having it delete dead return values
Chris Lattner
2003-10-22
This important patch fixes two warnings in the linker which can occur from li...
Chris Lattner
2003-10-22
Update the 'used' flag correctly
Chris Lattner
2003-10-22
Loop over the module, not the symbol table. This makes the code handle
Chris Lattner
2003-10-22
Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll
Chris Lattner
2003-10-21
Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll
Chris Lattner
2003-10-21
Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll
Chris Lattner
2003-10-21
Fix message to make more sense and confuse Chris less
Chris Lattner
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
Reorder for minor efficiency gain
Chris Lattner
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-18
Fix PR#50
Chris Lattner
2003-10-18
ADd support for the new varargs instructions
Chris Lattner
2003-10-17
Do not crash on empty structures
Chris Lattner
2003-10-16
Add support for 'weak' linkage.
Chris Lattner
2003-10-16
This code does not require random access use_lists
Chris Lattner
2003-10-16
Eliminate using declaration
Chris Lattner
2003-10-15
Decrease usage of use_size()
Chris Lattner
2003-10-15
Cleanup
Chris Lattner
2003-10-14
Do not move variable sized allocations to the top of the caller, which might
Chris Lattner
2003-10-13
Whoops, we inserted into the wrong set. What's up with the dead set anyway?
Chris Lattner
2003-10-13
Use external df iterators to avoid revisiting blocks in functions with
Chris Lattner
2003-10-13
Wrap code at 80 columns
Chris Lattner
2003-10-13
Regularize header file comments
Chris Lattner
2003-10-13
Regularize header file comment, eliminate using's
Chris Lattner
2003-10-13
Minor cleanups
Chris Lattner
2003-10-13
Checkin an improvement contributed by Bill:
Chris Lattner
2003-10-13
Add support to the loop canonicalization pass to make it transform loops to
Chris Lattner
2003-10-12
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-12
File is renamed to LoopSimplify.cpp
Chris Lattner
2003-10-12
First step in renaming the preheaders pass to loopsimplify
Chris Lattner
2003-10-12
The preheader insertion pass only depends on the CFG. Mark it as such, which
Chris Lattner
2003-10-10
Include <cstdio> instead of <stdio.h>.
Brian Gaeke
2003-10-10
Don't include Config/stdio.h or <stdio.h>.
Brian Gaeke
2003-10-10
Fix spelling.
Misha Brukman
2003-10-10
Fixing the spelling of this filename.
Misha Brukman
2003-10-08
Update comment
Chris Lattner
2003-10-08
Use a set to keep track of which edges have been noticed as executable already
Chris Lattner
2003-10-08
Minor fixes here and there
Chris Lattner
2003-10-08
Avoid building data structures we don't really need. This improves the runtime
Chris Lattner
2003-10-07
whoops, don't accidentally lose variable names
Chris Lattner
2003-10-07
Fix bug: InstCombine/cast.ll:test11 / PR#7
Chris Lattner
2003-10-07
Refactor code a bit
Chris Lattner
2003-10-07
Fix bugzilla bug #5
Chris Lattner
2003-10-07
Bill contributed this major rewrite of the -lowerswitch pass to make it generate
Chris Lattner
[next]