summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
* Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2Bill Wendling2011-05-17
* The computation of string length is not that complicated. Fix it, again. :)Nick Lewycky2011-05-05
* Update the gcov version used slightly, to make it stop causing modern gcov's toNick Lewycky2011-05-05
* Remove dead function.Nick Lewycky2011-05-05
* When the path wasn't emitted by the frontend, discard any path on the sourceNick Lewycky2011-05-05
* Emit gcov data files to the directory specified in the metadata produced by theNick Lewycky2011-05-04
* Remove unused variables caught by GCC's -Wunused-but-set-variable.Benjamin Kramer2011-05-03
* Only read *predecessor once so as to fix a theoretical issue where it changesNick Lewycky2011-04-28
* Rename everything to follow LLVM style ... I think.Nick Lewycky2011-04-26
* Remove unused STL header includes.Jay Foad2011-04-23
* In gcov profiling, give all functions an extra unified return block. This isNick Lewycky2011-04-21
* 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