- 9b5b190 Fix a bugpoint crash that JeffC noticed, looking like this: by Chris Lattner · 20 years ago
- e210279 Get bugpoint compiling with VC++ again, not that it works anyway. by Jeff Cohen · 21 years ago
- 45495c5 Move helper function here. by Chris Lattner · 21 years ago
- a328c51 Add support for fp tolerances by Chris Lattner · 21 years ago
- cf989fd Adjust to changed interface. by Chris Lattner · 21 years ago
- 741c118 oops by Jeff Cohen · 21 years ago
- 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
- 8388195 Fix VC++ complaint by Jeff Cohen · 21 years ago
- 59615f0 Improve output precision. by Chris Lattner · 21 years ago
- 1ef8bda For PR351: by Reid Spencer · 21 years ago
- 5116330 For PR351: * sys::PreventCoreFiles -> sys::Process::PreventCoreFiles by Reid Spencer · 21 years ago
- 06c375b Fix the build on PowerPC/Darwin - it thought we were declaring a new by Brian Gaeke · 21 years ago
- 5d28218 Allow compilers that can't distinguish between a class instantiation and by Reid Spencer · 21 years ago
- 6e6e88a llvm/Config/unistd.h has gone away, far, far away by Misha Brukman · 21 years ago
- b31baa8 For PR351: by Reid Spencer · 21 years ago
- 2418bf9 For PR351: Turn path instance variables into sys::Path instead of std::string by Reid Spencer · 21 years ago
- 5f76760 For PR351: by Reid Spencer · 21 years ago
- 9ac1418 For PR351: by Reid Spencer · 21 years ago
- 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 21 years ago
- cda985e For PR351: by Reid Spencer · 21 years ago
- 51ab8ec For PR351: by Reid Spencer · 21 years ago
- e487402 LinkModules is now in the Linker class by Reid Spencer · 21 years ago
- a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 21 years ago
- bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 21 years ago
- fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 21 years ago
- d29c636 Remove debugging code, unneuter this functionality by Chris Lattner · 21 years ago
- a269ec7 remove debugging code by Chris Lattner · 21 years ago
- 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 21 years ago
- b908356 bugpoint needs LLVMLinker.a now. by Reid Spencer · 21 years ago
- 605b9e2 Linker.h has a new home. by Reid Spencer · 21 years ago
- a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 21 years ago
- 34b9071 Enable compression by default. by Reid Spencer · 21 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
- 40a955a We're not doing automake any more by Reid Spencer · 21 years ago
- cac731e We won't use automake by Reid Spencer · 21 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
- 7925588 Pass -single_module option to gcc when linking dynamic libraries for use with bugpoint, so that we can bugpoint multiple .cp files by Nate Begeman · 21 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
- fc6723f No space allowed between \ and end-of-line by Misha Brukman · 21 years ago
- 2c9039e Wrap lines at 80 cols by Misha Brukman · 21 years ago
- 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
- b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 21 years ago
- 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
- 891150f If the block extractor fails, actually emit the bc file that failed to extract by Chris Lattner · 21 years ago
- 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
- 7d91e49 Finally give bugpoint -timeout support! by Chris Lattner · 21 years ago
- e96b2ed Pass timeouts into the low level "execute program with timeout" function by Chris Lattner · 21 years ago
- 62c91fc Provide timeout values to all abstract interpreters by Chris Lattner · 21 years ago
- eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 21 years ago
- 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
- e312e15 Err, fix last checkin by Chris Lattner · 21 years ago
- 5fbf29c Fix bugpoint miscompilation support on OS/X by Chris Lattner · 21 years ago
- 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
- b3998ec Correctly build shared objects on MacOS X for debugging code generators by Misha Brukman · 21 years ago
- 4d143ee IA64 compat by Chris Lattner · 21 years ago
- 4a1de8b Add -load option by Chris Lattner · 21 years ago
- 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
- 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
- bed85ff Header file moved by Chris Lattner · 21 years ago
- 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
- 7507c29 Turn the block extractor on by default now that it basically works, eliminating the option. by Chris Lattner · 21 years ago
- 68bee93 Check to see if all blocks are extractible first. by Chris Lattner · 21 years ago
- b83c0f3 Don't leave dead bytecode.output files around if the optimizer/block extractor crashes. by Chris Lattner · 21 years ago
- 2290e75 Implement the final missing bits for block extractor support. Now bugpoint by Chris Lattner · 21 years ago
- 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 21 years ago
- 1c2f686 A class that is meant to be a base class should have a virtual destructor by Chris Lattner · 21 years ago
- 60083e2 Use the new commandline flag to allow us to call bugpoint like this: by Chris Lattner · 21 years ago
- 817d8d3 Remove a really old comment by Chris Lattner · 21 years ago
- 48b008d Apply simplification suggested by Chris: why assign() when operator = will do? by Brian Gaeke · 21 years ago
- 636df3d Add --tool-args flag which lets you pass arguments to llc or lli. by Brian Gaeke · 21 years ago
- d11577b Add "Args" optional argument to AbstractInterpreter factory methods, which by Brian Gaeke · 21 years ago
- f4789e6 Teach bugpoint to be a little bit smarter and avoid repeating work by Chris Lattner · 21 years ago
- 123f8fe Add a space before result for readability on the command line. by Misha Brukman · 21 years ago
- 8c194ea Add doxygenified comments to functions. by Misha Brukman · 21 years ago
- de4803d As per Chris, greatly simplify handling of external functions by using the by Misha Brukman · 21 years ago
- b687d82 * Reorder #includes * Wrap a long line by Misha Brukman · 21 years ago
- dc7fef8 Finally implement rewriting global initializers which use external functions by Misha Brukman · 21 years ago
- 36ee07f Disambiguate symbols after loop extraction so that we can diagnose a code by Chris Lattner · 21 years ago
- 2423db0 Fix an obvious bug in the refactoring I did a few days ago by Chris Lattner · 21 years ago
- b04da8a Wrap at 80 cols. by Misha Brukman · 21 years ago
- a57d86b Merge the code generator miscompilation code into the optimizer miscompilation by Chris Lattner · 21 years ago
- 11b8cd1 Make a method public by Chris Lattner · 21 years ago
- 9ae427a Minor cleanups, remove some old debug code by Chris Lattner · 21 years ago
- b15825b Refactor and genericize code by Chris Lattner · 21 years ago
- 8505c86 lli no longer takes the -quiet option! by Chris Lattner · 21 years ago
- 30878f4 Make full use of the Mangler interface to simplify code by Chris Lattner · 21 years ago
- af48fa8 Minor change by Chris Lattner · 21 years ago
- fb4b96e Minor speedup by Chris Lattner · 21 years ago
- 02bb481 minor formatting change by Chris Lattner · 21 years ago
- 5313f23 Fix two pretty serious bugs: by Chris Lattner · 21 years ago
- 87ab7e9 Fix a fairly nasty bug that prevented bugpoint from working quite right when by Chris Lattner · 21 years ago
- 58d84ce If the program returns a non-zero exit value, don't leave files laying around by Chris Lattner · 21 years ago
- d3a533d When loop extraction succeeds, make sure to map the function pointers over by Chris Lattner · 21 years ago
- 7fa44fc Fix an inverted condition that causes us to think that loop extraction by Chris Lattner · 21 years ago
- 9d5968d Fix an iterator invalidation problem in a "buggy" pass by Chris Lattner · 21 years ago
- 002dbdd Fix thinko, and PR292 by Chris Lattner · 21 years ago
- a1cf1c8 After reducing a miscompiled program down to the functions which are being by Chris Lattner · 21 years ago
- 44a64bc Fix a minor bug in runPassesOn by Chris Lattner · 21 years ago