unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on g++-4.8 for now to unbreak bots.
[oota-llvm.git] / lib /
2015-08-05 NAKAMURA TakumiWindows/COM.inc: Fix emacs mode in the first line.
2015-08-05 Tanya LattnerRename all references to old mailing lists to new lists...
2015-08-04 Yaron KerenAvoid passing nullptr to std::equal.
2015-08-04 Sanjay Patelwrap OptSize and MinSize attributes for easier and...
2015-08-04 Hal Finkel[RuntimeDyld] Adapt PPC64 relocations to PPC32
2015-08-04 Sanjay Patel[x86] machine combiner reassociation: mark EFLAGS opera...
2015-08-04 Vasileios Kalintiris[mips][FastISel] Disable code generation for unsupporte...
2015-08-04 Vasileios KalintirisRevert r229675 - [mips] Avoid redundant sign extension...
2015-08-04 Duncan P. N. Exon... Fix 80-column
2015-08-04 Duncan P. N. Exon... Linker: Fix ASan failure from r243961
2015-08-04 David MajnemerDrive-by fixes for LandingPad -> EHPad
2015-08-04 Simon Pilgrim[InstCombine] Moved SSE vector shift constant folding...
2015-08-04 Duncan P. N. Exon... Linker: Fix references to uniqued nodes after r243883
2015-08-04 Justin BognerRemove the configure and cmake checks for sys/wait.h
2015-08-04 Hal Finkel[SDAG] Fix a result chain in ExpandUnalignedLoad
2015-08-04 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-04 Chen LiIntroduce enum value for previously defined metadata...
2015-08-04 Saleem AbdulrasoolARM: support windows division routines
2015-08-04 Saleem AbdulrasoolARM: make Darwin libcall registration table driven...
2015-08-04 Chandler Carruth[UB] Don't allocate space for contained types and then...
2015-08-04 Sanjoy DasRevert "[LSR] Generate and use zero extends"
2015-08-04 Ahmed Bougacha[AArch64] Rename FP formats to be more consistent....
2015-08-04 Ahmed Bougacha[AArch64] Add isel support for f16 indexed LD/ST.
2015-08-04 Chandler Carruth[UB] Fix yet another use of memcpy with a null pointer...
2015-08-04 Ahmed Bougacha[AArch64][v8.1a] The "pan" sysreg isn't MSR-specific...
2015-08-04 Ahmed Bougacha[AArch64] Remove unnecessary "break". NFC.
2015-08-04 Ahmed Bougacha[AArch64] Use SDValue bool operator. NFC.
2015-08-04 Ahmed Bougacha[AArch64] Vector FCOPYSIGN supports Custom-lowering...
2015-08-04 Ahmed Bougacha[CodeGen] Fix FCOPYSIGN legalization to account for...
2015-08-04 Alex LorenzMIR Serialization: Serialize the 'volatile' machine...
2015-08-03 Adam Nemet[LAA] Remove unused needsAnyChecking(), NFC
2015-08-03 Adam Nemet[LoopVer] Remove unused needsRuntimeChecks(), NFC
2015-08-03 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-03 Tim NorthoverARM: remove horrible printf left over from debugging
2015-08-03 David BlaikieFix with a bit more care. (but only a bit)
2015-08-03 Chandler Carruth[Unroll] Improve the brute force loop unroll estimate...
2015-08-03 David BlaikieTry to fix the build for C++ standard libraries missing...
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-03 David BlaikieRecommit r243824: -Wdeprecated-clean: Fix cases of...
2015-08-03 Pete CooperConvert some AArch64 code to foreach loops. NFC.
2015-08-03 Reid KlecknerRevert "-Wdeprecated-clean: Fix cases of violating...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-08-03 Tim NorthoverARM: prefer allocating VFP regs at stride 4 on Darwin.
2015-08-03 Duncan P. N. Exon... Linker: Move distinct MDNodes instead of cloning
2015-08-03 JF BastienRefactor AtomicExpand::expandAtomicRMWToCmpXchg into...
2015-08-03 Artur PilipenkoCurrently string attributes on function arguments/retur...
2015-08-03 John Brawn[ARM] Make GlobalMerge merge extern globals by default
2015-08-03 John Brawn[GlobalMerge] Allow targets to enable merging of extern...
2015-08-03 James MolloyBe less conservative about forming IT blocks.
2015-08-03 Duncan P. N. Exon... ValueMapper: Only check for cycles if operands change
2015-08-03 Duncan P. N. Exon... ValueMapper: Use a range-based for, NFC
2015-08-03 Duncan P. N. Exon... ValueMapper: Reuse local variable, NFC
2015-08-03 Frederic RissUse early return NFC.
2015-08-03 JF BastienWebAssembly: implement getScalarShiftAmountTy so we...
2015-08-02 Craig TopperUse range-based for loops. NFC
2015-08-02 Duncan P. N. Exon... AsmPrinter: Split out non-DIE printing from DIE::print...
2015-08-02 Duncan P. N. Exon... AsmPrinter: Take DIEValueList in some DwarfUnit API...
2015-08-02 Duncan P. N. Exon... AsmPrinter: Change DIEValueList to a subclass of DIE...
2015-08-02 Andrew WilkinsAdd support to set/get ordering for load/store from...
2015-08-01 Craig TopperMark CompositeType::getTypeAtIndex as const. NFC
2015-08-01 Craig TopperMark Type::getPointerTo as const. Unfortunately, this...
2015-08-01 Craig TopperMerge the const and non-const Type::getScalarType to...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-08-01 Jingyue Wu[NVPTX] allow register copy between float and int
2015-08-01 Simon PilgrimRemove trailing whitespace. NFCI.
2015-08-01 Simon PilgrimUse SDValue bool check. NFCI.
2015-08-01 Simon Pilgrim[DAGCombiner] Convert constant AND masks to shuffle...
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-01 JF BastienWebAssembly: handle more than int32 argument/return
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-01 Kostya Serebryany[libFuzzer] more refactoring of the Mutator and adding...
2015-08-01 Kostya Serebryany[libFuzzer] start refactoring the Mutator and adding...
2015-07-31 Alex LorenzAMDGPU/SI: Add implicit register operands in the correc...
2015-07-31 Alex LorenzMIR Parser: Report an error when a jump table entry...
2015-07-31 Alex LorenzMIR Parser: Remove unused variable.
2015-07-31 Kostya Serebryany[libFuzzer] limit the size of the inputs printed to...
2015-07-31 Jingyue Wu[NVPTX] convert pointers in byval kernel arguments...
2015-07-31 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-31 JF BastienWebAssembly: handle `ret void`.
2015-07-31 Kostya Serebryany[libFuzzer] make sure that 2-byte arguments of switch...
2015-07-31 Alex LorenzMIR Serialization: Serialize the floating point immedia...
2015-07-31 Frederic Riss[dwarfdump] Ignore scattered relocations for mach-o.
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 JF Bastienx86: check hasOpaqueSPAdjustment in canRealignStack
2015-07-31 JF BastienWebAssembly: handle unused function arguments.
2015-07-31 Kostya Serebryany[libFuzzer] record traces from the switch statements...
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-31 JF BastienWebAssembly: print basic integer assembly.
2015-07-31 David Majnemer[COFF] Consider the ImageBase when reporting section...
2015-07-31 Kostya Serebryany[libFuzzer] support switch interception in dfsan mode
2015-07-31 Benjamin Kramer[CodeGenPrepare] Compress a pair. No functional change.
2015-07-31 Sanjay Patel[x86] reassociate integer multiplies using machine...
2015-07-31 Reid Kleckner[COFF] Return symbol VAs instead of RVAs for PE files
2015-07-31 Geoff Berry[AArch64] Favor extended reg patterns for sub
2015-07-31 Bruno Cardoso Lopes[CaptureTracker] Provide an ordered basic block to...
2015-07-31 Daniel Sanders[regalloc] Make RegMask clobbers prevent merging vreg...
2015-07-31 Jingyue WuRefactor: Simplify boolean conditional return statement...
next