aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix some bugs handling vectors, avoid host-specific handling of undefined shi...Chris Lattner2007-01-041-5/+15
* Add a new ConstantPacked::getAllOnesValue methodChris Lattner2007-01-042-0/+17
* Enable new pass manager, which was accidentally disabled.Devang Patel2007-01-041-1/+2
* Add a test to ensure that we can assembly comparisons of packed values.Reid Spencer2007-01-041-0/+57
* Regenerate.Reid Spencer2007-01-042-155/+149
* Permit icmp and fcmp to have packed operands.Reid Spencer2007-01-041-5/+2
* Test @zext and @sext fully as well as testing the "short" call syntax.Reid Spencer2007-01-041-3/+5
* Add a test case to test parameter attributes feature.Reid Spencer2007-01-031-0/+18
* Update test cases that grepped for register names that have now changedReid Spencer2007-01-037-15/+24