| Age | Commit message (Expand) | Author |
| 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 | Add an assertion for a likely ilist::splice() contract violation. | Jakob Stoklund Olesen |
| 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 | Rename the test so that we can add additional vectors-of-pointers tests | Nadav Rotem |
| 2012-12-18 | SROA: Replace calls to getScalarSizeInBits to DataLayout's API because | Nadav Rotem |
| 2012-12-18 | llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash. | NAKAMURA Takumi |
| 2012-12-18 | Initialize NoRedZone and remove unused default values. | Rafael Espindola |
| 2012-12-18 | Cleanup comment and formatting | Eli Bendersky |
| 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 | Fix some integer constant warnings by using a suffix | Nick Kledzik |
| 2012-12-17 | Add a triple to this test -- it has to be an ELF platform... | Chandler Carruth |
| 2012-12-17 | Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the | Chandler Carruth |
| 2012-12-17 | re-enable test cases now that traits work with g++. Fix some g++ warnings | Nick Kledzik |
| 2012-12-17 | Remove trailing whitespace | Michael Ilseman |
| 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 | Use different trait techniques to be compatible with g++ | Nick Kledzik |
| 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 |