- 5520bd3 Lines need to end with \ to make sure they're actually continued by Misha Brukman · 20 years ago
- b9ebe8a * Add PowerPC library to LLC * Fit used libraries on a few lines by Misha Brukman · 20 years ago
- a2b5f45 sparcv9select is history. by Brian Gaeke · 20 years ago
- 3b87f21 * Convert C++ comments to C * Add UIUC copyright notice headers by Misha Brukman · 20 years ago
- eab43d8 Shared libraries are usually prepended with `lib' by Misha Brukman · 20 years ago
- 4efe35f sparcv9select is history by Brian Gaeke · 20 years ago
- 7633391 libsparcv9select is history by Brian Gaeke · 20 years ago
- 93127fb This pass has proven its metal, remove -disable option. by Chris Lattner · 20 years ago
- 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
- 2d26ffb Run DSE at link-time, and turn on an IP alias analysis by default in gccld! by Chris Lattner · 20 years ago
- 7d91e49 Finally give bugpoint -timeout support! by Chris Lattner · 20 years ago
- e96b2ed Pass timeouts into the low level "execute program with timeout" function by Chris Lattner · 20 years ago
- 62c91fc Provide timeout values to all abstract interpreters by Chris Lattner · 20 years ago
- eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 20 years ago
- b11a463 Remove redundant SCCP pass by Chris Lattner · 20 years ago
- 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 20 years ago
- e312e15 Err, fix last checkin by Chris Lattner · 20 years ago
- 5fbf29c Fix bugpoint miscompilation support on OS/X by Chris Lattner · 20 years ago
- 269c80c Remove this printer by Chris Lattner · 20 years ago
- 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
- 593eb95 bug 122: - Minimize redundant isa<GlobalValue> usage by Reid Spencer · 20 years ago
- b3998ec Correctly build shared objects on MacOS X for debugging code generators by Misha Brukman · 20 years ago
- 84c34b7 Build skeleton target by Chris Lattner · 20 years ago
- 4d143ee IA64 compat by Chris Lattner · 20 years ago
- b3366bc Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 20 years ago
- 00dd5cd There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 20 years ago
- 878ba7c * Tabs to spaces * Delete extra blank lines by Misha Brukman · 20 years ago
- 0d88616 Correct an output typo. by Reid Spencer · 20 years ago
- 988a1a0 Prune unused #include by Chris Lattner · 20 years ago
- e45110e Goodbye macro hell, hello nice clean and simple code. This also gives llc by Chris Lattner · 20 years ago
- 4a1de8b Add -load option by Chris Lattner · 20 years ago
- a3eb7b3 Add a -load option by Chris Lattner · 20 years ago
- 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
- 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
- db67ecd Build llvm-bcanalyzer by Brian Gaeke · 20 years ago
- 8a542ae Name Change: llvm-abcd -> llvm-bcanalyzer by Reid Spencer · 20 years ago
- 86a9a7a Implement verification feature. by Reid Spencer · 20 years ago
- 53d5543 The analyzer code now lives in the bcreader library. The bcanalyzer lib by Reid Spencer · 20 years ago
- a8e750f Write .bc files to binary ostreams. This shouldn't change anything on unix, by Chris Lattner · 20 years ago
- 4391946 Make sure to link all IPA's into opt, so that it has access to stuff like by Chris Lattner · 20 years ago
- b01c138 TransformUtils library is no longer needed since Linker.cpp is in VMCore by Misha Brukman · 20 years ago
- 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 20 years ago
- 23d46e7 Clean up documentation and naming of variables. by Reid Spencer · 20 years ago
- 465ba87 Made detailed output the default and changed -details option to -nodetails. by Reid Spencer · 20 years ago
- 96684ef Clean up the documentation. by Reid Spencer · 20 years ago
- a822160 Eliminate more traces of the -c option by Chris Lattner · 20 years ago
- dac69c8 Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool by Reid Spencer · 20 years ago
- 681692d Make gccld copy the llvm-stub program to be the execution wrapper for by Chris Lattner · 20 years ago
- fff0ff8 Fix a double negation (in grammar). by Misha Brukman · 20 years ago
- 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 20 years ago
- 7e88d41 Refactor a bit of code into a function, no functionality changes. by Chris Lattner · 20 years ago
- f7e92b1 No really cygwin, we LIKE .exe'ness. by Chris Lattner · 20 years ago
- 0ed1f38 Build the llvm-stub directory by Chris Lattner · 20 years ago
- 4c6d124 Initial checkin of a stub executable that can be used by gccld to forward to by Chris Lattner · 20 years ago
- 3153e4f Neuter the -q option. Stop printing the "program modified" message, ever by Chris Lattner · 20 years ago
- ec7eb45 Re-introduce the -q option and make opt always return 0, even if the by Reid Spencer · 20 years ago
- 0870594 Removed the -q option and the default message written to stderr. The by Reid Spencer · 20 years ago
- b04cb7d Right, globals aren't values yet.. by Chris Lattner · 20 years ago
- d957211 Add a simple pass. by Chris Lattner · 20 years ago
- 6623cff Uhh, that doesn't exist. by Chris Lattner · 20 years ago
- bed85ff Header file moved by Chris Lattner · 20 years ago
- 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 20 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
- 7532e34 Allow the user to set the LLVMINTERP environment variable as a workaround, for by Brian Gaeke · 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
- ca718e4 Add command-line option to select whether to isolate or delete function from by Misha Brukman · 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
- 09233fb Include cerrno (gcc-3.4 fix) by Alkis Evlogimenos · 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
- 93d8202 Move loop optimization passes up, add loop unroller by Chris Lattner · 21 years ago
- 7a46e4c Don't use invalid HTML in a doxygen comment. by Misha Brukman · 21 years ago
- f9c455d Add a couple more IPO's by Chris Lattner · 21 years ago
- 27829ec finegrainify namespacification by Chris Lattner · 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
- a1346a2 Disable strict alias analysis in the backend c compiler, as the code we by Chris Lattner · 21 years ago
- 67e0a34 Revert previous patch, I'm a moron :) by Chris Lattner · 21 years ago
- 121f09f Right, we break strict aliasing requirements. Make sure to disable strict by Chris Lattner · 21 years ago
- b04da8a Wrap at 80 cols. by Misha Brukman · 21 years ago
- 27a9b27 Minor cleanups by Chris Lattner · 21 years ago
- 69e8d28 Add a new gccld -native-cbe option which causes gccld to generate native code by Chris Lattner · 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