index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
GlobalOpt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some introspection functions.
Bill Wendling
2013-01-25
1
-2
/
+3
*
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
1
-1
/
+1
*
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
1
-2
/
+1
*
GlobalOpt: Avoid jump on uninitialized value.
Benjamin Kramer
2013-01-12
1
-1
/
+1
*
Fixed whitespace.
Michael Gottesman
2013-01-11
1
-61
/
+61
*
Added debug messages to GlobalOpt.
Michael Gottesman
2013-01-11
1
-17
/
+110
*
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...
Joey Gouly
2013-01-10
1
-1
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-8
/
+8
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-3
/
+3
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-1
/
+1
*
Remove unused field.
Jakub Staszak
2012-12-06
1
-6
/
+1
*
Remove trailing spaces.
Jakub Staszak
2012-12-06
1
-25
/
+25
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-9
/
+9
*
Revert previous check in r168581, r169079 as they are still in code review st...
Zhou Sheng
2012-12-01
1
-22
/
+4
*
The patch is to improve the memory footprint of pass GlobalOpt.
Zhou Sheng
2012-12-01
1
-4
/
+22
*
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-15
1
-0
/
+9
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-2
/
+2
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-2
/
+2
*
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
1
-4
/
+2
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-1
/
+1
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-1
/
+1
*
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
1
-4
/
+4
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
1
-2
/
+5
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-18
/
+18
*
Use method to query for attributes.
Bill Wendling
2012-10-04
1
-1
/
+1
*
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...
Benjamin Kramer
2012-09-28
1
-1
/
+3
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-15
/
+18
*
It's not safe to blindly remove invoke instructions. This happens when we
Nick Lewycky
2012-07-25
1
-1
/
+2
*
Don't delete one more instruction than we're allowed to. This should fix the
Nick Lewycky
2012-07-24
1
-1
/
+3
*
Teach globalopt to not nuke all stores to globals. Keep them around of they
Nick Lewycky
2012-07-24
1
-8
/
+177
*
Revert r160602.
Nick Lewycky
2012-07-21
1
-177
/
+8
*
Teach globalopt to play nice with leak checkers. This is a reapplication of
Nick Lewycky
2012-07-21
1
-8
/
+177
*
Revert r160529 due to crashes.
Nick Lewycky
2012-07-19
1
-171
/
+8
*
Don't wipe out global variables that are probably storing pointers to heap
Nick Lewycky
2012-07-19
1
-8
/
+171
*
GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.
Duncan Sands
2012-07-02
1
-0
/
+2
*
Revert r159136 due to PR13124.
Matt Beaumont-Gay
2012-06-27
1
-11
/
+0
*
If a constant or a function has linkonce_odr linkage and unnamed_addr, mark it
Rafael Espindola
2012-06-25
1
-0
/
+11
*
Tab to spaces. No functionality change.
Nick Lewycky
2012-06-24
1
-1
/
+1
*
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
1
-7
/
+7
*
fix whitespace in my last commit.
Nuno Lopes
2012-06-22
1
-1
/
+1
*
remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...
Nuno Lopes
2012-06-22
1
-2
/
+4
*
Some optimizations done by globalopt are safe only for internal linkage, not
Rafael Espindola
2012-06-15
1
-0
/
+3
*
Implement the isSafeToDiscardIfUnused predicate and use it in globalopt and
Rafael Espindola
2012-06-14
1
-1
/
+1
*
Teach Function::hasAddressTaken that BlockAddress doesn't really take
Jay Foad
2012-05-12
1
-0
/
+4
*
GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha...
Benjamin Kramer
2012-03-28
1
-0
/
+6
*
Teach globalopt how to evaluate an invoke with a non-void return type.
Dan Gohman
2012-03-13
1
-5
/
+6
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
1
-2
/
+1
[next]