aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Use the correct for for the version. It's little endian and my brain isBill Wendling
2011-07-25Convert GetElementPtrInst to use ArrayRef.Jay Foad
2011-07-22Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad
2011-07-11De-constify Types in FunctionType::get().Jay Foad
2011-06-22Replace the existing forms of ConstantArray::get() with a single formJay Foad
2011-06-20Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner
2011-06-18fix the varargs version of StructType::get to not require an LLVMContext, mak...Chris Lattner
2011-05-17Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2Bill Wendling
2011-05-05The computation of string length is not that complicated. Fix it, again. :)Nick Lewycky
2011-05-05Update the gcov version used slightly, to make it stop causing modern gcov's toNick Lewycky
2011-05-05Remove dead function.Nick Lewycky
2011-05-05When the path wasn't emitted by the frontend, discard any path on the sourceNick Lewycky
2011-05-04Emit gcov data files to the directory specified in the metadata produced by theNick Lewycky
2011-05-03Remove unused variables caught by GCC's -Wunused-but-set-variable.Benjamin Kramer
2011-04-28Only read *predecessor once so as to fix a theoretical issue where it changesNick Lewycky
2011-04-26Rename everything to follow LLVM style ... I think.Nick Lewycky
2011-04-23Remove unused STL header includes.Jay Foad
2011-04-21In gcov profiling, give all functions an extra unified return block. This isNick Lewycky
2011-04-21Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in aNick Lewycky
2011-04-21Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky
2011-04-18Mark some functions as used which are used within debug-only code. ThisChandler Carruth
2011-04-16Fix cmake build.Rafael Espindola
2011-04-16Move the re-stemming function up top and use it where it's currently inlined.Nick Lewycky
2011-04-16Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-12lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u...NAKAMURA Takumi
2011-04-12Add support for line profiling. Very work-in-progress.Nick Lewycky
2011-04-12Consider ConstantAggregateZero as well as ConstantArray/Struct.Nick Lewycky
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad
2011-04-08Add a function for profiling to run at shutdown. Unlike the existing API, thisNick Lewycky
2011-04-05Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad
2011-01-29Implementation of path profiling.Andrew Trick
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-10-07Add initialization routines for Instrumentation.Owen Anderson
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson