Age | Commit message (Expand) | Author |
2013-01-25 | added ability to dynamically change the ExportList of an already | Pedro Artigas |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-11 | Use an ArrayRef instead of a std::vector&. | Rafael Espindola |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-10-26 | Change the internalize pass to internalize all symbols when given an empty | Rafael Espindola |
2012-04-16 | Add a Fixme. | Bill Wendling |
2012-04-13 | Code-gen may inject code into the IR before it emits the ASM. The linker | Bill Wendling |
2012-03-31 | Internalize: Remove reference of @llvm.noinline, it was replaced with the noi... | Benjamin Kramer |
2011-03-09 | These llvm.dbg.* constants are not used anymore. | Devang Patel |
2011-03-06 | Don't internalize available_externally functions. We already did the right | Rafael Espindola |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-04-03 | don't internalize available_externally functions, they are | Chris Lattner |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-08-23 | eliminate uses of cerr() | Chris Lattner |
2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-20 | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner |
2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
2009-01-28 | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-05 | Teach the internalize pass to also internalize | Duncan Sands |
2009-01-05 | Remove trailing spaces. | Duncan Sands |
2008-10-03 | Teach internalize to preserve the callgraph. | Duncan Sands |
2008-10-01 | revert the addition of Preverves(CallGraph), per Duncan's comments | Nuno Lopes |
2008-09-30 | add preserversCFG() + preservers(CallGraph) | Nuno Lopes |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-06-24 | Rename a few variables to be more consistent. | Matthijs Kooijman |
2008-05-14 | Simplify internalize pass. Add test case. | Devang Patel |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-05-06 | Make several variable declarations static. | Dan Gohman |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-10-03 | Fix PR1719, by not marking llvm.global.annotations internal. | Tanya Lattner |
2007-10-03 | Fix PR1719, by not marking llvm.noinline internal. | Chris Lattner |
2007-08-01 | More explicit keywords. | Dan Gohman |
2007-06-06 | simplify this code and fix PR1493, now that llvm-gcc3 is dead. | Chris Lattner |
2007-05-06 | Fix typo in comment. | Nick Lewycky |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-04-16 | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov |
2007-02-05 | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer |
2007-02-05 | For PR411: | Reid Spencer |
2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |