aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
2011-01-29Implementation of path profiling.Andrew Trick
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-10-07Add initialization routines for Instrumentation.Owen Anderson
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-06-28use setArgOperandGabor Greif
2010-06-22Use pre-increment instead of post-increment when the result is not used.Dan Gohman
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher
2010-04-16reapply r101434Gabor Greif
2010-04-16back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif
2010-04-15reapply r101364, which has been backed out in r101368Gabor Greif
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif
2010-04-15rotate CallInst operands, i.e. move callee to the backGabor Greif
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-20simplify this code.Chris Lattner
2010-01-05Move remaining stuff to the isInteger predicate.Benjamin Kramer
2010-01-05Change errs() to dbgs().David Greene
2010-01-02remove the random sampling framework, which is not maintained anymore.Chris Lattner
2009-12-02Cheap, mostly strict, stable sorting.Andreas Neustifter
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-09-27Instruction::clone does not need to take an LLVMContext&. Remove that andNick Lewycky
2009-09-16Reapplied r81355 with the problems fixed.Andreas Neustifter
2009-09-09revert r81335, which breaks the build.Chris Lattner
2009-09-09Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter
2009-09-04Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter
2009-09-03Code Cleanup.Andreas Neustifter
2009-09-02Sort edges in MaximumSpanningTree more stable in case of equal weight.Andreas Neustifter
2009-09-02Changed set of BlocksToInstrument to set of InsertedBlocks that do not have toAndreas Neustifter
2009-09-02Code cleanups and added comments.Andreas Neustifter
2009-09-01OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter
2009-09-01Update CMake files.Ted Kremenek
2009-09-01Preparation for Optimal Edge Profiling:Andreas Neustifter
2009-08-29Inline empty destructor.Benjamin Kramer
2009-08-29Fix warning about non-virtual destructor.Bill Wendling
2009-08-28Preparation for Optimal Edge Profiling:Andreas Neustifter
2009-08-23Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-08More ProfileInfo improvements.Daniel Dunbar
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-30Move more code back to 2.5 APIs.Owen Anderson