summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* new testcaseChris Lattner2006-10-24
* New testcase that crashes scalarreplChris Lattner2006-10-24
* Update test case.Evan Cheng2006-10-23
* implement STRB and STRHRafael Espindola2006-10-23
* restore these testsAndrew Lenharth2006-10-23
* new testcaseChris Lattner2006-10-23
* Fix test case.Evan Cheng2006-10-23
* Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missedNick Lewycky2006-10-22
* new testcase for PR964Chris Lattner2006-10-22
* AllocaInst can't return a null pointer. Fixes missed optimizationNick Lewycky2006-10-22
* Changed the pattern matching so that it will hopefully work on Linux.Bill Wendling2006-10-20
* Test case forDevang Patel2006-10-20
* new testcase for PR957Chris Lattner2006-10-20
* Testcase for P926Bill Wendling2006-10-19
* It is OK to remove extra cast if operation is EQ/NE even though sourceDevang Patel2006-10-19
* Fix bug in PR454 resolution. Added new test case.Devang Patel2006-10-19
* print common symbolsRafael Espindola2006-10-19
* add blxRafael Espindola2006-10-18
* implement CallingConv::Fast as CallingConv::CRafael Espindola2006-10-18
* new testcaseChris Lattner2006-10-18
* new testcase, miscompilation of llvm with itself.Chris Lattner2006-10-17
* expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREMRafael Espindola2006-10-17
* add FABSS and FABSDRafael Espindola2006-10-17
* cleanup some testsRafael Espindola2006-10-17
* remove extra [] in storesRafael Espindola2006-10-17
* new testcaseChris Lattner2006-10-17
* initial implementation of addressing mode 5Rafael Espindola2006-10-17
* add the immediate to the Offset in eliminateFrameIndexRafael Espindola2006-10-17
* add FSTD and FSTSRafael Espindola2006-10-17
* add fdivs e fdivdRafael Espindola2006-10-16
* expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTSRafael Espindola2006-10-16
* implement LDRB, LDRSB, LDRH and LDRSHRafael Espindola2006-10-16
* implement smull and umullRafael Espindola2006-10-16
* testcase that causes the asmparser to assertChris Lattner2006-10-15
* fix some fp condition codesRafael Espindola2006-10-14
* One cyclic dag a day is good for ya...Evan Cheng2006-10-14
* testcase for recent dag combiner patch. Before the entry bb was:Chris Lattner2006-10-14
* testcase for recent selectiondag patchChris Lattner2006-10-13
* add FNEGS and FNEGDRafael Espindola2006-10-13
* add SBCS and SUBSRafael Espindola2006-10-13
* implement calls to functions that return longRafael Espindola2006-10-13
* implement unordered floating point comparesRafael Espindola2006-10-13
* new testcaseChris Lattner2006-10-12
* Add another cyclic dag test case.Evan Cheng2006-10-12
* Update tests.Evan Cheng2006-10-12
* new testcaseChris Lattner2006-10-11
* add test for mdef in a letChris Lattner2006-10-11
* Explict processor.Jim Laskey2006-10-11
* Make sure combiner alias analysis does it's thing.Jim Laskey2006-10-11
* Test case for the recently fixed FindModifiedNodeSlot bug.Evan Cheng2006-10-11