- cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
- e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 16 years ago
- 82b80d9 Update to add newer bitcodes. by Nick Lewycky · 16 years ago
- 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
- 280a6e6 Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 17 years ago
- 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 17 years ago
- fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
- 33a834a Also handle "getresult". by Nick Lewycky · 17 years ago
- 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
- 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
- fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
- 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
- 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
- 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
- c5ff2cc add inline asm code by Chris Lattner · 18 years ago
- cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 18 years ago
- b1e85b5 emit spiffy little histograms of codes, if enabled. Don't print averages if by Chris Lattner · 18 years ago
- 44b0f10 do not charge subblock sizes to the parent block. by Chris Lattner · 18 years ago
- 1772b12 update to new APIs, make output a bit (haha) nicer by Chris Lattner · 18 years ago
- cd5b7d7 add support for new codes/block by Chris Lattner · 18 years ago
- 8f92668 add phi by Chris Lattner · 18 years ago
- b30c925 Implement much expanded dumper support. We now print stuff like: by Chris Lattner · 18 years ago
- 4238d47 add some simple per-block statistics by Chris Lattner · 18 years ago
- 32de633 Implement support to read an arbitrary bitcode file. Next up, dumping the by Chris Lattner · 18 years ago
- 45e0f89 very early support for analyzing a bitstream. This opens the file, starts by Chris Lattner · 18 years ago
- 63db485 fit in 80 cols by Chris Lattner · 18 years ago
- f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
- c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
- 3ed469c For PR786: by Reid Spencer · 18 years ago
- aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
- 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
- 05ac92c Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 18 years ago
- 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- 1ef8bda For PR351: by Reid Spencer · 20 years ago
- bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
- 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
- cac731e We won't use automake by Reid Spencer · 20 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
- 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
- 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
- 7593745 Correct to change interface of the analyzer. by Reid Spencer · 20 years ago
- 8a542ae Name Change: llvm-abcd -> llvm-bcanalyzer by Reid Spencer · 20 years ago