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