| Age | Commit message (Expand) | Author |
| 2011-02-28 | Clean whitespace. | Owen Anderson |
| 2011-02-28 | Delete the GEPSplitter experiment. | Dan Gohman |
| 2011-02-28 | Support for byval parameters on ARM. Will be enabled by a forthcoming | Stuart Hastings |
| 2011-02-27 | Legalize support for fpextend of vector. PR9309. | Duncan Sands |
| 2011-02-27 | Fix typos in the comments. | Nadav Rotem |
| 2011-02-27 | Pass the graph to the DOTGraphTraits.getEdgeAttributes(). | Tobias Grosser |
| 2011-02-26 | Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega... | Benjamin Kramer |
| 2011-02-25 | Trailing whitespace. | Jim Grosbach |
| 2011-02-25 | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson |
| 2011-02-25 | Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. | Cameron Zwarich |
| 2011-02-25 | Fix formatting of debug helper string. | Jim Grosbach |
| 2011-02-25 | Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory it | Cameron Zwarich |
| 2011-02-25 | We only want to zero extend the existing information if the bit width is | Cameron Zwarich |
| 2011-02-25 | Try harder to get the hint by preferring to evict hint interference. | Jakob Stoklund Olesen |
| 2011-02-24 | Tweak the register allocator priority queue some more. | Jakob Stoklund Olesen |
| 2011-02-24 | Remove dead variable. | Nick Lewycky |
| 2011-02-24 | Enable DebugInfo support for COFF object files. | Devang Patel |
| 2011-02-24 | Enable support for vector sext and trunc: | Nadav Rotem |
| 2011-02-24 | Fix llvm-gcc bootstrap with gnu ld. | Rafael Espindola |
| 2011-02-24 | Do not use DIFactory. | Devang Patel |
| 2011-02-24 | Merge information about the number of zero, one, and sign bits of live-out | Cameron Zwarich |
| 2011-02-24 | Add a getNumSignBits() method to APInt. | Cameron Zwarich |
| 2011-02-24 | Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it whenever | Cameron Zwarich |
| 2011-02-24 | Track blocks visited in reverse postorder. | Cameron Zwarich |
| 2011-02-24 | Refactor the LiveOutInfo interface into a few methods on FunctionLoweringInfo | Cameron Zwarich |
| 2011-02-24 | Have isel visit blocks in reverse postorder rather than an undefined order. This | Cameron Zwarich |
| 2011-02-24 | Use the same spill slot for all live ranges that descend form the same original | Jakob Stoklund Olesen |
| 2011-02-23 | Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000... | Devang Patel |
| 2011-02-23 | It is safe to ignore LastSplitPoint when the variable is not live out. | Jakob Stoklund Olesen |
| 2011-02-23 | Omit private_extern declarations of extern symbols; followup to | Stuart Hastings |
| 2011-02-23 | Keep track of how many times a live range has been dequeued, and prioritize n... | Jakob Stoklund Olesen |
| 2011-02-23 | Fix a bug in determining if there is only a single interfering register. | Jakob Stoklund Olesen |
| 2011-02-23 | Be more aggressive about evicting interference. | Jakob Stoklund Olesen |
| 2011-02-22 | Change the RAGreedy register assignment order so large live ranges are alloca... | Jakob Stoklund Olesen |
| 2011-02-22 | 80 Col. | Jakob Stoklund Olesen |
| 2011-02-22 | MachineConstantPoolValues are not uniqued, so they need to be freed if they | Cameron Zwarich |
| 2011-02-22 | VirtRegRewriter assertion fix. | Andrew Trick |
| 2011-02-22 | Roll out r126169 and r126170 in an attempt to fix the selfhost bot. | Cameron Zwarich |
| 2011-02-22 | Merge information about the number of zero, one, and sign bits of live-out re... | Cameron Zwarich |
| 2011-02-22 | Have isel visit blocks in reverse postorder rather than an undefined order. This | Cameron Zwarich |
| 2011-02-21 | Revert r125960, it's breaking darwin10 bootstrap. | Eric Christopher |
| 2011-02-21 | Add more debugging output. | Evan Cheng |
| 2011-02-21 | Revert r124611 - "Keep track of incoming argument's location while emitting L... | Devang Patel |
| 2011-02-21 | Add SplitKit::isOriginalEndpoint and use it to force live range splitting to ... | Jakob Stoklund Olesen |
| 2011-02-21 | Fix to correctly support attribute((section("__DATA, __common"))). | Stuart Hastings |
| 2011-02-20 | Fix 9267; Add vector zext support. | Nadav Rotem |
| 2011-02-19 | Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug... | Devang Patel |
| 2011-02-19 | Give SplitAnalysis a VRM member to access VirtRegMap::getOriginal(). | Jakob Stoklund Olesen |
| 2011-02-19 | Missed member rename for naming convention. | Jakob Stoklund Olesen |
| 2011-02-19 | This method belonged in VirtRegMap. | Jakob Stoklund Olesen |