| Commit message (Expand) | Author | Age | Files | Lines |
* | One readme entry is done, one is really easy (Evan, want to investigate | Chris Lattner | 2007-12-29 | 1 | -0/+10 |
* | upgrade this test | Chris Lattner | 2007-12-29 | 1 | -8/+9 |
* | Fold comparisons against a constant nan, and optimize ORD/UNORD | Chris Lattner | 2007-12-29 | 1 | -0/+11 |
* | this xform is implemented. | Chris Lattner | 2007-12-29 | 1 | -0/+9 |
* | Codegen: | Chris Lattner | 2007-12-29 | 1 | -0/+11 |
* | avoid going through a stack slot to convert from fpstack to xmm reg | Chris Lattner | 2007-12-29 | 1 | -0/+15 |
* | dead calls to llvm.stacksave can be deleted, even though they | Chris Lattner | 2007-12-29 | 1 | -0/+10 |
* | upgrade this test | Chris Lattner | 2007-12-29 | 1 | -11/+12 |
* | Test -simplifycfg only. | Devang Patel | 2007-12-28 | 1 | -46/+23 |
* | Add a testcase for my recent InstCombine fix, written by Nicholas. | Owen Anderson | 2007-12-28 | 1 | -0/+89 |
* | Adding bindings for target triple and data layout. | Gordon Henriksen | 2007-12-27 | 1 | -0/+20 |
* | one fewer uncond branch with my codegenprepare hack for single-mbb backedges. | Chris Lattner | 2007-12-26 | 1 | -1/+1 |
* | Tests for changes made in r45356, where IPO optimizations would drop | Gordon Henriksen | 2007-12-26 | 2 | -0/+35 |
* | GC poses hazards to the inliner. Consider: | Gordon Henriksen | 2007-12-25 | 2 | -0/+47 |
* | Noting and enforcing that GC intrinsics are valid only within a | Gordon Henriksen | 2007-12-25 | 2 | -1/+11 |
* | Adjusting verification of "llvm.gc*" intrinsic prototypes to match | Gordon Henriksen | 2007-12-25 | 4 | -1/+49 |
* | C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). | Gordon Henriksen | 2007-12-23 | 1 | -0/+101 |
* | Fix a partial application typo. | Gordon Henriksen | 2007-12-22 | 4 | -5/+5 |
* | implement InstCombine/shift-trunc-shift.ll. This allows | Chris Lattner | 2007-12-22 | 1 | -0/+10 |
* | If succ has succ itself as one of the predecessors then do | Devang Patel | 2007-12-22 | 1 | -0/+60 |
* | Get the verifier to check attributes on calls as well | Duncan Sands | 2007-12-21 | 1 | -0/+10 |
* | Make DAE not wipe out attributes on calls, and not drop | Duncan Sands | 2007-12-21 | 1 | -0/+16 |
* | Implement review feedback, including additional transforms | Christopher Lamb | 2007-12-20 | 1 | -0/+25 |
* | Remove xfail. This is fixed. | Evan Cheng | 2007-12-20 | 1 | -1/+0 |
* | More working CellSPU tests: | Scott Michel | 2007-12-20 | 2 | -0/+236 |
* | Use a module to group calling convention values, too. | Gordon Henriksen | 2007-12-20 | 1 | -3/+3 |
* | Using modules to group enumerations in Ocaml bindings. | Gordon Henriksen | 2007-12-19 | 1 | -23/+20 |
* | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen | 2007-12-19 | 2 | -5/+57 |
* | CellSPU testcase, extract_elt.ll: extract vector element. | Scott Michel | 2007-12-19 | 1 | -0/+175 |
* | When inlining through an 'nounwind' call, mark inlined | Duncan Sands | 2007-12-19 | 1 | -0/+19 |
* | More working CellSPU test cases: | Scott Michel | 2007-12-19 | 12 | -0/+1164 |
* | Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.ll | Scott Michel | 2007-12-19 | 3 | -0/+320 |
* | Add new immed16.ll test case, fix CellSPU errata to make test case work. | Scott Michel | 2007-12-19 | 1 | -0/+38 |
* | Remove an orthogonal transformation of the selection condition from my most r... | Christopher Lamb | 2007-12-18 | 1 | -10/+1 |
* | Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / ... | Evan Cheng | 2007-12-18 | 1 | -0/+28 |
* | Fix typos. | Christopher Lamb | 2007-12-18 | 1 | -1/+1 |
* | Fold certain additions through selects (and their compares) so as to eliminat... | Christopher Lamb | 2007-12-18 | 1 | -0/+38 |
* | FIX for PR1799: When a load is unfolded from an instruction, check if it is a... | Evan Cheng | 2007-12-18 | 1 | -0/+35 |
* | Don't forget to print address space qualifiers when printing out the type tab... | Christopher Lamb | 2007-12-18 | 1 | -1/+1 |
* | Testcase for preceding FE fix | Dale Johannesen | 2007-12-18 | 1 | -0/+18 |
* | i32 immediate constant test case for CellSPU | Scott Michel | 2007-12-17 | 1 | -0/+70 |
* | Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure | Evan Cheng | 2007-12-17 | 2 | -0/+2 |
* | - Restore some i8 functionality in CellSPU | Scott Michel | 2007-12-17 | 2 | -8/+133 |
* | Make invokes of inline asm legal. Teach codegen | Duncan Sands | 2007-12-17 | 2 | -1/+16 |
* | Disabling a RUN line that's broken until addrspace roundtrips | Gordon Henriksen | 2007-12-17 | 1 | -1/+1 |
* | C and Ocaml bindings for address spaces, for that burgeoning market | Gordon Henriksen | 2007-12-17 | 1 | -7/+18 |
* | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands | 2007-12-16 | 3 | -1/+11 |
* | Make better use of instructions that clear high bits; fix various 2-wide shuf... | Evan Cheng | 2007-12-15 | 4 | -2/+126 |
* | Start committing working test cases for CellSPU. | Scott Michel | 2007-12-15 | 1 | -0/+270 |
* | Teach the interpreter to read and write memory in the | Duncan Sands | 2007-12-14 | 2 | -0/+162 |