2011-07-25 |
Jay Foad | Convert GetElementPtrInst to use ArrayRef. |
tree | commitdiff |
2011-07-22 |
Jay Foad | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBou... |
tree | commitdiff |
2011-07-21 |
Jay Foad | Convert ConstantExpr::getGetElementPtr and |
tree | commitdiff |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
tree | commitdiff |
2011-07-15 |
Jay Foad | Convert CallInst and InvokeInst APIs to use ArrayRef. |
tree | commitdiff |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
tree | commitdiff |
2011-07-12 |
Bill Wendling | Revert r134893 and r134888 (and related patches in... |
tree | commitdiff |
2011-07-11 |
Jay Foad | De-constify Types in StructType::get() and TargetData... |
tree | commitdiff |
2011-07-11 |
Jay Foad | De-constify Types in FunctionType::get(). |
tree | commitdiff |
2011-06-22 |
Jay Foad | Replace the existing forms of ConstantArray::get()... |
tree | commitdiff |
2011-06-20 |
Chris Lattner | Revamp the "ConstantStruct::get" methods. Previously... |
tree | commitdiff |
2011-06-18 |
Chris Lattner | fix the varargs version of StructType::get to not requi... |
tree | commitdiff |
2011-05-17 |
Bill Wendling | Conditionalize the format of the GCOV files by target... |
tree | commitdiff |
2011-05-05 |
Nick Lewycky | The computation of string length is not that complicate... |
tree | commitdiff |
2011-05-05 |
Nick Lewycky | Update the gcov version used slightly, to make it stop... |
tree | commitdiff |
2011-05-05 |
Nick Lewycky | Remove dead function. |
tree | commitdiff |
2011-05-05 |
Nick Lewycky | When the path wasn't emitted by the frontend, discard... |
tree | commitdiff |
2011-05-04 |
Nick Lewycky | Emit gcov data files to the directory specified in... |
tree | commitdiff |
2011-05-03 |
Benjamin Kramer | Remove unused variables caught by GCC's -Wunused-but... |
tree | commitdiff |
2011-04-28 |
Nick Lewycky | Only read *predecessor once so as to fix a theoretical... |
tree | commitdiff |
2011-04-26 |
Nick Lewycky | Rename everything to follow LLVM style ... I think. |
tree | commitdiff |
2011-04-23 |
Jay Foad | Remove unused STL header includes. |
tree | commitdiff |
2011-04-21 |
Nick Lewycky | In gcov profiling, give all functions an extra unified... |
tree | commitdiff |
2011-04-21 |
Nick Lewycky | Fix think-o: emit all 8 bytes of the EOF marker. Also... |
tree | commitdiff |
2011-04-21 |
Nick Lewycky | Add independent controls for whether GCOV profiling... |
tree | commitdiff |
2011-04-18 |
Chandler Carruth | Mark some functions as used which are used within debug... |
tree | commitdiff |
2011-04-16 |
Rafael Espindola | Fix cmake build. |
tree | commitdiff |
2011-04-16 |
Nick Lewycky | Move the re-stemming function up top and use it where... |
tree | commitdiff |
2011-04-16 |
Nick Lewycky | Rename LineProfiling to GCOVProfiling to more accuratel... |
tree | commitdiff |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
tree | commitdiff |
2011-04-12 |
NAKAMURA Takumi | lib/Transforms/Instrumentation/CMakeLists.txt: Add... |
tree | commitdiff |
2011-04-12 |
Nick Lewycky | Add support for line profiling. Very work-in-progress. |
tree | commitdiff |
2011-04-12 |
Nick Lewycky | Consider ConstantAggregateZero as well as ConstantArray... |
tree | commitdiff |
2011-04-11 |
Jay Foad | Don't include Operator.h from InstrTypes.h. |
tree | commitdiff |
2011-04-08 |
Nick Lewycky | Add a function for profiling to run at shutdown. Unlike... |
tree | commitdiff |
2011-04-05 |
Nick Lewycky | Fix typos. Adjust some whitespace for style. No functio... |
tree | commitdiff |
2011-03-30 |
Jay Foad | Remove PHINode::reserveOperandSpace(). Instead, add... |
tree | commitdiff |
2011-03-30 |
Jay Foad | (Almost) always call reserveOperandSpace() on newly... |
tree | commitdiff |
2011-01-29 |
Andrew Trick | Implementation of path profiling. |
tree | commitdiff |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
tree | commitdiff |
2010-10-12 |
Owen Anderson | Begin adding static dependence information to passes... |
tree | commitdiff |
2010-10-07 |
Owen Anderson | Now with fewer extraneous semicolons! |
tree | commitdiff |
2010-10-07 |
Owen Anderson | Add initialization routines for Instrumentation. |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
tree | commitdiff |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
tree | commitdiff |
2010-07-21 |
Owen Anderson | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). |
tree | commitdiff |
2010-06-28 |
Gabor Greif | use setArgOperand |
tree | commitdiff |
2010-06-22 |
Dan Gohman | Use pre-increment instead of post-increment when the... |
tree | commitdiff |
2010-04-16 |
Eric Christopher | Revert 101465, it broke internal OpenGL testing. |
tree | commitdiff |
2010-04-16 |
Gabor Greif | reapply r101434 |
tree | commitdiff |
2010-04-16 |
Gabor Greif | back out r101423 and r101397, they break llvm-gcc self... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | reapply r101364, which has been backed out in r101368 |
tree | commitdiff |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
tree | commitdiff |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-20 |
Chris Lattner | simplify this code. |
tree | commitdiff |
2010-01-05 |
Benjamin Kramer | Move remaining stuff to the isInteger predicate. |
tree | commitdiff |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
tree | commitdiff |
2010-01-02 |
Chris Lattner | remove the random sampling framework, which is not... |
tree | commitdiff |
2009-12-02 |
Andreas Neustifter | Cheap, mostly strict, stable sorting. |
tree | commitdiff |
2009-10-25 |
Nick Lewycky | Remove includes of Support/Compiler.h that are no longe... |
tree | commitdiff |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
tree | commitdiff |
2009-10-06 |
Duncan Sands | Introduce and use convenience methods for getting point... |
tree | commitdiff |
2009-09-27 |
Nick Lewycky | Instruction::clone does not need to take an LLVMContext... |
tree | commitdiff |
2009-09-16 |
Andreas Neustifter | Reapplied r81355 with the problems fixed. |
tree | commitdiff |
2009-09-09 |
Chris Lattner | revert r81335, which breaks the build. |
tree | commitdiff |
2009-09-09 |
Andreas Neustifter | Updated ProfileInfo to have clean seperation between... |
tree | commitdiff |
2009-09-04 |
Andreas Neustifter | Converted MaximumSpanningTree algorithm to a generic... |
tree | commitdiff |
2009-09-03 |
Andreas Neustifter | Code Cleanup. |
tree | commitdiff |
2009-09-02 |
Andreas Neustifter | Sort edges in MaximumSpanningTree more stable in case... |
tree | commitdiff |
2009-09-02 |
Andreas Neustifter | Changed set of BlocksToInstrument to set of InsertedBlo... |
tree | commitdiff |
2009-09-02 |
Andreas Neustifter | Code cleanups and added comments. |
tree | commitdiff |
2009-09-01 |
Andreas Neustifter | OptimalEdgeProfiling: Creation of profiles. |
tree | commitdiff |
2009-09-01 |
Ted Kremenek | Update CMake files. |
tree | commitdiff |
2009-09-01 |
Andreas Neustifter | Preparation for Optimal Edge Profiling: |
tree | commitdiff |
2009-08-29 |
Benjamin Kramer | Inline empty destructor. |
tree | commitdiff |
2009-08-29 |
Bill Wendling | Fix warning about non-virtual destructor. |
tree | commitdiff |
2009-08-28 |
Andreas Neustifter | Preparation for Optimal Edge Profiling: |
tree | commitdiff |
2009-08-23 |
Benjamin Kramer | Kill off more cerr/cout uses and prune includes a bit. |
tree | commitdiff |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
tree | commitdiff |
2009-08-08 |
Daniel Dunbar | More ProfileInfo improvements. |
tree | commitdiff |
2009-07-31 |
Owen Anderson | Move a few more APIs back to 2.5 forms. The only remai... |
tree | commitdiff |
2009-07-30 |
Owen Anderson | Move more code back to 2.5 APIs. |
tree | commitdiff |
2009-07-29 |
Owen Anderson | Move types back to the 2.5 API. |
tree | commitdiff |
2009-07-29 |
Owen Anderson | Move ConstantExpr to 2.5 API. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | More migration to raw_ostream, the water has dried... |
tree | commitdiff |
2009-07-24 |
Owen Anderson | Revert the ConstantInt constructors back to their 2... |
tree | commitdiff |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
tree | commitdiff |
2009-07-15 |
Owen Anderson | Revert yesterday's change by removing the LLVMContext... |
tree | commitdiff |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
tree | commitdiff |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
tree | commitdiff |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
tree | commitdiff |
2009-07-09 |
Owen Anderson | This started as a small change, I swear. Unfortunately... |
tree | commitdiff |
2009-07-08 |
Owen Anderson | Switch GlobalVariable ctors to a sane API, where *eithe... |
tree | commitdiff |
2009-07-08 |
Owen Anderson | Push LLVMContext through GlobalVariables and IRBuilder. |
tree | commitdiff |
next |