| Commit message (Expand) | Author | Age | Files | Lines |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 5 | -23/+23 |
| * | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 2 | -3/+2 |
| * | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 2 | -6/+5 |
| * | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 2 | -5/+6 |
| * | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -1/+1 |
| * | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -5/+4 |
| * | Replace the existing forms of ConstantArray::get() with a single form | Jay Foad | 2011-06-22 | 1 | -2/+2 |
| * | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner | 2011-06-20 | 1 | -1/+2 |
| * | fix the varargs version of StructType::get to not require an LLVMContext, mak... | Chris Lattner | 2011-06-18 | 1 | -1/+1 |
| * | Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2 | Bill Wendling | 2011-05-17 | 1 | -10/+19 |
| * | The computation of string length is not that complicated. Fix it, again. :) | Nick Lewycky | 2011-05-05 | 1 | -1/+1 |
| * | Update the gcov version used slightly, to make it stop causing modern gcov's to | Nick Lewycky | 2011-05-05 | 1 | -13/+20 |
| * | Remove dead function. | Nick Lewycky | 2011-05-05 | 1 | -5/+0 |
| * | When the path wasn't emitted by the frontend, discard any path on the source | Nick Lewycky | 2011-05-05 | 1 | -6/+11 |
| * | Emit gcov data files to the directory specified in the metadata produced by the | Nick Lewycky | 2011-05-04 | 1 | -4/+23 |
| * | Remove unused variables caught by GCC's -Wunused-but-set-variable. | Benjamin Kramer | 2011-05-03 | 1 | -2/+0 |
| * | Only read *predecessor once so as to fix a theoretical issue where it changes | Nick Lewycky | 2011-04-28 | 1 | -7/+10 |
| * | Rename everything to follow LLVM style ... I think. | Nick Lewycky | 2011-04-26 | 1 | -207/+300 |
| * | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 2 | -2/+0 |
| * | In gcov profiling, give all functions an extra unified return block. This is | Nick Lewycky | 2011-04-21 | 1 | -5/+17 |
| * | Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a | Nick Lewycky | 2011-04-21 | 1 | -3/+3 |
| * | Add independent controls for whether GCOV profiling should emit .gcno files or | Nick Lewycky | 2011-04-21 | 1 | -4/+16 |
| * | Mark some functions as used which are used within debug-only code. This | Chandler Carruth | 2011-04-18 | 1 | -0/+3 |
| * | Fix cmake build. | Rafael Espindola | 2011-04-16 | 1 | -1/+1 |
| * | Move the re-stemming function up top and use it where it's currently inlined. | Nick Lewycky | 2011-04-16 | 1 | -15/+25 |
| * | Rename LineProfiling to GCOVProfiling to more accurately represent what it | Nick Lewycky | 2011-04-16 | 3 | -218/+509 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u... | NAKAMURA Takumi | 2011-04-12 | 1 | -0/+1 |
| * | Add support for line profiling. Very work-in-progress. | Nick Lewycky | 2011-04-12 | 2 | -0/+218 |
| * | Consider ConstantAggregateZero as well as ConstantArray/Struct. | Nick Lewycky | 2011-04-12 | 1 | -5/+7 |
| * | Don't include Operator.h from InstrTypes.h. | Jay Foad | 2011-04-11 | 1 | -0/+1 |
| * | Add a function for profiling to run at shutdown. Unlike the existing API, this | Nick Lewycky | 2011-04-08 | 2 | -3/+40 |
| * | Fix typos. Adjust some whitespace for style. No functionality change. | Nick Lewycky | 2011-04-05 | 2 | -14/+14 |
| * | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -2/+2 |
| * | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad | 2011-03-30 | 1 | -2/+4 |
| * | Implementation of path profiling. | Andrew Trick | 2011-01-29 | 7 | -17/+1448 |
| * | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 2 | -2/+6 |
| * | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+6 |
| * | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 2 | -2/+2 |
| * | Add initialization routines for Instrumentation. | Owen Anderson | 2010-10-07 | 2 | -0/+32 |
| * | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -6/+0 |
| * | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -0/+6 |
| * | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 2 | -2/+2 |
| * | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 2 | -2/+2 |
| * | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 2 | -2/+2 |
| * | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 2 | -5/+5 |
| * | use setArgOperand | Gabor Greif | 2010-06-28 | 1 | -6/+6 |
| * | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman | 2010-06-22 | 1 | -4/+4 |
| * | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -4/+4 |
| * | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -4/+4 |