2008-03-09 |
Gordon Henriksen | This patch cleans up the OCaml bindings so that they... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | rename FP_SETRESULT -> FP_SET_ST0 |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | reduce this testcase more |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | Finish implementing a readme entry: when inserting... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | Update the block cloner which fixes bugpoint on code... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | Update the inliner and simplifycfg to handle unwind_to. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | Two things. Preserve the unwind_to when splitting a BB. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | Prune the unwind_to labels on BBs that don't need them... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | Implement a readme entry, compiling |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | upgrade this test |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | make this test harder |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | Fix two problems in SelectionDAGLegalize::ExpandBUILD_V... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Chris Lattner | Teach SD some vector identities, allowing us to compile... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Chris Lattner | 1) Improve comments. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Chris Lattner | minor simplifications to this code, don't create a... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Chris Lattner | This one looks easy, add a note. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Chris Lattner | move these to the appropriate file |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Nick Lewycky | Not all users of a BB are Instructions any more. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Nick Lewycky | Load the symbols first so that the interpreter construc... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Andrew Lenharth | much simpler test case |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Dan Gohman | Remove unused runPass methods. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Dale Johannesen | More ppc32 byval handling (bug fixes). Things |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Evan Cheng | Implement x86 support for @llvm.prefetch. It correspond... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Dan Gohman | Add support for calls with i128 return values on ppc64. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Bill Wendling | Something that kills a super-register also |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Evan Cheng | Fix a typo. It's causing consumer-typeset to miscompile... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Dan Gohman | There is no killUse. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Andrew Lenharth | add dropped section test case for PR2123 |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Devang Patel | Add new sretpromotion pass. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Bill Wendling | PPC64 passes arguments of integral type in i64 register... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Dan Gohman | Add support for lowering 128-bit shifts on ppc64. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Dale Johannesen | Next bits of PPC byval handling. Basically functional |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Chris Lattner | Add support for ppc64 shifts with 7-bit (oversized... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Chris Lattner | Replace SDT_PPCShiftOp in favor of SDTIntBinOps. This... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Evan Cheng | Fixed a register scavenger bug. If a def is re-defining... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Andrew Lenharth | only extract main if the user didn't specify anything... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Devang Patel | RetVal is not used when there are more then one return... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Andrew Lenharth | make error message reflect default search function... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Devang Patel | Update inliner to handle functions that return multiple... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Chris Lattner | fix 80 col violations |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Devang Patel | Place for sret promotion tests. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Andrew Lenharth | add a pass that can extract all kinds of global values... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Gordon Henriksen | Cleanup some comments in the OCaml bindings. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Gordon Henriksen | Fix a typo. 'make clean' in bindings/ocaml would leave... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Anton Korobeynikov | Clarify some important bits |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Anton Korobeynikov | Small cleanup: propagate thread-localness via generic... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Gordon Henriksen | Prefer to use ocamlc.opt to ocamlc and soforth. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Chris Lattner | mark frem as expand for all legal fp types on x86,... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Bill Wendling | Add testcase. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Bill Wendling | When setting the "unused" info, take into account somet... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Gabor Greif | some more spelling changes |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Gabor Greif | fix typos |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Evan Cheng | Constant fold SIGN_EXTEND_INREG with ashr not lshr. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Nick Lewycky | Exercise the new CFG change. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Nick Lewycky | Treat BBs that use BBs as proper predecessors and succe... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Nick Lewycky | Commit the testcase too. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Nick Lewycky | Don't try to simplify urem and srem using arithmetic... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Scott Michel | Refine Cell's i64 constant generation code to cover... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Andrew Lenharth | gcc likes things spelled correctly |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Devang Patel | Skip, for now, callsites where use of sret argument... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Dale Johannesen | Next bit of PPC ByVal handling; call-site code seems |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Anton Korobeynikov | Missed patch from my last commit |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Anton Korobeynikov | Resolve aliases to aliasees, where possible |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Anton Korobeynikov | Handle functions as targets during linking of aliases... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Scott Michel | - Fix support for "special" i64 immediates that can... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Scott Michel | - Expand tabs to spaces. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Steve Naroff | Update vcproj file. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Anton Korobeynikov | Try hard to link aliases. Checks can be too strict... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Evan Cheng | Fix a coalescer bug wrt how dead copy interval is short... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Devang Patel | Handle 'ret' with multiple values. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Andrew Lenharth | test for something more interesting than not crashing |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Andrew Lenharth | sync ops on ptrs, was breaking libgomp |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Daniel Berlin | Add Hybrid Cycle Detection to Andersen's analysis. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Dale Johannesen | Clarify that CALLSEQ_START..END may not be nested, |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Scott Michel | This patch fixes a problem encountered by the CellSPU... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Chris Lattner | evan implemented this. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Anton Korobeynikov | Fix test not to emit junk into source directory |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Anton Korobeynikov | Testcase for PR2054 |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Anton Korobeynikov | Remember the source->dest mapping when copying aliases... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Anton Korobeynikov | Clarify the state-of-the-art |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Bill Wendling | Use AC_PATH_PROG correctly: |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Evan Cheng | isTwoAddress = 1 -> Constraints. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Evan Cheng | PSLLWri etc. are two-address instructions. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Chris Lattner | Generalize FP constant shrinking optimization to apply... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Chris Lattner | Improve comment, pass in the original VT so that we... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Evan Cheng | Ignore debugging related instructions if they get this... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Evan Cheng | Rather than asserting. Dump out the MI that we are... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Dan Gohman | Codegen support for i128 UINT_TO_FP. This just fixes a |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Evan Cheng | Add a target lowering hook to control whether it's... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Andrew Lenharth | 64bit CAS on 32bit x86. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Dan Gohman | Codegen support for i128 SINT_TO_FP. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Evan Cheng | Refactor code. Remove duplicated functions that basical... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Devang Patel | Skip functions that return multiple values. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Devang Patel | Check struct return type first. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Bill Wendling | Removed spurious EnablePPCRS check. |
commit | commitdiff | tree | snapshot |
next |