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
/
IPO
Age
Commit message (
Expand
)
Author
2004-02-13
Intrinsic functions cannot throw
Chris Lattner
2004-02-09
Don't depend on auto data conversion
Chris Lattner
2004-02-09
Adjust to the changed StructType interface. In particular, getElementTypes()...
Chris Lattner
2004-02-09
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2004-02-08
rename the "exceptional" destination of an invoke instruction to the 'unwind'...
Chris Lattner
2004-02-08
Fix PR225: [pruneeh] -pruneeh pass removes invoke instructions it shouldn't
Chris Lattner
2004-02-08
splitBasicBlock "does the right thing" now, no reason to reposition it.
Chris Lattner
2004-02-04
Remove unneeded code now that splitBasicBlock does the "right thing"
Chris Lattner
2004-02-02
Make deadarghaX0r warning louder.
Brian Gaeke
2004-01-09
Remove dependence on structure index type. s/MT/FT
Chris Lattner
2003-12-28
Merging constants can cause further room for improvement. Iterate until
Chris Lattner
2003-12-22
Fix memory corruption bug PR193
Chris Lattner
2003-12-07
Implement RaiseAllocations/FreeCastConstantExpr.ll
Chris Lattner
2003-11-22
Delete dead line
Chris Lattner
2003-11-22
Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx
Chris Lattner
2003-11-21
Considering that CI is not even IN SCOPE here, I wooda thought the compiler
Chris Lattner
2003-11-21
Finegrainify namespacification
Chris Lattner
2003-11-21
Get rid of using decls, finegrainify namespacification
Chris Lattner
2003-11-21
* Finegrainify namespacification
Chris Lattner
2003-11-21
Finegrainify namespacification
Chris Lattner
2003-11-20
* Finegrainify namespacification
Chris Lattner
2003-11-20
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-20
When spewing out warnings during function resolution, do not vomit out pages
Chris Lattner
2003-11-17
This file was somehow missing a top-level comment line.
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-09
Do NOT inline self recursive calls into other functions. This is causing the
Chris Lattner
2003-11-09
Untypo
Chris Lattner
2003-11-06
Fix bug: PR93
Chris Lattner
2003-11-05
Fix the problem with running cleanups in bugpoint: We were deleting arguments
Chris Lattner
2003-11-05
Split behavior into two pieces
Chris Lattner
2003-11-02
Fix PR78
Chris Lattner
2003-10-31
Strip off CPR's manually, because if we don't, the inliner doesn't delete dead
Chris Lattner
2003-10-29
Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64
Chris Lattner
2003-10-28
Check in statistifying patch for Bill
Chris Lattner
2003-10-27
Propagating constants to arguments can make other arguments constant. For now
Chris Lattner
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
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-15
Decrease usage of use_size()
Chris Lattner
[next]