2008-01-03 |
Duncan Sands | An example for which the TYPE_SIZE was being set from |
tree | commitdiff |
2008-01-03 |
Duncan Sands | Test handling of records for which the fields are |
tree | commitdiff |
2008-01-02 |
Chris Lattner | fix this to use a valid triple. |
tree | commitdiff |
2008-01-02 |
Chris Lattner | verify that aligned common support doesn't break. |
tree | commitdiff |
2008-01-01 |
Bill Wendling | Update this testcase. The output needs to be disabled... |
tree | commitdiff |
2007-12-31 |
Duncan Sands | Fix PR1833 - eh.exception and eh.selector return two |
tree | commitdiff |
2007-12-30 |
Gordon Henriksen | Another backwards compatibility fix. |
tree | commitdiff |
2007-12-30 |
Gordon Henriksen | Strengthening this test so it fails in release mode. |
tree | commitdiff |
2007-12-29 |
Gordon Henriksen | Bindings for instruction calling conventions. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from the rest of the llvm makefiles. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | One readme entry is done, one is really easy (Evan... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | upgrade this test |
tree | commitdiff |
2007-12-29 |
Chris Lattner | Fold comparisons against a constant nan, and optimize... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | this xform is implemented. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | Codegen: |
tree | commitdiff |
2007-12-29 |
Chris Lattner | avoid going through a stack slot to convert from fpstac... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | dead calls to llvm.stacksave can be deleted, even thoug... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | upgrade this test |
tree | commitdiff |
2007-12-28 |
Devang Patel | Test -simplifycfg only. |
tree | commitdiff |
2007-12-28 |
Owen Anderson | Add a testcase for my recent InstCombine fix, written... |
tree | commitdiff |
2007-12-27 |
Gordon Henriksen | Adding bindings for target triple and data layout. |
tree | commitdiff |
2007-12-26 |
Chris Lattner | one fewer uncond branch with my codegenprepare hack... |
tree | commitdiff |
2007-12-26 |
Gordon Henriksen | Tests for changes made in r45356, where IPO optimizatio... |
tree | commitdiff |
2007-12-25 |
Gordon Henriksen | GC poses hazards to the inliner. Consider: |
tree | commitdiff |
2007-12-25 |
Gordon Henriksen | Noting and enforcing that GC intrinsics are valid only... |
tree | commitdiff |
2007-12-25 |
Gordon Henriksen | Adjusting verification of "llvm.gc*" intrinsic prototyp... |
tree | commitdiff |
2007-12-23 |
Gordon Henriksen | C and Ocaml bindings for ExecutionEngine (i.e., the... |
tree | commitdiff |
2007-12-22 |
Gordon Henriksen | Fix a partial application typo. |
tree | commitdiff |
2007-12-22 |
Chris Lattner | implement InstCombine/shift-trunc-shift.ll. This allows |
tree | commitdiff |
2007-12-22 |
Devang Patel | If succ has succ itself as one of the predecessors... |
tree | commitdiff |
2007-12-21 |
Duncan Sands | Get the verifier to check attributes on calls as well |
tree | commitdiff |
2007-12-21 |
Duncan Sands | Make DAE not wipe out attributes on calls, and not... |
tree | commitdiff |
2007-12-20 |
Christopher Lamb | Implement review feedback, including additional transforms |
tree | commitdiff |
2007-12-20 |
Evan Cheng | Remove xfail. This is fixed. |
tree | commitdiff |
2007-12-20 |
Scott Michel | More working CellSPU tests: |
tree | commitdiff |
2007-12-20 |
Gordon Henriksen | Use a module to group calling convention values, too. |
tree | commitdiff |
2007-12-19 |
Gordon Henriksen | Using modules to group enumerations in Ocaml bindings. |
tree | commitdiff |
2007-12-19 |
Gordon Henriksen | Adding bindings for memory buffers and module providers... |
tree | commitdiff |
2007-12-19 |
Scott Michel | CellSPU testcase, extract_elt.ll: extract vector element. |
tree | commitdiff |
2007-12-19 |
Duncan Sands | When inlining through an 'nounwind' call, mark inlined |
tree | commitdiff |
2007-12-19 |
Scott Michel | More working CellSPU test cases: |
tree | commitdiff |
2007-12-19 |
Scott Michel | Two more test cases: or_ops.ll (arithmetic or operation... |
tree | commitdiff |
2007-12-19 |
Scott Michel | Add new immed16.ll test case, fix CellSPU errata to... |
tree | commitdiff |
2007-12-18 |
Christopher Lamb | Remove an orthogonal transformation of the selection... |
tree | commitdiff |
2007-12-18 |
Evan Cheng | Fix PR1872: SrcValue and SrcValueOffset should not... |
tree | commitdiff |
2007-12-18 |
Christopher Lamb | Fix typos. |
tree | commitdiff |
2007-12-18 |
Christopher Lamb | Fold certain additions through selects (and their compa... |
tree | commitdiff |
2007-12-18 |
Evan Cheng | FIX for PR1799: When a load is unfolded from an instruc... |
tree | commitdiff |
2007-12-18 |
Christopher Lamb | Don't forget to print address space qualifiers when... |
tree | commitdiff |
2007-12-18 |
Dale Johannesen | Testcase for preceding FE fix |
tree | commitdiff |
2007-12-17 |
Scott Michel | i32 immediate constant test case for CellSPU |
tree | commitdiff |
2007-12-17 |
Evan Cheng | Bring back int_x86_sse2_movl_dq intrinsic for backward... |
tree | commitdiff |
2007-12-17 |
Scott Michel | - Restore some i8 functionality in CellSPU |
tree | commitdiff |
2007-12-17 |
Duncan Sands | Make invokes of inline asm legal. Teach codegen |
tree | commitdiff |
2007-12-17 |
Gordon Henriksen | Disabling a RUN line that's broken until addrspace... |
tree | commitdiff |
2007-12-17 |
Gordon Henriksen | C and Ocaml bindings for address spaces, for that burge... |
tree | commitdiff |
2007-12-16 |
Duncan Sands | Make instcombine promote inline asm calls to 'nounwind' |
tree | commitdiff |
2007-12-15 |
Evan Cheng | Make better use of instructions that clear high bits... |
tree | commitdiff |
2007-12-15 |
Scott Michel | Start committing working test cases for CellSPU. |
tree | commitdiff |
2007-12-14 |
Duncan Sands | Teach the interpreter to read and write memory in the |
tree | commitdiff |
2007-12-14 |
Dan Gohman | Don't redirect stderr when it isn't needed. |
tree | commitdiff |
2007-12-14 |
Evan Cheng | Fix ctlz and cttz. llvm definition requires them to... |
tree | commitdiff |
2007-12-14 |
Anders Carlsson | All MMX shift instructions took a <2 x i32> vector... |
tree | commitdiff |
2007-12-14 |
Evan Cheng | Implement ctlz and cttz with bsr and bsf. |
tree | commitdiff |
2007-12-13 |
Evan Cheng | Be extra careful with extension use optimation. Now... |
tree | commitdiff |
2007-12-13 |
Zhou Sheng | Remove this testcase as it will always fail on |
tree | commitdiff |
2007-12-13 |
Evan Cheng | Fold some and + shift in x86 addressing mode. |
tree | commitdiff |
2007-12-12 |
Evan Cheng | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32... |
tree | commitdiff |
2007-12-12 |
Dan Gohman | Allow vector integer constants to be created with |
tree | commitdiff |
2007-12-12 |
Wojciech Matyjewicz | 1. "Upgrage" comments. |
tree | commitdiff |
2007-12-12 |
Christopher Lamb | Implement part of review feedback for address spaces. |
tree | commitdiff |
2007-12-12 |
Evan Cheng | Use shuffles to implement insert_vector_elt for i32... |
tree | commitdiff |
2007-12-12 |
Evan Cheng | Add a test case for -optimize-ext-uses. |
tree | commitdiff |
2007-12-12 |
Evan Cheng | Lower a build_vector with all constants into a constpoo... |
tree | commitdiff |
2007-12-12 |
Zhou Sheng | Fixed PR1629. |
tree | commitdiff |
2007-12-12 |
Gordon Henriksen | Add (very basic) bindings for ModuleProvider. |
tree | commitdiff |
2007-12-11 |
Dan Gohman | Rename these tests to use the appropriate suffixes. |
tree | commitdiff |
2007-12-11 |
Dan Gohman | Use not instead of ignore when an exit status is expect... |
tree | commitdiff |
2007-12-11 |
Dan Gohman | Don't redirect stderr when it isn't needed. |
tree | commitdiff |
2007-12-11 |
Christopher Lamb | Implement address space attribute for LLVM pointer... |
tree | commitdiff |
2007-12-11 |
Chris Lattner | Implement constant folding if vector<->vector bitcasts... |
tree | commitdiff |
2007-12-11 |
Evan Cheng | - Improved v8i16 shuffle lowering. It now uses pshuflw... |
tree | commitdiff |
2007-12-11 |
Gordon Henriksen | Adding Ocaml bindings for the bitreader as requested... |
tree | commitdiff |
2007-12-10 |
Chris Lattner | Fix PR1850 by removing an unsafe transformation from... |
tree | commitdiff |
2007-12-10 |
Duncan Sands | Make PruneEH update the nounwind/noreturn attributes |
tree | commitdiff |
2007-12-10 |
Duncan Sands | Fix PR1836: in the interpreter, read and write apints |
tree | commitdiff |
2007-12-10 |
Christopher Lamb | Improve branch folding by recgonizing that explict... |
tree | commitdiff |
2007-12-10 |
Gordon Henriksen | Adding a collector name attribute to Function in the... |
tree | commitdiff |
2007-12-09 |
Gordon Henriksen | Upgrading this test to 2.0 .ll syntax. |
tree | commitdiff |
2007-12-09 |
Chris Lattner | Fix PR1782, patch by Wojtek Matyjewicz! |
tree | commitdiff |
2007-12-08 |
Chris Lattner | Fix a significant code quality regression I introduced... |
tree | commitdiff |
2007-12-08 |
Chris Lattner | implement __builtin_return_addr(0) on ppc. |
tree | commitdiff |
2007-12-07 |
Evan Cheng | Much improved v8i16 shuffles. (Step 1). |
tree | commitdiff |
2007-12-07 |
Evan Cheng | New test case. |
tree | commitdiff |
2007-12-06 |
Evan Cheng | Fix a bogus test case. |
tree | commitdiff |
2007-12-06 |
Evan Cheng | Turning simple splitting on. Start testing new coalesce... |
tree | commitdiff |
2007-12-06 |
Chris Lattner | third time around: instead of disabling this completely, |
tree | commitdiff |
2007-12-06 |
Chris Lattner | Actually, disable this code for now. More analysis... |
tree | commitdiff |
2007-12-06 |
Chris Lattner | implement a readme entry, compiling the code into: |
tree | commitdiff |
2007-12-06 |
Chris Lattner | fix this when run on non x86 hosts. |
tree | commitdiff |
next |