summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.llScott Michel2007-12-19
* Add new immed16.ll test case, fix CellSPU errata to make test case work.Scott Michel2007-12-19
* Remove an orthogonal transformation of the selection condition from my most r...Christopher Lamb2007-12-18
* Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / ...Evan Cheng2007-12-18
* Fix typos.Christopher Lamb2007-12-18
* Fold certain additions through selects (and their compares) so as to eliminat...Christopher Lamb2007-12-18
* FIX for PR1799: When a load is unfolded from an instruction, check if it is a...Evan Cheng2007-12-18
* Don't forget to print address space qualifiers when printing out the type tab...Christopher Lamb2007-12-18
* Testcase for preceding FE fixDale Johannesen2007-12-18
* i32 immediate constant test case for CellSPUScott Michel2007-12-17
* Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng2007-12-17
* - Restore some i8 functionality in CellSPUScott Michel2007-12-17
* Make invokes of inline asm legal. Teach codegenDuncan Sands2007-12-17
* Disabling a RUN line that's broken until addrspace roundtripsGordon Henriksen2007-12-17
* C and Ocaml bindings for address spaces, for that burgeoning marketGordon Henriksen2007-12-17
* Make instcombine promote inline asm calls to 'nounwind'Duncan Sands2007-12-16
* Make better use of instructions that clear high bits; fix various 2-wide shuf...Evan Cheng2007-12-15
* Start committing working test cases for CellSPU.Scott Michel2007-12-15
* Teach the interpreter to read and write memory in theDuncan Sands2007-12-14