| Age | Commit message (Expand) | Author |
| 2011-01-08 | Use an IndexedMap for LiveVariables::VirtRegInfo. | Jakob Stoklund Olesen |
| 2011-01-08 | Do not talk about TargetRegisterInfo::FirstVirtualRegister. | Jakob Stoklund Olesen |
| 2011-01-08 | Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister... | Jakob Stoklund Olesen |
| 2011-01-08 | Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call. | Evan Cheng |
| 2011-01-07 | Do not model all INLINEASM instructions as having unmodelled side effects. | Evan Cheng |
| 2011-01-07 | Fix comment. INLINEASM node operand #3 is IsAlignStack bit. | Evan Cheng |
| 2011-01-07 | Change EXTRACT_SUBVECTOR to require a constant index. | Bob Wilson |
| 2011-01-06 | Add the SpillPlacement analysis pass. | Jakob Stoklund Olesen |
| 2011-01-05 | Fix small bug in setDebugInfoAvailability. | Wesley Peck |
| 2011-01-04 | Use the EdgeBundles analysis in X86FloatingPoint instead of recomputing CFG | Jakob Stoklund Olesen |
| 2011-01-04 | Turn the EdgeBundles class into a stand-alone machine CFG analysis pass. | Jakob Stoklund Olesen |
| 2011-01-04 | Give MachineFunctionAnalysis a getPassName() implementation to make timing re... | Owen Anderson |
| 2010-12-25 | Header warning patrol. | Eric Christopher |
| 2010-12-24 | Minor cleanup related to my latest scheduler changes. | Andrew Trick |
| 2010-12-24 | Various bits of framework needed for precise machine-level selection | Andrew Trick |
| 2010-12-24 | whitespace | Andrew Trick |
| 2010-12-23 | flags -> glue for selectiondag | Chris Lattner |
| 2010-12-23 | sdisel flag -> glue. | Chris Lattner |
| 2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
| 2010-12-21 | Use IntEqClasses to compute connected components of live intervals. | Jakob Stoklund Olesen |
| 2010-12-20 | update comment. | Chris Lattner |
| 2010-12-18 | Pass a Banner argument to the machine code verifier both from | Jakob Stoklund Olesen |
| 2010-12-17 | Avoid dereferencing end() in collectInterferingVRegs() when there is no | Jakob Stoklund Olesen |
| 2010-12-17 | Enable loop splitting in RegAllocGreedy. | Jakob Stoklund Olesen |
| 2010-12-17 | Add MachineLoopRange comparators for sorting loop lists by number and by area. | Jakob Stoklund Olesen |
| 2010-12-17 | Provide LiveIntervalUnion::Query::checkLoopInterference. | Jakob Stoklund Olesen |
| 2010-12-15 | Add MachineLoopRanges analysis. | Jakob Stoklund Olesen |
| 2010-12-15 | Add SlotIndexes::getMBBRange() to get the range of a basic block in a single | Jakob Stoklund Olesen |
| 2010-12-10 | Fixed version of 121434 with no new memory leaks. | Rafael Espindola |
| 2010-12-10 | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola |
| 2010-12-09 | Initial support for the cfi directives. This is just enough to get | Rafael Espindola |
| 2010-12-08 | Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi... | Lang Hames |
| 2010-12-08 | Generalize PostRAHazardRecognizer so it can be used in any pass for | Andrew Trick |
| 2010-12-08 | Stub out RegAllocGreedy. | Jakob Stoklund Olesen |
| 2010-12-02 | Implement the first half of LiveDebugVariables. | Jakob Stoklund Olesen |
| 2010-11-30 | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-11-25 | SDep is POD-like. Shave off a few bytes from SUnit by moving a member around. | Benjamin Kramer |
| 2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
| 2010-11-21 | add some helper methods for asmprinter flags, from PR8417 | Chris Lattner |
| 2010-11-20 | On X86, MEMBARRIER, MFENCE, SFENCE, LFENCE are not target memory intrinsics, | Duncan Sands |
| 2010-11-18 | Rename ExpandPseudos to ExpandISelPseudos to help clarify its role. | Dan Gohman |
| 2010-11-17 | refactor the interface to EmitInlineAsm a bit, no functionality change. | Chris Lattner |
| 2010-11-16 | Split pseudo-instruction expansion into a separate pass, to make it | Dan Gohman |
| 2010-11-14 | move the pic base symbol stuff up to MachineFunction | Chris Lattner |
| 2010-11-12 | add operand iterator apis to MachineInstr, patch by ether zhhb. | Chris Lattner |
| 2010-11-11 | Insert two blank SlotIndexes between basic blocks instead of just one. | Jakob Stoklund Olesen |
| 2010-11-10 | Delete unused function. | Jakob Stoklund Olesen |
| 2010-11-10 | RABasic is nearly functionally complete. There are a few remaining | Andrew Trick |
| 2010-11-06 | Prune includes. | Benjamin Kramer |