2007-01-05 |
Reid Spencer | Adjust to new header file name. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Major update of llvm-upgrade: |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Change the syntax for parameter attributes: |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Give the assembler some input. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Evan Cheng | Typo |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Evan Cheng | Add a test case for SSE fcopysign using SSE bitwise... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Evan Cheng | With SSE2, expand FCOPYSIGN to a series of SSE bitwise... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Chris Lattner | Implement InstCombine/vec_shuffle.ll:%test7, simplifyin... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Chris Lattner | new test |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Chris Lattner | manually upgrade this testcase |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Chris Lattner | fold things like a^b != c^a -> b != c. This implements... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Chris Lattner | llvm upgrade doesn't accept 'define' |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Chris Lattner | Compile X + ~X to -1. This implements Instcombine... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Evan Cheng | GEP subscript is interpreted as a signed value. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Correct the documentation for function declarations... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | add missing flags |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | Fix broken links, reported by Baptiste Lepilleur |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Evan Cheng | Expand fcopysign to a series of bitwise of operations... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | If we hit a parse error, emit something bad to the... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | Document this tool as experimental and list its deficie... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | remove the 'protected' workaround now that we don't... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | remove xfailed test that depends on obsolete argument... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | Remove a manual renaming of a variable that was introdu... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | Clean up usage of "unsigned" and "signed" in the docume... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Lauro Ramos... | Add test for constructor and destructor sections. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Lauro Ramos... | Add extload(i1) test. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Lauro Ramos... | Add test for FCOPYSIGN. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Lauro Ramos... | Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64). |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Bill Wendling | Removed reference to "cnull" because typical users... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | ding dong llvm-gcc3 is dead |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | gcc 4.1.1 on amd64 is broken |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | Death to useless bitcast instructions! |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | Do not allow packed types for icmp and fcmp instructions. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | icmp and fcmp do not take packed type operands. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | XFAIL this test until such time that code gen can handl... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | Disallow packed types in icmp/fcmp instructions. The... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | Now that setcondinst has been eliminated, we can mark... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | Enable a couple xforms for packed vectors (undef |... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | fix some bugs handling vectors, avoid host-specific... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Chris Lattner | Add a new ConstantPacked::getAllOnesValue method |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Devang Patel | Enable new pass manager, which was accidentally disabled. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | Add a test to ensure that we can assembly comparisons... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | Permit icmp and fcmp to have packed operands. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Reid Spencer | Test @zext and @sext fully as well as testing the ... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Add a test case to test parameter attributes feature. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Update test cases that grepped for register names that... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Implement many new type features including upreferences... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Finish implementation of variable renaming to handle... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Bill Wendling | The previous implementation of LLVM Streams wasn't... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Fix a configure warning noticed by Duncan Sands. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Remove the find_rule label from the output of flex... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Chris Lattner | fix testcase. It's not safe to strictly evaluate a... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Chris Lattner | Private labels start with .L on linux, not just . |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Fix a comment that referred to the now defunct ubyte... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Remove two useless bit casts. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | It is no longer permissible to have undefined types... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Fix this test case. It is no longer permissible to... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Legalizer doesn't do an ANY_EXTEND if we don't ask... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Jim Laskey | NULL names should pass validation. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Jim Laskey | Silence warning. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Anton Korobeynikov | Really big cleanup. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Evan Cheng | A bit more debugging printf's. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Restore previous behavior of defaulting to ZEXT. This... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Two changes: |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Clean up from recent changes. Comment the new parameter... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Reid Spencer | Fix this test cases to use parameter attributes for... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Jim Laskey | Vectors are not supported by ConstantInt::getAllOnesValue. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | This test case previously passed the assembler without... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | Implement checking for unresolved types in the argument... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Evan Cheng | Fix naming inconsistency. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Evan Cheng | - Fixing naming inconsistency: calleesave -> calleesaved. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Evan Cheng | Fix naming inconsistency: calleesave -> calleesaved. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Evan Cheng | Add virtual method spillCalleeSaveRegisters() and resto... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | Add a test case for abstract parameter and result types... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Jim Laskey | PR1068 - Unbounded array debug info. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | Permit signed and unsigned integer constants to be... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | For PR1070: |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | For PR1070: |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | Manually upgrade this test case to make sure that the... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | For PR1070: |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | For PR1070: |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | Reverse last patch, committed by accident. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | Fix this test case to be legal. There is no ubyte ... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Reid Spencer | Add some convenience functions for getting the source... |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Reid Spencer | Back out last revision now that llvm-upgrade can remove... |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Reid Spencer | For PR1070: |
commit | commitdiff | tree | snapshot |
next |