| Age | Commit message (Expand) | Author |
| 2012-12-19 | Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ... | Craig Topper |
| 2012-12-19 | Add some missing Defs and Uses. | Reed Kotler |
| 2012-12-19 | Make sure the buffer, which containas an instance of APFloat, has proper alig... | Shuxin Yang |
| 2012-12-18 | Add to the disassembler C API an option to print the disassembled | Kevin Enderby |
| 2012-12-18 | Use bidirectional bundle flags to simplify important functions. | Jakob Stoklund Olesen |
| 2012-12-18 | rdar://12801297 | Shuxin Yang |
| 2012-12-18 | Enable the loop vectorizer in clang and not in the pass manager, so that we c... | Nadav Rotem |
| 2012-12-18 | Verify bundle flag consistency when setting them. | Jakob Stoklund Olesen |
| 2012-12-18 | Reverse order of checking SSE level when calculating compare cost, so we check | Jakub Staszak |
| 2012-12-18 | Verify bundle flags for consistency in MachineVerifier. | Jakob Stoklund Olesen |
| 2012-12-18 | Disable ARM partial flag dependency optimization at -Oz | Quentin Colombet |
| 2012-12-18 | Don't allow the automatically updated MI flags to be set directly. | Jakob Stoklund Olesen |
| 2012-12-18 | Tighten up the splice() API for bundled instructions. | Jakob Stoklund Olesen |
| 2012-12-18 | MISched: add dependence to ExitSU to model live-out latency. | Andrew Trick |
| 2012-12-18 | MISched: Cleanup, redundant statement. | Andrew Trick |
| 2012-12-18 | MISched: Heuristics, compare latency more precisely. It matters more for some... | Andrew Trick |
| 2012-12-18 | MISched: Remove SchedRemainder::IsResourceLimited. I don't know how to comput... | Andrew Trick |
| 2012-12-18 | MISched: cleanup, use the proper iterator type. | Andrew Trick |
| 2012-12-18 | MISched: minor improvement, initialize remaining resources before the first s... | Andrew Trick |
| 2012-12-18 | LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst... | Benjamin Kramer |
| 2012-12-18 | Get rid of the pesky -Woverloaded-virtual warning. No change in functionality. | Eli Bendersky |
| 2012-12-18 | Tighten the insert() API for bundled instructions. | Jakob Stoklund Olesen |
| 2012-12-18 | Check multiple register classes for inline asm tied registers | Hal Finkel |
| 2012-12-18 | Enable the loop vectorizer. | Nadav Rotem |
| 2012-12-18 | SROA: Replace calls to getScalarSizeInBits to DataLayout's API because | Nadav Rotem |
| 2012-12-18 | Initialize NoRedZone and remove unused default values. | Rafael Espindola |
| 2012-12-18 | Repair bundles that were broken by removing and reinserting the first | Jakob Stoklund Olesen |
| 2012-12-18 | Formatting. | Eric Christopher |
| 2012-12-18 | Add support for passing -main-file-name all the way through to | Eric Christopher |
| 2012-12-18 | Cleanup formatting and whitespace. | Eric Christopher |
| 2012-12-18 | Extract a method, no functional change intended. | Jakob Stoklund Olesen |
| 2012-12-17 | Tighten up the erase/remove API for bundled instructions. | Jakob Stoklund Olesen |
| 2012-12-17 | EmitDebugLabel should by default be the same as EmitLabel everywhere. | Reed Kotler |
| 2012-12-17 | fix indentation | Eli Bendersky |
| 2012-12-17 | [arm fast-isel] Minor cleanup. No functional change intended. | Chad Rosier |
| 2012-12-17 | Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the | Chandler Carruth |
| 2012-12-17 | Removed trailing whitespace | Michael Ilseman |
| 2012-12-17 | [arm fast-isel] Fast-isel only handles simple VTs, so make sure the necessary | Chad Rosier |
| 2012-12-17 | Fix another SROA crasher, PR14601. | Chandler Carruth |
| 2012-12-17 | Query section for whether it should be executable. | Tim Northover |
| 2012-12-17 | Teach MachO which sections contain code | Tim Northover |
| 2012-12-17 | [msan] Fix lint warning. | Evgeniy Stepanov |
| 2012-12-17 | Add instruction encodings / disassembly support for l2r instructions. | Richard Osborne |
| 2012-12-17 | R600: enable S_*N2_* instructions | Tom Stellard |
| 2012-12-17 | R600: BB operand support for SI | Tom Stellard |
| 2012-12-17 | R600: remove nonsense setPrefLoopAlignment | Tom Stellard |
| 2012-12-17 | Teach the rewriting of memcpy calls to support subvector copies. | Chandler Carruth |
| 2012-12-17 | Revert/correct some FastISel changes in r170104 (EVT->MVT for | Patrik Hagglund |
| 2012-12-17 | Optimize tree walking in markAliveBlocks. | Evgeniy Stepanov |
| 2012-12-17 | Add instruction encodings for PEEK and ENDIN. | Richard Osborne |