- a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
- bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
- 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
- a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
- 2e23e52 don't internalize available_externally functions, they are by Chris Lattner · 16 years ago
- 9fcfd96 Change errs() to dbgs(). by David Greene · 16 years ago
- 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- 317dbbc eliminate uses of cerr() by Chris Lattner · 16 years ago
- 0dd5e1e More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 16 years ago
- 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
- 58f9bb2 implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 16 years ago
- 20b34ac Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 16 years ago
- 5a913d6 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 17 years ago
- 6de96a1 Add the private linkage. by Rafael Espindola · 17 years ago
- 582c53d Teach the internalize pass to also internalize global aliases. by Duncan Sands · 17 years ago
- d24b93f Remove trailing spaces. by Duncan Sands · 17 years ago
- 3a813a5 Teach internalize to preserve the callgraph. Why? Because it was there! by Duncan Sands · 17 years ago
- 96740aa revert the addition of Preverves(CallGraph), per Duncan's comments by Nuno Lopes · 17 years ago
- 5093ab4 add preserversCFG() + preservers(CallGraph) by Nuno Lopes · 17 years ago
- a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- 19a6469 Rename a few variables to be more consistent. by Matthijs Kooijman · 17 years ago
- f2763e2 Simplify internalize pass. Add test case. Patch by Matthijs Kooijman! by Devang Patel · 17 years ago
- d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- 6a2da37 Make several variable declarations static. by Dan Gohman · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 30f65fe Fix PR1719, by not marking llvm.global.annotations internal. by Tanya Lattner · 18 years ago
- d66e0cd Fix PR1719, by not marking llvm.noinline internal. by Chris Lattner · 18 years ago
- 34d442f More explicit keywords. by Dan Gohman · 18 years ago
- 34404e3 simplify this code and fix PR1493, now that llvm-gcc3 is dead. by Chris Lattner · 18 years ago
- e7da2d6 Fix typo in comment. by Nick Lewycky · 19 years ago
- 8c78a0b Drop 'const' by Devang Patel · 19 years ago
- e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
- 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
- fb80151 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 19 years ago
- 557ab15 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 19 years ago
- 1241d6d For PR411: by Reid Spencer · 19 years ago
- 5301e7c For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
- c56315c Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 19 years ago
- 1631bcb Eliminate static ctors due to Statistic objects by Chris Lattner · 19 years ago
- f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
- 8f13b5c Replace #include <iostream> with llvm_* streams. by Bill Wendling · 19 years ago
- fab4972 Initialize DontInternalize. by Devang Patel · 19 years ago
- c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
- edd2f99 Make it fit into 80 cols. by Devang Patel · 19 years ago
- 839d926 Add new constructor to accept vector of exported names while creating by Devang Patel · 19 years ago
- 69effa2 Switch to using a numeric id for anchors. by Jim Laskey · 20 years ago
- c597b8a Make iostream #inclusion explicit by Chris Lattner · 20 years ago
- 7be2203 If not internalizing, don't mark llvm.global[cd]tors const, as a fix for a by Chris Lattner · 20 years ago
- d693b79 Don't internalize llvm.global[cd]tor unless there are uses of it. This by Chris Lattner · 20 years ago
- 8cdc773 Pull inline methods out of the pass class definition to make it easier to by Chris Lattner · 20 years ago
- 1659982 Wrap a long line, never internalize llvm.used. by Chris Lattner · 20 years ago
- 45517ba Add an option to this pass. If it is set, we are allowed to internalize by Chris Lattner · 20 years ago
- b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
- 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
- 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- f52e03c Finegrainify namespacification by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 8abcd56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
- fd5d323 When internalizing global ctor/dtor list, also mark it constant. This is gross, but by Chris Lattner · 22 years ago
- 224ae02 Make the list accept comma separated names by Chris Lattner · 22 years ago
- ad44cd8 * Revert to old behavior of ignoring a module if it doesn't contain a main by Chris Lattner · 22 years ago
- 44457bb Add option to internalize to allow it to read a file to determine which symbols by Chris Lattner · 22 years ago
- 379a8d2 Add new linkage types to support a real frontend by Chris Lattner · 23 years ago
- 17069b3 Use the new getMainFunction() method to efficiently locate main by Chris Lattner · 23 years ago
- 68f21bc Non-functionality change just to make it more clear what is going on by Chris Lattner · 23 years ago
- bf3a099 Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
- 47cc366 * Indent class into anonymous namespace, filling up the diff with garbage by Chris Lattner · 23 years ago
- a2c0985 * Add support for different "PassType's" by Chris Lattner · 23 years ago
- 99a53f6 Eliminate several include/llvm/Transforms/IPO/*.h files, moving their contents into IPO.h by Chris Lattner · 23 years ago
- b28b680 *** empty log message *** by Chris Lattner · 23 years ago
- 7076ff2 by Chris Lattner · 23 years ago
- 0b18c1d Add support for printing out statistics information when -stats is added to by Chris Lattner · 23 years ago
- 37104aa Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 24 years ago
- ee2e78b Be careful not to make "external" function internal by Chris Lattner · 24 years ago
- 1b94c00 Initial checkin of new "Internalize" pass for GCCLD by Chris Lattner · 24 years ago