platform/upstream/llvm.git
2014-12-16 David MajnemerSema: Check value dependent casts when possible
2014-12-16 Marshall ClowOnce more w/o the typo.
2014-12-16 Marshall ClowFix the literal string that I said would be six element...
2014-12-16 Marshall ClowAdd test to ensure that iterator_traits<NotAnIterator...
2014-12-16 Adrian PrantlARM/AArch64: Attach the FrameSetup MIFlag to CFI instru...
2014-12-16 Colin LeMahieu[Hexagon] Adding doubleword multiplies with and without...
2014-12-15 Marshall ClowImplement LWG 2217 - operator==(sub_match, string)...
2014-12-15 Michael IlsemanSink the isa into the assert
2014-12-15 Enrico GranataNow that AddressOf() does sane things with const result...
2014-12-15 Colin LeMahieu[Hexagon] Adding halfword to doubleword multiplies.
2014-12-15 Colin LeMahieu[Hexagon] Adding logical-logical accumulation instructi...
2014-12-15 Reid KlecknerDiagnose function template definitions inside functions
2014-12-15 Kostya Serebryany[asan] introduce __sanitizer_set_death_callback, deprec...
2014-12-15 Sanjoy DasTeach ScalarEvolution to exploit min and max expression...
2014-12-15 Simon PilgrimAdded missing tests for X86vzmovl folding. NFC.
2014-12-15 JF Bastienx86: Emit LOCK prefix after DATA16
2014-12-15 Colin LeMahieu[Hexagon] Adding a number of additional multiply forms...
2014-12-15 Michael IlsemanClean up warning about unused variable
2014-12-15 Duncan P. N... Hand-modify a testcase (still PR21532)
2014-12-15 Roman DivackySilene -Wreorder warning.
2014-12-15 Matthias BraunRevert "LiveRangeCalc: Rewrite subrange calculation"
2014-12-15 Michael IlsemanRevert of r223763, in spirit.
2014-12-15 Duncan P. N... Update lib/profile tests for metadata assembly change
2014-12-15 Enrico GranataProvide a SBFrame.register/.reg helper on the Python...
2014-12-15 Mark HeffernanClarify HowFarToZero computation when the step is a...
2014-12-15 Colin LeMahieu[Hexagon] Adding misc multiply encodings and tests.
2014-12-15 Matthias BraunLiveRangeCalc: Rewrite subrange calculation
2014-12-15 Reid KlecknerHandle errors in lambda prototype instantiation correctly
2014-12-15 Justin Bognerprofile: Add the relevant parts of lib/profile to cc_ke...
2014-12-15 Duncan P. N... Run upgrade script from PR21532 to match LLVM changes
2014-12-15 Daniel MarjamakiSema: Cleanup and improve string-plus-char checking.
2014-12-15 Colin LeMahieu[Hexagon] Adding doubleworld accumulating multiplies...
2014-12-15 Colin LeMahieu[Hexagon] Adding accumulating half word multiplies.
2014-12-15 Colin LeMahieu[Hexagon] Adding multiply with rnd/sat/rndsat
2014-12-15 Ahmed Bougacha[X86] And also test INSERTPS shuffle mask pretty-printing.
2014-12-15 Matthias BraunLiveRangeCalc: use more range based for loops; NFC
2014-12-15 Adrian PrantlUpdate this testcase for the new metadata assembler...
2014-12-15 Colin LeMahieu[Hexagon] Adding encoding bits for halfword multiplies.
2014-12-15 Ahmed Bougacha[X86] Also pretty-print shuffle mask for INSERTPS rm...
2014-12-15 Duncan P. N... IR: Make metadata typeless in assembly, clang side
2014-12-15 Hafiz Abid... Replace ioctl with select to reduce processor usage...
2014-12-15 Duncan P. N... IR: Make metadata typeless in assembly
2014-12-15 Paul RobinsonWarn when attribute 'optnone' conflicts with attributes...
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-15 Reid KlecknerMove mips1 tests to test/MC/Disassembler/Mips/mips1
2014-12-15 Vladimir MedicAdd disassembler tests for mips3 platform. There are...
2014-12-15 Vladimir MedicAdd disassembler tests for mips2 platform. There are...
2014-12-15 Vladimir MedicThis is the first in a series of patches that add missi...
2014-12-15 Samuel BenzaquenAdd voidType() matcher.
2014-12-15 Aaron BallmanChanging a cast from unsigned to uint64_t, should be...
2014-12-15 Elena DemikhovskyAdded a test related to 224247 revision
2014-12-15 Elena DemikhovskySink store based on alias analysis
2014-12-15 Michael Kuperstein[X86] Break false dependencies before partial register...
2014-12-15 Rui UeyamaReplace ReaderError with DynamicError.
2014-12-15 Suyog SardaTypo Correction in Test Case. NFC.
2014-12-15 Kumar Sukhani[ubsan][arm] supporting misaligned testcase
2014-12-15 Kumar Sukhani[UBSan][MIPS] Adding support of MIPS64 in UBSan testing
2014-12-15 Elena DemikhovskyAVX-512: Added EXPAND instructions and intrinsics.
2014-12-15 David MajnemerSema: Don't diagnose string + int if the int is value...
2014-12-15 Kumar Sukhani[UBSan][MIPS] Adding support for MIPS64
2014-12-15 David MajnemerPreprocessor: Recover instead of mutating a token in...
2014-12-15 David MajnemerSema: Don't leave switch stack inconsistent when recovering
2014-12-15 Rui UeyamaRemove dead code.
2014-12-15 Rui UeyamaProtect doParse() because that's not a public interface.
2014-12-15 Alexander MusmanTest for 'omp for' (for r224233).
2014-12-15 Alexander MusmanFirst patch with codegen of the 'omp for' directive...
2014-12-15 David MajnemerParse: Don't reorder tokens using ConsumeToken
2014-12-15 Alexey BataevFixed test/CodeGen/atomic_ops.c for compatibility with...
2014-12-15 Alexey BataevBugfix for Codegen of atomic load/store/other ops.
2014-12-15 Alexey BataevFix line mapping information in LLVM JIT profiling...
2014-12-15 Alexey BataevMSVC: A wide string literal from L#macro_arg in a macro
2014-12-15 David MajnemerThreadLocal: Move Unix-specific code out of Support...
2014-12-15 David MajnemerStringPool: Cleanup typos in unittest comments
2014-12-15 David MajnemerThreadLocal: Return a mutable pointer if templated...
2014-12-15 Craig TopperUse unique_ptr to remove explicit delete.
2014-12-14 Alexander KornienkoDon't break single-line raw string literals.
2014-12-14 David BlaikieUpdate test case with more accurate column information...
2014-12-14 David BlaikieDebugInfo: More accurate line information for placement...
2014-12-14 David MajnemerCodeGen: Compound literals with funny types shouldn...
2014-12-14 Elena DemikhovskyLoop Vectorizer minor changes in the code -
2014-12-14 David MajnemerAPInt: udivrem should use machine instructions for...
2014-12-14 David MajnemerScalarEvolution: Remove SCEVUDivision, it's unused
2014-12-14 David MajnemerAST: Limit zero-sized constexpr behavior to array types
2014-12-14 Rui UeyamaClean up #include dependency.
2014-12-14 Hal Finkel[PowerPC] Handle cmp op promotion for SELECT[_CC] nodes...
2014-12-14 Rui UeyamaRemove PECOFFLibraryNode.
2014-12-14 Rui UeyamaMore WinLinkInputGraph cleanup.
2014-12-14 David MajnemerLex: Don't crash if both conflict markers are on the...
2014-12-14 Rui Ueyama[PECOFF] Resolve file name in the driver, not in InputE...
2014-12-14 Rui UeyamaSimplify InputGraph API.
2014-12-14 Rui UeyamaRemove dead code.
2014-12-14 Rui UeyamaRemove code duplication.
2014-12-14 John McCallIf a non-template constructor instantiated to X(X),
2014-12-14 David MajnemerSema: attribute((annotate)) must have at least one...
2014-12-13 Ahmed BougachaReapply "[ARM] Combine base-updating/post-incrementing...
2014-12-13 Hans Wennborgclang-cl: Fix handling of the /volatile flag (PR21893)
2014-12-13 Hans Wennborgclang-cl: ignore /cgthreads (PR21894)
2014-12-13 Hans Wennborgclang-cl: Make /Gd ignored instead of unsupported
2014-12-13 Hans Wennborgclang-cl: Add unsupported /Gv option (PR21892)
2014-12-13 Renato GolinRevert "[ARM] Combine base-updating/post-incrementing...
next