platform/upstream/llvm.git
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...
2015-02-24 Justin BognerInstrProf: Simplify a couple of tests after r230383
2015-02-24 Simon PilgrimAdded test case for PR22678 (check CONCAT_VECTORS DAG...
2015-02-24 Jacques PienaarCUDA: Add option to allow host device functions to...
2015-02-24 Richard SmithPR22673 again: diagnose use of the used decl, not the...
2015-02-24 Justin BognerInstrProf: Test for appropriate linkage of the profilin...
2015-02-24 Zachary TurnerRevert "[CMake] Change lldbAPI to be a CMake OBJECT...
2015-02-24 Richard SmithPR22673: Don't forget to check a constructor for delete...
2015-02-24 Zachary Turner[CMake] Change lldbAPI to be a CMake OBJECT library.
2015-02-24 Zachary Turner[CMake] Don't automatically copy python27.dll.
2015-02-24 Andrew KaylorFixing eol-style
2015-02-24 Richard SmithAdd test that we reject invocations of deleted construc...
2015-02-24 Hans WennborgReleaseNotes: add notes about VS2014 Update 4 requirement
2015-02-24 Reid KlecknerMS extensions: Properly diagnose address of MS property...
2015-02-24 Arch D. RobisonFix typo: qual -> equal
2015-02-24 Jonathan RoelofsAdd .fpu directives to ARM unwind save & restore functions.
2015-02-24 Philip ReamesStarting to cleanup the garbage collection documentation
2015-02-24 Eric ChristopherRevert:
2015-02-24 Eric ChristopherRename UpdateRegAllocHint to match style guidelines.
2015-02-24 Kostya Serebryany[asan] fix odr-violation.cc test to always use slow...
2015-02-24 Matthias BraunAArch64: Relax assert about large shift sizes.
2015-02-24 Matthias BraunDAGCombiner: Move variable definitions closer to use...
2015-02-24 Matthias BraunDAGCombiner: Move variable declaration closer to defini...
next