Age | Commit message (Expand) | Author |
2007-04-15 | Remove ImmediateDominator analysis. The same information can be obtained fro... | Owen Anderson |
2007-04-15 | fix SimplifyLibCalls/IsDigit.ll | Chris Lattner |
2007-04-15 | Extend store merging to support the 'if/then' version in addition to if/then/... | Chris Lattner |
2007-04-15 | refactor some code, no functionality change. | Chris Lattner |
2007-04-14 | Fix some unsafe code. Also, tabs -> spaces. | Owen Anderson |
2007-04-14 | Make ETForest depend on DomTree rather than IDom. This is the first step | Owen Anderson |
2007-04-14 | fix long lines | Chris Lattner |
2007-04-14 | add a note | Chris Lattner |
2007-04-14 | Implement Transforms/InstCombine/vec_extract_elt.ll, transforming: | Chris Lattner |
2007-04-14 | Implement InstCombine/vec_demanded_elts.ll:test2. This allows us to turn | Chris Lattner |
2007-04-14 | avoid copying sets and vectors around. | Chris Lattner |
2007-04-14 | Fix PR1329. | Jeff Cohen |
2007-04-14 | disable switch lowering using shift/and. It still breaks ppc bootstrap for | Chris Lattner |
2007-04-14 | avoid iterator invalidation. | Chris Lattner |
2007-04-14 | An even better fix. | Jeff Cohen |
2007-04-14 | Fix recent regression that broke several llvm-tests. | Jeff Cohen |
2007-04-14 | Fix PR1325: Case range optimization was performed in the case it | Anton Korobeynikov |
2007-04-14 | disable shift/and lowering to work around PR1325 for now. | Chris Lattner |
2007-04-14 | Implement a few missing xforms: printf("foo\n") -> puts. printf("x") -> putchar | Chris Lattner |
2007-04-14 | in addition to merging, constantmerge should also delete trivially dead globals, | Chris Lattner |
2007-04-14 | Implement PR1201 and test/Transforms/InstCombine/malloc-free-delete.ll | Chris Lattner |
2007-04-14 | use an accessor to simplify code. | Chris Lattner |
2007-04-14 | add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method. | Chris Lattner |
2007-04-14 | We want the number of bits needed, not the power of 2. | Reid Spencer |
2007-04-13 | Silence VC++ warning. | Jeff Cohen |
2007-04-13 | Now that codegen prepare isn't defeating me, I can finally fix what I set | Chris Lattner |
2007-04-13 | Completely rewrite addressing-mode related sinking of code. In particular, | Chris Lattner |
2007-04-13 | Implement a getBitsNeeded method to determine how many bits are needed to | Reid Spencer |
2007-04-13 | Remove use of SlowOperationInformer. | Devang Patel |
2007-04-13 | Undo previous check-in. | Devang Patel |
2007-04-13 | Hello uses LLVMSupport.a (SlowerOperationInformer) | Devang Patel |
2007-04-13 | Fix PR1323 : we haven't updated phi nodes in good manner :) | Anton Korobeynikov |
2007-04-13 | arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes. | Chris Lattner |
2007-04-13 | Make the apint construction more effective. | Zhou Sheng |
2007-04-13 | CSE simple binary expressions when they are inserted. This makes LSR produce | Chris Lattner |
2007-04-12 | Implement review feedback .. don't double search a set. | Reid Spencer |
2007-04-12 | Make sure intrinsics that are lowered to functions make the function weak | Reid Spencer |
2007-04-12 | Provide support for intrinsics that lower themselves to a function body. | Reid Spencer |
2007-04-12 | Implement Thread Local Storage (TLS) in CBackend. | Lauro Ramos Venancio |
2007-04-12 | Implement the "thread_local" keyword. | Lauro Ramos Venancio |
2007-04-12 | Fix bugs in generated code for part_select and part_set so that llc doesn't | Reid Spencer |
2007-04-12 | Fix a bug in PartSet. The replacement value needs to be zext or trunc to | Reid Spencer |
2007-04-12 | the result of an inline asm copy can be an arbitrary VT that the register | Chris Lattner |
2007-04-12 | fold noop vbitconvert instructions | Chris Lattner |
2007-04-12 | Fix weirdness handling single element vectors. | Chris Lattner |
2007-04-12 | Fix mmx paddq, add support for the 'y' register class, though it isn't tested. | Chris Lattner |
2007-04-12 | For PR1284: | Reid Spencer |
2007-04-12 | improve the patch for PR1318 to also support grouped options with custom | Chris Lattner |
2007-04-11 | Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll | Chris Lattner |
2007-04-11 | Build Hello by default so it can be used in test cases. | Reid Spencer |