2009-11-27 |
Chris Lattner | This testcase is actually only partially redundant... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | fix PR5436 by making the 'simple' case of SRoA not... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Duncan Sands | While this test is testing a problem in the generic... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Duncan Sands | Vector types are no longer required to have a power... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Duncan Sands | These code generator limitations have been removed. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | add comment. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | reduce nesting, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | limit the recursion depth of GetLinearExpression. ... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | teach GVN's load PRE to insert computations of the... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | add some tests for memdep phi translation + PRE. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | this test is failing, and is expected to. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | Fix phi translation in load PRE to agree with the phi |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | redisable this, my bootstrap worked because it wasn... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | try again. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | this is causing buildbot failures, disable for now. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | this (and probably several others) are now done. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | teach phi translation of GEPs to simplify geps like... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | factor some instcombine simplifications for getelementp... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | teach memdep to do trivial PHI translation of GEPs... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Teach memdep to phi translate bitcasts. This allows... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Nick Lewycky | Fix typo spotted by Gabor Greif. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | factor some code out into some helper functions. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Nick Lewycky | Clean up file, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Add a hack for PR5601, a crash on obsolete syntax that... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | fix crash on Transforms/InstCombine/intrinsics.ll intro... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Fix PR5471 by removing an instcombine xform. Some... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | implement a bunch of xforms for overflow intrinsics... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Bob Wilson | Rename new TailDuplicationPass to avoid name conflict... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | @test9 is a testcase for r89958. Before 89958, we... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Implement PR1143 (at -m64) by making basicaa look throu... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | fix two transposed lines duncan caught and add an expla... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | this todo is resolved. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | move DecomposeGEPExpression out into ValueTracking.cpp |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | teach GetLinearExpression to be a bit more aggressive. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | resolve a fixme. I haven't figured out how to write... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | update status of this. basicaa is much improved now, |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Teach basicaa that x|c == x+c when the c bits of x... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | teach basicaa that A[i] != A[i+1]. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Change the other half of aliasGEP (which handles GEP... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | add a new random feature test |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Generalize DecomposeGEPExpression to exactly handle... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Implement a new DecomposeGEPExpression method, which... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Use GEPOperator more pervasively to simplify code. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | update some notes slightly |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | remove some redundant braces |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Evan Cheng | Test for 89905. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Evan Cheng | When all defs of a vr are implicit_def, delete all... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Bob Wilson | Split tail duplication into a separate pass. This... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Dale Johannesen | Test for llvm-gcc checkin 89898. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Devang Patel | Update to reflect recent debugging information encoding... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Viktor Kutuzov | Rollback changes r89516: Added two SubtargetFeatures... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Evan Cheng | ProcessImplicitDefs should watch out for invalidated... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Bob Wilson | Tail duplicate indirect branches for PowerPC, too. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Benjamin Kramer | Avoid some possibly unsafe uses of StringRef::data(). |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Devang Patel | Use StringRef (again) in DebugInfo interface. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Bob Wilson | Based on the testcase for pr3120, running on my MacPro... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Bruno Cardoso... | Support PIC loading of constant pool entries |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Edward O'Callaghan | Adjust comments to new semantics. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Sketch structure for X86 disassembler. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Edward O'Callaghan | API change Path::isSpecialFile to Path::isRegularFile... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Perform explicit instantiations in the proper namespace... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Edward O'Callaghan | Reverting patch in revision 89758, initial attempt... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Add the rest of the build system logic for optional... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Regenerate configure |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Add CMake and configure logic to create llvm/Config... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Sketch TableGen disassembler emitter, based on patch... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Bruno Cardoso... | Use endianess dependent offsets for load/store of doubl... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Dale Johannesen | Fix compiler warnings. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Bruno Cardoso... | Only include in the callee saved regs the sub registers... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Bruno Cardoso... | Add proper emission of load/store double to stack slots... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Devang Patel | Revert r89803. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Bob Wilson | Refactor target hook for tail duplication as requested... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Dale Johannesen | Do not store R31 into the caller's link area on PPC. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Devang Patel | Enable debug info for ppc-darwin. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Devang Patel | Use StringRef instead of std::string in DIEString. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Devang Patel | Remove DebugLabelFolder pass. It is not used by dwarf... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Devang Patel | Swith to pubtypes section before emitting pub types. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Daniel Dunbar | Remove bogus error handling code. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Edward O'Callaghan | Fix comments as pre-post review for rev.89765. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Edward O'Callaghan | Provide Path::isSpecialFile interface for PR5568. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Edward O'Callaghan | Fix for PR5373, Credit to Jakub Staszak. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Evan Cheng | Enable predication of NEON instructions in Thumb2 mode. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Jeffrey Yasskin | Oops. Re-disable JITTest.NoStubs on ARM and PPC since... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Dan Gohman | Delete some dead and non-obvious code. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Devang Patel | Emit pubtypes. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Dale Johannesen | Make capitalization of names starting "is" more consistent. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Evan Cheng | Data type suffix must come after predicate. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
David Goodwin | <rdar://problem/6721894>. Allow multiple registers... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Anton Korobeynikov | Materialize global addresses via movt/movw pair, this... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Jim Grosbach | 80 column violations |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Jeffrey Yasskin | * Move stub allocation inside the JITEmitter, instead... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Jim Grosbach | enable iv-users simplification by default |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Dan Gohman | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Jeffrey Yasskin | Allow more than one stub to be being generated at the... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Evan Cheng | Massive refactoring of NEON instructions. Separate... |
commit | commitdiff | tree | snapshot |
next |