We actually don't have spiff anymore
[oota-llvm.git] / lib / Transforms / Instrumentation /
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-30 Brian GaekeStart cleaning up this pass so that I can debug it.
2004-03-08 Chris LattnerInitial support for edge profiling
2004-03-08 Chris LattnerSplit utility functions out of BlockProfiling.cpp
2004-03-08 Chris Lattnerfinegrainify namespacification
2004-02-15 Chris LattnerRemove dependence on return type of ConstantStruct...
2004-02-15 Chris LattnerRemove dependence on the return type of ConstantArray...
2004-02-10 Chris Lattnerinitialization calls now return argc. If the program...
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerBe gcc 3.4 clean
2003-10-29 Chris LattnerRefactor code, initial implementation of -insert-block...
2003-10-28 Chris LattnerPass in argc & argv
2003-10-28 Chris LattnerInitial checkin of profiling instrumentation pass....
2003-10-27 Chris LattnerEliminate using declarations
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-13 Chris LattnerRegularize header file comments
2003-10-13 Chris LattnerRegularize header file comment, eliminate using's
2003-10-10 Brian GaekeInclude <cstdio> instead of <stdio.h>.
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Misha BrukmanFixing the spelling of this filename.
2003-09-24 Chris LattnerUse global *_iterator
2003-09-24 Chris LattnerDo not use BasicBlock::*_iterator, just use *_iterator...
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-10 Chris LattnerUpdate for new UnifyFunction... API
2003-09-10 Chris LattnerRemove #include
2003-09-05 Brian GaekeCorrect comments
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-08-12 Brian GaekeGive std::map<BasicBlock *, BasicBlock *> the short...
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-07-18 Anand ShuklaAdded check for inlinable function
2003-07-18 Anand ShuklaA pass to combine multiple backedges that go to same...
2003-07-11 Vikram S. AdveTrace loads and stores as they happen (stores were...
2003-07-10 Anand ShuklaAdded functionality to instrmentation pass
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-05 Anand ShuklaFixed a bug so initialization code is always inserted...
2003-06-05 Chris LattnerUse a constant expr GEP instead of an actual instruction
2003-06-04 Chris LattnerMake this work with counter > 127
2003-06-01 Anand ShuklaAdded the #(internal functions) to output
2003-05-22 Chris LattnerRemove using declarations
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-04-13 Chris LattnerMake help message more clear
2003-02-14 Anand ShuklaChanges to runtime framework
2003-02-10 Chris LattnerRevert Anand's patch which broke the build
2003-02-09 Anand Shukla*** empty log message ***
2003-01-14 Chris LattnerRename include/llvm/Transforms/Instrumentation/TraceFun...
2003-01-14 Chris LattnerFix typeo
2003-01-14 Chris LattnerRemove unused header and function
2003-01-14 Chris LattnerClean up #includes
2003-01-13 Chris LattnerMake sure to handle %'s in strings correctly so that...
2002-11-09 Chris LattnerFix warning
2002-11-03 Anand Shuklacode to lightly instrument at branches
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-17 Chris Lattner* Apparently string::find doesn't work right on our...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-12 Anand ShuklaChanged to external global var
2002-10-01 Chris LattnerChanges to work with Statistics rework
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-10-01 Chris LattnerBuild subdirs in parallel
2002-09-20 Anand ShuklaAdded checking threshold
2002-09-18 Anand Shuklasplit retracing into a separate file
2002-09-18 Misha BrukmanRemoved unnecessary #includes.
2002-09-17 Chris LattnerThere is a #define in some header that conflicts with...
2002-09-16 Anand ShuklaIncorporated changes in alloca and getElementPointer...
2002-09-16 Anand ShuklaIncorporated changes in alloca instruction
2002-09-14 Chris LattnerFix bug I introduced
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-09-03 Chris Lattner- Renamed Type::isIntegral() to Type::isInteger()
2002-08-22 Chris Lattner*** empty log message ***
2002-08-21 Chris LattnerDo not generate loads/stores with indexing
2002-08-21 Chris LattnerRemove extraneous #includes
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner* Cleanup the pass a bit more, making it more object...
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerHide extra argument
2002-07-22 Chris Lattner*** empty log message ***
2002-07-21 Anand Shuklacomeented out debug printing
2002-07-18 Anand Shuklaminor corrections
2002-07-17 Chris LattnerAnand forgot to check in the makefile corresponding...
2002-07-16 Anand ShuklaMoved over EmitFunctions to this library
2002-07-16 Anand Shuklaremoved this directory
2002-07-16 Anand ShuklaMoved EmitFunctions.cpp up to instrumentation directory
2002-07-16 Chris Lattner* Cleanup pass
2002-07-12 Anand ShuklaAdded EmitFunctions directory
2002-07-12 Anand ShuklaInitial makefile
2002-07-12 Anand ShuklaInitial version: adds a function table to output code
2002-07-08 Vikram S. AdveFix iteration and InsertPos bugs introduced when Chris...
next