Age | Commit message (Expand) | Author | Files | Lines |
2015-03-02 | Revert some changes that were made to fix PR20680. | Sanjoy Das | 4 | -61/+17 |
2015-03-02 | lit: Add 'cd' support to the internal shell and port some tests | Reid Kleckner | 10 | -29/+42 |
2015-03-02 | Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,... | Rui Ueyama | 4 | -44/+31 |
2015-03-02 | SmallVector: Allow initialization and assignment from initializer_list. | Benjamin Kramer | 2 | -0/+41 |
2015-03-02 | TLI: Use lambda. NFC. | Michael Zolotukhin | 1 | -20/+4 |
2015-03-02 | Make ToVectorTy static. | Michael Zolotukhin | 1 | -11/+9 |
2015-03-02 | Fix a copy-paste bug. | Michael Zolotukhin | 1 | -1/+1 |
2015-03-02 | Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the" | Adrian Prantl | 11 | -170/+153 |
2015-03-02 | Revert "For the dwarf expression code get the subtarget off of the current" | Adrian Prantl | 2 | -8/+6 |
2015-03-02 | Support: Add {read,write}{16,32,64}{le,be} functions. | Rui Ueyama | 1 | -1/+17 |
2015-03-02 | Remove useless .debug_macinfo section setup. | Paul Robinson | 4 | -20/+0 |
2015-03-02 | Change SystemZ large tests to use the existing long_tests property | David Blaikie | 2 | -2/+6 |
2015-03-02 | [PerformanceTips] Document various items folks have suggested | Philip Reames | 1 | -0/+45 |
2015-03-02 | Add r230655 back with a fix. | Rafael Espindola | 3 | -11/+40 |
2015-03-02 | For the dwarf expression code get the subtarget off of the current | Eric Christopher | 2 | -6/+8 |
2015-03-02 | Restore LLVMLinkModules C API until it is properly deprecated. | Juergen Ributzka | 3 | -4/+14 |
2015-03-02 | R600: Use c++11 style for loop | Jan Vesely | 1 | -6/+4 |
2015-03-02 | Revert r230979, should apply to all X86 ELF. | Paul Robinson | 4 | -16/+0 |
2015-03-02 | Making the SO version major.minor instead of just major because ABI and API c... | Chris Bieneman | 1 | -1/+1 |
2015-03-02 | [PS4] Correct relocation for DWARF TLS references. | Paul Robinson | 4 | -0/+16 |
2015-03-02 | export.sh: Make sure umask is not too restrictive (PR22742) | Hans Wennborg | 1 | -0/+3 |
2015-03-02 | Detect malformed YAML sequence in yaml::Input::beginSequence() | Justin Bogner | 2 | -7/+96 |
2015-03-02 | Refactor DebugLocDWARFExpression so it doesn't require access to the | Adrian Prantl | 11 | -153/+170 |
2015-03-02 | Accidentaly inverted the condition again. Sorry. | Benjamin Kramer | 1 | -1/+1 |
2015-03-02 | Avoid assertion in MSVC 2013 debug builds. | Benjamin Kramer | 1 | -1/+1 |
2015-03-02 | AsmWriter: Only print one space after the load type | Benjamin Kramer | 1 | -1/+1 |
2015-03-02 | SLPVectorizer: Rewrite ArrayRef slice compare to be more idiomatic. | Benjamin Kramer | 1 | -9/+5 |
2015-03-02 | TblGen: Remove copy of SmallVector::operator==. NFC intended. | Benjamin Kramer | 2 | -12/+3 |
2015-03-02 | AVX-512: Add assembly parser support for Rounding mode | Elena Demikhovsky | 5 | -2/+115 |
2015-03-02 | NVPTX: Remove dead code. | Benjamin Kramer | 3 | -116/+0 |
2015-03-02 | [mips] Optimize conditional moves where RHS is zero. | Vasileios Kalintiris | 2 | -175/+159 |
2015-03-02 | AVX-512: Simplified MOV patterns, no functional changes. | Elena Demikhovsky | 1 | -158/+142 |
2015-03-02 | bindings/go: expose DIBuilder::createReplaceableCompositeType | Andrew Wilkins | 3 | -0/+49 |
2015-03-02 | Simplify code. NFC. | Benjamin Kramer | 2 | -15/+5 |
2015-03-02 | Teach the verifier to enforce that the alignment argument of memory intrinsic... | Owen Anderson | 2 | -2/+17 |
2015-03-02 | Teach DataLayout that alignments on basic types must be powers of two. | Owen Anderson | 3 | -0/+16 |
2015-03-02 | Teach DataLayout that ABI alignments for non-aggregate types must be non-zero. | Owen Anderson | 2 | -0/+9 |
2015-03-02 | Teach DataLayout that pointer ABI and preferred alignments are required to be... | Owen Anderson | 3 | -0/+18 |
2015-03-02 | Teach DataLayout that zero-byte pointer sizes don't make sense. | Owen Anderson | 2 | -0/+8 |
2015-03-02 | Teach the LLParser to fail gracefully when it encounters an invalid label name. | Owen Anderson | 2 | -5/+18 |
2015-03-02 | Fix a crash in the LL parser where it failed to validate that the pointer ope... | Owen Anderson | 2 | -0/+13 |
2015-03-02 | [llvm-pdbdump] Many minor fixes and improvements | Zachary Turner | 18 | -69/+303 |
2015-03-02 | Revert r230930, it caused PR22747. | Nico Weber | 11 | -169/+153 |
2015-03-02 | [X86] There are only 8 mask registers. Fail disassembly if instruction tries ... | Craig Topper | 1 | -0/+2 |
2015-03-02 | Refactor DebugLocDWARFExpression so it doesn't require access to the | Adrian Prantl | 11 | -153/+169 |
2015-03-02 | Revert r230921, "Revert some changes that were made to fix PR20680.", for now. | NAKAMURA Takumi | 4 | -17/+61 |
2015-03-02 | Add another missing header that used to be included transitively. | Benjamin Kramer | 1 | -0/+1 |
2015-03-02 | llvm/examples: Add missing include according to r230907. | NAKAMURA Takumi | 7 | -0/+7 |
2015-03-02 | [X86] Fix diassembler crash on AVX512 cmpps/cmppd with immediate that doesn't... | Craig Topper | 3 | -20/+30 |
2015-03-02 | [AArch64] fix an invalid-iterator-use bug. | Sanjoy Das | 1 | -2/+4 |