aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the test case for the change in parameter attribute syntax. The @ isReid Spencer2007-01-051-6/+6
* For PR1077:Reid Spencer2007-01-053-4/+15
* For PR1077:Reid Spencer2007-01-051-12/+0
* RegenerateReid Spencer2007-01-058-6247/+9419
* Adjust to new header file name.Reid Spencer2007-01-051-1/+1
* Major update of llvm-upgrade:Reid Spencer2007-01-053-238/+534
* Regenerate.Reid Spencer2007-01-053-1170/+1159
* Change the syntax for parameter attributes:Reid Spencer2007-01-054-76/+84
* Give the assembler some input.Reid Spencer2007-01-051-3/+4
* TypoEvan Cheng2007-01-051-1/+1
* Add a test case for SSE fcopysign using SSE bitwise operations.Evan Cheng2007-01-051-0/+18
* With SSE2, expand FCOPYSIGN to a series of SSE bitwise operations.Evan Cheng2007-01-053-8/+93
* Implement InstCombine/vec_shuffle.ll:%test7, simplifying shuffles withChris Lattner2007-01-051-1/+23
* new testChris Lattner2007-01-051-0/+4
* manually upgrade this testcaseChris Lattner2007-01-051-23/+23
* fold things like a^b != c^a -> b != c. This implements InstCombine/xor.ll:te...Chris Lattner2007-01-051-12/+33
* new testcaseChris Lattner2007-01-051-0/+9
* llvm upgrade doesn't accept 'define'Chris Lattner2007-01-051-1/+2
* Compile X + ~X to -1. This implements Instcombine/add.ll:test34Chris Lattner2007-01-051-1/+7
* new testcaseChris Lattner2007-01-051-0/+6
* GEP subscript is interpreted as a signed value.Evan Cheng2007-01-051-1/+1
* Correct the documentation for function declarations. They can have dllimportReid Spencer2007-01-051-2/+4
* add missing flagsChris Lattner2007-01-041-2/+2
* fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling K&R prototypes withChris Lattner2007-01-041-4/+6
* new testcaseChris Lattner2007-01-041-0/+10
* Fix broken links, reported by Baptiste LepilleurChris Lattner2007-01-041-3/+3
* Expand fcopysign to a series of bitwise of operations when it's profitable toEvan Cheng2007-01-041-19/+46
* regenerateChris Lattner2007-01-046-8133/+6026
* If we hit a parse error, emit something bad to the output stream. This ensur...Chris Lattner2007-01-041-0/+2
* Document this tool as experimental and list its deficiencies.Reid Spencer2007-01-041-3/+28
* remove the 'protected' workaround now that we don't care about gcc 2.95 anymore.Chris Lattner2007-01-041-39/+0
* remove xfailed test that depends on obsolete argument to lliChris Lattner2007-01-041-76/+0
* Remove a manual renaming of a variable that was introduced beforeReid Spencer2007-01-041-1/+1
* Clean up usage of "unsigned" and "signed" in the documentation to indicateReid Spencer2007-01-041-20/+21
* Add test for constructor and destructor sections.Lauro Ramos Venancio2007-01-041-0/+16
* Add extload(i1) test.Lauro Ramos Venancio2007-01-041-0/+22
* Add test for FCOPYSIGN.Lauro Ramos Venancio2007-01-041-0/+21
* Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64).Lauro Ramos Venancio2007-01-041-0/+5
* Removed reference to "cnull" because typical users shouldn't need to useBill Wendling2007-01-041-6/+0
* ding dong llvm-gcc3 is deadChris Lattner2007-01-041-74/+2
* gcc 4.1.1 on amd64 is brokenChris Lattner2007-01-041-1/+6
* Death to useless bitcast instructions!Reid Spencer2007-01-041-33/+3
* Do not allow packed types for icmp and fcmp instructions.Reid Spencer2007-01-041-5/+2
* icmp and fcmp do not take packed type operands.Reid Spencer2007-01-041-6/+5
* XFAIL this test until such time that code gen can handle a comparison ofReid Spencer2007-01-041-0/+1
* Regenerate.Reid Spencer2007-01-042-27/+35
* Disallow packed types in icmp/fcmp instructions. The code generator isReid Spencer2007-01-041-0/+4
* Now that setcondinst has been eliminated, we can mark Value::SubclassIDChris Lattner2007-01-043-16/+1
* fix typoChris Lattner2007-01-041-1/+1
* Enable a couple xforms for packed vectors (undef | v) -> -1 for packed.Chris Lattner2007-01-041-8/+9