- 5b836c4 Minor cleanups by Chris Lattner · 21 years ago
- dccb6d0 Funcresolve no longer performs nicification of resolved functions by Chris Lattner · 21 years ago
- 5ce1a58 tools/llc/llc.cpp: Make "-o -" work. by Brian Gaeke · 21 years ago
- 2e2f2dc lib/Target/Sparc/Sparc.cpp: by Brian Gaeke · 21 years ago
- cccc28c Reindent code to match the rest of the file by Chris Lattner · 21 years ago
- a34f440 Add new DAE pass to gccld. It does not add cause any regressions in the test-suite by Chris Lattner · 21 years ago
- 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
- f25b772 Life is too short. Link in too much stuff on Linux to make building on sun easier by Chris Lattner · 21 years ago
- da60140 The never-ending odyssey trying to get sparc to link by Chris Lattner · 21 years ago
- d562436 Make sure to get the value of ARCH before we use it by Chris Lattner · 21 years ago
- 2bf4c61 Do not link in the Sparc JIT when building on X86. Eventually the sparc will not by Chris Lattner · 21 years ago
- 7a5500e Whoops, didn't mean to check that in :( by Chris Lattner · 21 years ago
- 97ac14f Use more structured command line option processing by Chris Lattner · 21 years ago
- 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 21 years ago
- 5b1688d Remove usage of alloca by Chris Lattner · 21 years ago
- ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
- 4a4daba Fix major bug in my last checkin. :( by Chris Lattner · 21 years ago
- 8fce4bf Remove obsolete comments about llvm-ar by Chris Lattner · 21 years ago
- 5b4299c Remove duplicate pass by Chris Lattner · 21 years ago
- b417c79 Remove stupid thinko that was preventing bugpoint from working by Chris Lattner · 21 years ago
- 24271cf Give better information about how the passes crash by Chris Lattner · 21 years ago
- 3ce0ea8 Add support for: -o - by Chris Lattner · 21 years ago
- 42ed21b Add SRoA pass to gccas by Chris Lattner · 21 years ago
- 4dc3535 Move indvars pass after mem2reg pass where it is more likely to be useful by Chris Lattner · 21 years ago
- e68e4d5 Fix formatting in file by Chris Lattner · 21 years ago
- 1df4d5e Link in Sparc libs for the JIT, even on X86 to be able to support debugging by Misha Brukman · 21 years ago
- 68d9ed8 Remove ugly hack (that I put in originally) for building in trace stuff by Chris Lattner · 21 years ago
- 6ac79d1 Add compatibility option by Chris Lattner · 21 years ago
- 6ae73dc Remove ".bc" from the end of InputFile if it is there, in by Brian Gaeke · 21 years ago
- 69a7960 gccld.cpp: by Brian Gaeke · 21 years ago
- dae7f92 Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its by Brian Gaeke · 21 years ago
- 6c8103f Kill using declarations by Chris Lattner · 21 years ago
- dbe48dc Allow disabling final cleanups by Chris Lattner · 21 years ago
- 28b8ed9 Increase odds that this won't bork things by Chris Lattner · 21 years ago
- 9148ec6 Get rid of really old makefile cruft by Chris Lattner · 22 years ago
- 7cb77e1 Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.o by Chris Lattner · 22 years ago
- 59039a9 Add a disable-verify option by Chris Lattner · 22 years ago
- 0b43f4e Move static stuff to an anonymous namespace by Chris Lattner · 22 years ago
- 3cbacc9 Print filename correctly by Chris Lattner · 22 years ago
- 19669f3 The JIT is the default mode for LLI now by Chris Lattner · 22 years ago
- f479be5 Make a comment more accurate by Chris Lattner · 22 years ago
- cc876a7 Add support for debugging miscompilations with the use of the JIT or CBE! by Chris Lattner · 22 years ago
- fb74224 Bugpoint is always verbose, eliminate option by Chris Lattner · 22 years ago
- c8b2731 The Grammar Police is out on patrol. by Misha Brukman · 22 years ago
- 590607b Add an instcombine pass before levelraise by Chris Lattner · 22 years ago
- 6849272 Add a new option to disable stripping of bytecode files by Chris Lattner · 22 years ago
- 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
- 6db70ef Add options to disable simplification with passes, in case one of them crashes by Chris Lattner · 22 years ago
- bc19466 Make sure to copy double alignment as well by Chris Lattner · 22 years ago
- b5881f1 Kill using declarations by Chris Lattner · 22 years ago
- 2b5f2c1 Make sure to add a targetdata instance to the passmanager, and make it match the by Chris Lattner · 22 years ago
- 0c13998 Rename Kept -> Suffix by Chris Lattner · 22 years ago
- 06943ad Rename Kept -> Suffix by Chris Lattner · 22 years ago
- 5f73e38 Big programs have tons of global variable initializers, and most passes don't care by Chris Lattner · 22 years ago
- 16608b4 When cleaning up the final bytecode file, make sure to run DTE as well by Chris Lattner · 22 years ago
- 286921e Speed up convergence significantly and also reduce the size of testcases by making large portions of a function's CFG dead at a time. by Chris Lattner · 22 years ago
- f607b79 The big fix is this change: by Chris Lattner · 22 years ago
- 44be257 Remove dead functions by Chris Lattner · 22 years ago
- 473a843 Make sure that deleted functions have external linkage by Chris Lattner · 22 years ago
- aae33f9 Use the list reducer to improve convergence speed and to support crashes that by Chris Lattner · 22 years ago
- 39aebca Adjust to match new ListReducer interface Move function to generic code by Chris Lattner · 22 years ago
- b4ebe13 Allow reducer interfaces to mutate the lists passed in by Chris Lattner · 22 years ago
- ff4aaf0 Move function from Miscompilation.cpp by Chris Lattner · 22 years ago
- 126840f Move the ListReducer Class into it's own header file instead of living in Miscompilation.cpp by Chris Lattner · 22 years ago
- a148ccb Allow bugpoint to try new an different methods for pruning down lists by Chris Lattner · 22 years ago
- 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 22 years ago
- c986392 Remove support for "target data" pass ctors by Chris Lattner · 22 years ago
- 961f7b4 LevelRaise now gets target data from passmanager by Chris Lattner · 22 years ago
- 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 22 years ago
- eea21dd Print where reference output goes by Chris Lattner · 22 years ago
- a4dd4e2 The new CFrontend generates LOTs of basic blocks that just fall through and do by Chris Lattner · 22 years ago
- 3c053a0 Allow specifying an input file for the program being executed by Chris Lattner · 22 years ago
- cf31784 We now need to link libscalar to get the switch lowering pass by Chris Lattner · 22 years ago
- 6e96a99c Remove unnecessary &* by Chris Lattner · 22 years ago
- e0b235c Build the appropriate target machine for the input pointer size and endianness by Chris Lattner · 22 years ago
- d34a51d Add support for allowing the user to extend the GCCLD searchpath by Chris Lattner · 22 years ago
- c65b104 Eliminate useless duplicate libraries by Chris Lattner · 22 years ago
- 10970eb Add first support for linking in .a files correctly and minimally, like a real linker does by Chris Lattner · 22 years ago
- a856db2 Add crufty compatibility stuff for ld by Chris Lattner · 22 years ago
- e1c8153 Eliminate some compatibility stuff no longer needed :P by Chris Lattner · 22 years ago
- f3d4f17 Use anonymous namespace instead of "static" Kill using decl by Chris Lattner · 22 years ago
- 0af1e8e Don't support codegen passes in opt by Chris Lattner · 22 years ago
- f565322 Remove codegen libraries to speed up linking opt by Chris Lattner · 22 years ago
- dabaa46 Allow the user to disable the internalize pass by Chris Lattner · 22 years ago
- 56620da Give verbose error messages if bytecode file cannot be parsed by Chris Lattner · 22 years ago
- 8c7b055 Improve compatibility with system AS further by allowing input from stdin by Chris Lattner · 22 years ago
- 2c1d2f2 * Get rid of using declaration by Chris Lattner · 22 years ago
- f2956fc Namespacify command line options by Chris Lattner · 22 years ago
- 0e08e1b Minor tweak by Chris Lattner · 22 years ago
- 10f22cb Make sure that intermediate code is verifier clean to avoid wierd problems. by Chris Lattner · 22 years ago
- ba386d9 * Reduce the number of useless bytecode files produced by bugpoint. by Chris Lattner · 22 years ago
- ddd5b41 Rename -no-* to -disable-* by Chris Lattner · 22 years ago
- 22a3b55 Make printing messages nicer by Chris Lattner · 22 years ago
- f3bafc1 Add new -no-verify option by Chris Lattner · 22 years ago
- d70b68e Add a new -no-output option, useful for -aa-eval tests. by Chris Lattner · 22 years ago
- 3301b69 Fix build problem on sparc by Chris Lattner · 22 years ago
- 6520785 Make bugpoint *much* more powerful, giving it the capability to delete instructions by Chris Lattner · 22 years ago
- f2bcccf Allow creating of passes like levelraise which use a targetdata ctor by Chris Lattner · 22 years ago
- cabda21 link with static versions of some libs to avoid having to pull in all of ipo/ipa and datastructure at all by Chris Lattner · 22 years ago
- 285ca5e Fix didn't fix the race condition in the makefiles by Chris Lattner · 22 years ago