platform/upstream/llvm.git
2015-12-22 Xinliang David Li[PGO] Fix another comdat related issue for COFF
2015-12-22 Enrico GranataRemove an empty folder
2015-12-21 Vedant Kumar[Support] Timer: Use emplace_back() and range-based...
2015-12-21 Dan Gohman[WebAssembly] Remove the -target command-line flag...
2015-12-21 Vedant Kumar[Support] Timer: simplify the init() method
2015-12-21 Dylan McKay[AVR] Added configuration file and machine function...
2015-12-21 Enrico GranataReduce code duplication
2015-12-21 Eric ChristopherFix line endings after r256155. NFC.
2015-12-21 Tobias GrosserScopInfo: Small improvement to schedule construction...
2015-12-21 Tobias GrosserScopInfo: Polish the implementation of mapToDimension
2015-12-21 Evgeniy Stepanov[asan] Add mincore test.
2015-12-21 Xinliang David LiFix test case comment (NFC)
2015-12-21 Evgeniy Stepanov[cfi] Fix LowerBitSets on 32-bit targets.
2015-12-21 David Majnemer[clang-cl] Add support for /Brepro
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 Jun Bum LimEnhance BranchProbabilityInfo::calcUnreachableHeuristic...
2015-12-21 Xinliang David LiResubmit r256193 with test fix: assertion failure analyzed
2015-12-21 Rafael EspindolaDrop remaining uses of the Base typedef idiom.
2015-12-21 Tobias GrosserAdd option to assume single-loop scops with sufficient...
2015-12-21 Xinliang David LiRevert r256193: build bot failure triggered
2015-12-21 Rafael EspindolaSimplify types. NFC.
2015-12-21 Rafael EspindolaRemove unnecessary cast.
2015-12-21 Rafael EspindolaRemove simple uses of Base::.
2015-12-21 Cong Hou[X86][SSE] Transform truncations between vectors of...
2015-12-21 Xinliang David Li[PGO] Fix profile var comdat generation problem with...
2015-12-21 Michael Zolotukhin[ValueTracking] Properly handle non-sized types in...
2015-12-21 James Y KnightTweak myriad-toolchain test.
2015-12-21 Vedant KumarReapply "[CodeGen] Fix assignments of inline layouts...
2015-12-21 Rafael EspindolaRemove unnecessary cast.
2015-12-21 Adrian PrantlFix PR24563 (LiveDebugVariables unconditionally propaga...
2015-12-21 Adrian PrantlConvert the CodeGen/ARM/sched-it-debug-nodes.ll testcas...
2015-12-21 Vedant KumarRevert "[CodeGen] Fix assignments of inline layouts...
2015-12-21 Vedant Kumar[CodeGen] Fix assignments of inline layouts into the...
2015-12-21 Adhemerval... [compiler-rt] [tsan] Add support for PIE build on AArch64
2015-12-21 Adrian PrantlTeach ARMLoadStoreOptimizer to ignore DBG_VALUE instruc...
2015-12-21 Kostya Serebryany[asan] fix fopen interceptor to not crash if path is...
2015-12-21 Rafael EspindolaDelete dead typedefs.
2015-12-21 Rafael EspindolaRefactor duplicated code. NFC.
2015-12-21 Kostya Serebryanyfix leak in a test, make the sanitizer bot green
2015-12-21 Tom StellardAMDGPU/SI: Fix encoding for FLAT_SCRATCH registers...
2015-12-21 Tom StellardAMDGPU/SI: Change assembly name for flat scratch regist...
2015-12-21 Matthew Simpson[AArch64] Add additional extract-extend patterns for...
2015-12-21 Daniel Jasperclang-format: Properly set the BlockKind for more blocks.
2015-12-21 Teresa JohnsonAdd testcase for r256161 (PR25907)
2015-12-21 Chad RosierRemove extra whitespace. NFC.
2015-12-21 Simon Atanasyan[ELF][MIPS] Support some of R_MIPS_PCxxx relocations
2015-12-21 Teresa Johnson[ThinLTO] Rename variable to reflect bulk importing...
2015-12-21 Daniel Jasperclang-format: Only consider the first #include that...
2015-12-21 Dan Gohman[WebAssembly] Convert a regular for loop to a range...
2015-12-21 Dan Gohman[WebAssembly] Clean up comments and fix a missing ...
2015-12-21 Dan Gohman[WebAssembly] Remove an unneeded empty destructor.
2015-12-21 Dan Gohman[WebAssembly] Enclose the operand variables for load...
2015-12-21 Dan Gohman[WebAssembly] Mark the ARGUMENT pseudo-instructions...
2015-12-21 Dan Gohman[WebAssembly] Add some comments and make some minor...
2015-12-21 Dan GohmanTeach MCOperand::print how to print FPImm operands.
2015-12-21 Teresa JohnsonRemove unused functions from ModuleLinker (NFC)
2015-12-21 Teresa JohnsonRemove overly strict new assert in BitcodeReader.
2015-12-21 Jun Bum LimRevert "[AArch64] Promote loads from stores"
2015-12-21 Chad Rosier[LIR] Refactor code to enable future patch. NFC.
2015-12-21 Chad Rosier[AArch64] Enable PostRAScheduler for AArch64 generic...
2015-12-21 Igor BregerAVX512BW: Enable AND/OR/XOR vector byte/word paked...
2015-12-21 Davide Italiano[llvm-objdump] Use appropriate helper. NFC.
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-21 Daniel Jasperclang-format: [JS] Change Google-style default for...
2015-12-21 Daniel Jasperclang-format: Only try to find the "main" include in...
2015-12-21 Zlatko Buljan[mips][microMIPS] Implement DERET and DI instructions...
2015-12-21 Tobias GrosserAdjust formatting to clang-format changes in 256149
2015-12-21 Alexander Kornienko[scan-view] replace deprecated optparse with argparse
2015-12-21 Tobias GrosserScopDetect: Extract profitability check into subfunction
2015-12-21 Daniel Jasperclang-format: Extend detection of the "main" #include...
2015-12-21 Tamas BerghammerFix emulation of the thumb str instruction
2015-12-21 James Molloy[Driver] Pass -O* to the gold plugin via -plugin-opt
2015-12-21 George Rimar[ELF] - fixed not properly handled @GOTTPOFF relocation...
2015-12-21 George Rimar[ELF] - Implemented R_*_IRELATIVE relocations for x86...
2015-12-21 George Rimar[ELF] - R_386_GOTOFF relocation implemented.
2015-12-21 Gabor HorvathFix a false positive case in ContainerSizeEmpty check...
2015-12-21 George Rimar[ELF] - Fixed padding for CIE/FDE entries of .eh_frame...
2015-12-21 Tobias GrosserScopInfo: Return immediately if scop is unprofitable...
2015-12-21 Tobias GrosserScopInfo: Return in case we found an invalid array...
2015-12-21 NAKAMURA Takumicheck-llvm: Tweak the feature "timestamps" for autoconf.
2015-12-21 David Majnemer[MC, COFF] Unbreak support for COFF timestamps
2015-12-21 Tobias GrosserScopInfo: Check for the existance of a single memory...
2015-12-21 Craig Topper[Sema] Use range-based for loops. NFC
2015-12-21 NAKAMURA Takumi[Cygwin] Enable TLS as emutls.
2015-12-21 NAKAMURA Takumicheck-clang-tools requires clang-headers due to test...
2015-12-21 Manuel Jacob[RS4GC] Add an assert which fails if there is a (yet...
2015-12-21 Craig Topper[InstCombine] Fix indentation. NFC.
2015-12-20 Dylan McKay[AVR] Added AVRCallingConv.td
2015-12-20 Xinliang David Li[PGO] testing _WIN64 instead of _WIN32
2015-12-20 Xinliang David Li[PGO] Implement BOOL_CMPXCHG for Windows
2015-12-20 Craig Topper[X86] Use range-based for loop. NFC
2015-12-20 Craig Topper[X86] Prevent constant hoisting for a couple compare...
2015-12-20 Johannes Doerfert[FIX] Schedule generation for block exiting multiple...
2015-12-20 Michael KruseCompile fix: Use "&&" operator instead of "and"
2015-12-20 Tobias GrosserScopInfo: Bail out in case of complex branch structures
2015-12-20 Michael Kuperstein[X86] Add missing m64/int64 conversions
2015-12-20 Michael Kuperstein[X86] Add signed aliases for popcnt intrinsics
2015-12-20 Dylan McKayAdd AVR.td and AVRRegisterInfo.td
2015-12-20 Simon Atanasyan[ELF][MIPS] MIPS .reginfo sections handling
2015-12-20 Davide Italiano[llvm-objdump] Move COFF function to where it belongs.
next