Age | Commit message (Expand) | Author |
2012-03-17 | MC asm parser macro argument count was wrong when empty. | Jim Grosbach |
2012-03-16 | Check if we can handle the arguments of a call (and therefore the call) in | Bill Wendling |
2012-03-16 | ARM fix silly typo in optional operand alias. | Jim Grosbach |
2012-03-16 | ARM divided syntax fmrx/fmxr mnemonics. | Jim Grosbach |
2012-03-16 | ARM ldm/stm register lists can be out of order. | Jim Grosbach |
2012-03-16 | Revert r152907. | Bill Wendling |
2012-03-16 | ScheduleDAGInstrs: When adding uses we add them into a set that's empty at th... | Benjamin Kramer |
2012-03-16 | Limit the number of memory operands in MachineInstr to 2^16 and store the num... | Benjamin Kramer |
2012-03-16 | CriticalAntiDepBreaker: BasicBlock::size is an expensive operation, reuse the... | Benjamin Kramer |
2012-03-16 | The alignment of the pointer part of the store instruction may have an | Bill Wendling |
2012-03-16 | Rip out support for 'llvm.noinline'. This thing has a strange history... | Chandler Carruth |
2012-03-16 | Start removing the use of an ad-hoc 'never inline' set and instead | Chandler Carruth |
2012-03-16 | Pull the implementation of the code metrics out of the inline cost | Chandler Carruth |
2012-03-16 | misched: add DAG edges from vreg defs to ExitSU. | Andrew Trick |
2012-03-16 | LSR fix: Add isSimplifiedLoopNest to IVUsers analysis. | Andrew Trick |
2012-03-16 | Revert r152705, which reapplied r152486 as this appears to be causing failures | Chad Rosier |
2012-03-16 | In InstCombiner::visitOr, make sure we reverse the operand swap used for chec... | Eli Friedman |
2012-03-16 | ARM optional operand on MRC/MCR assembly instructions. | Jim Grosbach |
2012-03-16 | ARM vmrs system registers mvfr0 and mvfr1 handling. | Jim Grosbach |
2012-03-16 | Do the right thing on NULL uint64 fields. | Eric Christopher |
2012-03-16 | Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f... | NAKAMURA Takumi |
2012-03-15 | For types with a parent of the compile unit make sure and emit | Eric Christopher |
2012-03-15 | Remove inadvertant commit. | Jim Grosbach |
2012-03-15 | [fast-isel] Address Eli's comments for r152847. Specifically, add a test case | Chad Rosier |
2012-03-15 | [fast-isel] Don't try to encode LONG_MIN using cmn instructions. | Chad Rosier |
2012-03-15 | ARM case-insensitive checking for APSR_nzcv. | Jim Grosbach |
2012-03-15 | We actually handle AllocaInst via getRegForValue below just fine. | Eric Christopher |
2012-03-15 | Add some debugging output into fast isel as well. | Eric Christopher |
2012-03-15 | Add another debug statement. | Eric Christopher |
2012-03-15 | Tabs. | Eric Christopher |
2012-03-15 | Typo. | Eric Christopher |
2012-03-15 | ARM aliases for pre-unified syntax fcmpz[sd] mnemonics. | Jim Grosbach |
2012-03-15 | Type sizes and fields offsets inside structs are unsigned. This is a highly | Duncan Sands |
2012-03-15 | Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints on | Lang Hames |
2012-03-15 | Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ... | Kristof Beyls |
2012-03-15 | Fix bug found by warning. | Michael J. Spencer |
2012-03-15 | Short term fix for pr12270 before we change dominates to handle unreachable | Rafael Espindola |
2012-03-15 | Use an iterator instead of calling .size() on the worklist every time, which ... | Bill Wendling |
2012-03-15 | Implement relocation-overflow behavior for PE/COFF. | Michael J. Spencer |
2012-03-15 | When optimizing certain BUILD_VECTOR nodes into other BUILD_VECTOR nodes, add... | Nadav Rotem |
2012-03-15 | Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting | Eric Christopher |
2012-03-15 | Add a xform to the DAG combiner. | Bill Wendling |
2012-03-15 | Remove the basic inliner. This was added in 2007, and hasn't really | Chandler Carruth |
2012-03-15 | Make the swap code here a bit more obvious what its doing... We're | Chandler Carruth |
2012-03-15 | Don't assume that the arguments are processed in some particular order. | Chandler Carruth |
2012-03-15 | [avx] Add patterns for VINSERTF128rm. | Chad Rosier |
2012-03-15 | This pass didn't want the inline cost per-se, it just wants generic code | Chandler Carruth |
2012-03-15 | Remove all remnants of partial specialization in the cost computation | Chandler Carruth |
2012-03-15 | Fixed a transform crash when setting a negative size value for memset. Fixes... | Aaron Ballman |
2012-03-14 | [tsan] use FunctionBlackList | Kostya Serebryany |