platform/upstream/llvm.git
2016-04-11 Davide Italiano[LTO] Switch Module to std::unique_ptr<>.
2016-04-11 Justin BognerCodeGen: Fix a use-after-free in TailDuplication
2016-04-11 JF BastienNFC: keep comment up to date
2016-04-11 Evgeniy Stepanov[safestack] A test for stackprotector canaries.
2016-04-11 Evgeniy StepanovAllow simultaneous safestack and stackprotector attributes.
2016-04-11 Evgeniy Stepanov[safestack] Add canary to unsafe stack frames
2016-04-11 Tim NorthoverARM: use r7 as the frame-pointer on all MachO targets.
2016-04-11 James Y KnightAdd __atomic_* lowering to AtomicExpandPass.
2016-04-11 Enrico GranataAdd support for resolving dynamic types of extended...
2016-04-11 Manman Renswifterror: fix up a testing case.
2016-04-11 Davide Italiano[DebugInfo/Test] Add CU as required.
2016-04-11 Simon Pilgrim[DAGCombiner] Fold xor/and/or (bitcast(A), bitcast...
2016-04-11 Manman RenSwift Calling Convention: swifterror target support.
2016-04-11 Adrian PrantlRevert accidentally committed change
2016-04-11 Adrian PrantlAdd missing DICompileUnit to this testcase
2016-04-11 Hans Wennborglibclang: fix two memory leaks (PR26292)
2016-04-11 Zachary TurnerFix some display bugs in llvm-pdbdump.
2016-04-11 Tom StellardRevert "AMDGPU/SI: Do not generate s_waitcnt after...
2016-04-11 Richard TrieuAdjust tests to have consistent integer sizes.
2016-04-11 Hans WennborgFix repeated conditional expression (PR20711)
2016-04-11 Hans WennborgFix broken assert, PR24624
2016-04-11 Hans WennborgRemove redundant .c_str(), as suggested by PR25633
2016-04-11 Hans WennborgFix a couple of redundant conditional expressions ...
2016-04-11 Rafael EspindolaSimplify handling of mips gp* symbols.
2016-04-11 Sanjay Pateluse range-loops; NFCI
2016-04-11 Tim NorthoverMCParser: diagnose missing directional labels more...
2016-04-11 Matthew Simpson[LoopUtils, LV] Fix PR27246 (first-order recurrences)
2016-04-11 Charles LiLit C++11 Compatibility Patch #6
2016-04-11 Rafael EspindolaSimplify the creation of __rel[a]_iplt_{start,end}.
2016-04-11 Davide Italiano[DebugInfo] Fix even more tests to include DICompileunit.
2016-04-11 Enrico GranataAdd support for additional NSArray formatters
2016-04-11 Enrico GranataAdd a formatter for zero-sized NSData
2016-04-11 Mehdi AminiEmit the module hash by default with -flto=thin.
2016-04-11 Sriraman TallamTest commit.
2016-04-11 Lang Hames[Object] Make .alt_entry directive parsing MachO specific.
2016-04-11 Adrian PrantlFix missing DICompileUnits in testcases
2016-04-11 Sanjay Patel[InstCombine] consolidate tests for related bugs
2016-04-11 Reid KlecknerUse member initializers for all scalar fields of Machin...
2016-04-11 Reid KlecknerCombine redundant stack realignment booleans in Machine...
2016-04-11 Sanjay Pateladd FIXME comment; NFC
2016-04-11 Sanjay Pateladd an assert for safety; NFC
2016-04-11 Sanjay Patelvariable names start with a capital letter; NFC
2016-04-11 Hemant Kulkarni[llvm-readobj] Add ELF hash histogram printing
2016-04-11 Xinliang David LiAdd code comment/NFC
2016-04-11 Sanjay Patel[InstCombine] use canEvaluateShiftedShift() to handle...
2016-04-11 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( psll{d|q}512...
2016-04-11 Reid KlecknerUpdate getting started docs
2016-04-11 Adrian PrantlMake the distinct DISubprogram in this testcase really...
2016-04-11 Adrian PrantlUpdate discriminator testcases to use proper NoDebug...
2016-04-11 Sanjay Patel[InstCombine] don't try to shift an illegal amount...
2016-04-11 Pavel LabathMark TestPrintStackTraces as flaky on android arm
2016-04-11 Pavel Labath[Driver] Fix a segfault in signal handlers
2016-04-11 Peter CollingbourneELF: Set FDE count in .eh_frame_hdr correctly.
2016-04-11 Peter CollingbourneELF: Implement basic support for module asm in bitcode...
2016-04-11 Tom StellardTargetRegisterInfo: Add getRegAsmName()
2016-04-11 Sanjay Patel[InstCombine] rename variables in shifted-shift helper...
2016-04-11 Adrian PrantlMore upgrading of old- and very-old-style debug info...
2016-04-11 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128...
2016-04-11 Sanjay Patel[InstCombine] add helper function for shift-shift optim...
2016-04-11 Sanjoy DasThis reverts commit r265913 and r265912
2016-04-11 Petar Jovanovic[mips] Make Static a default relocation model for MIPS...
2016-04-11 Adrian McCarthyRetry deletion of temporary files to avoid race conditi...
2016-04-11 Daniel Sanders[mips] Trivial corrections to range checked immediates.
2016-04-11 Sanjay Patel[InstCombine] replace test that no longer works as...
2016-04-11 Teresa Johnson[ThinLTO] BitcodeWriter still requires Analysis library
2016-04-11 Ulrich Weigand[SystemZ] README: remove an implemented idea, add some...
2016-04-11 Ulrich Weigand[SystemZ] Add SVC instruction
2016-04-11 Michael KruseAllow overflow of indices with constant dim-sizes.
2016-04-11 Teresa Johnson[ThinLTO] Move summary computation from BitcodeWriter...
2016-04-11 Rafael EspindolaMark OffsetSec const. NFC.
2016-04-11 Rafael EspindolaRemove initializer that are always set by the constructor.
2016-04-11 Rafael EspindolaMark a few methods const.
2016-04-11 Michael KruseDo not bind a non-const reference to a rvalue. NFC.
2016-04-11 Oliver Stannard[ARM] Avoid switching ARM/Thumb mode on .arch/.cpu...
2016-04-11 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( punpck{h|l...
2016-04-11 Benjamin Kramer[clang-format] Walk backwards from end() instead of...
2016-04-11 Ulrich Weigand[SystemZ] Support conditional indirect sibling calls...
2016-04-11 Ulrich Weigand[SystemZ] Remove incorrect CC use for C*BReturn instruc...
2016-04-11 Bhushan D.... Remove unintentional return
2016-04-11 Simon Pilgrim[X86] Added extra widening tests for and/xor/or bit...
2016-04-11 Simon Pilgrim[X86] Added extra widening tests for and/xor/or bit...
2016-04-11 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( ptest{n}m...
2016-04-11 Simon Pilgrim[X86] Regenerated sdglue test checks
2016-04-11 Benjamin KramerDon't clutter the test directory with temporary IR...
2016-04-11 Simon Pilgrim[X86] Added widening tests for and/xor/or bit operations
2016-04-11 Andrey Turetskiy[X86] Restrict max long nop length for Lakemont.
2016-04-11 Kuba Brecka[sanitizer] Restore stderr when using forkpty() to...
2016-04-11 Martin Probstclang-format: [JS] Test for parameter annotations.
2016-04-11 Tamas BerghammerFix makefile for TestMiThreadInfo after rL265858 (2nd...
2016-04-11 Tamas BerghammerFix makefile for TestMiThreadInfo after rL265858
2016-04-11 Kuba Brecka[tsan] Replace 'not' with '%deflake' in gcd-apply-race...
2016-04-11 Benjamin KramerRemove redundant conditions of the form (A || (!A ...
2016-04-11 Dmitry Polukhin[GCC] Attribute ifunc support in clang
2016-04-11 Martin Probstclang-format: [JS] do not insert semicolons after wrapp...
2016-04-11 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( vperm{i|t...
2016-04-11 Marshall ClowImplement LWG#680, which was missed lo these many moons...
2016-04-10 Sanjoy Das[IndVars] Eliminate op.with.overflow when possible
2016-04-10 Sanjoy Das[SCEV] See through op.with.overflow intrinsics
2016-04-10 Davide ItalianoRemove leftovers from previous linker experiments.
2016-04-10 Simon Atanasyan[ELF] Do not skip relocation scanning checking if the...
next