summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* The transform that tries to turn calls to bitcast functions intoDuncan Sands2008-01-06
* When transforming a call to a bitcast function intoDuncan Sands2008-01-06
* Accept both %y, %x and %x, %y as valid answers.Nick Lewycky2008-01-06
* remove a couple more unsafe xforms in the face of overflow.Chris Lattner2008-01-05
* Testcase with non-integer "bitfields" (in quotes,Duncan Sands2008-01-04
* Testcase for PR1386.Duncan Sands2008-01-04
* Fix PR1896Chris Lattner2008-01-04
* Test for handling of large bit offset from aDuncan Sands2008-01-03
* don't hoist FP additions into unconditional adds + selects. This Chris Lattner2008-01-03
* An example for which the TYPE_SIZE was being set fromDuncan Sands2008-01-03
* Test handling of records for which the fields areDuncan Sands2008-01-03
* fix this to use a valid triple.Chris Lattner2008-01-02
* verify that aligned common support doesn't break.Chris Lattner2008-01-02
* Update this testcase. The output needs to be disabled to pass.Bill Wendling2008-01-01
* Fix PR1833 - eh.exception and eh.selector return twoDuncan Sands2007-12-31
* Another backwards compatibility fix.Gordon Henriksen2007-12-30
* Strengthening this test so it fails in release mode.Gordon Henriksen2007-12-30
* Bindings for instruction calling conventions.Gordon Henriksen2007-12-29
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-29
* One readme entry is done, one is really easy (Evan, want to investigateChris Lattner2007-12-29
* upgrade this testChris Lattner2007-12-29
* Fold comparisons against a constant nan, and optimize ORD/UNORD Chris Lattner2007-12-29
* this xform is implemented.Chris Lattner2007-12-29
* Codegen:Chris Lattner2007-12-29
* avoid going through a stack slot to convert from fpstack to xmm regChris Lattner2007-12-29
* dead calls to llvm.stacksave can be deleted, even though theyChris Lattner2007-12-29
* upgrade this testChris Lattner2007-12-29
* Test -simplifycfg only.Devang Patel2007-12-28
* Add a testcase for my recent InstCombine fix, written by Nicholas.Owen Anderson2007-12-28
* Adding bindings for target triple and data layout.Gordon Henriksen2007-12-27
* one fewer uncond branch with my codegenprepare hack for single-mbb backedges.Chris Lattner2007-12-26
* Tests for changes made in r45356, where IPO optimizations would dropGordon Henriksen2007-12-26
* GC poses hazards to the inliner. Consider:Gordon Henriksen2007-12-25
* Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen2007-12-25
* Adjusting verification of "llvm.gc*" intrinsic prototypes to matchGordon Henriksen2007-12-25
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-23
* Fix a partial application typo.Gordon Henriksen2007-12-22
* implement InstCombine/shift-trunc-shift.ll. This allowsChris Lattner2007-12-22
* If succ has succ itself as one of the predecessors then doDevang Patel2007-12-22
* Get the verifier to check attributes on calls as wellDuncan Sands2007-12-21
* Make DAE not wipe out attributes on calls, and not dropDuncan Sands2007-12-21
* Implement review feedback, including additional transformsChristopher Lamb2007-12-20
* Remove xfail. This is fixed.Evan Cheng2007-12-20
* More working CellSPU tests:Scott Michel2007-12-20
* Use a module to group calling convention values, too.Gordon Henriksen2007-12-20
* Using modules to group enumerations in Ocaml bindings.Gordon Henriksen2007-12-19
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-19
* CellSPU testcase, extract_elt.ll: extract vector element.Scott Michel2007-12-19
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-19
* More working CellSPU test cases:Scott Michel2007-12-19