Fix bug where sys::Wait could wait on wrong pid.
[oota-llvm.git] / lib /
2014-10-27 Rafael EspindolaFix bug where sys::Wait could wait on wrong pid.
2014-10-27 Juergen Ributzka[FastISel][AArch64] Emit immediate version of icmp...
2014-10-27 Juergen Ributzka[FastISel][AArch64] Optimize compare-and-branch for...
2014-10-27 Pete CooperStackmap shadows should consider call returns a branch...
2014-10-27 Juergen Ributzka[FastISel][AArch64] Use 'cbz' also for null values...
2014-10-27 Juergen Ributzka[FastISel][AArch64] Don't fold the 'and' instruction...
2014-10-27 Juergen Ributzka[FastISel][AArch64] Fix load/store with frame indices.
2014-10-27 Kostya Serebryany[asan] experimental tracing for indirect calls, llvm...
2014-10-27 Lang Hames[PBQP] Unique allowed-sets for nodes in the PBQP graph...
2014-10-27 NAKAMURA TakumiPrune CRLF.
2014-10-27 Oliver Stannard[ARM] Select VMAXNM and VMINNM regardless of operand...
2014-10-27 Yuri Gorshenin[asan-asm-instrumentation] Added comment describing...
2014-10-27 NAKAMURA TakumiFix unicode chars into ascii in comment lines.
2014-10-27 David MajnemerInstCombine: Fix a combine assuming that icmp operands...
2014-10-27 Rafael EspindolaLinkModules.cpp: don't repeat names in comments.
2014-10-26 David BlaikieRemove some unnecessary casts.
2014-10-26 Arnold SchwaighoferAdd an option to the LTO code generator to disable...
2014-10-26 Elena DemikhovskyAVX-512: Fixed encoding of VPBROADCASTM and added SKX...
2014-10-25 Andrew TrickLSR: Minor cleanup after Daniel's patch.
2014-10-25 Andrew TrickFix LSR compile time.
2014-10-25 Jingyue Wu[SeparateConstOffsetFromGEP] Fixed a bug related to...
2014-10-25 Benjamin KramerClean up assume intrinsic pattern matching, no need...
2014-10-25 Jingyue Wu[SeparateConstOffsetFromGEP] Fixed a bug in rebuilding...
2014-10-25 Simon Pilgrim[X86][SSE] Vector integer/float conversion memory folding
2014-10-25 David MajnemerInstCombine: Remove overzealous asserts
2014-10-25 Rafael EspindolaAllow the C API users to keep relying on the OutMessage...
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-25 Jingyue Wu[NVPTX] aligned byte-buffers for vector return types
2014-10-24 Evgeniy Stepanov[msan] Make -msan-check-constant-shadow a bit stronger.
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Kevin EnderbyFix a Mach-O assembler segfault for a subtraction expre...
2014-10-24 Frederic RissSink DwarfUnit::constructImportedEntityDIE into DwarfCo...
2014-10-24 Simon Pilgrim[X86][SSE] Bitcast assertion in XFormVExtractWithShuffl...
2014-10-24 Colin LeMahieu[Hexagon] Resubmission of 220427
2014-10-24 Matt ArsenaultFix copy paste comment
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-10-24 Sanjay PatelAllow AVX vrsqrtps generation.
2014-10-24 David BlaikieDebugInfo: Sink DwarfDebug::ScopeVariables down into...
2014-10-24 David BlaikieRemove DwarfDebug::FirstCU as it has no use
2014-10-24 Sanjay PatelUse rsqrt (X86) to speed up reciprocal square root...
2014-10-24 Daniel Sanders[mips] Replace MipsABIEnum with a MipsABIInfo class.
2014-10-24 Benjamin Kramer[Object] Fix MachO's getUuid to return a pointer into...
2014-10-24 Daniel Sanders[mips] Fix >80-column line
2014-10-24 Daniel Sanders[mips] Remove redundant code in RetCC_MipsN. NFC.
2014-10-24 Daniel Sanders[mips] For N32/N64, structs must be passed in the upper...
2014-10-24 Oliver Stannard[AArch64] Fix fast-isel of cbz of i1, i8, i16
2014-10-24 Marcello MaggioniAdded reset of LexicalScope in LiveDebugVariables reset...
2014-10-24 Timur IskhodzhanovFix PR21189 -- Emit symbol subsection required to debug...
2014-10-24 David BlaikieDebugInfo: Remove DwarfDebug::addScopeVariable now...
2014-10-24 Adam Nemet[AVX512] FMA support for the 231 variants
2014-10-24 Adam Nemet[AVX512] Introduce fma3p_forms from AVX
2014-10-23 Nick LewyckyIf requested, apply function merging at -O0 too. It...
2014-10-23 Timur IskhodzhanovMake getDISubprogram(const Function *F) available in...
2014-10-23 Ahmed Bougacha[SelectionDAG] Teach the vector scalarizer about FP...
2014-10-23 Ahmed BougachaUpdate comment and fix typos in assert message. (NFC)
2014-10-23 Tim NorthoverScheduleDAG: record PhysReg dependencies represented...
2014-10-23 David BlaikieDebugInfo: Remove DwarfDebug::CurrentFnArguments since...
2014-10-23 David BlaikieDebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable...
2014-10-23 Ahmed Bougacha[X86] Improve mul w/ overflow codegen, to MUL8+SETO.
2014-10-23 David BlaikieDebugInfo: Remove DwarfDebug::addCurrentFnArgument...
2014-10-23 Sanjay PatelHandle sqrt() shrinking in SimplifyLibCalls like any...
2014-10-23 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code for Object...
2014-10-23 David BlaikieDebugInfo: Simplify/tidy/correct global variable decl...
2014-10-23 Reid KlecknerRevert "Don't count inreg params when mangling fastcall...
2014-10-23 David BlaikieRemove explicit (void) use of DwarfFile::DD that was...
2014-10-23 Renato GolinDo not emit intermediate register for zero FP immediate
2014-10-23 Rafael Espindolaclang-format two code snippets to make the next patch...
2014-10-23 NAKAMURA TakumiHexagon/Disassembler/LLVMBuild.txt: Update libdeps.
2014-10-23 NAKAMURA TakumiHexagon/LLVMBuild.txt: Prune CRLF.
2014-10-23 NAKAMURA Takumi[CMake] Prune CRLF in CMakeLists.txt(s).
2014-10-23 NAKAMURA TakumiRevert r220427, "[Hexagon] Adding encoding bits for...
2014-10-23 Zoran Jovanovic[mips][microMIPS] Implement ADDIUR1SP instruction
2014-10-23 Zoran Jovanovicps][microMIPS] Implement ADDIUR2 instruction
2014-10-23 Zoran Jovanovicps][microMIPS] Implement LI16 instruction
2014-10-23 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for SLL16...
2014-10-23 Oliver Stannard[Thumb2] Improve disassembly of memory hints
2014-10-23 Akira Hatanaka[ARM, stack protector] If supported, use armv7 instruct...
2014-10-23 Frederic RissAssert that ValueHandleBase::ValueIsRAUWd doesn't chang...
2014-10-23 Frederic RissModernize doxygen comments in Support/Dwarf.h
2014-10-23 Frederic Riss[dwarfdump] Dump DW_AT_ranges values inline in the...
2014-10-23 Evgeniy Stepanov[msan] Emit checks for constant shadow values under...
2014-10-23 David Blaikie[DebugInfo] Sink DwarfDebug::addCurrentFnArgument down...
2014-10-23 David Blaikie[DebugInfo] Add DwarfDebug& to DwarfFile.
2014-10-23 David Blaikie[DebugInfo] Remove LexicalScopes::isCurrentFunctionScop...
2014-10-22 Lang Hames[MCJIT] Make repeat calls to MCJIT::getPointerToFunctio...
2014-10-22 David MajnemerAttempt to fix the build after r220439
2014-10-22 Derek Schuff[MC] Attach labels to existing fragments instead of...
2014-10-22 Colin LeMahieu[Hexagon] Adding encoding bits for add opcode.
2014-10-22 Chad Rosier[AArch64] Add support for the .inst directive.
2014-10-22 Benjamin KramerStrength reduce constant-sized vectors into arrays...
2014-10-22 Benjamin KramerLoopVectorize: Simplify code. No functionality change.
2014-10-22 Diego NovilloShorten auto iterators for function basic blocks.
2014-10-22 Hans WennborgFix VS2012 build; C++11 type aliases are not supported.
2014-10-22 Colin LeMahieuAmmending 220393 - Removing unused decoding tables.
2014-10-22 Colin LeMahieuAmmending 220393 - Removing unused functions.
2014-10-22 Bill Schmidt[PATCH] Support select-cc for VSFRC when VSX is enabled
2014-10-22 Diego NovilloUse auto iteration in lib/Transforms/Scalar/SampleProfi...
2014-10-22 Colin LeMahieu[Hexagon] Adding basic disassembler.
2014-10-22 Philip ReamesPreserving 'nonnull' metadata in SimplifyCFG
2014-10-22 Sanjay PatelShrinkify libcalls: use float versions of double libm...
next