- 8a53688 new testcase for PR957 by Chris Lattner · 18 years ago
- e617474 Testcase for P926 by Bill Wendling · 18 years ago
- 002e499 It is OK to remove extra cast if operation is EQ/NE even though source by Devang Patel · 18 years ago
- 6ce890b Fix bug in PR454 resolution. Added new test case. by Devang Patel · 18 years ago
- b97809c print common symbols by Rafael Espindola · 18 years ago
- 71d94d8 add blx by Rafael Espindola · 18 years ago
- 5f1b698 implement CallingConv::Fast as CallingConv::C by Rafael Espindola · 18 years ago
- 9935dd9 new testcase by Chris Lattner · 18 years ago
- 158cf5e new testcase, miscompilation of llvm with itself. by Chris Lattner · 18 years ago
- 226f8bc expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM by Rafael Espindola · 18 years ago
- c01c87c add FABSS and FABSD by Rafael Espindola · 18 years ago
- 278dbaa cleanup some tests by Rafael Espindola · 18 years ago
- 3f3a6f6 remove extra [] in stores by Rafael Espindola · 18 years ago
- 065a13f new testcase by Chris Lattner · 18 years ago
- 32bd5f4 initial implementation of addressing mode 5 by Rafael Espindola · 18 years ago
- 0d479ec add the immediate to the Offset in eliminateFrameIndex by Rafael Espindola · 18 years ago
- f621abc add FSTD and FSTS by Rafael Espindola · 18 years ago
- a605be6 add fdivs e fdivd by Rafael Espindola · 18 years ago
- 0505be0 expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS by Rafael Espindola · 18 years ago
- 82c678b implement LDRB, LDRSB, LDRH and LDRSH by Rafael Espindola · 18 years ago
- bec2e38 implement smull and umull by Rafael Espindola · 18 years ago
- 1d4b6bf testcase that causes the asmparser to assert by Chris Lattner · 18 years ago
- 6c5ae3e fix some fp condition codes use non trapping comparison instructions by Rafael Espindola · 18 years ago
- f6774c7 One cyclic dag a day is good for ya... by Evan Cheng · 18 years ago
- 4c1984d testcase for recent dag combiner patch. Before the entry bb was: by Chris Lattner · 18 years ago
- 7829887 testcase for recent selectiondag patch by Chris Lattner · 18 years ago
- 33d06bc add FNEGS and FNEGD by Rafael Espindola · 18 years ago
- 5395538 add SBCS and SUBS by Rafael Espindola · 18 years ago
- 26a76d1 implement calls to functions that return long by Rafael Espindola · 18 years ago
- 42b62f3 implement unordered floating point compares by Rafael Espindola · 18 years ago
- 871a87d new testcase by Chris Lattner · 18 years ago
- f6f1f4e Add another cyclic dag test case. by Evan Cheng · 18 years ago
- 32159c1 Update tests. by Evan Cheng · 18 years ago
- ffe945e new testcase by Chris Lattner · 18 years ago
- f187bab add test for mdef in a let by Chris Lattner · 18 years ago
- 98dd175 Explict processor. by Jim Laskey · 18 years ago
- 5aec0b0 Make sure combiner alias analysis does it's thing. by Jim Laskey · 18 years ago
- 27b1bb9 Test case for the recently fixed FindModifiedNodeSlot bug. by Evan Cheng · 18 years ago
- 3d2da9a new testcase, this should turn into zap by Chris Lattner · 18 years ago
- 82c3d8f Jimptables working again on alpha. by Andrew Lenharth · 18 years ago
- 2f239b9 Both of these functions should turn into cmpbge instructions, even though by Chris Lattner · 18 years ago
- 67afa13 new testcase for zap generation, from the alpha readme by Chris Lattner · 18 years ago
- 493a7fc uint <-> double conversion by Rafael Espindola · 18 years ago
- 667c349 add fp sub by Rafael Espindola · 18 years ago
- b47e1d0 add double <-> int conversion by Rafael Espindola · 18 years ago
- 0d9fe76 compare doubles by Rafael Espindola · 18 years ago
- fb6abd7 add some tests for floating point compare by Rafael Espindola · 18 years ago
- ccc4870 Add test case from PR940. by Evan Cheng · 18 years ago
- 25fa831 shufps with load folding is better than movaps; movsd. by Evan Cheng · 18 years ago
- ff7e63c add some tests for floating point arithmetic by Rafael Espindola · 18 years ago
- 2dc0f2b add float -> double and double -> float conversion by Rafael Espindola · 18 years ago
- d68d2c3 xfail this until andrew has a chance to implement the alpha TM method. by Chris Lattner · 18 years ago
- 2d8680a add a test for adds adcs by Rafael Espindola · 18 years ago
- eab5bd3 new testcase for PR892 by Chris Lattner · 18 years ago
- fc1dfd4 new testcase for SROA for stuff like "union { int*, float* }". by Chris Lattner · 18 years ago
- 5dfb6c7 new testcase we miscompile by Chris Lattner · 18 years ago
- e5bbd6d implement FUITOS and FUITOD by Rafael Espindola · 18 years ago
- 5aca927 implement FLDD by Rafael Espindola · 18 years ago
- 614057b add support for calling functions that return double by Rafael Espindola · 18 years ago
- af1dabe fix some bugs affecting functions with no arguments by Rafael Espindola · 18 years ago
- 4a408d4 add support for calling functions that have double arguments by Rafael Espindola · 18 years ago
- a284584 implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMENTS and LowerCALL by Rafael Espindola · 18 years ago
- ce0420e new testcase by Chris Lattner · 18 years ago
- 666ad1f Check that jump tables wind up in the rodata section by Andrew Lenharth · 18 years ago
- 460b8bd Verify that jump tables are emitted to the same section as the function is, by Chris Lattner · 18 years ago
- af9f497 pattern match min/max nodes by Chris Lattner · 18 years ago
- cd71da5 Implement floating point constants by Rafael Espindola · 18 years ago
- d12245a testcase for PR933 by Chris Lattner · 18 years ago
- 5c8c5d9 Move break-crit-edges before the predicate simplifier. Allows us to by Nick Lewycky · 18 years ago
- 2d4f13e New testcase for PR932 by Chris Lattner · 18 years ago
- 9e071f0 fix the names of the 64bit fp register by Rafael Espindola · 18 years ago
- b363312 New testcase by Chris Lattner · 18 years ago
- 537cf96 new testcase, malloc should be promoted to [2 x double]. by Chris Lattner · 18 years ago
- 2718519 add floating point registers implement SINT_TO_FP by Rafael Espindola · 18 years ago
- b010d64 Adjust this to the wonky syntax that GCC expects. by Chris Lattner · 18 years ago
- d9ae848 Use the -emit-llvm switch to generate LLVM assembly that can be parsed by Reid Spencer · 18 years ago
- 8a4d430 Add a test case for PR902. by Reid Spencer · 18 years ago
- f120bec new testcase by Chris Lattner · 18 years ago
- 2a0b2b2 Testcase for PR924 by Chris Lattner · 18 years ago
- b05969e Make sure C++ protection shows up in debug info by Jim Laskey · 18 years ago
- 6432bf8 Add http://llvm.org/bugs/show_bug.cgi?id=923 test case. by Devang Patel · 18 years ago
- 6961329 test that the no_dead_strip directive is emitted on darwin-x86 by Chris Lattner · 18 years ago
- a47c2e4 Regression test for PR#922. by John Criswell · 18 years ago
- 758f89c Fix by Andrew Lenharth · 18 years ago
- b08659d basic jump table test by Andrew Lenharth · 18 years ago
- 17cdf7b Use "%llvmgxx" instead of "llvm-g++". by Bill Wendling · 18 years ago
- 62929eb Testcase for better rotate left and mask support by Nate Begeman · 18 years ago
- f30e0ee Regression testcase for PR855. by Bill Wendling · 18 years ago
- ebdabda more condition codes by Rafael Espindola · 18 years ago
- 7246d33 if a constant can't be an immediate, add it to the constant pool by Rafael Espindola · 18 years ago
- 7ffc328 new testcase by Chris Lattner · 18 years ago
- af2f1fe Once we're down to "setcc type constant1, constant2", at least come up by Nick Lewycky · 18 years ago
- 406fc0c Use a total ordering to compare instructions. Fixes infinite loop in resolve(). by Nick Lewycky · 18 years ago
- 0ddae49 catch another constant by Andrew Lenharth · 18 years ago
- 72475c0 new testcase by Chris Lattner · 18 years ago
- e454200 Inspired by the linux kernel, the more we keep adds in the pointer realm, the better pointer analysis works. by Andrew Lenharth · 18 years ago
- 71f3b94 Implement a MachineFunctionPass to fix the mul instruction by Rafael Espindola · 18 years ago
- d0b9983 number test right by Chris Lattner · 18 years ago
- 298c7e3 make this harder by Chris Lattner · 18 years ago
- 935a10d new testcases by Chris Lattner · 18 years ago