- 442b1aa Fix comments, help messages. by Devang Patel · 17 years ago
- d9424ed Fix cut-n-pasto. by Devang Patel · 17 years ago
- 2d7551c Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively. by Devang Patel · 17 years ago
- 38197fe End of the GlobalsModRef experiment. by Duncan Sands · 17 years ago
- 0e3b7b2 Give GlobalsModRef a whirl in the nightly testers. by Duncan Sands · 17 years ago
- ff5d06d Backout 55429 by Devang Patel · 17 years ago
- 9d2968c Add facility to create a target. by Devang Patel · 17 years ago
- 5f2f218 Goodbye tail duplication (for good this time). by Evan Cheng · 17 years ago
- 56eb133 Fix comment. by Duncan Sands · 17 years ago
- 3dda08a Fix PR2231 - opt -internalize -std-compile-opts should run internalize first by Chris Lattner · 17 years ago
- c5b2710 Re-enable the newly simplified ADCE. This fixes a regression on by Owen Anderson · 17 years ago
- 9e2abd3 Remove ADCE from the optimization pipeline. by Owen Anderson · 17 years ago
- df04572 Re-enable tail duplication pass (now with default threshold down to 1 instruction). by Evan Cheng · 17 years ago
- 38503d4 Remove tail duplication pass. by Evan Cheng · 17 years ago
- 8ffe2e2 Recover nestedloop regression reported by nightly tester. by Devang Patel · 17 years ago
- 81a1d08 Do not run instruction combiner in middle of loop optimization passes. by Devang Patel · 17 years ago
- 4982bab Re-enable loop deletion by default. by Owen Anderson · 17 years ago
- 77a895e Disable loop deletion until the release branch. by Owen Anderson · 17 years ago
- 3f3d95c Enable dead loop elimination. by Owen Anderson · 17 years ago
- 866b9e1 move libcalls to the same place llvm-gcc has it. by Chris Lattner · 17 years ago
- 2510c3b enable jump threading pass by default. This causes no miscompilations by Chris Lattner · 17 years ago
- fa191e4 Run SimplifyLibCalls near the beginning, not at by Duncan Sands · 17 years ago
- 5d4ed3b Move memcpy / memset optimization pass after GVN. by Evan Cheng · 17 years ago
- a723d1e Factor a bunch of functionality related to memcpy and memset transforms out of by Owen Anderson · 17 years ago
- 21c62da remove attributions from tools. by Chris Lattner · 18 years ago
- 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
- d06eb2c Turn GVN on by default. by Owen Anderson · 18 years ago
- 305743d Enable loop index split pass. by Devang Patel · 18 years ago
- f6a05f9 Rename FastDSE to just DSE. by Owen Anderson · 18 years ago
- d47cab8 Remove a FIXME comment that wasn't removed when the code it accompanied by Dan Gohman · 18 years ago
- b63c7b6 Turn on FastDSE by default. by Owen Anderson · 18 years ago
- 74b1e14 Change sroa threshold back. by Evan Cheng · 18 years ago
- a8b9a7b Temporarily set SROA threshold to 512. by Evan Cheng · 18 years ago
- a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
- 56fb164 Fix PR1539. Add LoopPassPrinter. by Devang Patel · 18 years ago
- 28552da Fix PR 1526. by Devang Patel · 18 years ago
- 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
- d44ae90 make sure the ofstream for opt's output file is destroyed, so that the bits by Chris Lattner · 18 years ago
- 744879e switch tools to bitcode from bytecode by Chris Lattner · 18 years ago
- 592488a add support to llvm-prof for reading from a bitcode file by Chris Lattner · 18 years ago
- b330e38 if -bitcode is specified, read and write a bitcode file instead of a bytecode file. by Chris Lattner · 18 years ago
- 1997473 Drop 'const' by Devang Patel · 18 years ago
- 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
- 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
- 9c81664 remove cruft by Chris Lattner · 18 years ago
- 0aa37f4 Enable loop rotate pass. by Devang Patel · 18 years ago
- 1bc8936 Now LoopUnswitch is a LoopPass. by Devang Patel · 18 years ago
- f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 19 years ago
- ef9b9a7 For PR411: by Reid Spencer · 19 years ago
- 7ba98a9 For PR1072: by Reid Spencer · 19 years ago
- 74ed997 For PR1152: by Reid Spencer · 19 years ago
- 0331524 shutdown at end of run by Chris Lattner · 19 years ago
- 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 19 years ago
- cd950a5 target constructors are never used by Chris Lattner · 19 years ago
- 5cbc63e Fix opt -o option. Don't pass a pointer to an auto variable which is going by Nick Lewycky · 19 years ago
- 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
- a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 19 years ago
- 3ed469c For PR786: by Reid Spencer · 19 years ago
- 5e9b177 Add a --disable-compression option like llvm-link/llvm-as etc have by Chris Lattner · 19 years ago
- 3b2493e -analyze mode shouldn't output a .bc file. by Chris Lattner · 19 years ago
- 7f500f7 Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the by Chris Lattner · 19 years ago
- 62c5105 For PR885: by Reid Spencer · 19 years ago
- da6169b Fix a build failure by Nate Begeman · 19 years ago
- 023fcf9 For PR797: by Reid Spencer · 19 years ago
- 61c83e0 For PR797: by Reid Spencer · 19 years ago
- fd90dd5 For PR872: by Reid Spencer · 19 years ago
- 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
- af303d5 For PR780: by Reid Spencer · 19 years ago
- 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
- e67bc13 Get the #ifdef right on LinkAllPasses.h. by Jeff Cohen · 21 years ago
- 00f3db6 Fix minor mistakes by Jeff Cohen · 21 years ago
- 4b807e0 Add project opt to Visual Studio. by Jeff Cohen · 21 years ago
- 564a571 Make opt honor the quiet option when printing the bytecode warning. by Reid Spencer · 21 years ago
- 5737913 Move the code for printing out a warning about bytecode output to a console by Reid Spencer · 21 years ago
- 1ef8bda For PR351: by Reid Spencer · 21 years ago
- 227b6d0 Fix usage of changed function prototype by Reid Spencer · 21 years ago
- 81dd3d4 Fix hyphenation and quoting style for great justice by Misha Brukman · 21 years ago
- 551ccae Changes For Bug 352 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
- 988a1a0 Prune unused #include by Chris Lattner · 21 years ago
- 4a1de8b Add -load option by Chris Lattner · 21 years ago
- 3153e4f Neuter the -q option. Stop printing the "program modified" message, ever by Chris Lattner · 21 years ago
- ec7eb45 Re-introduce the -q option and make opt always return 0, even if the by Reid Spencer · 21 years ago
- 0870594 Removed the -q option and the default message written to stderr. The by Reid Spencer · 21 years ago
- bed85ff Header file moved by Chris Lattner · 21 years ago
- 76351aa Fix wonky header by Chris Lattner · 21 years ago
- f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
- b592fc2 Make 'opt -o -' work correctly instead of creating a file named './-' by Chris Lattner · 22 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 1ee1e64 Removed extraneous comment line. by John Criswell · 22 years ago
- 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
- 452fea9 Fix grammar. by Misha Brukman · 22 years ago
- 6c8103f Kill using declarations 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
- 0af1e8e Don't support codegen passes in opt by Chris Lattner · 22 years ago