| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove testcase. It's failing on some platforms but not others. | Bill Wendling | 2013-03-26 | 1 | -306/+0 |
* | Hmm...not failing...odd | Bill Wendling | 2013-03-26 | 1 | -1/+0 |
* | Temporarily XFAIL this test until Michael can look at it. | Bill Wendling | 2013-03-26 | 1 | -0/+1 |
* | [ObjCARC Annotations] Added support for displaying the state of pointers at t... | Michael Gottesman | 2013-03-26 | 3 | -4/+453 |
* | [ObjCARC Annotations] Implemented ARC annotation metadata to expose the ARC d... | Michael Gottesman | 2013-03-26 | 1 | -5/+186 |
* | Added documentation to LangRef for the intrinsic llvm.ptr.annotation.* which ... | Michael Gottesman | 2013-03-26 | 1 | -0/+40 |
* | Revise alignment checking/calculation on 256-bit unaligned memory access | Michael Liao | 2013-03-25 | 2 | -8/+29 |
* | Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx) | Michael Liao | 2013-03-25 | 2 | -21/+42 |
* | Add an -mcpu option to a test that is apparently scheduler-sensitive. | Jakob Stoklund Olesen | 2013-03-25 | 1 | -1/+1 |
* | Add a scheduling model for Intel Sandy Bridge microarchitecture. | Jakob Stoklund Olesen | 2013-03-25 | 1 | -0/+123 |
* | Introduce a tiny CMake project to gather Subversion revision information and ... | Douglas Gregor | 2013-03-25 | 1 | -0/+25 |
* | Remove IIC_DEFAULT from X86Schedule.td | Jakob Stoklund Olesen | 2013-03-25 | 5 | -78/+76 |
* | Annotate X86InstrCompiler.td with SchedRW lists. | Jakob Stoklund Olesen | 2013-03-25 | 1 | -10/+20 |
* | Annotate shifts and rotates with SchedRW lists. | Jakob Stoklund Olesen | 2013-03-25 | 1 | -17/+37 |
* | Disable some unsafe-fp-math DAG-combine transformation after legalization. | Shuxin Yang | 2013-03-25 | 2 | -5/+31 |
* | Add an optimizer-side test case for ARC bug <rdar://13195034>, fixed | John McCall | 2013-03-25 | 1 | -0/+63 |
* | Couple more sets of tidying. | Eric Christopher | 2013-03-25 | 1 | -5/+5 |
* | Disable profiling tests for Hexagon since it doesn't support JIT. | Jyotsna Verma | 2013-03-25 | 1 | -0/+3 |
* | llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32. | NAKAMURA Takumi | 2013-03-25 | 2 | -2/+2 |
* | XFAIL some of the generic CodeGen tests for Hexagon. | Jyotsna Verma | 2013-03-25 | 4 | -3/+4 |
* | X86DisassemblerDecoder.c: Make this C89-compliant. | NAKAMURA Takumi | 2013-03-25 | 1 | -1/+1 |
* | Whitespace. | NAKAMURA Takumi | 2013-03-25 | 1 | -160/+160 |
* | Fix a bug in fast-math fadd/fsub simplification. | Shuxin Yang | 2013-03-25 | 2 | -10/+53 |
* | [ELF] dont compute symbolname size in every loop | Shankar Easwaran | 2013-03-25 | 1 | -1/+1 |
* | XFAIL DebugInfo tests for Hexagon. | Jyotsna Verma | 2013-03-25 | 3 | -1/+3 |
* | Fix comment. | Akira Hatanaka | 2013-03-25 | 1 | -3/+3 |
* | Formatting. | Eric Christopher | 2013-03-25 | 1 | -4/+4 |
* | Disable Execution Engine tests not supported by Hexagon. | Jyotsna Verma | 2013-03-25 | 1 | -0/+2 |
* | reflect comment to the official reference | Shankar Easwaran | 2013-03-25 | 1 | -1/+1 |
* | Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga... | NAKAMURA Takumi | 2013-03-25 | 2 | -0/+4 |
* | Use direct types in PowerPC instruction patterns. | Ulrich Weigand | 2013-03-25 | 2 | -270/+262 |
* | Use direct types in PowerPC Pat patterns. | Ulrich Weigand | 2013-03-25 | 2 | -113/+113 |
* | x86 -- add the XTEST instruction | Dave Zarzycki | 2013-03-25 | 6 | -39/+43 |
* | x86 -- disassemble the REP/REPNE prefix when needed | Dave Zarzycki | 2013-03-25 | 2 | -7/+35 |
* | Remove unnecessary attributes from test case. | Chad Rosier | 2013-03-25 | 1 | -3/+1 |
* | Remove assert. There may be target-dependent attributes left. | Bill Wendling | 2013-03-25 | 1 | -1/+0 |
* | Documentation: Replace dead link for binfmt_misc | Dmitri Gribenko | 2013-03-25 | 1 | -1/+1 |
* | [arm load/store optimizer] When trying to merge a base update load/store, make | Chad Rosier | 2013-03-25 | 1 | -1/+1 |
* | [tools][llvm-readobj] print the name of the section when iterating the symbol... | Shankar Easwaran | 2013-03-25 | 3 | -41/+48 |
* | [ELF] add elf_hash function to compute the hash value of a symbol in the dyna... | Shankar Easwaran | 2013-03-25 | 1 | -0/+15 |
* | Teach cmake about the new Erlang GC files. | Duncan Sands | 2013-03-25 | 2 | -0/+2 |
* | Add a GC plugin for Erlang | Yiannis Tsiouris | 2013-03-25 | 6 | -0/+234 |
* | Don't use add_llvm_definitions for adding warning flags. It makes it too hard | Duncan Sands | 2013-03-25 | 1 | -14/+20 |
* | Refine fenv.h handling: check if the desired macros exist, before using | Joerg Sonnenberger | 2013-03-25 | 5 | -2/+186 |
* | Address issues found by Duncan during post-commit review of r177856. | Arnaud A. de Grandmaison | 2013-03-25 | 2 | -34/+21 |
* | InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst) | Arnaud A. de Grandmaison | 2013-03-25 | 2 | -0/+225 |
* | Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc... | Michael Gottesman | 2013-03-25 | 3 | -14/+14 |
* | Mention the new TableGen pattern format in the release notes. | Jakob Stoklund Olesen | 2013-03-25 | 1 | -0/+6 |
* | [NVPTX] Fix handling of vector arguments | Justin Holewinski | 2013-03-24 | 3 | -7/+83 |
* | Clean up Sparc patterns. | Jakob Stoklund Olesen | 2013-03-24 | 1 | -5/+5 |