platform/upstream/llvm.git
2015-12-03 John ThompsonFixed header determination logic. Was missing extension...
2015-12-03 Zachary TurnerUpdate .gitignore to include __pycache__ directories.
2015-12-03 Zachary TurnerUn XFAIL some tests that are now passing on Windows.
2015-12-03 George Burgess IVAdd tests for pass_object_size.
2015-12-03 Rafael EspindolaSimplify test. NFC.
2015-12-03 Easwaran RamanTest commit.
2015-12-03 Andrew Kaylor[WinEH] Avoid infinite loop in BranchFolding for multip...
2015-12-03 Chris Bieneman[CMake] If you're not installing the libcxx library...
2015-12-03 Chris Bieneman[CMake] Add option LLVM_EXTERNALIZE_DEBUGINFO
2015-12-03 David Blaikiedwarfdump: Correctly indentify the indicies for DWP...
2015-12-03 Xinliang David Li[PGO] Introduce error report macro in profile-rt
2015-12-03 Teresa Johnson[ThinLTO] Appending linkage fixes
2015-12-03 Krzysztof Parzyszek[Hexagon] Remove variable unused in NDEBUG build
2015-12-03 Nico WeberFix Objective-C metadata for properties from class...
2015-12-03 Matthias BraunAArch64FastISel: Use cbz/cbnz to branch on i1
2015-12-03 Krzysztof ParzyszekFriendly takeover of the Hexagon backend
2015-12-03 Kuba Brecka[sanitizer] Replace a local array with InternalScopedSt...
2015-12-03 Kuba Brecka[sanitizer] Cache results of darwin_test_archs
2015-12-03 Krzysztof Parzyszek[Hexagon] Implement CONCAT_VECTORS for HVX using V6_vco...
2015-12-03 Colin LeMahieu[Hexagon] NFC Using canonicalizePacket to compound...
2015-12-03 Rafael EspindolaSimplify ValueMap handling.
2015-12-03 NAKAMURA TakumiFix clang/test/Sema/struct-packed-align.c. "Windows...
2015-12-03 Krzysztof Parzyszek[Hexagon] Fix instruction descriptor flags for memory...
2015-12-03 Nico WeberMake check-clang depend on LTO.
2015-12-03 Kuba Brecka[tsan] Add interceptors for Darwin-specific locking...
2015-12-03 Rafael EspindolaDon't pass member variables to member functions. NFC.
2015-12-03 Rafael EspindolaDelete dead code.
2015-12-03 Tamas BerghammerRemove some duplicated code from PlatformPOSIX/Android
2015-12-03 Marina Yatsina[X86] MS inline asm: produce error when encountering...
2015-12-03 Krzysztof ParzyszekUnxfail passing test: test/CodeGenCXX/crash.cpp
2015-12-03 Alexander KornienkoRevert "Fix for merging decls in pragma weak Calling...
2015-12-03 Kuba BreckaFollow-up of r254600 to fix the dyld_insert_libraries_r...
2015-12-03 Kuba Brecka[tsan] Enable ThreadSanitizer on OS X builds by default...
2015-12-03 Tamas BerghammerFix TestLoadUnload for Windows -> POSIX remote debugging
2015-12-03 Kuba Brecka[tsan] Use MAP_ANON instead of MAP_ANONYMOUS
2015-12-03 Kuba Brecka[tsan] Use re-exec method to enable interceptors on...
2015-12-03 Manuel KlimekAdd fall-back mode for clang tools.
2015-12-03 Zlatko Buljan[mips][DSP] Add DSPr1 and DSPr2 tests for the standard...
2015-12-03 Alexey Bataev[OPENMP 4.5] Parsing/sema support for 'omp taskloop...
2015-12-03 Alexey BataevPR25575: Make GCC 4.4+ comatible layout for packed...
2015-12-03 Marina Yatsina[X86] Add support for fcomip, fucomip for Intel syntax
2015-12-03 Simon Pilgrim[X86] Stripped backend codegen tests
2015-12-03 Mohit K. Bhakkad[Fix] fix build failure due to rL254588
2015-12-03 Andy GibbsFix class SCEVPredicate has virtual functions and acces...
2015-12-03 Igor Kudrin[ELF/AArch64] Support R_AARCH64_COPY relocation.
2015-12-03 Jaydeep Patil[LLDB][MIPS] Using enum instead of a constant to fetch...
2015-12-03 Craig Topper[TableGen] Remove an assumption about the order of...
2015-12-03 Mohit K. Bhakkad[LLDB] Switch to assembly view if source is moved
2015-12-03 Tom StellardAMDGPU/SI: Emit constant arrays in the .hsrodata_readon...
2015-12-03 Matthias BraunRevert "ScheduleDAGInstrs: Rework schedule graph builder."
2015-12-03 Mehdi Aminiclang-format FunctionImport after refactoring (NFC)
2015-12-03 Mehdi AminiRename Set variable to be plural
2015-12-03 Mehdi AminiRefactor FunctionImporter::importFunctions with a helpe...
2015-12-03 Mehdi AminiAdapt comment and rename variable in ModuleLinker to...
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-12-03 Joerg SonnenbergerAdd a TODO item that the nop handling before FP conditi...
2015-12-03 Nico WeberFix a comment typo from r251874.
2015-12-03 Rui UeyamaCOFF: Non-external COMDAT sections sholud not be merged...
2015-12-03 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-03 Sanjay Patelgeneralize CHECK lines to make buildbot happy
2015-12-03 Matthias BraunRegisterPressure: Use range based for, fix else style...
2015-12-03 Richard SmithPR17381: Treat undefined behavior during expression...
2015-12-03 Sanjay Patelchange an assert when generating fmuladd to an ordinary...
2015-12-03 Xinliang David Li[PGO] Add v2 format compatibility test
2015-12-03 Justin BognerMC: Make sure to clear *all* of MCMachOStreamer's state
2015-12-03 Derek Schuff[WebAssembly] Add a test for wasm-store-results pass
2015-12-02 Dan Gohman[WebAssembly] Assert that byval and nest are not used...
2015-12-02 David MajnemerRename a header guard to be more appropriate
2015-12-02 David MajnemerForgot to add this file with r254562.
2015-12-02 Krzysztof Parzyszek[Hexagon] Improve lowering of instructions to the MC...
2015-12-02 Zachary TurnerFix test result serialization to use bytes.
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-02 Sanjay Patelfix typos; NFC
2015-12-02 Alexey SamsonovFixup for r254547: use format_hex() to simplify code.
2015-12-02 Rafael EspindolaSwitch the linker to having a whitelist of GVs.
2015-12-02 Mike AizatskyLibfuzzer: do not pass null into user function
2015-12-02 Reid KlecknerUse std::string instead of strdup() and free() in WinCo...
2015-12-02 Rafael EspindolaDelete what is now duplicated code.
2015-12-02 David Blaikie[llvm-dwp] Include only the non-empty columns in the...
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-12-02 Xinliang David LiSync up with master file
2015-12-02 Xinliang David Li[PGO] Allow input value node list to be null
2015-12-02 Todd FialaCandidate fixes for python2/3 compatible string handlin...
2015-12-02 Cong HouFix a typo in LoopVectorize.cpp. NFC.
2015-12-02 Alexey Samsonov[PowerPC] Remove wild call to RegScavenger::initRegState().
2015-12-02 Alexey Samsonov[Hexagon] Remove std::hex in favor of format().
2015-12-02 Todd FialaMake --results-file stdout implied if unspecified when...
2015-12-02 Kyle ButtTests: PPC: remove unnecessary metadata. NFC
2015-12-02 Rafael EspindolaAlso copy private linkage globals when needed.
2015-12-02 Alexey SamsonovRe-enable UBSan tests for SystemZ: PR20980 was fixed.
2015-12-02 Rafael EspindolaDon't copy information from aliasee to alias.
2015-12-02 Tom StellardAMDGPU/SI: Correctly emit agent global segment variable...
2015-12-02 Krzysztof Parzyszek[Hexagon] Remove TFRI_V4 instruction, use existing...
2015-12-02 Rafael EspindolaFix linking when we copy over only a decl.
2015-12-02 Sumanth GundapaneniFix the clang driver when "-nostdlib" is present
2015-12-02 Zachary TurnerUse sub-commands instead of --mode={client,server}.
2015-12-02 Kyle Butt[CodeGen]: Fix bad interaction with AntiDep breaking...
2015-12-02 Kyle ButtTest Commit: iteratee
2015-12-02 Todd FialaAdds candidate formatter for replacing legacy summary...
2015-12-02 Fiona GlaserFix accidental off by one change
next