- 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
- c479db9 Fix race condition in Makefile by Chris Lattner · 22 years ago
- 784fac8 * Prune down library list. In particular, llc doesn't need all of IPO, and none of data structure and IPA completely! by Chris Lattner · 22 years ago
- 6ede045 Rename header by Chris Lattner · 22 years ago
- 66de189 Link in lots o libraries by Chris Lattner · 22 years ago
- 0394891 No longer need scalaropts lib by Chris Lattner · 22 years ago
- c93489b Eliminate direct access to TargetData structure by Chris Lattner · 22 years ago
- e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 22 years ago
- 4fcfc12 Don't try to buidl jello by Chris Lattner · 22 years ago
- d6840ac Fixes to compile with GCC 3.2 by Chris Lattner · 22 years ago
- a3b58e8 Jello is now part of LLI by Chris Lattner · 22 years ago
- fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 22 years ago
- b76d496 X86 target machine is now parameterizable by Chris Lattner · 22 years ago
- 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago
- 218e26e Implement the start of the miscompilation detection stuff by Chris Lattner · 22 years ago
- 5c1f0f6 brg by Brian Gaeke · 22 years ago
- debb5ee Make stuff compiled with gccld not dump into the debugger if there's a problem by Chris Lattner · 22 years ago
- 041b31c Pass command line arguments to main by Chris Lattner · 22 years ago
- 395a882 Add statistic by Chris Lattner · 22 years ago
- e4bdfa6 Made status output debug-only (for testing diffs against lli). by Misha Brukman · 22 years ago
- e48ec01 by Brian Gaeke · 22 years ago
- 4c95e56 Implement branches by Chris Lattner · 22 years ago
- 20244b7 by Brian Gaeke · 22 years ago
- 6a4a4cd ipa.a only needs to be mentioned once, and spaces should be used instead of by Misha Brukman · 22 years ago
- 3dbbaff Fix link errors due to new IPModRef pass. by Vikram S. Adve · 22 years ago
- 027b27e Repeat ipa.a. Since IPModRef is currently only used in analysis.o, by Vikram S. Adve · 22 years ago
- bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 22 years ago
- 698e9ce Only build jello when compiling on X86 by Chris Lattner · 22 years ago
- 5d7a579 Fix to make jello compile on Sparc even though it won't run. by Chris Lattner · 22 years ago
- 42aa3ae Add support for global value references by Chris Lattner · 22 years ago
- 398b2f4 Initial checkin of global var support code by Chris Lattner · 22 years ago
- b3bbffe Implement simple global variable support by Chris Lattner · 22 years ago
- 75a213d Implement external function support by Chris Lattner · 22 years ago
- 41db76d Initial checkin of Unresolved function fault handler by Chris Lattner · 22 years ago
- d6c10ea Implement lazy resolution of function calls by Chris Lattner · 22 years ago
- 6710121 Initial checkin of virtual machine implementation. by Chris Lattner · 22 years ago
- 9ec7368 Disable timing of bytecode loader by Chris Lattner · 22 years ago
- 3e80f7d Final tweak to printer by Chris Lattner · 22 years ago
- ffe6eac Implement trivially simple debugger for MachineCodeEmitter interface by Chris Lattner · 22 years ago
- 18a171f Add initial support for machine code emission by Chris Lattner · 22 years ago
- 21049cf Build bugpoint by Chris Lattner · 22 years ago