Age | Commit message (Expand) | Author |
2008-09-22 | Initial support for the CMake build system. | Oscar Fuentes |
2008-09-21 | explain what earlyclobber actually is. | Chris Lattner |
2008-09-21 | Factor out code into HandleVirtRegDef, for consistency with | Dan Gohman |
2008-09-20 | Update VS projects. | Cedric Venet |
2008-09-20 | Shorten and rearrange data fields to save a word of memory. | Dale Johannesen |
2008-09-19 | Prevent warning about conversion from 64-bit to 32-bit by (yuck) casting... | Bill Wendling |
2008-09-19 | Now that ConstantSDNode doesn't hold an APInt, | Dan Gohman |
2008-09-19 | Added static methods to APSInt: getMinValue and getMaxValue. | Ted Kremenek |
2008-09-19 | backing out my last commit, it was not intended to go on the trunk | Gabor Greif |
2008-09-19 | first shot at removing Use::Val | Gabor Greif |
2008-09-19 | Remove the MarkModRef pass (use AddReadAttrs instead). | Duncan Sands |
2008-09-19 | Add a new pass AddReadAttrs which works out which functions | Duncan Sands |
2008-09-19 | Remove AsmThatEarlyClobber etc. from LiveIntervalAnalysis | Dale Johannesen |
2008-09-18 | Add a new "fast" scheduler. This is currently basically just a | Dan Gohman |
2008-09-18 | Preliminary support for systems which require changing JIT memory regions pri... | Evan Cheng |
2008-09-17 | Add a bit to mark operands of asm's that conflict | Dale Johannesen |
2008-09-17 | Add a new MachineInstr-level DCE pass. It is very simple, and is intended to | Dan Gohman |
2008-09-16 | Remove. | Devang Patel |
2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
2008-09-16 | Fix these comments to reflect current reality. Surprisingly, | Dan Gohman |
2008-09-16 | FCmpInst predicates UNO, ORD, FALSE, and TRUE are commutative. | Dan Gohman |
2008-09-16 | Re-enables the new vector select in the bitcode reader, by modifying the | Dan Gohman |
2008-09-15 | Extract optimization pass selection code from llvm-gcc into a separate routine. | Devang Patel |
2008-09-15 | Re-enable SelectionDAG CSE for calls. It matters in the case of | Dan Gohman |
2008-09-14 | adjust last patch per review feedback | Dale Johannesen |
2008-09-13 | minor correction | Gabor Greif |
2008-09-13 | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman |
2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
2008-09-12 | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman |
2008-09-12 | Pass "earlyclobber" bit through to machine | Dale Johannesen |
2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
2008-09-11 | Eliminate some unused methods. | Evan Cheng |
2008-09-11 | Change getSubReg semantics. It now returns zero if the specified register doe... | Evan Cheng |
2008-09-11 | The version of AtomicSDNode::AtomicSDNode used (only) for | Dale Johannesen |
2008-09-10 | Add X86FastISel support for static allocas, and refences | Dan Gohman |
2008-09-09 | Move the uglier parts of deciding not to emit a | Dale Johannesen |
2008-09-09 | Make safer variant of alias resolution routine to be default | Anton Korobeynikov |
2008-09-09 | Fix incorrect linker behaviour: we shouldn't resolve weak aliases. | Anton Korobeynikov |
2008-09-09 | fit in 80 cols, minor tweaks | Gabor Greif |
2008-09-09 | Fix a constant lowering bug. Now we can do load and store instructions with f... | Evan Cheng |
2008-09-09 | Fix logic for not emitting no-dead-strip for some | Dale Johannesen |
2008-09-09 | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman |
2008-09-08 | Reapply 55899: First draft of EH support on x86/64-linux | Anton Korobeynikov |
2008-09-08 | Accidental commit of partial 'stack canaries' code | Bill Wendling |
2008-09-08 | Reverting r55898 to r55909. One of these patches was causing an ICE during th... | Bill Wendling |
2008-09-08 | First draft of EH support on x86/64-linux | Anton Korobeynikov |
2008-09-08 | Reapply 55859. This doesn't change anything as | Duncan Sands |
2008-09-07 | - Doh. Pass vector by value is bad. | Evan Cheng |
2008-09-06 | When PruneEH turned an invoke into an ordinary | Duncan Sands |