| Commit message (Expand) | Author | Age | Files | Lines |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -1/+0 |
* | Introduce "expect" intrinsic instructions. | Jakub Staszak | 2011-07-06 | 1 | -0/+1 |
* | The ARC language-specific optimizer. Credit to Dan Gohman. | John McCall | 2011-06-15 | 1 | -0/+4 |
* | Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2 | Bill Wendling | 2011-05-17 | 1 | -1/+1 |
* | Add independent controls for whether GCOV profiling should emit .gcno files or | Nick Lewycky | 2011-04-21 | 1 | -1/+1 |
* | Rename LineProfiling to GCOVProfiling to more accurately represent what it | Nick Lewycky | 2011-04-16 | 1 | -1/+1 |
* | Add support for line profiling. Very work-in-progress. | Nick Lewycky | 2011-04-12 | 1 | -0/+1 |
* | remove the StructRetPromotion pass. It is unused, not maintained and | Chris Lattner | 2011-04-11 | 1 | -1/+0 |
* | remove postdom frontiers, because it is dead. Forward dom frontiers are | Chris Lattner | 2011-04-05 | 1 | -1/+0 |
* | Delete the GEPSplitter experiment. | Dan Gohman | 2011-02-28 | 1 | -1/+0 |
* | Delete the SimplifyHalfPowrLibCalls pass, which was unused, and | Dan Gohman | 2011-02-28 | 1 | -1/+0 |
* | Delete the LiveValues pass. I won't get get back to the project it | Dan Gohman | 2011-02-28 | 1 | -1/+0 |
* | Implementation of path profiling. | Andrew Trick | 2011-01-29 | 1 | -1/+4 |
* | remove the partial specialization pass. It is unmaintained and has bugs. | Chris Lattner | 2011-01-16 | 1 | -1/+0 |
* | sketch out a new early cse pass. No functionality yet. | Chris Lattner | 2011-01-02 | 1 | -0/+1 |
* | Start of a pass for recognizing memset and memcpy idioms. | Chris Lattner | 2010-12-26 | 1 | -0/+1 |
* | Add a new convenience pass for testing InstructionSimplify. Previously | Duncan Sands | 2010-12-20 | 1 | -0/+1 |
* | Reference RegionPass to stop it being eliminated. | Tobias Grosser | 2010-10-25 | 1 | -0/+3 |
* | Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. | Dan Gohman | 2010-10-18 | 1 | -1/+1 |
* | Remove LoopIndexSplit pass. It is neither maintained nor used by anyone. | Devang Patel | 2010-10-07 | 1 | -1/+0 |
* | remove PointerTracking from mainline, Edwin is going to move it out to ClamAV | Chris Lattner | 2010-09-29 | 1 | -2/+0 |
* | Add a pass which prints out all the memdep dependencies. | Dan Gohman | 2010-09-16 | 1 | -0/+1 |
* | Rename ValuePropagation to a more descriptive CorrelatedValuePropagation. | Owen Anderson | 2010-08-31 | 1 | -1/+1 |
* | remove the ABCD and SSI passes. They don't have any clients that | Chris Lattner | 2010-08-28 | 1 | -3/+0 |
* | Add a prototype of a new peephole optimizing pass that uses LazyValue info to... | Owen Anderson | 2010-08-27 | 1 | -0/+1 |
* | Add an atomic lowering pass | Peter Collingbourne | 2010-08-03 | 1 | -0/+1 |
* | Sketch up a preliminary Type-Based Alias Analysis implementation. | Dan Gohman | 2010-08-02 | 1 | -0/+1 |
* | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 1 | -0/+6 |
* | Debugging infomration is encoded in llvm IR using metadata. This is designed | Devang Patel | 2010-07-01 | 1 | -0/+1 |
* | Add a simple module-level debug info printer. It just sets up a | Dan Gohman | 2010-05-07 | 1 | -0/+1 |
* | Add an LLVM IR version of code sinking. This uses the same simple algorithm | Dan Gohman | 2010-05-07 | 1 | -0/+1 |
* | SCCVN, we hardly knew ye! | Owen Anderson | 2010-04-13 | 1 | -1/+0 |
* | Add a -lint pass which checks for common sources of undefined or likely | Dan Gohman | 2010-04-08 | 1 | -0/+2 |
* | remove anders-aa from mainline, it isn't maintained and is | Chris Lattner | 2010-03-01 | 1 | -1/+0 |
* | Pull these back out, they're a little too aggressive and time | Eric Christopher | 2010-02-09 | 1 | -1/+0 |
* | Add a new pass to do llvm.objsize lowering using SCEV. | Eric Christopher | 2010-02-09 | 1 | -0/+1 |
* | remove the random sampling framework, which is not maintained anymore. | Chris Lattner | 2010-01-02 | 1 | -4/+0 |
* | remove the now dead condprop pass, PR3906. | Chris Lattner | 2009-11-11 | 1 | -1/+0 |
* | Stub out a new lazy value info pass, which will eventually | Chris Lattner | 2009-11-11 | 1 | -0/+1 |
* | Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability | Dan Gohman | 2009-10-31 | 1 | -1/+0 |
* | Add ABCD, a generalized implementation of the Elimination of Array Bounds | Nick Lewycky | 2009-10-28 | 1 | -0/+1 |
* | Forgot to commit these. | Owen Anderson | 2009-10-26 | 1 | -0/+1 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -1/+0 |
* | Check in the experimental GEP splitter pass. This pass splits complex | Dan Gohman | 2009-10-26 | 1 | -0/+1 |
* | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 2009-10-24 | 1 | -1/+0 |
* | remove the IndMemRemPass, which only made sense for when malloc/free were int... | Chris Lattner | 2009-10-18 | 1 | -1/+0 |
* | add function passes for printing various dominator datastructures | Chris Lattner | 2009-10-18 | 1 | -0/+9 |
* | remove LoopVR pass. According to Nick: | Chris Lattner | 2009-10-08 | 1 | -2/+0 |
* | remove predicate simplifier, it never got the last bugs beaten | Chris Lattner | 2009-10-06 | 1 | -1/+0 |
* | remove the GVNPRE pass. It has been subsumed by the GVN pass. | Chris Lattner | 2009-10-01 | 1 | -1/+0 |