| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | IPO: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -4/+4 | 
| *  | Internalize: internalize comdat members as a group, and drop comdat on such m... | Peter Collingbourne | 2015-07-16 | 1 | -26/+71 | 
| *  | Use range based for loops to avoid needing to re-mention SmallPtrSet size. | Craig Topper | 2014-08-24 | 1 | -3/+1 | 
| *  | LTO: -internalize sets visibility to default | Duncan P. N. Exon Smith | 2014-05-05 | 1 | -0/+3 | 
| *  | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -2/+2 | 
| *  | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 | 
| *  | Revert "Reapply "LTO: add API to set strategy for -internalize"" | Duncan P. N. Exon Smith | 2014-04-02 | 1 | -26/+12 | 
| *  | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -2/+2 | 
| *  | Reapply "LTO: add API to set strategy for -internalize" | Duncan P. N. Exon Smith | 2014-01-14 | 1 | -16/+25 | 
| *  | Decouple dllexport/dllimport from linkage | Nico Rieck | 2014-01-14 | 1 | -1/+1 | 
| *  | Revert "Decouple dllexport/dllimport from linkage" | Nico Rieck | 2014-01-14 | 1 | -1/+1 | 
| *  | Decouple dllexport/dllimport from linkage | Nico Rieck | 2014-01-14 | 1 | -1/+1 | 
| *  | Revert r199191, "LTO: add API to set strategy for -internalize" | NAKAMURA Takumi | 2014-01-14 | 1 | -21/+16 | 
| *  | LTO: add API to set strategy for -internalize | Duncan P. N. Exon Smith | 2014-01-14 | 1 | -16/+21 | 
| *  | Teach the internalize pass to skip dllexported symbols because they could be | Yunzhong Gao | 2013-12-03 | 1 | -0/+4 | 
| *  | [PM] Split the CallGraph out from the ModulePass which creates the | Chandler Carruth | 2013-11-26 | 1 | -2/+3 | 
| *  | Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list". | Rafael Espindola | 2013-10-31 | 1 | -51/+13 | 
| *  | Optimize more linkonce_odr values during LTO. | Rafael Espindola | 2013-10-21 | 1 | -2/+19 | 
| *  | Optimize linkonce_odr unnamed_addr functions during LTO. | Rafael Espindola | 2013-10-03 | 1 | -9/+37 | 
| *  | Rename some variables to match the style guide. | Rafael Espindola | 2013-09-04 | 1 | -6/+6 | 
| *  | Small simplification given that insert of an empty range is a nop. | Rafael Espindola | 2013-09-04 | 1 | -2/+1 | 
| *  | Refactor duplicated logic to a helper function. | Rafael Espindola | 2013-09-04 | 1 | -36/+53 | 
| *  | Remove dead code. | Rafael Espindola | 2013-09-04 | 1 | -10/+0 | 
| *  | Compulsive reformatting. | Bill Wendling | 2013-08-30 | 1 | -2/+5 | 
| *  | Move stack protector names to the same place. | Bill Wendling | 2013-08-12 | 1 | -5/+3 | 
| *  | Respect llvm.used in Internalize. | Rafael Espindola | 2013-07-25 | 1 | -0/+20 | 
| *  | added ability to dynamically change the ExportList of an already | Pedro Artigas | 2013-01-25 | 1 | -0/+10 | 
| *  | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 | 
| *  | Use an ArrayRef instead of a std::vector&. | Rafael Espindola | 2012-12-11 | 1 | -4/+4 | 
| *  | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 | 
| *  | Change the internalize pass to internalize all symbols when given an empty | Rafael Espindola | 2012-10-26 | 1 | -29/+9 | 
| *  | Add a Fixme. | Bill Wendling | 2012-04-16 | 1 | -0/+2 | 
| *  | Code-gen may inject code into the IR before it emits the ASM. The linker | Bill Wendling | 2012-04-13 | 1 | -0/+6 | 
| *  | Internalize: Remove reference of @llvm.noinline, it was replaced with the noi... | Benjamin Kramer | 2012-03-31 | 1 | -1/+0 | 
| *  | These llvm.dbg.* constants are not used anymore. | Devang Patel | 2011-03-09 | 1 | -3/+0 | 
| *  | Don't internalize available_externally functions. We already did the right | Rafael Espindola | 2011-03-06 | 1 | -0/+2 | 
| *  | Get rid of static constructors for pass registration.  Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -0/+2 | 
| *  | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 | 
| *  | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -2/+2 | 
| *  | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -2/+2 | 
| *  | Don't use PassInfo* as a type identifier for passes.  Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -2/+2 | 
| *  | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+2 | 
| *  | don't internalize available_externally functions, they are | Chris Lattner | 2010-04-03 | 1 | -0/+4 | 
| *  | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -3/+3 | 
| *  | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 | 
| *  | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 | 
| *  | eliminate uses of cerr() | Chris Lattner | 2009-08-23 | 1 | -1/+1 | 
| *  | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -3/+4 | 
| *  | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -2/+0 | 
| *  | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner | 2009-07-20 | 1 | -0/+2 |