index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
IPO
/
GlobalOpt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-1
/
+1
*
Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused
Chris Lattner
2007-09-14
1
-4
/
+4
*
Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the SROA rewriter how to handle
Chris Lattner
2007-09-13
1
-14
/
+62
*
be tolerant of PHI nodes when rewriting heap SROA code. This is a step
Chris Lattner
2007-09-13
1
-26
/
+50
*
refactor some code, no functionality change. On the path to PR1639
Chris Lattner
2007-09-13
1
-50
/
+56
*
Make ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart enough to see through
Chris Lattner
2007-09-13
1
-5
/
+16
*
Make AllUsesOfLoadedValueWillTrapIfNull strong enough to see through PHI
Chris Lattner
2007-09-13
1
-6
/
+15
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-3
/
+3
*
When rebuilding constant structs, make sure to honor the isPacked bit.
Chris Lattner
2007-06-04
1
-1
/
+1
*
selects can also reach here
Chris Lattner
2007-05-15
1
-2
/
+3
*
Fix Transforms/GlobalOpt/2007-05-13-Crash.ll
Chris Lattner
2007-05-13
1
-1
/
+4
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+3
*
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-12
1
-7
/
+19
*
Fix Transforms/GlobalOpt/2007-04-05-Crash.ll
Chris Lattner
2007-04-05
1
-1
/
+1
*
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-02
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-3
/
+3
*
stop using methods that take vectors.
Chris Lattner
2007-02-12
1
-3
/
+4
*
simplify name juggling through the use of Value::takeName.
Chris Lattner
2007-02-11
1
-8
/
+6
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-2
/
+3
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-4
/
+0
*
eliminate temporary vectors
Chris Lattner
2007-01-31
1
-6
/
+5
*
eliminate temporary vectors
Chris Lattner
2007-01-31
1
-9
/
+12
*
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2007-01-30
1
-2
/
+2
*
adjust to api change
Chris Lattner
2007-01-30
1
-1
/
+2
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-2
/
+2
*
For PR970:
Reid Spencer
2007-01-21
1
-0
/
+1
*
Branch conditions must be i1
Chris Lattner
2007-01-12
1
-3
/
+1
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-2
/
+2
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-5
/
+5
*
For PR1043:
Zhou Sheng
2007-01-11
1
-9
/
+12
*
Fix a bug in heap-sra that caused compilation failure of office-ispell.
Chris Lattner
2007-01-09
1
-3
/
+19
*
For PR950:
Reid Spencer
2006-12-31
1
-9
/
+8
*
For PR950:
Reid Spencer
2006-12-23
1
-28
/
+36
*
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-19
1
-16
/
+12
*
Replace inferred getCast(V,Ty) calls with more strict variants.
Reid Spencer
2006-12-12
1
-5
/
+4
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-18
/
+18
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-11
/
+11
*
make it clear that this is always a zext
Chris Lattner
2006-11-30
1
-1
/
+1
*
One more bugfix, 3 cases of making casts explicit.
Chris Lattner
2006-11-30
1
-5
/
+8
*
Fix a bug in globalopt due to the recent cast patch.
Chris Lattner
2006-11-30
1
-1
/
+2
*
For PR950:
Reid Spencer
2006-11-27
1
-2
/
+2
*
Replace #include <iostream> with llvm_* streams.
Bill Wendling
2006-11-26
1
-35
/
+35
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+1
*
Fix GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll and McGill/chomp
Chris Lattner
2006-11-01
1
-8
/
+14
*
For PR950:
Reid Spencer
2006-10-20
1
-20
/
+19
*
Fix debug output
Chris Lattner
2006-09-30
1
-2
/
+1
*
Implement SRA of heap allocations.
Chris Lattner
2006-09-30
1
-10
/
+266
[prev]
[next]