summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Test for handling of large bit offset from aDuncan Sands2008-01-032-0/+16
* don't hoist FP additions into unconditional adds + selects. This Chris Lattner2008-01-031-0/+26
* An example for which the TYPE_SIZE was being set fromDuncan Sands2008-01-031-0/+12
* Test handling of records for which the fields areDuncan Sands2008-01-031-0/+7
* fix this to use a valid triple.Chris Lattner2008-01-021-1/+1
* verify that aligned common support doesn't break.Chris Lattner2008-01-021-0/+8
* Update this testcase. The output needs to be disabled to pass.Bill Wendling2008-01-011-25/+23
* Fix PR1833 - eh.exception and eh.selector return twoDuncan Sands2007-12-311-0/+36
* Another backwards compatibility fix.Gordon Henriksen2007-12-301-6/+6
* Strengthening this test so it fails in release mode.Gordon Henriksen2007-12-301-0/+1
* Bindings for instruction calling conventions.Gordon Henriksen2007-12-291-2/+7
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
* One readme entry is done, one is really easy (Evan, want to investigateChris Lattner2007-12-291-0/+10
* upgrade this testChris Lattner2007-12-291-8/+9
* Fold comparisons against a constant nan, and optimize ORD/UNORD Chris Lattner2007-12-291-0/+11
* this xform is implemented.Chris Lattner2007-12-291-0/+9
* Codegen:Chris Lattner2007-12-291-0/+11
* avoid going through a stack slot to convert from fpstack to xmm regChris Lattner2007-12-291-0/+15
* dead calls to llvm.stacksave can be deleted, even though theyChris Lattner2007-12-291-0/+10
* upgrade this testChris Lattner2007-12-291-11/+12
* Test -simplifycfg only.Devang Patel2007-12-281-46/+23
* Add a testcase for my recent InstCombine fix, written by Nicholas.Owen Anderson2007-12-281-0/+89
* Adding bindings for target triple and data layout.Gordon Henriksen2007-12-271-0/+20
* one fewer uncond branch with my codegenprepare hack for single-mbb backedges.Chris Lattner2007-12-261-1/+1
* Tests for changes made in r45356, where IPO optimizations would dropGordon Henriksen2007-12-262-0/+35
* GC poses hazards to the inliner. Consider:Gordon Henriksen2007-12-252-0/+47
* Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen2007-12-252-1/+11
* Adjusting verification of "llvm.gc*" intrinsic prototypes to matchGordon Henriksen2007-12-254-1/+49
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-231-0/+101
* Fix a partial application typo.Gordon Henriksen2007-12-224-5/+5
* implement InstCombine/shift-trunc-shift.ll. This allowsChris Lattner2007-12-221-0/+10
* If succ has succ itself as one of the predecessors then doDevang Patel2007-12-221-0/+60
* Get the verifier to check attributes on calls as wellDuncan Sands2007-12-211-0/+10
* Make DAE not wipe out attributes on calls, and not dropDuncan Sands2007-12-211-0/+16
* Implement review feedback, including additional transformsChristopher Lamb2007-12-201-0/+25
* Remove xfail. This is fixed.Evan Cheng2007-12-201-1/+0
* More working CellSPU tests:Scott Michel2007-12-202-0/+236
* Use a module to group calling convention values, too.Gordon Henriksen2007-12-201-3/+3
* Using modules to group enumerations in Ocaml bindings.Gordon Henriksen2007-12-191-23/+20
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-192-5/+57
* CellSPU testcase, extract_elt.ll: extract vector element.Scott Michel2007-12-191-0/+175
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-191-0/+19
* More working CellSPU test cases:Scott Michel2007-12-1912-0/+1164
* Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.llScott Michel2007-12-193-0/+320
* Add new immed16.ll test case, fix CellSPU errata to make test case work.Scott Michel2007-12-191-0/+38
* Remove an orthogonal transformation of the selection condition from my most r...Christopher Lamb2007-12-181-10/+1
* Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / ...Evan Cheng2007-12-181-0/+28
* Fix typos.Christopher Lamb2007-12-181-1/+1
* Fold certain additions through selects (and their compares) so as to eliminat...Christopher Lamb2007-12-181-0/+38
* FIX for PR1799: When a load is unfolded from an instruction, check if it is a...Evan Cheng2007-12-181-0/+35