platform/upstream/llvm.git
2015-02-25 Hafiz Abid... Add missing "return" statements.
2015-02-25 Timur IskhodzhanovReland r230419 - add __asan_default_suppressions()...
2015-02-25 Vladimir Medic[MIPS]Multiple and add instructions for Mips are curren...
2015-02-25 Bruno Cardoso... [X86][MMX] Reapply: Add MMX instructions to foldable...
2015-02-25 Bruno Cardoso... [X86][MMX] Prevent MMX_MOVD64rm folding
2015-02-25 Alexander Kornienko[clang-tidy] Use the new ArrayRef<FixItHint> inserter.
2015-02-25 Renato GolinImprove handling of stack accesses in Thumb-1
2015-02-25 Alexander KornienkoAdd support for inserting ArrayRef<FixItHint> into...
2015-02-25 Vasileios KalintirisInstrProf: Fix warnings for mixed declarations and...
2015-02-25 Tamas BerghammerRemove use_pthread option from getBuildFlags in the...
2015-02-25 Tamas BerghammerTruncate target file for stdout and stderr
2015-02-25 Alexander Kornienko[clang-tidy] Correct spelling error in test file name...
2015-02-25 Alexander Kornienko[clang-tidy] Correct confusion between overwrite and...
2015-02-25 Aaron BallmanSilencing a "result of 32-bit shift implicitly converte...
2015-02-25 Aaron BallmanSilencing a -Wsign-compare warning triggered in MSVC...
2015-02-25 Tamas BerghammerFix global makefiles for the tests to support android
2015-02-25 Tamas BerghammerAdd option to set environment variables from dotest.py
2015-02-25 Marshall ClowAdd trailing return types (and noexcept specifications...
2015-02-25 Gabor Horvath[clang-tidy] Fixed a false positive case in misc-inaccu...
2015-02-25 Vladimir MedicReplace obsolete -mattr=n64 command line option with...
2015-02-25 Ilia KFix comment in test/tools/lldb-mi/main.cpp
2015-02-25 NAKAMURA TakumiGlobalLayoutBuilder::addFragment(): Prune incorrect...
2015-02-25 NAKAMURA TakumiFix UTF8 chars to ASCII.
2015-02-25 NAKAMURA TakumiWhitespace.
2015-02-25 NAKAMURA TakumiRevert r230448, "Reland r230314 "Fix codegen for virtua...
2015-02-25 Pavel LabathSkip symlinks to the original file when searching for...
2015-02-25 NAKAMURA TakumiWhitespace.
2015-02-25 NAKAMURA TakumiRevert r230446, "MS ABI: Try to respect external AST...
2015-02-25 Daniel Jasperclang-format: Fix spacing for function with ref-qualifi...
2015-02-25 Daniel JasperRevert "Produce less broken basic block sequences for...
2015-02-25 Elena DemikhovskyAVX-512: Gather and Scatter patterns
2015-02-25 Alexey Bataev[OPENMP] Rename methods of OpenMPRuntime class. NFC.
2015-02-25 Simon Atanasyan[Mips] Support mips-r6 path suffix for Adnroid MIPS...
2015-02-25 Ilia KAdd extra acceptable characters to CMICmdArgValFile...
2015-02-25 Ilia KFix MiSignalTestCase.xxx_remote tests after r230466
2015-02-25 Ilia KFix ImportError in lldb-mi tests on Linux
2015-02-25 Davide Italiano[ELF][X86_64] Handle R_X86_64_PC64 relocation
2015-02-25 Sameer SahasrabuddheRestores r228382, which was reverted in r228406.
2015-02-25 Ilia KFix CommandLineCompletionTestCase.test_watchpoint_xxx...
2015-02-25 Charles Davis[IC] Turn non-null MD on pointer loads to range MD...
2015-02-25 Nico WeberRevert 230419, 230425, 230432.
2015-02-25 Nico WeberProduce less broken basic block sequences for __finally...
2015-02-25 Nico WeberAdd comments for two CleanupKinds.
2015-02-25 Peter Collingbournedocs: Document optimizations in control flow integrity...
2015-02-25 Richard SmithAdd some missing #includes and forward declarations...
2015-02-25 Adrian PrantlRevert "Adapt clang-tools-extra to clang module format...
2015-02-25 Adrian PrantlRevert "Add a missing target requirement."
2015-02-25 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-25 Adrian PrantlRevert "Add a missing target requirement."
2015-02-25 Saleem Abdulrasoolbuild: check if atomic routines are implicitly provided
2015-02-25 Jason MolendaWhen FileSpec::Resolve is given a bare file like "ls",
2015-02-25 Reid KlecknerFix bots failing on an explicit triple
2015-02-25 Nico WeberDon't crash on missing '{' after __except or __finally...
2015-02-25 Reid KlecknerReland r230314 "Fix codegen for virtual methods that...
2015-02-25 Reid KlecknerMS ABI: Add triple to test relying on key functions
2015-02-25 Reid KlecknerMS ABI: Try to respect external AST source record layouts
2015-02-25 Reid KlecknerAdd missing MD canonicalization to MS vtable builder
2015-02-25 Kostya Serebryany[asan] one more attempt to fix windows build
2015-02-25 Adrian PrantlAdd a missing target requirement.
2015-02-25 Adrian PrantlAdd a missing target requirement.
2015-02-25 Richard SmithRemove slow and apparently pointless updating of all...
2015-02-25 Richard Smith[modules] Add include/llvm/IR/DebugInfoFlags.def to...
2015-02-25 Nico WeberFold ParseSEHTryBlockCommon() into its only caller...
2015-02-25 Kostya Serebryany[asan] attempting to fix the windows build
2015-02-25 Adrian PrantlAdapt clang-tools-extra to clang module format changes.
2015-02-25 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-25 Michael J.... Suppress 'warning C4062: enumerator X in switch of...
2015-02-25 Hal Finkel[PowerPC] Add triples to QPX tests
2015-02-25 Philip Reames[GC] Document the recently added PlaceSafepoints and...
2015-02-25 Kostya Serebryany[asan] add __asan_default_suppressions() hook
2015-02-25 Oleksiy VyalovFix logging in GDBRemoteCommunicationServerPlatform.
2015-02-25 Richard SmithMake RedeclarableResult's ownership-transferring constr...
2015-02-25 Duncan P. N... llvm-dis: Stop crashing when dropping debug info
2015-02-25 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-25 David Blaikie[opaque pointer type] bitcode support for explicit...
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-25 Richard Smith[modules] Fix a bug that would result in a build with...
2015-02-25 Rafael EspindolaSupport SHF_MERGE sections in COMDATs.
2015-02-25 David BlaikieBitcodeWriter: Refactor common computation of bits...
2015-02-25 Kostya Serebryany[asan] add suppressions for odr violations
2015-02-25 Greg ClaytonIf you try to auto-complete "target symbols<TAB>" you...
2015-02-25 Philip ReamesFix consistently wrong sphinx markup
2015-02-25 NAKAMURA TakumiRevert r230314, "Fix codegen for virtual methods that...
2015-02-25 Philip ReamesUpdate the GC docs to explicitly mention both gcroot...
2015-02-25 Eric ChristopherMake this test even more OS and register allocation...
2015-02-24 Philip Reames[GC] Sync documentation with code naming
2015-02-24 Philip ReamesMore GC documentation cleanup
2015-02-24 Greg ClaytonFixed Xcode project after recent changes:
2015-02-24 Eric ChristopherMake this test not dependent upon the triple. All that...
2015-02-24 Zachary Turner[CMake] Clean up lldb-mi CMakeLists.txt.
2015-02-24 Philip ReamesMore GC doc cleanup
2015-02-24 Zachary Turner[CMake] Set policy CMP0051 to OLD globally.
2015-02-24 Jacques Pienaarclang-format: Change location of stashed token
2015-02-24 Peter CollingbourneLowerBitSets: Introduce global layout builder.
2015-02-24 Philip ReamesImprove the getting started instructions in the GC...
2015-02-24 David MajnemerPrologEpilogInserter: Clean up math in calculateFrameOb...
2015-02-24 Sanjay Patelremove function names from comments; NFC
2015-02-24 Oleksiy VyalovFix qLaunchGDBServer packet parsing in GDBRemoteCommuni...
2015-02-24 Zachary TurnerResubmit "[CMake] Change lldbAPI to be a CMake OBJECT...
2015-02-24 Simon PilgrimReapplied D7816 & rL230177 & rL230278 - with an additio...
next