Age | Commit message (Expand) | Author |
2011-01-29 | Implementation of path profiling. | Andrew Trick |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-10-07 | Add initialization routines for Instrumentation. | Owen Anderson |
2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer |
2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-06-28 | use setArgOperand | Gabor Greif |
2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
2010-01-20 | simplify this code. | Chris Lattner |
2010-01-05 | Move remaining stuff to the isInteger predicate. | Benjamin Kramer |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2010-01-02 | remove the random sampling framework, which is not maintained anymore. | Chris Lattner |
2009-12-02 | Cheap, mostly strict, stable sorting. | Andreas Neustifter |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands |
2009-09-27 | Instruction::clone does not need to take an LLVMContext&. Remove that and | Nick Lewycky |
2009-09-16 | Reapplied r81355 with the problems fixed. | Andreas Neustifter |
2009-09-09 | revert r81335, which breaks the build. | Chris Lattner |
2009-09-09 | Updated ProfileInfo to have clean seperation between different sentinels. | Andreas Neustifter |
2009-09-04 | Converted MaximumSpanningTree algorithm to a generic template, this could go | Andreas Neustifter |
2009-09-03 | Code Cleanup. | Andreas Neustifter |
2009-09-02 | Sort edges in MaximumSpanningTree more stable in case of equal weight. | Andreas Neustifter |
2009-09-02 | Changed set of BlocksToInstrument to set of InsertedBlocks that do not have to | Andreas Neustifter |
2009-09-02 | Code cleanups and added comments. | Andreas Neustifter |
2009-09-01 | OptimalEdgeProfiling: Creation of profiles. | Andreas Neustifter |
2009-09-01 | Update CMake files. | Ted Kremenek |
2009-09-01 | Preparation for Optimal Edge Profiling: | Andreas Neustifter |
2009-08-29 | Inline empty destructor. | Benjamin Kramer |
2009-08-29 | Fix warning about non-virtual destructor. | Bill Wendling |
2009-08-28 | Preparation for Optimal Edge Profiling: | Andreas Neustifter |
2009-08-23 | Kill off more cerr/cout uses and prune includes a bit. | Benjamin Kramer |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-08 | More ProfileInfo improvements. | Daniel Dunbar |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |