2007-05-06 |
Nick Lewycky | Fix typo in comment. |
tree | commitdiff |
2007-05-06 |
Chris Lattner | Fix a bug in my previous patch |
tree | commitdiff |
2007-05-05 |
Chris Lattner | Implement Transforms/InstCombine/cast_ptr.ll |
tree | commitdiff |
2007-05-05 |
Chris Lattner | wrap long lines |
tree | commitdiff |
2007-05-05 |
Chris Lattner | Fix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp... |
tree | commitdiff |
2007-05-05 |
Chris Lattner | make a temporary for *SI, no functionality change. |
tree | commitdiff |
2007-05-05 |
Chris Lattner | Fix InstCombine/2007-05-04-Crash.ll and PR1384 |
tree | commitdiff |
2007-05-04 |
Dan Gohman | Use IntrinsicInst to test for prefetch instructions... |
tree | commitdiff |
2007-05-03 |
Dan Gohman | Allow strength reduction to make use of addressing... |
tree | commitdiff |
2007-05-03 |
Devang Patel | Drop 'const' |
tree | commitdiff |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
tree | commitdiff |
2007-05-02 |
Lauro Ramos Venancio | Fix build error. |
tree | commitdiff |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
tree | commitdiff |
2007-04-29 |
Anton Korobeynikov | Implement review feedback |
tree | commitdiff |
2007-04-28 |
Anton Korobeynikov | Implement review feedback. Aliasees can be either Globa... |
tree | commitdiff |
2007-04-28 |
Chris Lattner | fix a bug triggered by 403.gcc |
tree | commitdiff |
2007-04-28 |
Chris Lattner | Fix several latent bugs in EmitGEPOffset that didn... |
tree | commitdiff |
2007-04-28 |
Chris Lattner | uhn zap cvs |
tree | commitdiff |
2007-04-28 |
Chris Lattner | Implement PR1345 and Transforms/InstCombine/bitcast... |
tree | commitdiff |
2007-04-27 |
Chris Lattner | refactor some code relating to pointer cast xforms... |
tree | commitdiff |
2007-04-26 |
Zhou Sheng | Using APInt more efficiently. |
tree | commitdiff |
2007-04-25 |
Devang Patel | Mem2Reg does not need TargetData. |
tree | commitdiff |
2007-04-25 |
Devang Patel | Remove unused function argument. |
tree | commitdiff |
2007-04-25 |
Anton Korobeynikov | Implement aliases. This fixes PR1017 and it's dependent... |
tree | commitdiff |
2007-04-25 |
Chris Lattner | If an alloca only has two types of uses: 1) reads 2... |
tree | commitdiff |
2007-04-25 |
Chris Lattner | refactor the SROA code out into its own method, no... |
tree | commitdiff |
2007-04-25 |
Owen Anderson | Undo my previous changes. Since my approach to this... |
tree | commitdiff |
2007-04-25 |
Devang Patel | Fix |
tree | commitdiff |
2007-04-24 |
Owen Anderson | Rollback some changes that adversely affected performan... |
tree | commitdiff |
2007-04-23 |
Devang Patel | Fix |
tree | commitdiff |
2007-04-21 |
Owen Anderson | Make PredicateSimplifier not use DominatorTree. |
tree | commitdiff |
2007-04-21 |
Owen Anderson | Fix a comment. |
tree | commitdiff |
2007-04-20 |
Jeff Cohen | Comment out usage of write() for now. |
tree | commitdiff |
2007-04-20 |
Devang Patel | Avoid recursion. |
tree | commitdiff |
2007-04-20 |
Owen Anderson | Move more passes to using ETForest instead of Dominator... |
tree | commitdiff |
2007-04-19 |
Zhou Sheng | Make use of ConstantInt::isZero instead of ConstantInt... |
tree | commitdiff |
2007-04-19 |
Zhou Sheng | Make the operations of APInt variables more efficient. |
tree | commitdiff |
2007-04-18 |
Evan Cheng | Revert Owen's last check-in. This is breaking Mac OS... |
tree | commitdiff |
2007-04-18 |
Owen Anderson | Revert changes that caused breakage. |
tree | commitdiff |
2007-04-18 |
Owen Anderson | Switch more uses of DominatorTree over to ETForest. |
tree | commitdiff |
2007-04-18 |
Owen Anderson | Use ETForest instead of DominatorTree. |
tree | commitdiff |
2007-04-18 |
Owen Anderson | Use ETForest instead of DominatorTree. |
tree | commitdiff |
2007-04-18 |
Owen Anderson | Use new ETForest accessor. |
tree | commitdiff |
2007-04-18 |
Owen Anderson | Use ETForest instead of DominatorTree. |
tree | commitdiff |
2007-04-17 |
Dan Gohman | Spell doFinalization right, so that it is a proper... |
tree | commitdiff |
2007-04-17 |
Chris Lattner | remove use of BasicBlock::getNext |
tree | commitdiff |
2007-04-17 |
Chris Lattner | remove use of BasicBlock::getNext |
tree | commitdiff |
2007-04-17 |
Chris Lattner | eliminate use of Instruction::getNext() |
tree | commitdiff |
2007-04-17 |
Chris Lattner | remove use of Instruction::getNext |
tree | commitdiff |
2007-04-16 |
Devang Patel | Fix |
tree | commitdiff |
2007-04-16 |
Anton Korobeynikov | Removed tabs everywhere except autogenerated & external... |
tree | commitdiff |
2007-04-15 |
Chris Lattner | Fix PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll |
tree | commitdiff |
2007-04-15 |
Owen Anderson | Remove ImmediateDominator analysis. The same informati... |
tree | commitdiff |
2007-04-15 |
Chris Lattner | fix SimplifyLibCalls/IsDigit.ll |
tree | commitdiff |
2007-04-15 |
Chris Lattner | Extend store merging to support the 'if/then' version... |
tree | commitdiff |
2007-04-15 |
Chris Lattner | refactor some code, no functionality change. |
tree | commitdiff |
2007-04-14 |
Chris Lattner | fix long lines |
tree | commitdiff |
2007-04-14 |
Chris Lattner | Implement Transforms/InstCombine/vec_extract_elt.ll... |
tree | commitdiff |
2007-04-14 |
Chris Lattner | Implement InstCombine/vec_demanded_elts.ll:test2. ... |
tree | commitdiff |
2007-04-14 |
Chris Lattner | avoid copying sets and vectors around. |
tree | commitdiff |
2007-04-14 |
Chris Lattner | avoid iterator invalidation. |
tree | commitdiff |
2007-04-14 |
Jeff Cohen | An even better fix. |
tree | commitdiff |
2007-04-14 |
Jeff Cohen | Fix recent regression that broke several llvm-tests. |
tree | commitdiff |
2007-04-14 |
Chris Lattner | Implement a few missing xforms: printf("foo\n") ->... |
tree | commitdiff |
2007-04-14 |
Chris Lattner | in addition to merging, constantmerge should also delet... |
tree | commitdiff |
2007-04-14 |
Chris Lattner | Implement PR1201 and test/Transforms/InstCombine/malloc... |
tree | commitdiff |
2007-04-14 |
Chris Lattner | use an accessor to simplify code. |
tree | commitdiff |
2007-04-13 |
Chris Lattner | Now that codegen prepare isn't defeating me, I can... |
tree | commitdiff |
2007-04-13 |
Chris Lattner | Completely rewrite addressing-mode related sinking... |
tree | commitdiff |
2007-04-13 |
Devang Patel | Remove use of SlowOperationInformer. |
tree | commitdiff |
2007-04-13 |
Devang Patel | Undo previous check-in. |
tree | commitdiff |
2007-04-13 |
Devang Patel | Hello uses LLVMSupport.a (SlowerOperationInformer) |
tree | commitdiff |
2007-04-12 |
Lauro Ramos Venancio | Implement the "thread_local" keyword. |
tree | commitdiff |
2007-04-11 |
Reid Spencer | Build Hello by default so it can be used in test cases. |
tree | commitdiff |
2007-04-11 |
Chris Lattner | Fix Transforms/ScalarRepl/union-pointer.ll |
tree | commitdiff |
2007-04-11 |
Chris Lattner | Turn stuff like: |
tree | commitdiff |
2007-04-11 |
Chris Lattner | Simplify some comparisons to arithmetic, this implements: |
tree | commitdiff |
2007-04-11 |
Chris Lattner | canonicalize (x <u 2147483648) -> (x >s -1) and (x... |
tree | commitdiff |
2007-04-11 |
Chris Lattner | fix a miscompilation of: |
tree | commitdiff |
2007-04-11 |
Chris Lattner | fix a regression introduced by my last patch. |
tree | commitdiff |
2007-04-11 |
Chris Lattner | Simplify SROA conversion to integer in some ways, make... |
tree | commitdiff |
2007-04-09 |
Chris Lattner | Strengthen the boundary conditions of this fold, implem... |
tree | commitdiff |
2007-04-09 |
Owen Anderson | Re-constify things that don't break the build. Last... |
tree | commitdiff |
2007-04-09 |
Chris Lattner | eliminate the last uses of some TLI methods. |
tree | commitdiff |
2007-04-09 |
Owen Anderson | Unconst-ify stuff that broke the build. |
tree | commitdiff |
2007-04-09 |
Owen Anderson | Const-ify some parameters, and some cosmetic cleanups... |
tree | commitdiff |
2007-04-09 |
Owen Anderson | Tabs -> Spaces |
tree | commitdiff |
2007-04-09 |
Owen Anderson | Improve some _slow_ behavior introduced in my patches... |
tree | commitdiff |
2007-04-09 |
Chris Lattner | switch LSR to use isLegalAddressingMode instead of... |
tree | commitdiff |
2007-04-09 |
Devang Patel | Check _all_ PHINodes. |
tree | commitdiff |
2007-04-09 |
Devang Patel | Insert new pre-header before new header. Original pre... |
tree | commitdiff |
2007-04-09 |
Devang Patel | Preserve canonical loop form. |
tree | commitdiff |
2007-04-09 |
Reid Spencer | Don't link against System or Support library. These... |
tree | commitdiff |
2007-04-09 |
Devang Patel | Do not create new pre-header. Reuse original pre-header. |
tree | commitdiff |
2007-04-09 |
Devang Patel | Simpler for() loops. |
tree | commitdiff |
2007-04-09 |
Devang Patel | Fix future bug. Of course, Chris spotted this. |
tree | commitdiff |
2007-04-09 |
Devang Patel | More cosmetic changes. |
tree | commitdiff |
2007-04-09 |
Devang Patel | Only cosmetic changes. Zero functionality Change. |
tree | commitdiff |
2007-04-09 |
Chris Lattner | Fix PR1304 and Transforms/InstCombine/2007-04-08-Single... |
tree | commitdiff |
2007-04-09 |
Chris Lattner | Eliminate useless insertelement instructions. This... |
tree | commitdiff |
next |