summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
...
* Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in aNick Lewycky2011-04-21
* Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky2011-04-21
* Mark some functions as used which are used within debug-only code. ThisChandler Carruth2011-04-18
* Fix cmake build.Rafael Espindola2011-04-16
* Move the re-stemming function up top and use it where it's currently inlined.Nick Lewycky2011-04-16
* Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky2011-04-16
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u...NAKAMURA Takumi2011-04-12
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-12
* Consider ConstantAggregateZero as well as ConstantArray/Struct.Nick Lewycky2011-04-12
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Add a function for profiling to run at shutdown. Unlike the existing API, thisNick Lewycky2011-04-08
* Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky2011-04-05
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-30
* Implementation of path profiling.Andrew Trick2011-01-29
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* 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