| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 1 | -57/+49 |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -4/+4 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -41/+68 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 1 | -14/+31 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -210/+59 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -154/+159 |
* | Merging r197178: | Bill Wendling | 2013-12-14 | 1 | -2/+11 |
* | Remove dead code | Shuxin Yang | 2013-11-04 | 1 | -6/+0 |
* | Revert r193251 : Use address-taken to disambiguate global variable and indire... | Shuxin Yang | 2013-10-27 | 1 | -1/+0 |
* | Use address-taken to disambiguate global variable and indirect memops. | Shuxin Yang | 2013-10-23 | 1 | -0/+1 |
* | Use more type helper functions | Matt Arsenault | 2013-10-21 | 1 | -4/+2 |
* | Optimize more linkonce_odr values during LTO. | Rafael Espindola | 2013-10-21 | 1 | -208/+2 |
* | Rename fields of GlobalStatus to match the coding style. | Rafael Espindola | 2013-10-17 | 1 | -43/+41 |
* | rename SafeToDestroyConstant to isSafeToDestroyConstant and clang-format. | Rafael Espindola | 2013-10-17 | 1 | -10/+12 |
* | Simplify the interface of AnalyzeGlobal a bit and rename to analyzeGlobal. | Rafael Espindola | 2013-10-17 | 1 | -14/+22 |
* | Revert r191834 until we measure the effect of this benchmarks and maybe find ... | Alexey Samsonov | 2013-10-07 | 1 | -3/+56 |
* | Remove "localize global" optimization | Alexey Samsonov | 2013-10-02 | 1 | -56/+3 |
* | Provide basic type safety for array_pod_sort comparators. | Benjamin Kramer | 2013-09-22 | 1 | -8/+2 |
* | Use type form of getIntPtrType | Matt Arsenault | 2013-09-11 | 1 | -2/+2 |
* | Don't shrink atomic ops to bool in GlobalOpt. | Eli Friedman | 2013-09-09 | 1 | -4/+7 |
* | Remove unused argument. | Rafael Espindola | 2013-09-05 | 1 | -3/+1 |
* | Revert "Add r159136 back now that pr13124 has been fixed." | Rafael Espindola | 2013-09-04 | 1 | -11/+0 |
* | Add r159136 back now that pr13124 has been fixed. | Rafael Espindola | 2013-09-03 | 1 | -0/+11 |
* | Respect llvm.used in Internalize. | Rafael Espindola | 2013-07-25 | 1 | -21/+3 |
* | Check that TD isn't NULL before dereferencing it down this path. | Nick Lewycky | 2013-07-25 | 1 | -1/+1 |
* | Make these methods const correct. | Rafael Espindola | 2013-07-25 | 1 | -2/+2 |
* | Don't crash when llvm.compiler.used becomes empty. | Rafael Espindola | 2013-07-20 | 1 | -0/+5 |
* | s/compiler_used/compiler.used/. | Rafael Espindola | 2013-07-19 | 1 | -7/+7 |
* | Fix comment | Eli Bendersky | 2013-07-08 | 1 | -3/+2 |
* | Always remove an alias when we rename the target. | Rafael Espindola | 2013-06-12 | 1 | -3/+1 |
* | Change how globalopt handles aliases in llvm.used. | Rafael Espindola | 2013-06-11 | 1 | -100/+156 |
* | GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function. | Manman Ren | 2013-05-14 | 1 | -3/+3 |
* | Don't replace an alias in llvm.used with its target. | Rafael Espindola | 2013-05-09 | 1 | -2/+102 |
* | Use a worklist to avoid a sneaky iterator invalidation. | Bill Wendling | 2013-04-02 | 1 | -3/+3 |
* | Retain the name of the new internal global that's been shrunk. | Bill Wendling | 2013-02-13 | 1 | -2/+5 |
* | 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 |