2010-10-07 |
Devang Patel | Remove LoopIndexSplit pass. It is neither maintained... |
tree | commitdiff |
2010-09-16 |
Owen Anderson | Revert r114097, adding back in the assertion against... |
tree | commitdiff |
2010-09-02 |
Duncan Sands | Reapply commit 112699, speculatively reverted by echris... |
tree | commitdiff |
2010-09-01 |
Eric Christopher | Speculatively revert 112699 and 112702, they seem to... |
tree | commitdiff |
2010-09-01 |
Duncan Sands | If PrototypeValue is erased in the middle of using... |
tree | commitdiff |
2010-08-31 |
Owen Anderson | Rename ValuePropagation to a more descriptive Correlate... |
tree | commitdiff |
2010-08-29 |
Chris Lattner | implement SSAUpdater::RewriteUseAfterInsertions, a... |
tree | commitdiff |
2010-08-28 |
Chris Lattner | remove the ABCD and SSI passes. They don't have any... |
tree | commitdiff |
2010-08-27 |
Owen Anderson | Add a prototype of a new peephole optimizing pass that... |
tree | commitdiff |
2010-08-26 |
Dan Gohman | Reapply r112091 and r111922, support for metadata linki... |
tree | commitdiff |
2010-08-26 |
Dan Gohman | Rewrite ExtractGV, removing a bunch of stuff that didn... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Use MapValue in the Linker instead of having a private... |
tree | commitdiff |
2010-08-14 |
Dan Gohman | Teach SimplifyCFG how to simplify indirectbr instructions. |
tree | commitdiff |
2010-08-06 |
Dan Gohman | Eliminate PromoteMemoryToRegisterID; just use addPreser... |
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-08-03 |
Peter Collingbourne | Add an atomic lowering pass |
tree | commitdiff |
2010-07-31 |
Rafael Espindola | The BlockExtractorPass() constructor was not reading... |
tree | commitdiff |
2010-07-01 |
Devang Patel | Debugging infomration is encoded in llvm IR using metad... |
tree | commitdiff |
2010-06-24 |
Devang Patel | Use ValueMap instead of DenseMap. |
tree | commitdiff |
2010-06-23 |
Devang Patel | Cosmetic change. |
tree | commitdiff |
2010-06-15 |
Benjamin Kramer | simplify-libcalls: fold strstr(a, b) == a -> strncmp... |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Move FindAvailableLoadedValue isSafeToLoadUnconditional... |
tree | commitdiff |
2010-05-07 |
Dan Gohman | Add an LLVM IR version of code sinking. This uses the... |
tree | commitdiff |
2010-05-06 |
Bob Wilson | Fix handling of unreachable blocks in the SSAUpdater... |
tree | commitdiff |
2010-05-04 |
Bob Wilson | Combine the implementations of the core part of the... |
tree | commitdiff |
2010-05-01 |
Chris Lattner | rename InlineInfo.DevirtualizedCalls -> InlinedCalls to |
tree | commitdiff |
2010-04-26 |
Chris Lattner | Fix a problem that lower invoke has with allocas (PR669... |
tree | commitdiff |
2010-04-23 |
Chris Lattner | switch InlineInfo.DevirtualizedCalls's list to be of... |
tree | commitdiff |
2010-04-22 |
Chris Lattner | The inliner was choosing to not consider call sites |
tree | commitdiff |
2010-04-22 |
Chris Lattner | refactor the interface to InlineFunction so that most... |
tree | commitdiff |
2010-04-20 |
Devang Patel | There is no need to install ValueMapper.h header. |
tree | commitdiff |
2010-04-17 |
Bob Wilson | Re-commit my previous SSAUpdater changes. The previous... |
tree | commitdiff |
2010-04-16 |
Chris Lattner | introduce a new CallGraphSCC class, and pass it around |
tree | commitdiff |
2010-04-13 |
Owen Anderson | SCCVN, we hardly knew ye! |
tree | commitdiff |
2010-04-07 |
Eric Christopher | Add support for stpncpy_chk. |
tree | commitdiff |
2010-04-04 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
tree | commitdiff |
2010-04-03 |
Bob Wilson | Revert all my SSAUpdater patches. The PHI placement... |
tree | commitdiff |
2010-04-02 |
Mon P Wang | Revert r100191 since it breaks objc in clang |
tree | commitdiff |
2010-04-02 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
tree | commitdiff |
2010-04-01 |
Bob Wilson | Rewrite another SSAUpdater function to avoid recursion. |
tree | commitdiff |
2010-04-01 |
Bob Wilson | Change another SSAUpdater function to avoid recursion. |
tree | commitdiff |
2010-04-01 |
Bob Wilson | The SSAUpdater should avoid recursive traversals of... |
tree | commitdiff |
2010-03-31 |
Bob Wilson | Rewrite part of the SSAUpdater to be more careful about... |
tree | commitdiff |
2010-03-30 |
Bob Wilson | Revert Mon Ping's change 99928, since it broke all... |
tree | commitdiff |
2010-03-30 |
Mon P Wang | Added support for address spaces and added a isVolatile... |
tree | commitdiff |
2010-03-23 |
Evan Cheng | Add comment. |
tree | commitdiff |
2010-03-23 |
Evan Cheng | Forgot this. |
tree | commitdiff |
2010-03-12 |
Benjamin Kramer | Add a virtual destructor and give vtable a home. |
tree | commitdiff |
2010-03-12 |
Benjamin Kramer | Factor checked library call optimization into a common... |
tree | commitdiff |
2010-03-11 |
Benjamin Kramer | stpcpy is so similar to strcpy, it doesn't deserve... |
tree | commitdiff |
2010-03-11 |
Eric Christopher | Lower stpcpy_chk when possible. |
tree | commitdiff |
2010-03-11 |
Eric Christopher | Add strncpy libcall creator. Use it when it should... |
tree | commitdiff |
2010-03-09 |
Jakob Stoklund Olesen | Try to keep the cached inliner costs around for a bit... |
tree | commitdiff |
2010-03-09 |
Jakob Stoklund Olesen | Revert r98089, it was breaking a clang test. |
tree | commitdiff |
2010-03-09 |
Jakob Stoklund Olesen | Try to keep the cached inliner costs around for a bit... |
tree | commitdiff |
2010-03-05 |
Eric Christopher | Move SimplifyLibCalls's LibCall builders to a separate... |
tree | commitdiff |
2010-02-28 |
Bob Wilson | Revert r97245 which seems to be causing performance... |
tree | commitdiff |
2010-02-26 |
Bob Wilson | Move the EnableFullLoadPRE flag from a separate command... |
tree | commitdiff |
2010-02-26 |
Bob Wilson | Remove unused "NoPRE" parameter in GVN and createGVNPass(). |
tree | commitdiff |
2010-02-16 |
Bob Wilson | Rename SuccessorNumber to GetSuccessorNumber. |
tree | commitdiff |
2010-02-16 |
Bob Wilson | Refactor to share code to find the position of a basic... |
tree | commitdiff |
2010-02-09 |
Eric Christopher | Pull these back out, they're a little too aggressive... |
tree | commitdiff |
2010-02-09 |
Eric Christopher | Add a new pass to do llvm.objsize lowering using SCEV. |
tree | commitdiff |
2010-02-06 |
Jakob Stoklund Olesen | Reintroduce the InlineHint function attribute. |
tree | commitdiff |
2010-02-05 |
Jakob Stoklund Olesen | Teach SimplifyCFG about magic pointer constants. |
tree | commitdiff |
2010-01-30 |
Bob Wilson | Check alignment of loads when deciding whether it is... |
tree | commitdiff |
2010-01-29 |
Bob Wilson | Improve isSafeToLoadUnconditionally to recognize that... |
tree | commitdiff |
2010-01-27 |
Benjamin Kramer | Don't bother with sprintf, just pass the Twine through. |
tree | commitdiff |
2010-01-21 |
Victor Hernandez | DbgInfoIntrinsics no longer appear in an instruction... |
tree | commitdiff |
2010-01-20 |
Jakob Stoklund Olesen | Move per-function inline threshold calculation to a... |
tree | commitdiff |
2010-01-12 |
Chris Lattner | add a helper function. |
tree | commitdiff |
2010-01-05 |
Dan Gohman | Make RecursivelyDeleteTriviallyDeadInstructions, |
tree | commitdiff |
2010-01-05 |
Chris Lattner | convert various IntrinsicInst's to use class instead... |
tree | commitdiff |
2010-01-05 |
Devang Patel | Remove dead debug info intrinsics. |
tree | commitdiff |
2010-01-02 |
Chris Lattner | remove the random sampling framework, which is not... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | comment fix: weakvh -> tracking vh |
tree | commitdiff |
2009-12-18 |
Dan Gohman | Eliminate unnecessary LLVMContexts. |
tree | commitdiff |
2009-11-23 |
Nick Lewycky | Pull LLVMContext out of PromoteMemToReg. |
tree | commitdiff |
2009-11-19 |
Jim Grosbach | Make EliminateDuplicatePHINodes() available as a utilit... |
tree | commitdiff |
2009-11-14 |
Dan Gohman | Add an option for running GVN with redundant load proce... |
tree | commitdiff |
2009-11-11 |
Chris Lattner | remove the now dead condprop pass, PR3906. |
tree | commitdiff |
2009-11-10 |
Devang Patel | Implement support to debug inlined functions. |
tree | commitdiff |
2009-11-10 |
Chris Lattner | move some generally useful functions out of jump threading |
tree | commitdiff |
2009-11-10 |
Chris Lattner | refactor TryToSimplifyUncondBranchFromEmptyBlock out... |
tree | commitdiff |
2009-11-05 |
Douglas Gregor | Make a few more LLVM headers parsable as standalone... |
tree | commitdiff |
2009-11-01 |
Duncan Sands | Improve the other instance of the comment. |
tree | commitdiff |
2009-10-31 |
Chris Lattner | update the comment above llvm::SplitCriticalEdge, and... |
tree | commitdiff |
2009-10-31 |
Dan Gohman | Revert r85667. LoopUnroll currently can't call utility... |
tree | commitdiff |
2009-10-31 |
Dan Gohman | Merge the enhancements from LoopUnroll's FoldBlockIntoP... |
tree | commitdiff |
2009-10-31 |
Dan Gohman | Remove CodeGenLICM. It's largely obsoleted by MachineLI... |
tree | commitdiff |
2009-10-30 |
Evan Cheng | Add option to createGVNPass to disable PRE. |
tree | commitdiff |
2009-10-28 |
Nick Lewycky | Add ABCD, a generalized implementation of the Eliminati... |
tree | commitdiff |
2009-10-26 |
Owen Anderson | Forgot to commit these. |
tree | commitdiff |
2009-10-26 |
Victor Hernandez | Remove FreeInst. |
tree | commitdiff |
2009-10-26 |
Dan Gohman | Check in the experimental GEP splitter pass. This pass... |
tree | commitdiff |
2009-10-24 |
Dan Gohman | MapValue doesn't needs its LLVMContext argument. |
tree | commitdiff |
2009-10-24 |
Dan Gohman | Add an explicit keyword. |
tree | commitdiff |
2009-10-24 |
Victor Hernandez | Auto-upgrade free instructions to calls to the builtin... |
tree | commitdiff |
next |