| Age | Commit message (Expand) | Author |
| 2013-02-07 | FDE::dumpHeader(): Forgot to fix one more formatting, ... take two! | NAKAMURA Takumi |
| 2013-02-07 | R600: Consolidate sub register indices. | Tom Stellard |
| 2013-02-07 | R600: Add support for SET*_DX10 instructions | Tom Stellard |
| 2013-02-07 | R600: Fix assembly name for SETGT_INT | Tom Stellard |
| 2013-02-07 | FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian h... | NAKAMURA Takumi |
| 2013-02-07 | Make sure we call externals from libraries properly when -static. | Reed Kotler |
| 2013-02-07 | tblgen: Diagnose duplicate includes. | Sean Silva |
| 2013-02-07 | Moved some comments due to the recent refactoring of ObjCARC. | Michael Gottesman |
| 2013-02-07 | Enable jumps when in -static mode. | Reed Kotler |
| 2013-02-07 | DWARFDebugFrame.cpp: Fix formatting on i686 hosts. | NAKAMURA Takumi |
| 2013-02-07 | Preserve fast-math flags after reassociation and commutation. Update test cases | Michael Ilseman |
| 2013-02-07 | Conditionalize constant folding of math intrinsics on the availability of an ... | Owen Anderson |
| 2013-02-06 | Signficantly generalize our ability to constant fold floating point intrinsic... | Owen Anderson |
| 2013-02-06 | Code Custodian (trivial whitespace cleanup) | Joe Abbey |
| 2013-02-06 | Clean up multiple skeleton compile units if we have multiple compile | Eric Christopher |
| 2013-02-06 | Remove some dead code. | Eric Christopher |
| 2013-02-06 | [mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0". | Akira Hatanaka |
| 2013-02-06 | Store bitcode verifier errors rather than dumping to stderr | Derek Schuff |
| 2013-02-06 | This is a follow-up on r174446, now taking Atom processors into | Eli Bendersky |
| 2013-02-06 | PPC calling convention cleanup. | Bill Schmidt |
| 2013-02-06 | R600: Support for indirect addressing v4 | Tom Stellard |
| 2013-02-06 | Implement external weak (ELF) symbols on AArch64 | Tim Northover |
| 2013-02-06 | Add some comments to new frame entries | Eli Bendersky |
| 2013-02-06 | Add AArch64 CRC32 instructions | Tim Northover |
| 2013-02-06 | Add icache prefetch operations to AArch64 | Tim Northover |
| 2013-02-06 | Initial submission for the attribute group feature. | Bill Wendling |
| 2013-02-06 | Remove extra blank line between closing curly brace and 'else' | Craig Topper |
| 2013-02-06 | Remove unused private field to suppress a build warning. | Craig Topper |
| 2013-02-06 | ARM: Use MCTargetAsmParser::validateTargetOperandClass(). | Jim Grosbach |
| 2013-02-06 | Failing builds because a private class member is not being used after | Eli Bendersky |
| 2013-02-06 | Add virtual desctructor to FrameEntry to avoid error on delete-non-virtual-dtor | Eli Bendersky |
| 2013-02-06 | Tweak check to avoid integer overflow (for insanely large alignments) | Evan Cheng |
| 2013-02-06 | Add a 'StringRef' version of hasAttribute. | Bill Wendling |
| 2013-02-06 | Add methods to merge an AttrBuilder into another builder. | Bill Wendling |
| 2013-02-06 | Attempt to recover gdb bot after r174445. | Manman Ren |
| 2013-02-06 | Fix some formatting & add comments, following Eric's review | Eli Bendersky |
| 2013-02-05 | Add the target-dependent (string) attributes from the AttrBuilder to the Attr... | Bill Wendling |
| 2013-02-05 | Add missing file to CMake list | Eli Bendersky |
| 2013-02-05 | Initial support for DWARF CFI parsing and dumping in LLVM | Eli Bendersky |
| 2013-02-05 | Convert to storing the attribute's internals as enums, integers, and strings. | Bill Wendling |
| 2013-02-05 | Make sure the correct opcodes are used to SUB and ADD the stack | Eli Bendersky |
| 2013-02-05 | Dwarf: support for LTO where a single object file can have multiple line tables | Manman Ren |
| 2013-02-05 | [mips] Do not use function CC_MipsN_VarArg unless the function being analyzed | Akira Hatanaka |
| 2013-02-05 | InstCombine: Fix and simplify the inttoptr side too. | Benjamin Kramer |
| 2013-02-05 | Removed explicit inline as per the LLVM style guide. | Michael Gottesman |
| 2013-02-05 | Reapply r174343, with a fix for a scary DAG combine bug where it failed to di... | Owen Anderson |
| 2013-02-05 | InstCombine: Harden code to work with vectors of pointers and simplify it a bit. | Benjamin Kramer |
| 2013-02-05 | Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handle | Jyotsna Verma |
| 2013-02-05 | ConstantFolding: Fix a crash when encoutering a truncating inttoptr. | Benjamin Kramer |
| 2013-02-05 | Loop Vectorizer: Refactor code to compute vectorized memory instruction cost | Arnold Schwaighofer |