2007-01-06 |
Reid Spencer | Test case for PR1082, an llvm-upgrade bug. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Reid Spencer | Add an option for getting the C compiler flags, --cflags. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Chris Lattner | this final call to canLosslesslyBitCastTo is dead,... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Chris Lattner | simplify some more code now that there are not multiple... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Chris Lattner | eliminate some uses of canLosslesslyBitCastTo, this... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Chris Lattner | no need to worry about int vs uint any more. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Chris Lattner | new note |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Reid Spencer | Regenerate |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Reid Spencer | Test Case for PR1080. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Reid Spencer | For PR1080: |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Evan Cheng | setSetCCIsExpensive is gone. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Evan Cheng | Expand fcopysign to the bitwise sequence if select... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Evan Cheng | - Remove isSetCCExpensive() etc. These are no longer... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Devang Patel | 1) Remove old AnalysisResolver. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Fix dependencies. The lexer depends on the grammar... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Evan Cheng | Update test case. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | For PR1077: |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | For PR1077: |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Evan Cheng | - FCOPYSIGN custom lowering bug. Clear the sign bit... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Add an example to the trunc instruction to clarify... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Evan Cheng | Bug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Evan Cheng | CopyToReg source operand can be a register as well... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Devang Patel | Remove PassManagerT.h |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Devang Patel | Remove old pass manager. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | This test case needs parameter attributes, manually... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Global variables are not renamed by llvm-upgrade any... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Update for change in parameter attribute syntax. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Update for change in parameter attributes syntax. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Wrap long RUN: line. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Globals are not renamed any more. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | This test case needs zext and sext attributes so manual... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Changes to parameter attribute syntax. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Changes to parameter attributes syntax. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Globals are not being renamed any more. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | This test case has been translated to 2.0 assembly... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Fix this to check for the correct error message. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | This tests for something that will become illegal soon... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Beef up this test case a little by introducing a global... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Make this test that we can drop the implementation... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Fix the test case for the change in parameter attribute... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | For PR1077: |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | For PR1077: |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Reid Spencer | Regenerate |
commit | commitdiff | tree | snapshot |
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 |
next |