summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-185-23/+23
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-152-3/+2
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-122-6/+5
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-122-5/+6
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-1/+1
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-5/+4
* Replace the existing forms of ConstantArray::get() with a single formJay Foad2011-06-221-2/+2
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-1/+2
* fix the varargs version of StructType::get to not require an LLVMContext, mak...Chris Lattner2011-06-181-1/+1
* Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2Bill Wendling2011-05-171-10/+19
* The computation of string length is not that complicated. Fix it, again. :)Nick Lewycky2011-05-051-1/+1
* Update the gcov version used slightly, to make it stop causing modern gcov's toNick Lewycky2011-05-051-13/+20
* Remove dead function.Nick Lewycky2011-05-051-5/+0
* When the path wasn't emitted by the frontend, discard any path on the sourceNick Lewycky2011-05-051-6/+11
* Emit gcov data files to the directory specified in the metadata produced by theNick Lewycky2011-05-041-4/+23
* Remove unused variables caught by GCC's -Wunused-but-set-variable.Benjamin Kramer2011-05-031-2/+0
* Only read *predecessor once so as to fix a theoretical issue where it changesNick Lewycky2011-04-281-7/+10
* Rename everything to follow LLVM style ... I think.Nick Lewycky2011-04-261-207/+300
* Remove unused STL header includes.Jay Foad2011-04-232-2/+0
* In gcov profiling, give all functions an extra unified return block. This isNick Lewycky2011-04-211-5/+17
* Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in aNick Lewycky2011-04-211-3/+3
* Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky2011-04-211-4/+16
* Mark some functions as used which are used within debug-only code. ThisChandler Carruth2011-04-181-0/+3
* Fix cmake build.Rafael Espindola2011-04-161-1/+1
* Move the re-stemming function up top and use it where it's currently inlined.Nick Lewycky2011-04-161-15/+25
* Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky2011-04-163-218/+509
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u...NAKAMURA Takumi2011-04-121-0/+1
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-122-0/+218
* Consider ConstantAggregateZero as well as ConstantArray/Struct.Nick Lewycky2011-04-121-5/+7
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
* Add a function for profiling to run at shutdown. Unlike the existing API, thisNick Lewycky2011-04-082-3/+40
* Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky2011-04-052-14/+14
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-2/+2
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-2/+4
* Implementation of path profiling.Andrew Trick2011-01-297-17/+1448
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-192-2/+6
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+6
* Now with fewer extraneous semicolons!Owen Anderson2010-10-072-2/+2
* Add initialization routines for Instrumentation.Owen Anderson2010-10-072-0/+32
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-6/+0
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+6
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-062-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-062-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-052-2/+2
* 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
OpenPOWER on IntegriCloud