2008-03-10 |
Christopher... | Add support in TableGen for unknown operands that infer... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Nick Lewycky | Turn unwind_to into "unwinds to". |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dale Johannesen | Increase ISD::ParamFlags to 64 bits. Increase the... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Anton Korobeynikov | This works on x86_64 |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | Darwin PPC64 indirect call target goes in X12, not... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | cell really does support cross-regclass moves, because... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | make sure ar.pfs is in a register class, this fixes... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | remove an extraneous (and ugly) default argument, thank... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Evan Cheng | Fix RUN line. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Ted Kremenek | Fix some compilation errors on msvc: |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | And again. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | Braces belong here. No functionality change. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Anton Korobeynikov | Temporary XFAIL the test, until I'll commit a fix |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | SCCP also needs to be taught to follow unwind_to |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | fp_round's produced by getCopyFromParts should always... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | teach X86InstrInfo::copyRegToReg how to copy into ST... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | Don't eliminate blocks that are only reachable by unwin... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | Add ScheduleDAG support for copytoreg where the src... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | add some code to support cross-register class copying... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Tanya Lattner | Remove llvm-upgrade and update tests. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | rearrange some code, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | fix 80 col violation |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | Firstly, having a BranchInst isn't exclusive with havin... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | claim ST(x) registers are 80 bits, which is true. ... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | extend fp values with FP_EXTEND not FP_ROUND. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | A BB that unwind_to an "unwind" inst is that same as... |
commit | commitdiff | tree | snapshot |
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 |
next |