- 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 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
- 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 19 years ago
- d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
- 0cafa92 fix printing call graphs by Andrew Lenharth · 19 years ago
- 86d064d Implemented -quiet feature for analyze by Robert Bocchino · 19 years ago
- 171eee5 Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph by Chris Lattner · 20 years ago
- a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 20 years ago
- e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 20 years ago
- df514ef Link in datastructure as a relinked o file by Chris Lattner · 20 years ago
- 3136061 Use the new LinkAllAnalyses.h header instead of forcing passes to be by Chris Lattner · 20 years ago
- 5a87044 Two changes: by Reid Spencer · 20 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
- 1ef8bda For PR351: by Reid Spencer · 21 years ago
- ce9653c For PR387:\ by Reid Spencer · 21 years ago
- bf714df Add LLVMbzip2 library, now required. 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
- f405d10 Actually link all the analysis passes and their dependencies. by Reid Spencer · 21 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 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
- 68d033c Finegrainify namespacification 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
- 269c80c Remove this printer by Chris Lattner · 21 years ago
- 593eb95 bug 122: - Minimize redundant isa<GlobalValue> usage by Reid Spencer · 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
- 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
- b04cb7d Right, globals aren't values yet.. by Chris Lattner · 21 years ago
- d957211 Add a simple pass. by Chris Lattner · 21 years ago
- bed85ff Header file moved by Chris Lattner · 21 years ago
- 27829ec finegrainify namespacification by Chris Lattner · 21 years ago
- 04eaef2 Remove obsolete analyses by Chris Lattner · 21 years ago
- 106dc52 Tweak libraries for scev changes by Chris Lattner · 21 years ago
- 3733f3b Make sure to print a stack trace whenever an error signal is delivered by Chris Lattner · 21 years ago
- ac1ccae Rename method 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
- 3b39537 Delete the -print-cfg pass from this file by Chris Lattner · 22 years ago
- e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 9432111 fix file headers by Chris Lattner · 22 years ago
- 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
- 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 22 years ago
- 729d73d Don't explicitly use the SCC class by Chris Lattner · 22 years ago
- 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 22 years ago
- 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 22 years ago
- 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 22 years ago
- 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 22 years ago
- bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
- 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 22 years ago
- 59039a9 Add a disable-verify option by Chris Lattner · 22 years ago
- 0b43f4e Move static stuff to an anonymous namespace 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
- 0e08e1b Minor tweak by Chris Lattner · 22 years ago
- 22a3b55 Make printing messages nicer by Chris Lattner · 22 years ago
- 9ec7368 Disable timing of bytecode loader by Chris Lattner · 23 years ago
- 49d9a88 Add a timer to evaluate bytecode load time and space requirements by Chris Lattner · 23 years ago
- 6d37acb Give passnames to the printer classes by Chris Lattner · 23 years ago
- c9d8bef No need to explicitly inclue ExportSymbols now by Chris Lattner · 23 years ago
- c405daf Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. by Vikram S. Adve · 23 years ago
- f748254 Implement a new -print-callgraph analysis that turns a callgraph into a dot by Chris Lattner · 23 years ago
- ac859db - Implement a new -print-cfg option for analyze, that causes it to print the by Chris Lattner · 23 years ago
- 4475699 Enable correct support for dynamic loading on Linux by Chris Lattner · 23 years ago
- cd7fbf2 - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. by Chris Lattner · 23 years ago
- c74cb86 - Eliminate the last traces of the 'analysis' namespace by Chris Lattner · 23 years ago
- e52e913 New datastructure analysis correctly uses TargetData by Chris Lattner · 23 years ago
- 5f0eb8d by Chris Lattner · 23 years ago
- 8633a48 by Chris Lattner · 23 years ago
- 50e3a20 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 23 years ago
- 1ad4436 Use a module analysis by Chris Lattner · 23 years ago
- 781e6f5 Seperate analysis wrapper stuff to AnalysisWrappers.cpp by Chris Lattner · 23 years ago
- 9a740fd Make analyze use the Pass repository to populate it's command line argument list by Chris Lattner · 23 years ago
- ce6ef11 *** empty log message *** by Chris Lattner · 23 years ago
- 98ad7e9 Be more namespace correct by Chris Lattner · 23 years ago
- 40ac148 Convert over to new style of Makefile, where there is a difference between .o and .a libraries. by Chris Lattner · 23 years ago
- 84b362b Add description to Enum options. by Chris Lattner · 23 years ago
- 50e3f88 Convert command line option processing code over to use the syntax supported by Chris Lattner · 23 years ago
- f7ccb70 Add support for bottom up closure of ds analysis by Chris Lattner · 23 years ago
- 4c7b045 Rename DataStructure to LocalDataStructures by Chris Lattner · 23 years ago
- 0b12b5f by Chris Lattner · 23 years ago
- 65f1b89 Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h by Chris Lattner · 23 years ago
- fbaed2e Remove InstForest from analysis namespace by Chris Lattner · 23 years ago
- c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
- 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 23 years ago
- e6ef669 Rename functions to be more consistend with other pass constructors by Chris Lattner · 23 years ago
- 97e52e4 Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA by Chris Lattner · 23 years ago
- 4ec35ab Eliminate the cfg namespace by Chris Lattner · 23 years ago
- f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 23 years ago
- 8bfa89c Add #includes s/PrintMethodPass/PrintFunctionPass by Chris Lattner · 23 years ago
- 9420298 Remove asmwriter library from link line, because the useful contents of it by Chris Lattner · 23 years ago
- 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
- bc132d6 * Add support for DataStructure analysis by Chris Lattner · 23 years ago