2006-03-19 |
Reid Spencer | The library dependency file in flat format. This file... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Reid Spencer | First cut at the Makefile for llvm-config. This initial... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Add a note about the MUL -> FMADD vector bug. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Reid Spencer | Add a -flat option for generating the library dependenc... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Teach cee to propagate through switch statements. ... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | new testcase, contributed by Eric Kidd. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Evan Cheng | Vector undef's |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Evan Cheng | getEnumName() missed v8i8, v4i16, and v2i32 types |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Custom lower SCALAR_TO_VECTOR into lve*x. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Allow SCALAR_TO_VECTOR to be custom lowered. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Add SCALAR_TO_VECTOR support |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | PPC doesn't have SCALAR_TO_VECTOR |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | add support for vector undef |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Evan Cheng | Remind us of exit value substitution |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Evan Cheng | Turning on LSR by default |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Evan Cheng | Remember which tests are hurt by LSR. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | add a new testcase. This insertelement should be a... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Don't bother storing undef elements of BUILD_VECTOR's |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | minor fixes |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | notes |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | improve comments, add a new MVT::getVectorBaseType... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | add another testcase, explicitly check stuff works... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | we don't use lmw/stmw. When we want them they are... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Implement expand of BUILD_VECTOR containing variable... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | fold insertelement(buildvector) -> buildvector if the... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | add two new insert_element tests |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | implement basic support for INSERT_VECTOR_ELT. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | rename these nodes |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Rename ConstantVec -> BUILD_VECTOR and VConstant -... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Rename ConstantVec -> BUILD_VECTOR and VConstant -... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | implement vector.ll:test_undef |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Add three new testcases |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Fix the remaining bugs in the vector expansion rework... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Chris Lattner | update testcases for x86 fastcc changes. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Evan Cheng | - Fixed a bogus if condition. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Chris Lattner | Change the structure of lowering vector stuff. Note... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Chris Lattner | Update comments. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Evan Cheng | Use the generic vector register classes VR64 / VR128... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Evan Cheng | Sort StrideOrder so we can process the smallest strides... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Chris Lattner | Fix miscodegen of V_SET0 in PPC. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Nate Begeman | Fix subfic to match subc by default instead of sub... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Nate Begeman | Add a missing testcase |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Evan Cheng | Darwin should use _setjmp/_longjmp instead of setjmp... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Evan Cheng | Move some pattern fragments to the right files. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Chris Lattner | add a couple enum values |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Chris Lattner | add a couple of enum values |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Evan Cheng | Allow users of iv / stride to be rewritten with express... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Evan Cheng | Add a lsr common loop invariant hoisting test case |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Chris Lattner | new testcase that broke the new f.e. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Reid Spencer | Use the <tt> tag instead of <pre> tag to get code/file... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Chris Lattner | Disable x86 fastcc from passing args in registers |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Reid Spencer | Fix a typo. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Reid Spencer | Fix use of LEVEL. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Reid Spencer | Two fixes: |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Chris Lattner | Parameterize the number of integer arguments to pass... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Evan Cheng | Also fold MOV8r0, MOV16r0, MOV32r0 + store to MOV8mi... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Evan Cheng | Add some missing entries to X86RegisterInfo::foldMemory... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Evan Cheng | - Nuke 16-bit SBB instructions. We'll never use them. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Nate Begeman | Remove BRTWOWAY* |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | remove dead variable |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | add an assert to get a slightly better msg about this... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | Fix a problem fully scalarizing values. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Evan Cheng | A new entry. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Nate Begeman | Notes on how to kill the eeevil brtwoway, and make... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | Strangely, calls clobber call-clobbered vector regs... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | teach the ppc backend how to spill/reload vector regs |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | add callee saved vector regs |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Evan Cheng | Bug fix: condition inverted. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Evan Cheng | For each loop, keep track of all the IV expressions... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Evan Cheng | Added a way for TargetLowering to specify what values... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | in functions that use a lot of callee saved regs, this... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | Add support for copying registers. still needed: spilli... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | Add support for CopyFromReg from vector values. Note... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | Teach CreateRegForValue how to handle vector types. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | set TransformToType correctly for vector types. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | Add markers for the first and last vector value type. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Nate Begeman | Another case we could do better on. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | New testcase, the new CFE compiles this into insertelem... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | Save/restore VRSAVE once per function, not once per... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Jim Laskey | Typo. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | Fix a typo Eric van Riet Paap noticed |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Reid Spencer | Add a RUN: line so this test doesn't fail. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Chris Lattner | add support for the bitconvert node |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Chris Lattner | add support for vector->vector casts |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Chris Lattner | Add a note, this code should be moved to the dag combiner. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Chris Lattner | minor changes so that GCC builtin can be specified... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Chris Lattner | Teach the strip pass to strip type names in addition... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Chris Lattner | allow the GCCBuiltinName field to be optional |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Jim Laskey | Update doc to reflect changes in subprogram and block... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Jim Laskey | Expand subprogram and added block descriptor. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Andrew Lenharth | no heap is happening here |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Andrew Lenharth | better check |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Andrew Lenharth | remove qsort for now |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Evan Cheng | Also requires -mattr=-sse3 |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Andrew Lenharth | allow field sensitivity to be a tunable parameter |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nate Begeman | Update scheduling info for vrsave instruction |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Andrew Lenharth | Handle one offset with growth case seen in povray.... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Andrew Lenharth | improve mem intrinsics and add a few things povray... |
commit | commitdiff | tree | snapshot |
next |