| Age | Commit message (Expand) | Author |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
| 2010-03-30 | Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows | Benjamin Kramer |
| 2010-03-30 | Reapply r99881 with some fixes: only call destructor in releaseMemory! | Torok Edwin |
| 2010-03-29 | Pool allocate SDDbgValue nodes. | Evan Cheng |
| 2010-03-29 | Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte... | Devang Patel |
| 2010-03-28 | Revert 99772. | Devang Patel |
| 2010-03-28 | Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter. | Devang Patel |
| 2010-03-28 | add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and | Chris Lattner |
| 2010-03-27 | bump FIRST_TARGET_MEMORY_OPCODE back up, there is no reason to make it a tigh... | Chris Lattner |
| 2010-03-26 | Add few missed libcalls and correct names for others. | Anton Korobeynikov |
| 2010-03-25 | Reapply Kevin's change 94440, now that Chris has fixed the limitation on | Bob Wilson |
| 2010-03-25 | Fix typo. | Devang Patel |
| 2010-03-25 | Change how dbg_value sdnodes are converted into machine instructions. Their p... | Evan Cheng |
| 2010-03-24 | Speculatively revert this to see if it fixes buildbot failures. | Bob Wilson |
| 2010-03-24 | Added the Advanced Encryption Standard (AES) Instructions. | Kevin Enderby |
| 2010-03-19 | Stop trying to merge identical jump tables. This had been inadvertently | Bob Wilson |
| 2010-03-18 | Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to | Bob Wilson |
| 2010-03-16 | Fix the third (and last known) case of code update problems due | Chris Lattner |
| 2010-03-15 | Implement support for the case when a reference to a addr-of-bb | Chris Lattner |
| 2010-03-15 | Fix the case when a reference to an address taken BB is emitted in one | Chris Lattner |
| 2010-03-15 | MachineMove ctor doesn't need to to mutate input, add 'const' | Chris Lattner |
| 2010-03-15 | remove dead method. | Chris Lattner |
| 2010-03-14 | Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes | Duncan Sands |
| 2010-03-14 | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov |
| 2010-03-14 | Add DAG nodes to represent FP16 <-> FP32 intrinsics | Anton Korobeynikov |
| 2010-03-14 | fix AsmPrinter::GetBlockAddressSymbol to always return a unique | Chris Lattner |
| 2010-03-14 | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner |
| 2010-03-14 | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner |
| 2010-03-14 | switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. | Chris Lattner |
| 2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
| 2010-03-14 | eliminate InvalidateLabel and LabelIDList from MMI and replace | Chris Lattner |
| 2010-03-14 | use Label->isDefined() instead of isLabelDeleted() now that we | Chris Lattner |
| 2010-03-14 | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner |
| 2010-03-13 | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner |
| 2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner |
| 2010-03-13 | add builder support for mcsymbol operands. | Chris Lattner |
| 2010-03-13 | add support for MCSymbols as operands to MachineInstrs. | Chris Lattner |
| 2010-03-12 | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner |
| 2010-03-12 | eliminate the X86 version of GetGlobalValueSymbol, allowing | Chris Lattner |
| 2010-03-11 | rename getSymbolForDwarf* to getExprForDwarf* since it returns | Chris Lattner |
| 2010-03-11 | Add a new jump table encoding to indicate jump tables entries | Richard Osborne |
| 2010-03-11 | The check for coalescing a virtual register to a physical register, e.g. | Evan Cheng |
| 2010-03-11 | Make sure HasDebugValue is initialized. This should fix | Dale Johannesen |
| 2010-03-10 | Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that | Bill Wendling |
| 2010-03-10 | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen |
| 2010-03-09 | reapply r98035: | Chris Lattner |
| 2010-03-09 | Speculatively revert r98035. It appears to have caused a set of buildbot | Eric Christopher |
| 2010-03-09 | Now that setStartLabel takes an MCSymbol, we can de-ID'ize | Chris Lattner |
| 2010-03-09 | strength reduce MMI::MappedLabel to MMI::isLabelDeleted, | Chris Lattner |