platform/upstream/llvm.git
2014-11-23 Daniel Jasperclang-format: [Java] Space before array initializers.
2014-11-23 Daniel Jasperclang-format: Improve ObjC blocks with return type.
2014-11-23 Daniel Jasperclang-format: Refactoring.
2014-11-23 Daniel Jasperclang-format: [JS] Support Closure's module statements.
2014-11-23 Elena DemikhovskyConverted back to Unix format (after my last commit...
2014-11-23 Michael Kuperstein[X86] Fixes bug in build_vector v4x32 lowering
2014-11-23 Craig TopperAdd missing override keywords.
2014-11-23 Craig TopperTablegen output formatting fixes.
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-23 Matt ArsenaultR600: Fix extloads of i1 on R600/Evergreen
2014-11-23 Matt ArsenaultR600: Fix assert on copy of an i1 on pre-SI
2014-11-23 Matt ArsenaultR600/SI: Add additional tests for i1 loads
2014-11-23 Matt ArsenaultR600/SI: Fix broken check lines and modernize prefixes
2014-11-23 Matt ArsenaultR600/SI: Fix missing -verify-machineinstrs on a test
2014-11-23 Saleem AbdulrasoolCodeGen: tweak struct ABI handling
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv X, Pow2) ->...
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv X, Y) -> (udiv...
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv -X, C) -> (sdiv...
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-22 Craig TopperReduce size of some tables in tablegen register info...
2014-11-22 David MajnemerInstCombine: Propagate exact in (udiv (lshr X,C1),C2...
2014-11-22 Renato GolinTry to fix ARM buildbots
2014-11-22 Daniel SandersSupport matching signext attribute in the parallel_num_...
2014-11-22 Daniel SandersSupport matching signext attribute in vla-lambda-captur...
2014-11-22 David MajnemerCodeGen: Make atomic operations play nice with address...
2014-11-22 Chandler Carruth[x86] Teach the vector shuffle yet another step of...
2014-11-22 David MajnemerInstCombine: Propagate NSW/NUW for X*(1<<Y) -> X<<Y
2014-11-22 David MajnemerInstCombine: Propagate NSW for -X * -Y -> X * Y
2014-11-22 David MajnemerInstSimplify: Simplify (sub 0, X) -> X if it's NUW
2014-11-22 David MajnemerSimplify MicrosoftMangleContextImpl::shouldMangleString...
2014-11-22 David MajnemerInstCombine: Silence a parenthesis warning
2014-11-22 Siva ChandraMark 9 lldb unit tests for ubuntu as XFAIL.
2014-11-22 Chandler Carruth[x86] Add some tests for a common unpack pattern of...
2014-11-22 David MajnemerInstCombine: Preserve nsw when folding X*(2^C) -> X...
2014-11-22 David MajnemerInstCombine: Preserve nsw/nuw for ((X << C2)*C1) -...
2014-11-22 David MajnemerInstCombine: Preserve nsw for (mul %V, -1) -> (sub...
2014-11-22 Richard SmithDelay checking overrides for exception specifications...
2014-11-22 Greg ClaytonFixed an issue where a DW_FORM_ref{2,4,8} might be...
2014-11-22 Jason MolendaWhen a RegisterContext produces an invalid CFA address...
2014-11-22 Jim InghamThis is the first step of making lldb able to create...
2014-11-22 Jim InghamMake the sourcing of the local .lldbinit file quiet.
2014-11-22 David MajnemerSilence a -Wcast-qual warning
2014-11-22 Zachary Turner[ProcessWindows] Clean up the register definitions...
2014-11-22 Enrico GranataJust a few words to introduce the extra optional argume...
2014-11-22 Enrico GranataEnable Python summaries to use custom SBTypeSummaryOpti...
2014-11-22 Jason MolendaFix mispelled 'ling' Python property to be 'line' in
2014-11-21 David MajnemerMS ABI: Mangle u8 string literals
2014-11-21 Gerolf Hoflehner[InstCombine] Re-commit of r218721 (Optimize icmp...
2014-11-21 Greg ClaytonRemove print statement that was accidentally left in.
2014-11-21 Reid KlecknerDon't make check-sanitizer depend on profile on Windows
2014-11-21 Joerg SonnenbergerFix transformation of add with pc argument to adr for...
2014-11-21 Kostya Serebryany[asan] remove old experimental code
2014-11-21 Tom StellardR600/SI: Add a failing test case for offset order in...
2014-11-21 Tom StellardR600/SI: Add an s_mov_b32 to patterns which use the...
2014-11-21 Tom StellardR600/SI: Emit s_mov_b32 m0, -1 before every DS instruction
2014-11-21 Enrico GranataPer off-list feedback, this API returns the *first...
2014-11-21 Tom StellardR600/SI: Add SIFoldOperands pass
2014-11-21 Jozef Kolek[mips][microMIPS] This patch implements functionality...
2014-11-21 Tom StellardR600/SI: Mark s_mov_b32 and s_mov_b64 as rematerializable
2014-11-21 Tom StellardR600/SI: Use hex notation for constant in test
2014-11-21 Colin LeMahieu[Hexagon] Adding sxth instruction.
2014-11-21 Enrico GranataAdd an API on SBValueList to find the first value with...
2014-11-21 Colin LeMahieu[Hexagon] Adding sxtb instruction. Renaming some ident...
2014-11-21 Simon Atanasyan[Mips] Use endian::read() for relocation addendum reading
2014-11-21 Kostya Serebryany[asan] add statistic counter to dynamic alloca instrume...
2014-11-21 Jay Foad[ASan] Get fake stack code working with GCC 4.8.2.
2014-11-21 Colin LeMahieu[Hexagon] Removing SUB_rr and replacing with A2_sub.
2014-11-21 Fariborz JahanianObjective-C ARC. Fixes a crash when checking for 'weak...
2014-11-21 David MajnemerSema: Don't permit variably modified types in typeid
2014-11-21 Roman DivackyImplement -Wcast-qual, fixing #13772.
2014-11-21 Tim NorthoverRemove duplication of relocation names in lib/Object...
2014-11-21 Tim NorthoverRemove duplication of relocation names in lib/Object...
2014-11-21 Tim NorthoverSplit ELF relocation defintions into per-architecture...
2014-11-21 David MajnemerMS ABI: Mangle char16_t and char32_t string literals
2014-11-21 Manman RenDebug Info: revert r222195, r222210 and r222239.
2014-11-21 Roman DivackyDisable header duplication at -Oz in loop-rotate pass.
2014-11-21 Manman RenDebug Info: add an assertion that the context field...
2014-11-21 Tobias GrosserUse isl_schedule_get_ctx
2014-11-21 Tobias GrosserFix typo
2014-11-21 Manman Ren[Objective-C] Support a new special module flag that...
2014-11-21 Hans WennborgLazyValueInfo: range'ify some for-loops. No functional...
2014-11-21 Rafael EspindolaAdd params() to FunctionType. NFC.
2014-11-21 Sanjay PatelDon't repeat class/function/variable names in comments...
2014-11-21 Hans WennborgLazyValueInfo: fix some typos and indentation, etc...
2014-11-21 Rafael EspindolaAdd and use a helper elements() to StructType. NFC.
2014-11-21 Kaelyn TakataAdd an assertion for detecting missed/uncorrected TypoE...
2014-11-21 Kaelyn TakataEnable ActOnIdExpression to use delayed typo correction...
2014-11-21 Kaelyn TakataProperly correct initializer expressions based on wheth...
2014-11-21 Kaelyn TakataUse the full-Expr filter to disambiguate equidistant...
2014-11-21 Enrico GranataDo some cleanup of DumpValueObjectOptions. The whole...
2014-11-21 Matthias BraunAllow multiple -debug-only args
2014-11-21 Sanjay PatelLess space; NFC
2014-11-21 Rafael EspindolaFix formatting. NFC.
2014-11-21 Sanjay PatelAdd a feature flag for slow 32-byte unaligned memory...
2014-11-21 Duncan P. N... Revert "Allow FDE references outside the +/-2GB range...
2014-11-21 Oleksiy VyalovExtend PipePosix with child_processes_inherit support...
2014-11-21 Chandler Carruth[x86] Restructure the checking patterns for v16 and...
2014-11-21 Joerg SonnenbergerAllow FDE references outside the +/-2GB range supported...
2014-11-21 Chandler Carruth[x86] Make the previous logic significantly less conser...
2014-11-21 Andrea Di Biagio[DAG] Teach how to turn a build_vector into a shuffle...
next