index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rename the "exceptional" destination of an invoke instruction to the 'unwind'...
Chris Lattner
2004-02-08
3
-4
/
+4
*
Fix PR225: [pruneeh] -pruneeh pass removes invoke instructions it shouldn't
Chris Lattner
2004-02-08
1
-10
/
+32
*
splitBasicBlock "does the right thing" now, no reason to reposition it.
Chris Lattner
2004-02-08
1
-3
/
+0
*
Remove unneeded code now that splitBasicBlock does the "right thing"
Chris Lattner
2004-02-04
1
-5
/
+0
*
Make deadarghaX0r warning louder.
Brian Gaeke
2004-02-02
1
-1
/
+1
*
Remove dependence on structure index type. s/MT/FT
Chris Lattner
2004-01-09
1
-6
/
+6
*
Merging constants can cause further room for improvement. Iterate until
Chris Lattner
2003-12-28
1
-35
/
+45
*
Fix memory corruption bug PR193
Chris Lattner
2003-12-22
1
-20
/
+26
*
Implement RaiseAllocations/FreeCastConstantExpr.ll
Chris Lattner
2003-12-07
1
-12
/
+37
*
Delete dead line
Chris Lattner
2003-11-22
1
-1
/
+0
*
Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx
Chris Lattner
2003-11-22
1
-0
/
+2
*
Considering that CI is not even IN SCOPE here, I wooda thought the compiler
Chris Lattner
2003-11-21
1
-1
/
+1
*
Finegrainify namespacification
Chris Lattner
2003-11-21
11
-49
/
+26
*
Get rid of using decls, finegrainify namespacification
Chris Lattner
2003-11-21
1
-23
/
+18
*
* Finegrainify namespacification
Chris Lattner
2003-11-21
1
-30
/
+99
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-4
/
+5
*
* Finegrainify namespacification
Chris Lattner
2003-11-20
1
-8
/
+27
*
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-20
1
-7
/
+4
*
When spewing out warnings during function resolution, do not vomit out pages
Chris Lattner
2003-11-20
1
-4
/
+8
*
This file was somehow missing a top-level comment line.
Misha Brukman
2003-11-17
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
17
-2
/
+67
*
Do NOT inline self recursive calls into other functions. This is causing the
Chris Lattner
2003-11-09
2
-1
/
+10
*
Untypo
Chris Lattner
2003-11-09
1
-1
/
+1
*
Fix bug: PR93
Chris Lattner
2003-11-06
1
-0
/
+29
*
Fix the problem with running cleanups in bugpoint: We were deleting arguments
Chris Lattner
2003-11-05
1
-1
/
+4
*
Split behavior into two pieces
Chris Lattner
2003-11-05
1
-13
/
+13
*
Fix PR78
Chris Lattner
2003-11-02
1
-1
/
+1
*
Strip off CPR's manually, because if we don't, the inliner doesn't delete dead
Chris Lattner
2003-10-31
1
-2
/
+9
*
Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64
Chris Lattner
2003-10-29
1
-2
/
+13
*
Check in statistifying patch for Bill
Chris Lattner
2003-10-28
1
-0
/
+6
*
Propagating constants to arguments can make other arguments constant. For now
Chris Lattner
2003-10-27
1
-5
/
+15
*
We might as well strip off any CPRs before propagation
Chris Lattner
2003-10-23
1
-1
/
+4
*
* We were forgetting to pass varargs arguments through a call
Chris Lattner
2003-10-23
1
-0
/
+18
*
Check in initial version of ipcp
Chris Lattner
2003-10-23
1
-0
/
+110
*
Make this pass substantially stronger by having it delete dead return values
Chris Lattner
2003-10-23
1
-127
/
+354
*
This important patch fixes two warnings in the linker which can occur from li...
Chris Lattner
2003-10-22
1
-4
/
+33
*
Update the 'used' flag correctly
Chris Lattner
2003-10-22
1
-6
/
+7
*
Loop over the module, not the symbol table. This makes the code handle
Chris Lattner
2003-10-22
1
-21
/
+18
*
Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll
Chris Lattner
2003-10-22
1
-2
/
+34
*
Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll
Chris Lattner
2003-10-21
1
-55
/
+19
*
Added LLVM copyright header.
John Criswell
2003-10-21
1
-0
/
+7
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
15
-0
/
+105
*
Reorder for minor efficiency gain
Chris Lattner
2003-10-20
1
-1
/
+1
*
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-19
1
-1
/
+1
*
Decrease usage of use_size()
Chris Lattner
2003-10-15
1
-1
/
+1
*
Whoops, we inserted into the wrong set. What's up with the dead set anyway?
Chris Lattner
2003-10-13
1
-4
/
+2
*
Use external df iterators to avoid revisiting blocks in functions with
Chris Lattner
2003-10-13
1
-1
/
+3
*
Regularize header file comments
Chris Lattner
2003-10-13
2
-2
/
+2
*
Minor cleanups
Chris Lattner
2003-10-13
1
-5
/
+3
[prev]
[next]