Age | Commit message (Expand) | Author |
2004-05-03 | Fix typo | Brian Gaeke |
2004-05-03 | In InsertProfilingInitCall(), make it legal to pass in a null array, in | Brian Gaeke |
2004-05-03 | Add initial implementation of basic-block tracing instrumentation pass. | Brian Gaeke |
2004-04-05 | Support getelementptr instructions which use uint's to index into structure | Chris Lattner |
2004-03-30 | Start cleaning up this pass so that I can debug it. | Brian Gaeke |
2004-03-08 | Initial support for edge profiling | Chris Lattner |
2004-03-08 | Split utility functions out of BlockProfiling.cpp | Chris Lattner |
2004-03-08 | finegrainify namespacification | Chris Lattner |
2004-02-15 | Remove dependence on return type of ConstantStruct::get | Chris Lattner |
2004-02-15 | Remove dependence on the return type of ConstantArray::get | Chris Lattner |
2004-02-10 | initialization calls now return argc. If the program uses the argc value | Chris Lattner |
2004-01-09 | Finegrainify namespacification | Chris Lattner |
2003-11-20 | Start using the nicer terminator auto-insertion API | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-05 | Be gcc 3.4 clean | Chris Lattner |
2003-10-29 | Refactor code, initial implementation of -insert-block-profiling pass | Chris Lattner |
2003-10-28 | Pass in argc & argv | Chris Lattner |
2003-10-28 | Initial checkin of profiling instrumentation pass. So far, despite the | Chris Lattner |
2003-10-27 | Eliminate using declarations | Chris Lattner |
2003-10-21 | Added LLVM copyright header. | John Criswell |
2003-10-20 | Added LLVM copyright notice to Makefiles. | John Criswell |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-19 | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner |
2003-10-13 | Regularize header file comments | Chris Lattner |
2003-10-13 | Regularize header file comment, eliminate using's | Chris Lattner |
2003-10-10 | Include <cstdio> instead of <stdio.h>. | Brian Gaeke |
2003-10-10 | Don't include Config/stdio.h or <stdio.h>. | Brian Gaeke |
2003-10-10 | Fix spelling. | Misha Brukman |
2003-10-10 | Fixing the spelling of this filename. | Misha Brukman |
2003-09-24 | Use global *_iterator | Chris Lattner |
2003-09-24 | Do not use BasicBlock::*_iterator, just use *_iterator itself. | Chris Lattner |
2003-09-20 | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner |
2003-09-10 | Update for new UnifyFunction... API | Chris Lattner |
2003-09-10 | Remove #include | Chris Lattner |
2003-09-05 | Correct comments | Brian Gaeke |
2003-08-31 | Use the new interface, simplifies code | Chris Lattner |
2003-08-31 | Use the new interface, simplifies code | Chris Lattner |
2003-08-31 | Use the new interface, simplifies code | Chris Lattner |
2003-08-12 | Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because | Brian Gaeke |
2003-08-01 | DEBUG got moved to Support/Debug.h | Chris Lattner |
2003-07-18 | Added check for inlinable function | Anand Shukla |
2003-07-18 | A pass to combine multiple backedges that go to same target | Anand Shukla |
2003-07-11 | Trace loads and stores as they happen (stores were being | Vikram S. Adve |
2003-07-10 | Added functionality to instrmentation pass | Anand Shukla |
2003-06-30 | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell |
2003-06-05 | Fixed a bug so initialization code is always inserted in main | Anand Shukla |
2003-06-05 | Use a constant expr GEP instead of an actual instruction | Chris Lattner |
2003-06-04 | Make this work with counter > 127 | Chris Lattner |
2003-06-01 | Added the #(internal functions) to output | Anand Shukla |
2003-05-22 | Remove using declarations | Chris Lattner |