- 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
- f010c46 Sort the #include lines for tools/... by Chandler Carruth · 12 years ago
- 6eda081 One more step towards making doInitialization and doFinalization useful for by Pedro Artigas · 12 years ago
- 9780d35 Revert r168635 "Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model". by Owen Anderson · 12 years ago
- 0d30d30 Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model by Owen Anderson · 12 years ago
- 40b6fdb Add doInitialization and doFinalization methods to ModulePass's, to allow them to be re-initialized and reused on multiple Module's. by Owen Anderson · 12 years ago
- 95a9d93 Round 2 of dead private variable removal. by Benjamin Kramer · 12 years ago
- 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
- a7b0cb7 Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 13 years ago
- 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
- 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
- 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
- 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
- 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
- 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
- 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
- 1dbb387 lets get crazy and name the header file the exact class name, by Chris Lattner · 14 years ago
- a11a6a0 AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter by Chris Lattner · 14 years ago
- 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
- 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
- 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
- 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
- e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
- 076124e Reverting 85714, 85715, 85716, which are breaking the build by Douglas Gregor · 15 years ago
- b2fae75 Remove the #include of Pass.h from PassManager.h. This breaks a significant by Dan Gohman · 15 years ago
- 42a8832 this doesn't use EH either. by Chris Lattner · 15 years ago
- 79331b2 Since all std::cout is gone, also remove iostream include. by Andreas Neustifter · 15 years ago
- 30457f2 Changed std::cout to outs(), retaining formating. by Andreas Neustifter · 15 years ago
- 79c5d3f remove the std::ostream version of module and type printing. by Chris Lattner · 15 years ago
- bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 15 years ago
- 3cdfb4a Update llvm-prof for ProfileInfo API changes. - Patch by Erick Tryzelaar by Daniel Dunbar · 15 years ago
- c43782c Some ProfileInfo cleanups. by Daniel Dunbar · 15 years ago
- caaa493 More ProfileInfo improvements. by Daniel Dunbar · 15 years ago
- c9008c5 Make block and function count available via ProfileInfo. by Daniel Dunbar · 15 years ago
- ee16638 Remove unnecessary ProfileInfoLoader methods. by Daniel Dunbar · 15 years ago
- d5b385c One more getName -> getNameStr by Daniel Dunbar · 15 years ago
- fbee579 Simplify / normalize some uses of Value::getName. by Daniel Dunbar · 15 years ago
- 0d7c695 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 15 years ago
- 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
- 314fa8e Move main llvm-prof functionality into a ModulePass. by Daniel Dunbar · 15 years ago
- f530c92 Fix a bunch of other places that used operator[] to test whether by Dan Gohman · 15 years ago
- 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
- 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
- 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
- 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
- 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 16 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
- 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
- a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
- 295b1ce Initialize variable to null so it has a value in the off chance that a by Reid Spencer · 17 years ago
- 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
- 44dadff switch tools to bitcode instead of 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
- ca5183d Unbreak VC++ build. by Jeff Cohen · 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
- 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
- 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
- 19b7e0e For PR786: by Reid Spencer · 18 years ago
- 1adc3de Revert removal of std:: prefixes and addtion of "using namespace std;". by Reid Spencer · 19 years ago
- 78b0e6a General cleanup: by Reid Spencer · 19 years ago
- e50b075 There are still uses for spaces in Makefiles -- to make text line up together, by Misha Brukman · 20 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
- 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
- bed85ff Header file moved by Chris Lattner · 20 years ago
- 8c2730e Annotate functions with edge counts as well, if they are available. 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
- 89cf393 Factor profile information loading OUT of llvm-prof into libanalysis by Chris Lattner · 21 years ago
- c4ee274 Remove some pointless #includes by Chris Lattner · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
- cde1cf3 Add new command line option by Chris Lattner · 21 years ago
- 9088de7 never print zero executions blocks by Chris Lattner · 21 years ago
- 3b7f416 Simplify code by Chris Lattner · 21 years ago
- e1ccadf Add percentage info by Chris Lattner · 21 years ago
- 3baed41 Hrm, some of my counters are wrapping around 32 bits by Chris Lattner · 21 years ago
- 3673730 If only have function profile, don't print out "not executed" for all of the blocks :) by Chris Lattner · 21 years ago
- 5e71764 Add the ability to print out llvm code when the -annotated-llvm option is given by Chris Lattner · 21 years ago
- 750ba3d Add the ability to synthesize function counts from block count information by Chris Lattner · 21 years ago
- 18884a8 Print the top 20 most frequently executed blocks. Fix sort predicate problem by Chris Lattner · 21 years ago
- 3688205 Cleanup output a bit by Chris Lattner · 21 years ago
- 4963dcf Print out command lines used to run the programs by Chris Lattner · 21 years ago
- 33f1ca7 Add support for reading block frequencies. Fix bug in attribution of counts by Chris Lattner · 21 years ago
- 7a78d81 Provide an accessor for getting function count information. Print a simple by Chris Lattner · 21 years ago
- e436779 Read in the bytecode and profile information, but don't do anything with it yet. by Chris Lattner · 21 years ago
- 6f82d07 Initial checkin of llvmprof stub by Chris Lattner · 21 years ago