synchronizeICache removeed from TargetJITInfo.
[oota-llvm.git] / lib / Transforms / Instrumentation /
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-11-28 Andrew Lenhartha few more comments on the interfaces and functions
2005-11-28 Andrew LenharthAdded documented rsprofiler interface. Also remove...
2005-11-28 Jeff CohenFix VC++ warning.
2005-11-28 Andrew LenharthRandom sampling (aka Arnold and Ryder) profiling. ...
2005-10-24 Chris LattnerRemove some beta code that no longer has an owner.
2005-10-24 Chris LattnerDo not build the ProfilePaths directory anymore
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-25 Alkis EvlogimenosAdd a dependency to the trace library so that it gets...
2005-01-07 Misha BrukmanConvert tabs to spaces
2005-01-07 Jeff CohenAdd missing createXxxPass functions
2005-01-07 Jeff CohenAdd missing include
2005-01-06 Jeff CohenAdd missing include
2004-12-13 Brian GaekeFix link error in PPC optimized build of 'opt'.
2004-12-08 Chris LattnerAdd support for compilers without argument dependent...
2004-12-08 Chris LattnerRemove unneeded class qualifier, contributed by Bjørn...
2004-11-19 Chris LattnerCPR is dead.
2004-11-05 Chris LattnerRemove dead vars
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe won't use automake
2004-10-20 Brian GaekeExplain what this pass does.
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Reid SpencerCorrection to allow compilation with Visual C++.
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-30 Brian GaekeAdd accessor function.
2004-09-30 Brian GaekeCorrect type of accessor functions.
2004-09-30 Brian GaekeNamespacify. Add accessor function.
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-18 Reid Spencerbug 122:
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-29 Vikram S. AdveRestoring this file.
2004-06-24 Vikram S. AdveThis file is unused, and duplicates functionality in...
2004-06-03 Brian GaekeExpand head-of-file comment.
2004-06-01 Brian GaekeUse new form of unconditional branch constructor.
2004-05-14 Brian GaekeClean up this pass somewhat:
2004-05-03 Brian GaekeFix typo
2004-05-03 Brian GaekeIn InsertProfilingInitCall(), make it legal to pass...
2004-05-03 Brian GaekeAdd initial implementation of basic-block tracing instr...
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
next