2008-09-04 |
Owen Anderson | Add a first attempt at implementing stores for X86... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Evan Cheng | Load from GV stub should be locally CSE'd. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Evan Cheng | Fix an overly strict assertion. Source register of... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Evan Cheng | Remove code that pad number of bytes to pop for X86_Fas... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Dale Johannesen | Add intrinsics for log, log2, log10, exp, exp2. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dan Gohman | Do trivial local CSE for constants and other non-Instru... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dan Gohman | Put RegsForValue in the llvm namespace to avoid warning... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dan Gohman | Create HandlePHINodesInSuccessorBlocksFast, a version of |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Update inline threshold for current function if the... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Owen Anderson | Fix a bug that prevented PRE from applying in some... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Avoid extra comma. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Parse and print opt_size note. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Andrew Lenharth | Initial version of a Partial Specialization IPO pass... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dale Johannesen | Do not emit a UsedDirective for things in the llvm... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Fix typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Add missing decls. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Add parentheses to make code more readable. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Fix comments. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Duncan Sands | Testcase for commits 55700 and 55714. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Duncan Sands | If a SCC has a node without a function, then the SCC |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Add custom inliner that handles only functions that... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Handle "always inline" note during inline cost analysis. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Check noinline note and ignore other notes. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Handle "noinline" note inside the simple inliner. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Owen Anderson | Oops, I accidentally broke the fallback case with my... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Owen Anderson | Fix an issue where we were reusing materializations... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Update test to check call instruction. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dan Gohman | Split the SelectionDAG-building code, including the... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Duncan Sands | Fix maxo bado thinko. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dan Gohman | Separate MachineInstr-emitting routines from actual... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dan Gohman | Fix addRegisterDead and addRegisterKilled to be more... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Duncan Sands | Since onlyReadsMemory returns true if in fact |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Duncan Sands | Cleanup GlobalsModRef a bit. When analysing the |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Duncan Sands | Testcase for PR1678. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Nick Lewycky | Try to fold each element of a vector. This is needed... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Evan Cheng | Add X86 target hook to implement load (even from Global... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Evan Cheng | If TargetSelectInstruction returns true, move to next... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Evan Cheng | Make UpdateValueMap, createResultReg, etc. protected... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Nick Lewycky | Don't apply this transform to vectors. Fixes PR2756. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Nick Lewycky | Don't crash when trying to constant fold a vector with... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Ted Kremenek | Fix capitalization in #include of FastISel.h. This... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Evan Cheng | Unbreak fast isel. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Add additional check to ensure that iv is canonicalized. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | Check iteration count. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Evan Cheng | Let tblgen only generate fastisel routines, not the... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Devang Patel | While removing PHI, use basicblock to identify incoming... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Devang Patel | s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Devang Patel | If all IV uses are extending integer IV then change... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Devang Patel | respect inline=never and inline=always notes. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Evan Cheng | 80 col violations. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Devang Patel | Read and write function notes. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Devang Patel | Use bitwise AND. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Dale Johannesen | New testcase for targets without 64-bit atomics; |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Devang Patel | Function notes tests. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Devang Patel | Print function notes. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Devang Patel | Parse function notes. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Devang Patel | Initialize function notes. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Dale Johannesen | Fix some bugs in the code sequences for atomics. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Dan Gohman | Ensure that HandlePHINodesInSuccessorBlocks is run... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Devang Patel | Getter and setter for function notes. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Daniel Dunbar | Reapply majority of r55557 but with the changes to... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Nuno Lopes | plug memleak: destroy internal buffer |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Nuno Lopes | plug a little memleak in verifyFunction() |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Matthijs Kooijman | Revert r55557, it is causing linking failures on 32bit... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Evan Cheng | MMI may be null. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Evan Cheng | Add Mac OS X compatible JIT callback routine. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Evan Cheng | Revamp ARM JIT. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Evan Cheng | Change getBinaryCodeForInstr prototype. First operand... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Gabor Greif | Provide two overloads of AnalyzeNewNode. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Duncan Sands | Even though no caller actually uses the new value |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Duncan Sands | Turn this legalize types test on. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Duncan Sands | Add a small pass that sets the readnone/readonly |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Evan Cheng | Control flow instruction encodings. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Evan Cheng | ldm / stm instruction encodings. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Evan Cheng | AXI2 and AXI3 instruction encodings. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Evan Cheng | Reorganize instruction formats again; AXI1 encoding. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Evan Cheng | addrmode3 instruction encodings. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Evan Cheng | Reorganize some instruction format definitions. No... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Evan Cheng | Rest of addrmode2 instruction encodings. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Evan Cheng | Addr2 word / byte load encodings. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Evan Cheng | Addr1 instructions opcodes are encoded in bits 21-24... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Gabor Greif | fix a bunch of 80-col violations |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bill Wendling | Revert the "XFAIL" for the rotate_ops.ll testcase.... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bill Wendling | Expand for ROTR with MVT::i64. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bill Wendling | CellSPU doesn't appear to support fully the "ISD::ROTR... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bill Wendling | Cosmetic changes to Machine LICM. No functionality... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bill Wendling | Another situation where ROTR is cheaper than ROTL. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bill Wendling | For this pattern, ROTR is the cheaper option. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bill Wendling | - Fix comment so that it describes how the code really... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Gabor Greif | fix some 80-col violations |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Gordon Henriksen | PR2731: C and Ocaml bindings for setTailCall and isTail... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Gordon Henriksen | Fix ConstantExpr::getInsertElement. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Gabor Greif | fix some 80-col violations |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Evan Cheng | Re-apply 55467 with fix. If copy is being replaced... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Evan Cheng | Fold isRematerializable checks into isSafeToReMat. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Evan Cheng | For now, can't mark XOR64rr isAsCheapAsAMove. It's... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Evan Cheng | Transform (x << (y&31)) -> (x << y). This takes advanta... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Daniel Dunbar | Enable -fvisibility-inlines-hidden by default for compi... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Dale Johannesen | Testcases for ppc atomics. |
commit | commitdiff | tree | snapshot |
next |