2008-09-23 |
Devang Patel | Move FN_NOTE_AlwaysInline and other out of ParamAttrs... |
tree | commitdiff |
2008-09-23 |
Devang Patel | 80 cols |
tree | commitdiff |
2008-09-23 |
Devang Patel | s/ParameterAttributes/Attributes/g |
tree | commitdiff |
2008-09-23 |
Devang Patel | s/ParameterAttributes/Attributes/g |
tree | commitdiff |
2008-09-23 |
Devang Patel | Use parameter attribute store (soon to be renamed) for |
tree | commitdiff |
2008-09-23 |
Dan Gohman | Now that DeadMachineInstructionElim is basically working |
tree | commitdiff |
2008-09-23 |
Dan Gohman | Arrange for FastISel code to have access to the Machine... |
tree | commitdiff |
2008-09-23 |
Dan Gohman | Track local physical register liveness. This is not... |
tree | commitdiff |
2008-09-23 |
Chris Lattner | regenerate |
tree | commitdiff |
2008-09-23 |
Chris Lattner | allow inreg on the result of a function |
tree | commitdiff |
2008-09-23 |
Dan Gohman | Replace the LiveRegs SmallSet with a simple counter... |
tree | commitdiff |
2008-09-23 |
Dan Gohman | Fix these enums' starting values to reflect the way... |
tree | commitdiff |
2008-09-23 |
Dan Gohman | Delete an unused function. |
tree | commitdiff |
2008-09-23 |
Dan Gohman | Move the code for initializing the global base reg... |
tree | commitdiff |
2008-09-23 |
Duncan Sands | Rationalize the names of passes that print information: |
tree | commitdiff |
2008-09-23 |
Matthijs Kooijman | Fix indendation. |
tree | commitdiff |
2008-09-23 |
Owen Anderson | Add initial support for inserting last minute copies. |
tree | commitdiff |
2008-09-22 |
Evan Cheng | Support x86 specific inline asm modifier 'J'. |
tree | commitdiff |
2008-09-22 |
Dan Gohman | Fix the alignment of loads from constant pool entries... |
tree | commitdiff |
2008-09-22 |
Devang Patel | Add hasNote() to check note associated with a function. |
tree | commitdiff |
2008-09-22 |
Evan Cheng | Livestacks really does preserve everything. |
tree | commitdiff |
2008-09-22 |
Evan Cheng | Instead of setPreservesAll, just mark them preseving... |
tree | commitdiff |
2008-09-22 |
Owen Anderson | Significant improvements to the logic for merging live... |
tree | commitdiff |
2008-09-22 |
Dale Johannesen | Make log, log2, log10, exp, exp2 use Expand by |
tree | commitdiff |
2008-09-22 |
Evan Cheng | Mark several codegen passes as preserving all analysis. |
tree | commitdiff |
2008-09-22 |
Dale Johannesen | More refactoring. Yawn. |
tree | commitdiff |
2008-09-22 |
Dale Johannesen | Refactor FP intrinisic setup. Per review feedback. |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | CMake build system: support for parallel builds. |
tree | commitdiff |
2008-09-22 |
Evan Cheng | Per review feedback: Only perform |
tree | commitdiff |
2008-09-22 |
Arnold Schwaighofer | Change the calling convention used when tail call optim... |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-09-22 |
Bill Wendling | Add helper function to get a 32-bit floating point... |
tree | commitdiff |
2008-09-21 |
Chris Lattner | Fold immediates into X86 shifts with fast isel. This... |
tree | commitdiff |
2008-09-21 |
Dan Gohman | Factor out code into HandleVirtRegDef, for consistency... |
tree | commitdiff |
2008-09-21 |
Dan Gohman | Instead of building a list and sorting it just to find... |
tree | commitdiff |
2008-09-21 |
Owen Anderson | Fetch the starting index of the block when assigning... |
tree | commitdiff |
2008-09-21 |
Chris Lattner | don't print GlobalAddressSDNode's with an offset of... |
tree | commitdiff |
2008-09-20 |
Chris Lattner | add a note |
tree | commitdiff |
2008-09-20 |
Duncan Sands | Implement review feedback from Devang: make use |
tree | commitdiff |
2008-09-20 |
Dale Johannesen | Teach coalescer about earlyclobber bits. |
tree | commitdiff |
2008-09-20 |
Evan Cheng | Fix PR2808. When regalloc runs out of register, it... |
tree | commitdiff |
2008-09-20 |
Evan Cheng | No need to print function stubs for Mac OS X 10.5 and... |
tree | commitdiff |
2008-09-20 |
Evan Cheng | 80 column violation. |
tree | commitdiff |
2008-09-19 |
Dan Gohman | Fix a FastISel GlobalVariable CSE bug. |
tree | commitdiff |
2008-09-19 |
Evan Cheng | Continue after removing the current MI. |
tree | commitdiff |
2008-09-19 |
Dan Gohman | Refactor X86SelectConstAddr, folding it into X86SelectA... |
tree | commitdiff |
2008-09-19 |
Dale Johannesen | Make earlyclobber stuff work when virtual regs |
tree | commitdiff |
2008-09-19 |
Evan Cheng | Re-materalized definition instructions may be dead... |
tree | commitdiff |
2008-09-19 |
Gabor Greif | backing out my last commit, it was not intended to... |
tree | commitdiff |
2008-09-19 |
Gabor Greif | first shot at removing Use::Val |
tree | commitdiff |
2008-09-19 |
Duncan Sands | Remove the MarkModRef pass (use AddReadAttrs instead). |
tree | commitdiff |
2008-09-19 |
Duncan Sands | Add a new pass AddReadAttrs which works out which functions |
tree | commitdiff |
2008-09-19 |
Dale Johannesen | Remove AsmThatEarlyClobber etc. from LiveIntervalAnalysis |
tree | commitdiff |
2008-09-18 |
Devang Patel | splitLoop does not handle split condition EQ. |
tree | commitdiff |
2008-09-18 |
Dan Gohman | Address-mode folding for X86FastISel. It's pretty basic... |
tree | commitdiff |
2008-09-18 |
Bill Wendling | Decrementing the iterator here could be wrong if the... |
tree | commitdiff |
2008-09-18 |
Devang Patel | Try to place hoisted instructions befoe icmp instruction. |
tree | commitdiff |
2008-09-18 |
Evan Cheng | Somehow RegAllocLinearScan is keeping two pointers... |
tree | commitdiff |
2008-09-18 |
Dan Gohman | Simplify this code. The FastISel class has its own... |
tree | commitdiff |
2008-09-18 |
Dan Gohman | Don't consider instructions with implicit physical... |
tree | commitdiff |
2008-09-18 |
Dan Gohman | Add a new "fast" scheduler. This is currently basically... |
tree | commitdiff |
2008-09-18 |
Evan Cheng | Preliminary support for systems which require changing... |
tree | commitdiff |
2008-09-18 |
Evan Cheng | Duh. Default to ARMCC::AL (always). |
tree | commitdiff |
2008-09-18 |
Evan Cheng | Clean up. |
tree | commitdiff |
2008-09-18 |
Evan Cheng | Cosmetic. |
tree | commitdiff |
2008-09-17 |
Dan Gohman | FastISel: For calls, prefer using the callee's address... |
tree | commitdiff |
2008-09-17 |
Dale Johannesen | Add a bit to mark operands of asm's that conflict |
tree | commitdiff |
2008-09-17 |
Evan Cheng | Unallocatable registers do not have live intervals. |
tree | commitdiff |
2008-09-17 |
Devang Patel | Do not hoist instruction above branch condition. The... |
tree | commitdiff |
2008-09-17 |
Devang Patel | Do not ignore iv uses outside the loop. |
tree | commitdiff |
2008-09-17 |
Dan Gohman | Don't worry about clobbering physical register defs... |
tree | commitdiff |
2008-09-17 |
Evan Cheng | Fix addrmode1 instruction encodings; fix bx_ret encoding. |
tree | commitdiff |
2008-09-17 |
Evan Cheng | Specify instruction encoding using range list to avoid... |
tree | commitdiff |
2008-09-17 |
Dan Gohman | Simplify and generalize X86DAGToDAGISel::CanBeFoldedBy... |
tree | commitdiff |
2008-09-17 |
Dan Gohman | Add a new MachineInstr-level DCE pass. It is very simpl... |
tree | commitdiff |
2008-09-17 |
Bill Wendling | Add trampoline support to PPC. GCC simply calls the... |
tree | commitdiff |
2008-09-16 |
Evan Cheng | When converting a CopyFromReg to a copy instruction... |
tree | commitdiff |
2008-09-16 |
Dan Gohman | Change SelectionDAG::getConstantPool to always set... |
tree | commitdiff |
2008-09-16 |
Bill Wendling | Reverting r56249. On further investigation, this functi... |
tree | commitdiff |
2008-09-16 |
Dan Gohman | Include the alignment value when displaying ConstantPoo... |
tree | commitdiff |
2008-09-16 |
Bill Wendling | - Change "ExternalSymbolSDNode" to "SymbolSDNode". |
tree | commitdiff |
2008-09-16 |
Dan Gohman | Fix these comments to reflect current reality. Surprisi... |
tree | commitdiff |
2008-09-16 |
Dan Gohman | Finally re-apply r46959. This is made feasible by the... |
tree | commitdiff |
2008-09-16 |
Dan Gohman | Improve instcombine's handling of integer min and max... |
tree | commitdiff |
2008-09-16 |
Evan Cheng | AllocateRWXMemory -> AllocateRWX. |
tree | commitdiff |
2008-09-16 |
Dan Gohman | Don't take the time to CheckDAGForTailCallsAndFixThem... |
tree | commitdiff |
2008-09-16 |
Dan Gohman | Re-enables the new vector select in the bitcode reader... |
tree | commitdiff |
2008-09-15 |
Dan Gohman | Teach ScalarEvolution to consider loop preheaders in... |
tree | commitdiff |
2008-09-15 |
Owen Anderson | Live intervals for live-in registers should begin at... |
tree | commitdiff |
2008-09-15 |
Dan Gohman | Teach LSR to optimize away SMAX operations for tripcoun... |
tree | commitdiff |
2008-09-15 |
Bruno Cardoso Lopes | Fixed Bug 2751 |
tree | commitdiff |
2008-09-15 |
Dan Gohman | Re-enable SelectionDAG CSE for calls. It matters in... |
tree | commitdiff |
2008-09-15 |
Evan Cheng | Correctly update kill infos after extending a live... |
tree | commitdiff |
2008-09-14 |
Dan Gohman | Fix WriteAsOperand to not emit a leading space characte... |
tree | commitdiff |
2008-09-14 |
Dale Johannesen | adjust last patch per review feedback |
tree | commitdiff |
2008-09-13 |
Dan Gohman | Remove isImm(), isReg(), and friends, in favor of |
tree | commitdiff |
2008-09-13 |
Duncan Sands | Fix PR2792: treat volatile loads as writing memory... |
tree | commitdiff |
2008-09-13 |
Evan Cheng | Fix random abort. |
tree | commitdiff |
2008-09-13 |
Dan Gohman | Define CallSDNode, an SDNode subclass for use with... |
tree | commitdiff |
2008-09-13 |
Evan Cheng | Typo. |
tree | commitdiff |
next |