aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't forget to print address space qualifiers when printing out the type tab...Christopher Lamb2007-12-181-1/+1
* Testcase for preceding FE fixDale Johannesen2007-12-181-0/+18
* i32 immediate constant test case for CellSPUScott Michel2007-12-171-0/+70
* Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng2007-12-172-0/+2
* - Restore some i8 functionality in CellSPUScott Michel2007-12-172-8/+133
* Make invokes of inline asm legal. Teach codegenDuncan Sands2007-12-172-1/+16
* Disabling a RUN line that's broken until addrspace roundtripsGordon Henriksen2007-12-171-1/+1
* C and Ocaml bindings for address spaces, for that burgeoning marketGordon Henriksen2007-12-171-7/+18
* Make instcombine promote inline asm calls to 'nounwind'Duncan Sands2007-12-163-1/+11
* Make better use of instructions that clear high bits; fix various 2-wide shuf...Evan Cheng2007-12-154-2/+126