aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-212-5/+5
* use setArgOperandGabor Greif2010-06-281-6/+6
* Use pre-increment instead of post-increment when the result is not used.Dan Gohman2010-06-221-4/+4
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-4/+4
* reapply r101434Gabor Greif2010-04-161-4/+4
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-4/+4
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-4/+4
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-4/+4
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-4/+4
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-1/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* simplify this code.Chris Lattner2010-01-201-1/+1
* Move remaining stuff to the isInteger predicate.Benjamin Kramer2010-01-051-1/+1
* Change errs() to dbgs().David Greene2010-01-051-2/+2
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-024-823/+0
* Cheap, mostly strict, stable sorting.Andreas Neustifter2009-12-021-0/+13
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-254-4/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-254-9/+9
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-2/+2
* Instruction::clone does not need to take an LLVMContext&. Remove that andNick Lewycky2009-09-271-1/+1
* Reapplied r81355 with the problems fixed.Andreas Neustifter2009-09-161-8/+9
* revert r81335, which breaks the build.Chris Lattner2009-09-091-9/+8
* Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter2009-09-091-8/+9
* Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter2009-09-044-138/+64
* Code Cleanup.Andreas Neustifter2009-09-033-18/+14
* Sort edges in MaximumSpanningTree more stable in case of equal weight.Andreas Neustifter2009-09-021-2/+6
* Changed set of BlocksToInstrument to set of InsertedBlocks that do not have toAndreas Neustifter2009-09-021-9/+9
* Code cleanups and added comments.Andreas Neustifter2009-09-021-17/+45
* OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter2009-09-012-0/+187
* Update CMake files.Ted Kremenek2009-09-011-0/+1
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-011-1/+9
* Inline empty destructor.Benjamin Kramer2009-08-292-4/+1
* Fix warning about non-virtual destructor.Bill Wendling2009-08-292-0/+4
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-08-282-0/+171
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-232-13/+8
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-134-31/+47
* More ProfileInfo improvements.Daniel Dunbar2009-08-082-4/+15
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-314-11/+8
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-293-5/+5
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-292-4/+3
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-1/+2
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-242-19/+15
* Get rid of the Pass+Context magic.Owen Anderson2009-07-224-36/+37
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-151-1/+1
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-1/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-1/+1
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-1/+2
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-7/+7