- 04d1fb6 Remove dependence on return type of ConstantStruct::get by Chris Lattner · 21 years ago
- 3710644 Remove dependence on the return type of ConstantArray::get by Chris Lattner · 21 years ago
- 81d1a22 initialization calls now return argc. If the program uses the argc value by Chris Lattner · 21 years ago
- f7703df Finegrainify namespacification by Chris Lattner · 21 years ago
- f8485c6 Start using the nicer terminator auto-insertion API 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
- 646f8d7 Be gcc 3.4 clean by Chris Lattner · 21 years ago
- 9424575 Refactor code, initial implementation of -insert-block-profiling pass by Chris Lattner · 21 years ago
- c0204e0 Pass in argc & argv by Chris Lattner · 21 years ago
- baa2007 Initial checkin of profiling instrumentation pass. So far, despite the by Chris Lattner · 21 years ago
- 7b6dd29 Eliminate using declarations by Chris Lattner · 21 years ago
- 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
- e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 21 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
- 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 21 years ago
- cf3056d Regularize header file comments by Chris Lattner · 21 years ago
- 21fb3af Regularize header file comment, eliminate using's by Chris Lattner · 21 years ago
- 17634f7 Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
- e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 21 years ago
- cf00c4a Fix spelling. by Misha Brukman · 21 years ago
- 9c9c90d Fixing the spelling of this filename. by Misha Brukman · 21 years ago
- 23ed9c1 Use global *_iterator by Chris Lattner · 21 years ago
- f8b5b6d Do not use BasicBlock::*_iterator, just use *_iterator itself. by Chris Lattner · 21 years ago
- 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
- 1df2998 Update for new UnifyFunction... API Remove using decl by Chris Lattner · 21 years ago
- 4ea31ca Remove #include by Chris Lattner · 21 years ago
- 85ce5f3 Correct comments by Brian Gaeke · 21 years ago
- 0346364 Use the new interface, simplifies code by Chris Lattner · 21 years ago
- 30aef42 Use the new interface, simplifies code Delete a bunch of commented out code by Chris Lattner · 21 years ago
- 5f07c87 Use the new interface, simplifies code by Chris Lattner · 21 years ago
- aee2fdf Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because by Brian Gaeke · 21 years ago
- 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
- a235e14 Added check for inlinable function by Anand Shukla · 21 years ago
- 0df7ddb A pass to combine multiple backedges that go to same target by Anand Shukla · 21 years ago
- 919fc8c Trace loads and stores as they happen (stores were being by Vikram S. Adve · 21 years ago
- 666ff52 Added functionality to instrmentation pass by Anand Shukla · 21 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
- cd0cc61 Fixed a bug so initialization code is always inserted in main by Anand Shukla · 21 years ago
- d3646f1 Use a constant expr GEP instead of an actual instruction by Chris Lattner · 21 years ago
- fa9ee73 Make this work with counter > 127 by Chris Lattner · 21 years ago
- 619754f Added the #(internal functions) to output by Anand Shukla · 21 years ago
- de579f1 Remove using declarations by Chris Lattner · 21 years ago
- e408e25 Remove unnecesary &*'s by Chris Lattner · 22 years ago
- 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 22 years ago
- af7ccd9 Make help message more clear by Chris Lattner · 22 years ago
- 92d5e30 Changes to runtime framework by Anand Shukla · 22 years ago
- dab73be Revert Anand's patch which broke the build by Chris Lattner · 22 years ago
- f013d3d *** empty log message *** by Anand Shukla · 22 years ago
- c56d239 Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrumentation.h by Chris Lattner · 22 years ago
- 4b208dc Fix typeo by Chris Lattner · 22 years ago
- e9e5513 Remove unused header and function by Chris Lattner · 22 years ago
- b117fb5 Clean up #includes Move graph.h into local directory by Chris Lattner · 22 years ago
- 80e5ed9 Make sure to handle %'s in strings correctly so that the names of BB's and functions are actually printed! by Chris Lattner · 22 years ago
- 0006bd7 Fix warning by Chris Lattner · 22 years ago
- 93d545e code to lightly instrument at branches by Anand Shukla · 22 years ago
- cb2610e - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to by Chris Lattner · 22 years ago
- 1a33e31 * Apparently string::find doesn't work right on our sun boxes. Work around this. by Chris Lattner · 22 years ago
- 0b16ae2 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to by Chris Lattner · 22 years ago
- 3383b1d Changed to external global var by Anand Shukla · 22 years ago
- e68bf61 Changes to work with Statistics rework by Chris Lattner · 22 years ago
- 6ee6bbe Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
- 249be91 Build subdirs in parallel by Chris Lattner · 22 years ago
- 590df88 Added checking threshold by Anand Shukla · 22 years ago
- 6689b06 split retracing into a separate file by Anand Shukla · 22 years ago
- bfb4724 Removed unnecessary #includes. by Misha Brukman · 22 years ago
- cb16c65 There is a #define in some header that conflicts with INFINITY, rename it. by Chris Lattner · 22 years ago
- 6641995 Incorporated changes in alloca and getElementPointer instruction by Anand Shukla · 22 years ago
- ada50a5 Incorporated changes in alloca instruction by Anand Shukla · 22 years ago
- b2a0fbe Fix bug I introduced by Chris Lattner · 22 years ago
- 106ff45 - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 22 years ago
- 2a7c23e Simplify code (somtimes dramatically), by using the new "auto-insert" feature by Chris Lattner · 22 years ago
- 3ea5cb0 by Chris Lattner · 22 years ago
- 65ad372 by Chris Lattner · 22 years ago
- 8e4fc25 *** empty log message *** by Chris Lattner · 22 years ago
- b63b29d Do not generate loads/stores with indexing by Chris Lattner · 22 years ago
- 25ba059 Remove extraneous #includes by Chris Lattner · 22 years ago
- dd5b495 - Cleaned up the interface to AnalysisUsage to take analysis class names by Chris Lattner · 22 years ago
- a6275cc by Chris Lattner · 22 years ago
- 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
- f629309 *** empty log message *** by Chris Lattner · 22 years ago
- 1198266 * Cleanup the pass a bit more, making it more object oriented. by Chris Lattner · 22 years ago
- 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
- 4689728 Hide extra argument by Chris Lattner · 22 years ago
- 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
- 5585f53 comeented out debug printing by Anand Shukla · 22 years ago
- e617f92 minor corrections by Anand Shukla · 22 years ago
- 260fc14 Anand forgot to check in the makefile corresponding to his previous change by Chris Lattner · 22 years ago
- e0b5142 Moved over EmitFunctions to this library by Anand Shukla · 22 years ago
- f080ec7 removed this directory by Anand Shukla · 22 years ago
- 1187087 Moved EmitFunctions.cpp up to instrumentation directory by Anand Shukla · 22 years ago
- 9713c4e * Cleanup pass by Chris Lattner · 22 years ago
- 135b75d Added EmitFunctions directory by Anand Shukla · 22 years ago
- 41059bc Initial makefile by Anand Shukla · 22 years ago
- 09ba7b3 Initial version: adds a function table to output code by Anand Shukla · 22 years ago
- f86b4c1 Fix iteration and InsertPos bugs introduced when Chris changed over to ilist. by Vikram S. Adve · 22 years ago
- ec07c75 changes BBsorting and oredering by Anand Shukla · 22 years ago
- 82f40e8 small corrections by Anand Shukla · 22 years ago
- d4d7906 changed function numbering by Anand Shukla · 22 years ago
- 5cafcfb additions and bug fixes by Anand Shukla · 22 years ago
- 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago