2014-11-23 |
Daniel Jasper | clang-format: Refactoring. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Daniel Jasper | clang-format: [JS] Support Closure's module statements. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Elena Demikhovsky | Converted back to Unix format (after my last commit... |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Michael Kuperstein | [X86] Fixes bug in build_vector v4x32 lowering |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Craig Topper | Add missing override keywords. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Craig Topper | Tablegen output formatting fixes. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Elena Demikhovsky | Masked Vector Load and Store Intrinsics. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Matt Arsenault | R600: Fix extloads of i1 on R600/Evergreen |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Matt Arsenault | R600: Fix assert on copy of an i1 on pre-SI |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Matt Arsenault | R600/SI: Add additional tests for i1 loads |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Matt Arsenault | R600/SI: Fix broken check lines and modernize prefixes |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Matt Arsenault | R600/SI: Fix missing -verify-machineinstrs on a test |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Saleem Abdulrasool | CodeGen: tweak struct ABI handling |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | InstCombine: Propagate exact for (sdiv X, Pow2) ->... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | InstCombine: Propagate exact for (sdiv X, Y) -> (udiv... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | InstCombine: Propagate exact for (sdiv -X, C) -> (sdiv... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Simon Pilgrim | Tidied up target triple OS detection. NFC |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Craig Topper | Reduce size of some tables in tablegen register info... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | InstCombine: Propagate exact in (udiv (lshr X,C1),C2... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Renato Golin | Try to fix ARM buildbots |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Daniel Sanders | Support matching signext attribute in the parallel_num_... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Daniel Sanders | Support matching signext attribute in vla-lambda-captur... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | CodeGen: Make atomic operations play nice with address... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Chandler Carruth | [x86] Teach the vector shuffle yet another step of... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | InstCombine: Propagate NSW/NUW for X*(1<<Y) -> X<<Y |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | InstCombine: Propagate NSW for -X * -Y -> X * Y |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | InstSimplify: Simplify (sub 0, X) -> X if it's NUW |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | Simplify MicrosoftMangleContextImpl::shouldMangleString... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | InstCombine: Silence a parenthesis warning |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Siva Chandra | Mark 9 lldb unit tests for ubuntu as XFAIL. |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Chandler Carruth | [x86] Add some tests for a common unpack pattern of... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | InstCombine: Preserve nsw when folding X*(2^C) -> X... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | InstCombine: Preserve nsw/nuw for ((X << C2)*C1) -... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | InstCombine: Preserve nsw for (mul %V, -1) -> (sub... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Richard Smith | Delay checking overrides for exception specifications... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Greg Clayton | Fixed an issue where a DW_FORM_ref{2,4,8} might be... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Jason Molenda | When a RegisterContext produces an invalid CFA address... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Jim Ingham | This is the first step of making lldb able to create... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Jim Ingham | Make the sourcing of the local .lldbinit file quiet. |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | Silence a -Wcast-qual warning |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Zachary Turner | [ProcessWindows] Clean up the register definitions... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Enrico Granata | Just a few words to introduce the extra optional argume... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Enrico Granata | Enable Python summaries to use custom SBTypeSummaryOpti... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Jason Molenda | Fix mispelled 'ling' Python property to be 'line' in |
commit | commitdiff | tree | snapshot |
2014-11-21 |
David Majnemer | MS ABI: Mangle u8 string literals |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Gerolf Hoflehner | [InstCombine] Re-commit of r218721 (Optimize icmp... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Greg Clayton | Remove print statement that was accidentally left in. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Reid Kleckner | Don't make check-sanitizer depend on profile on Windows |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Joerg Sonnenberger | Fix transformation of add with pc argument to adr for... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Kostya Serebryany | [asan] remove old experimental code |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Tom Stellard | R600/SI: Add a failing test case for offset order in... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Tom Stellard | R600/SI: Add an s_mov_b32 to patterns which use the... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Tom Stellard | R600/SI: Emit s_mov_b32 m0, -1 before every DS instruction |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Enrico Granata | Per off-list feedback, this API returns the *first... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Tom Stellard | R600/SI: Add SIFoldOperands pass |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Jozef Kolek | [mips][microMIPS] This patch implements functionality... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Tom Stellard | R600/SI: Mark s_mov_b32 and s_mov_b64 as rematerializable |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Tom Stellard | R600/SI: Use hex notation for constant in test |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Colin LeMahieu | [Hexagon] Adding sxth instruction. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Enrico Granata | Add an API on SBValueList to find the first value with... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Colin LeMahieu | [Hexagon] Adding sxtb instruction. Renaming some ident... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Simon Atanasyan | [Mips] Use endian::read() for relocation addendum reading |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Kostya Serebryany | [asan] add statistic counter to dynamic alloca instrume... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Jay Foad | [ASan] Get fake stack code working with GCC 4.8.2. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Colin LeMahieu | [Hexagon] Removing SUB_rr and replacing with A2_sub. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Fariborz Jahanian | Objective-C ARC. Fixes a crash when checking for 'weak... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
David Majnemer | Sema: Don't permit variably modified types in typeid |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Roman Divacky | Implement -Wcast-qual, fixing #13772. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Tim Northover | Remove duplication of relocation names in lib/Object... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Tim Northover | Remove duplication of relocation names in lib/Object... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Tim Northover | Split ELF relocation defintions into per-architecture... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
David Majnemer | MS ABI: Mangle char16_t and char32_t string literals |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Manman Ren | Debug Info: revert r222195, r222210 and r222239. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Roman Divacky | Disable header duplication at -Oz in loop-rotate pass. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Manman Ren | Debug Info: add an assertion that the context field... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Tobias Grosser | Use isl_schedule_get_ctx |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Tobias Grosser | Fix typo |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Manman Ren | [Objective-C] Support a new special module flag that... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Hans Wennborg | LazyValueInfo: range'ify some for-loops. No functional... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Rafael Espindola | Add params() to FunctionType. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Sanjay Patel | Don't repeat class/function/variable names in comments... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Hans Wennborg | LazyValueInfo: fix some typos and indentation, etc... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Rafael Espindola | Add and use a helper elements() to StructType. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Kaelyn Takata | Add an assertion for detecting missed/uncorrected TypoE... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Kaelyn Takata | Enable ActOnIdExpression to use delayed typo correction... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Kaelyn Takata | Properly correct initializer expressions based on wheth... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Kaelyn Takata | Use the full-Expr filter to disambiguate equidistant... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Enrico Granata | Do some cleanup of DumpValueObjectOptions. The whole... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Matthias Braun | Allow multiple -debug-only args |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Sanjay Patel | Less space; NFC |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Rafael Espindola | Fix formatting. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Sanjay Patel | Add a feature flag for slow 32-byte unaligned memory... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Duncan P. N... | Revert "Allow FDE references outside the +/-2GB range... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Oleksiy Vyalov | Extend PipePosix with child_processes_inherit support... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Chandler Carruth | [x86] Restructure the checking patterns for v16 and... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Joerg Sonnenberger | Allow FDE references outside the +/-2GB range supported... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Chandler Carruth | [x86] Make the previous logic significantly less conser... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Andrea Di Biagio | [DAG] Teach how to turn a build_vector into a shuffle... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Alexander Potapenko | [ASan] Allow the users of SymbolizationLoop to make... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Daniel Jasper | clang-format: Understand more lambda return types. |
commit | commitdiff | tree | snapshot |
next |