2008-09-03 |
Devang Patel | Parse and print opt_size note. |
tree | commitdiff |
2008-09-03 |
Andrew Lenharth | Initial version of a Partial Specialization IPO pass... |
tree | commitdiff |
2008-09-03 |
Dale Johannesen | Do not emit a UsedDirective for things in the llvm... |
tree | commitdiff |
2008-09-03 |
Devang Patel | Fix typo in a comment. |
tree | commitdiff |
2008-09-03 |
Devang Patel | Add parentheses to make code more readable. |
tree | commitdiff |
2008-09-03 |
Devang Patel | Fix comments. |
tree | commitdiff |
2008-09-03 |
Duncan Sands | If a SCC has a node without a function, then the SCC |
tree | commitdiff |
2008-09-03 |
Devang Patel | Add custom inliner that handles only functions that... |
tree | commitdiff |
2008-09-03 |
Devang Patel | Handle "always inline" note during inline cost analysis. |
tree | commitdiff |
2008-09-03 |
Devang Patel | Check noinline note and ignore other notes. |
tree | commitdiff |
2008-09-03 |
Devang Patel | Handle "noinline" note inside the simple inliner. |
tree | commitdiff |
2008-09-03 |
Owen Anderson | Oops, I accidentally broke the fallback case with my... |
tree | commitdiff |
2008-09-03 |
Owen Anderson | Fix an issue where we were reusing materializations... |
tree | commitdiff |
2008-09-03 |
Dan Gohman | Split the SelectionDAG-building code, including the... |
tree | commitdiff |
2008-09-03 |
Duncan Sands | Fix maxo bado thinko. |
tree | commitdiff |
2008-09-03 |
Dan Gohman | Separate MachineInstr-emitting routines from actual... |
tree | commitdiff |
2008-09-03 |
Dan Gohman | Fix addRegisterDead and addRegisterKilled to be more... |
tree | commitdiff |
2008-09-03 |
Duncan Sands | Since onlyReadsMemory returns true if in fact |
tree | commitdiff |
2008-09-03 |
Duncan Sands | Cleanup GlobalsModRef a bit. When analysing the |
tree | commitdiff |
2008-09-03 |
Nick Lewycky | Try to fold each element of a vector. This is needed... |
tree | commitdiff |
2008-09-03 |
Evan Cheng | Add X86 target hook to implement load (even from Global... |
tree | commitdiff |
2008-09-03 |
Evan Cheng | If TargetSelectInstruction returns true, move to next... |
tree | commitdiff |
2008-09-03 |
Nick Lewycky | Don't apply this transform to vectors. Fixes PR2756. |
tree | commitdiff |
2008-09-03 |
Nick Lewycky | Don't crash when trying to constant fold a vector with... |
tree | commitdiff |
2008-09-03 |
Ted Kremenek | Fix capitalization in #include of FastISel.h. This... |
tree | commitdiff |
2008-09-03 |
Evan Cheng | Unbreak fast isel. |
tree | commitdiff |
2008-09-03 |
Devang Patel | Add additional check to ensure that iv is canonicalized. |
tree | commitdiff |
2008-09-03 |
Devang Patel | Check iteration count. |
tree | commitdiff |
2008-09-03 |
Evan Cheng | Let tblgen only generate fastisel routines, not the... |
tree | commitdiff |
2008-09-03 |
Devang Patel | While removing PHI, use basicblock to identify incoming... |
tree | commitdiff |
2008-09-02 |
Devang Patel | s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g |
tree | commitdiff |
2008-09-02 |
Devang Patel | If all IV uses are extending integer IV then change... |
tree | commitdiff |
2008-09-02 |
Devang Patel | respect inline=never and inline=always notes. |
tree | commitdiff |
2008-09-02 |
Evan Cheng | 80 col violations. |
tree | commitdiff |
2008-09-02 |
Devang Patel | Read and write function notes. |
tree | commitdiff |
2008-09-02 |
Devang Patel | Use bitwise AND. |
tree | commitdiff |
2008-09-02 |
Devang Patel | Print function notes. |
tree | commitdiff |
2008-09-02 |
Devang Patel | Parse function notes. |
tree | commitdiff |
2008-09-02 |
Devang Patel | Initialize function notes. |
tree | commitdiff |
2008-09-02 |
Dale Johannesen | Fix some bugs in the code sequences for atomics. |
tree | commitdiff |
2008-09-02 |
Dan Gohman | Ensure that HandlePHINodesInSuccessorBlocks is run... |
tree | commitdiff |
2008-09-02 |
Nuno Lopes | plug a little memleak in verifyFunction() |
tree | commitdiff |
2008-09-02 |
Evan Cheng | MMI may be null. |
tree | commitdiff |
2008-09-02 |
Evan Cheng | Add Mac OS X compatible JIT callback routine. |
tree | commitdiff |
2008-09-02 |
Evan Cheng | Revamp ARM JIT. |
tree | commitdiff |
2008-09-02 |
Evan Cheng | Change getBinaryCodeForInstr prototype. First operand... |
tree | commitdiff |
2008-09-01 |
Gabor Greif | Provide two overloads of AnalyzeNewNode. |
tree | commitdiff |
2008-09-01 |
Duncan Sands | Even though no caller actually uses the new value |
tree | commitdiff |
2008-09-01 |
Duncan Sands | Add a small pass that sets the readnone/readonly |
tree | commitdiff |
2008-09-01 |
Evan Cheng | Control flow instruction encodings. |
tree | commitdiff |
2008-09-01 |
Evan Cheng | ldm / stm instruction encodings. |
tree | commitdiff |
2008-09-01 |
Evan Cheng | AXI2 and AXI3 instruction encodings. |
tree | commitdiff |
2008-09-01 |
Evan Cheng | Reorganize instruction formats again; AXI1 encoding. |
tree | commitdiff |
2008-09-01 |
Evan Cheng | addrmode3 instruction encodings. |
tree | commitdiff |
2008-09-01 |
Evan Cheng | Reorganize some instruction format definitions. No... |
tree | commitdiff |
2008-09-01 |
Evan Cheng | Rest of addrmode2 instruction encodings. |
tree | commitdiff |
2008-08-31 |
Evan Cheng | Addr2 word / byte load encodings. |
tree | commitdiff |
2008-08-31 |
Evan Cheng | Addr1 instructions opcodes are encoded in bits 21-24... |
tree | commitdiff |
2008-08-31 |
Gabor Greif | fix a bunch of 80-col violations |
tree | commitdiff |
2008-08-31 |
Bill Wendling | Revert the "XFAIL" for the rotate_ops.ll testcase.... |
tree | commitdiff |
2008-08-31 |
Bill Wendling | Expand for ROTR with MVT::i64. |
tree | commitdiff |
2008-08-31 |
Bill Wendling | Cosmetic changes to Machine LICM. No functionality... |
tree | commitdiff |
2008-08-31 |
Bill Wendling | Another situation where ROTR is cheaper than ROTL. |
tree | commitdiff |
2008-08-31 |
Bill Wendling | For this pattern, ROTR is the cheaper option. |
tree | commitdiff |
2008-08-31 |
Bill Wendling | - Fix comment so that it describes how the code really... |
tree | commitdiff |
2008-08-30 |
Gabor Greif | typo |
tree | commitdiff |
2008-08-30 |
Gabor Greif | fix some 80-col violations |
tree | commitdiff |
2008-08-30 |
Gordon Henriksen | PR2731: C and Ocaml bindings for setTailCall and isTail... |
tree | commitdiff |
2008-08-30 |
Gordon Henriksen | Fix ConstantExpr::getInsertElement. |
tree | commitdiff |
2008-08-30 |
Gabor Greif | fix some 80-col violations |
tree | commitdiff |
2008-08-30 |
Evan Cheng | Re-apply 55467 with fix. If copy is being replaced... |
tree | commitdiff |
2008-08-30 |
Evan Cheng | Fold isRematerializable checks into isSafeToReMat. |
tree | commitdiff |
2008-08-30 |
Evan Cheng | For now, can't mark XOR64rr isAsCheapAsAMove. It's... |
tree | commitdiff |
2008-08-30 |
Evan Cheng | Transform (x << (y&31)) -> (x << y). This takes advanta... |
tree | commitdiff |
2008-08-30 |
Owen Anderson | Fix an issue where a use might be selected before a... |
tree | commitdiff |
2008-08-30 |
Dale Johannesen | Add ppc partial-word ATOMIC_CMP_SWAP. |
tree | commitdiff |
2008-08-29 |
Evan Cheng | Swap fp comparison operands and change predicate to... |
tree | commitdiff |
2008-08-29 |
Evan Cheng | Use static_cast instead of C style cast. |
tree | commitdiff |
2008-08-29 |
Evan Cheng | Fix 80 col. violations. |
tree | commitdiff |
2008-08-29 |
Evan Cheng | Back out 55498. It broken Apple style bootstrapping. |
tree | commitdiff |
2008-08-29 |
Evan Cheng | Backing out 55521. Not safe. |
tree | commitdiff |
2008-08-29 |
Dale Johannesen | Add partial word version of ATOMIC_SWAP. |
tree | commitdiff |
2008-08-29 |
Owen Anderson | Add initial support for fast isel of instructions that... |
tree | commitdiff |
2008-08-29 |
Chris Lattner | regenerate |
tree | commitdiff |
2008-08-29 |
Chris Lattner | Asmprint nameless instructions as: |
tree | commitdiff |
2008-08-29 |
Chris Lattner | Add support for parsing .ll files that have numbers... |
tree | commitdiff |
2008-08-29 |
Evan Cheng | TableGen'ing instruction encodings. |
tree | commitdiff |
2008-08-29 |
Evan Cheng | addrmode1 (data processing) instruction encoding: bits... |
tree | commitdiff |
2008-08-29 |
Evan Cheng | MVN is addrmode1. |
tree | commitdiff |
2008-08-29 |
Evan Cheng | More refactoring. |
tree | commitdiff |
2008-08-28 |
Evan Cheng | Swap fp comparison operands and change predicate to... |
tree | commitdiff |
2008-08-28 |
Evan Cheng | Refactor ARM instruction format definitions into a... |
tree | commitdiff |
2008-08-28 |
Dan Gohman | Add a target callback for FastISel. |
tree | commitdiff |
2008-08-28 |
Gabor Greif | remove tabs, fix > 80 cols |
tree | commitdiff |
2008-08-28 |
Chris Lattner | rename destroy -> releaseMemory to properly hook into... |
tree | commitdiff |
2008-08-28 |
Nicolas Geoffray | Add support for JIT exceptions on Darwin. Since we... |
tree | commitdiff |
2008-08-28 |
Gabor Greif | erect abstraction boundaries for accessing SDValue... |
tree | commitdiff |
2008-08-28 |
Dan Gohman | Implement null and undef values for FastISel. |
tree | commitdiff |
2008-08-28 |
Mon P Wang | In lowering SELECT_CC, removed cases where we can't... |
tree | commitdiff |
2008-08-28 |
Dan Gohman | Optimize DAGCombiner's worklist processing. Previously... |
tree | commitdiff |
next |