| Age | Commit message (Expand) | Author |
| 2013-03-23 | Plug a memory leak in FileCheck when the input file is empty. | Benjamin Kramer |
| 2013-03-23 | Move X86-dependent test into the right subdirectory. | Benjamin Kramer |
| 2013-03-23 | Remove the type legality check from the SelectionDAGBuilder when it lowers @l... | Owen Anderson |
| 2013-03-23 | Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n... | Michael Gottesman |
| 2013-03-23 | Changed the method name PtrState.IsKnownIncremented() to PtrState.HasKnownPos... | Michael Gottesman |
| 2013-03-23 | Fix comparison of mixed signedness | Hal Finkel |
| 2013-03-22 | [docs] Slight reword for precision. | Sean Silva |
| 2013-03-22 | [docs] Document usage of SmallVectorImpl in interfaces. | Sean Silva |
| 2013-03-22 | Allow the register scavenger to spill multiple registers | Hal Finkel |
| 2013-03-22 | Support in AAEvaluator to print alias queries of loads/stores with TBAA tags. | Manman Ren |
| 2013-03-22 | Kill every call to @clang.arc.use in the ARC contract phase. | John McCall |
| 2013-03-22 | Update test. There may be multiple catches, but those will be cleaned up. | Bill Wendling |
| 2013-03-22 | Add all clauses when merging the landing pads. Duplicates will be handled lat... | Bill Wendling |
| 2013-03-22 | Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair | David Blaikie |
| 2013-03-22 | reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes | David Blaikie |
| 2013-03-22 | Reverted r176374. In some cases the lit.site.cfg file does not get generated ... | Galina Kistanova |
| 2013-03-22 | Don't use the removed API. | Bill Wendling |
| 2013-03-22 | Revert r177675. This is language-specific and shouldn't be in the API. | Bill Wendling |
| 2013-03-22 | Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w... | Jyotsna Verma |
| 2013-03-22 | Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/... | David Blaikie |
| 2013-03-22 | fix small doc typo | Eli Bendersky |
| 2013-03-22 | R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730 | Michel Danzer |
| 2013-03-22 | Remove ABI-duplicated call instruction patterns. | Ulrich Weigand |
| 2013-03-22 | Rename memrr ptrreg and offreg components. | Ulrich Weigand |
| 2013-03-22 | Fix swapped BasePtr and Offset in pre-inc memory addresses. | Ulrich Weigand |
| 2013-03-22 | Tighten iaddroff ComplexPattern. | Ulrich Weigand |
| 2013-03-22 | Remove the xaddroff ComplexPattern. | Ulrich Weigand |
| 2013-03-22 | R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsics | Michel Danzer |
| 2013-03-22 | [asan] Change the way we report the alloca frame on stack-buff-overflow. | Kostya Serebryany |
| 2013-03-22 | tsan: fix the test | Dmitry Vyukov |
| 2013-03-22 | tsan: handle vptr loads specially | Dmitry Vyukov |
| 2013-03-22 | Fix llvm::removeUnreachableBlocks to handle unreachable loops. | Evgeniy Stepanov |
| 2013-03-22 | InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge... | Arnaud A. de Grandmaison |
| 2013-03-22 | Remove ScavengedRC from RegisterScavenging | Hal Finkel |
| 2013-03-22 | Reorder the DIFile field in DILexicalBlock to become a prefix common with oth... | David Blaikie |
| 2013-03-22 | Remove the empty directory. Silly git-svn. | Chandler Carruth |
| 2013-03-22 | Remove the ARM-specific variant of this test. It's already covered by | Chandler Carruth |
| 2013-03-22 | Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on... | Argyrios Kyrtzidis |
| 2013-03-22 | Revert r177543: Add timing of the IR parsing code with a new | Chandler Carruth |
| 2013-03-22 | Fix the invalid opcode for Mips branch instructions in the assembler | Jack Carter |
| 2013-03-22 | This patch that enables the Mips assembler to use symbols for offset for inst... | Jack Carter |
| 2013-03-21 | Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register class | Hal Finkel |
| 2013-03-21 | Add TableGen ctags(1) emitter and helper script. | Sean Silva |
| 2013-03-21 | Always forward 'resume' instructions to the outter landing pad. | Bill Wendling |
| 2013-03-21 | Fix a register-class comparison bug in PPCCTRLoops | Hal Finkel |
| 2013-03-21 | Refactor the filename/directory information in DISubprogram to refer directly... | David Blaikie |
| 2013-03-21 | Add a query to tell if a landing pad has a catch-all. | Bill Wendling |
| 2013-03-21 | Move the DIFile in DISubprogram to the beginning to be a common prefix along ... | David Blaikie |
| 2013-03-21 | <rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_... | Douglas Gregor |
| 2013-03-21 | This patch enables the Mips .set directive to define aliases | Jack Carter |