oota-llvm.git
2015-05-20 Reid Kleckner[WinEH] Store pointers to the LSDA in the exception...
2015-05-20 Pete CooperDon't generate comments in the DebugLocStream unless...
2015-05-20 Pete CooperRevert "Add bool to DebugLocDwarfExpression to control...
2015-05-20 Hans WennborgRevert r237828 "[X86] Remove unused node after morphing...
2015-05-20 Nick Kledzik[doc] Update Lexicon with C++ unwinder acronyms
2015-05-20 David Blaikie[opaque pointer type] Pass explicit type to Load instru...
2015-05-20 Davide Italiano[Target/ARM] Only enable OptimizeBarrierPass at -O1...
2015-05-20 Kostya Serebryany[lib/Fuzzer] more docs
2015-05-20 Alex LorenzAsmParser: Require a terminating null character when...
2015-05-20 David Blaikie[opaque pointer type] LoadInst: assert that the explici...
2015-05-20 Duncan P. N... MC: Remove most remaining uses of MCSymbolData::getSymb...
2015-05-20 Benjamin Kramer[X86] Remove unused node after morphing it from shr...
2015-05-20 Pete CooperAdd bool to DebugLocDwarfExpression to control emitting...
2015-05-20 Duncan P. N... MC: Stop using MCSymbolData::getSymbol() in WinCOFF...
2015-05-20 Pete CooperUse a SmallString buffer instead of a std::string for...
2015-05-20 Matthias BraunDAGCombiner: Continue combining if FoldConstantArithmet...
2015-05-20 James MolloyReapply r237539 with a fix for the Chromium build.
2015-05-20 Matthias BraunARM: Fix comment and make it slightly more readable
2015-05-20 Duncan P. N... MC: Use MCSymbol in LocalCommon, NFC
2015-05-20 Pawel BylicaFix icmp lowering
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-20 Alexey SamsonovTemporary delete the test while we're investigating...
2015-05-20 Duncan P. N... MC: Add MCSymbolData back to MCAssembler dump
2015-05-20 Duncan P. N... MC: Update MCAssembler to use MCSymbol, NFC
2015-05-20 Benjamin Kramer[YAML] Make Node's destructor non-virtual.
2015-05-20 Duncan P. N... MC: Use MCSymbol in MachObjectWriter, NFC
2015-05-20 Duncan P. N... MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC
2015-05-20 Renato GolinGet Triple::getARMCPUForArch() to use TargetParser
2015-05-20 Pawel BylicaUnit tests for the getSwappedBytes(double) fix from...
2015-05-20 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2015-05-20 Elena DemikhovskyAVX-512: fixed algorithm of building vectors of i1...
2015-05-20 Daniel SandersRevert r237789 - [mips] The naming convention for priva...
2015-05-20 Daniel Sanders[mips] Fix ehframe-indirect.ll test.
2015-05-20 Daniel Sanders[mips] The naming convention for private labels is...
2015-05-20 Igor Laevsky[StatepointLowering] Support of the gc.relocates for...
2015-05-20 Toma Tabacu[mips] [IAS] Factor out .set nomacro warning. NFC.
2015-05-20 Craig Topper[TableGen] Make some variable names consistent with...
2015-05-20 Craig Topper[TableGen] Fix a memory leak.
2015-05-20 Craig Topper[TableGen] Don't override convertValue for some of...
2015-05-20 David Majnemer[X86] Implement the local-exec TLS model for Windows...
2015-05-20 Duncan P. N... MC: Use MCSymbol in most of ELFObjectWriter, NFC
2015-05-20 Peter CollingbourneSupport: Introduce LLVM_FALLTHROUGH macro.
2015-05-20 Swaroop SridharAdd a GCStrategy for CoreCLR
2015-05-20 Alexei Starovoitov[bpf] fix build
2015-05-20 Duncan P. N... MC: Take MCSymbol in MachObjectWriter::getSymbolAddress...
2015-05-19 Duncan P. N... MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()...
2015-05-19 Philip Reames[PlaceSafepoints] Stop special casing some intrinsics
2015-05-19 Reid KlecknerTry to fix the build with MSVC 2015 by disabling sized...
2015-05-19 Hans WennborgRevert r237539: "Reapply r237520 with another fix for...
2015-05-19 Philip ReamesRemove a stale comment
2015-05-19 Kostya Serebryany[lib/Fuzzer] change the meaning of -timeout flag: now...
2015-05-19 Akira HatanakaAdd a comment line that was accidentally dropped in...
2015-05-19 Alexey Samsonov[DWARF parser] Make DWARF parser more robust against...
2015-05-19 David Blaikie[opaque pointer type] Provide a convenience function...
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 David Blaikie[opaque pointer type] Provide the ability to pass an...
2015-05-19 Matthias BraunMachineInstr: Remove unused parameter.
2015-05-19 Jingyue Wu[Speculation] NFC: more header comments
2015-05-19 Alex LorenzFix MIR testcase committed in r237708 - remove target...
2015-05-19 Pete CooperRemove unnecessary cast. NFC
2015-05-19 Alexey Samsonov[DWARF parser] Add basic support for DWZ DWARF multifil...
2015-05-19 Sanjoy DasDereferenceable, dereferenceable_or_null metadata for...
2015-05-19 Sanjay Pateluse 'auto *' for pointers; clearer usage, no deep copying
2015-05-19 Pete CooperRemove unused MCExpr.h include from MCELF.h. NFC
2015-05-19 Sanjay Pateltidy up
2015-05-19 Alex LorenzFix llc path in MIR testcases committed in r237708.
2015-05-19 Sanjay Pateluse range-based for-loop
2015-05-19 Pete CooperRemove unused MCRelocationInfo.h include from MCDisasse...
2015-05-19 Filipe CabecinhasChange a reachable unreachable to a fatal error.
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-19 Pete CooperRemove unused MachineLocation.h include from MCAsmInfo...
2015-05-19 Matthias BraunRegisterCoalescer: Improve a comment.
2015-05-19 Sanjay Pateluse range-based for loop
2015-05-19 Igor Laevsky[RewriteStatepointsForGC] Fix up naming in "relocationV...
2015-05-19 Wei MiRemove the InstructionSimplifierPass immediately after...
2015-05-19 Igor Laevsky[RewriteStatepointsForGC] For some values (like gep...
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement NOR, OR, ORI, XOR and...
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement AND and ANDI instructions
2015-05-19 Yaron KerenRangify for loop in Cleanup(), NFC.
2015-05-19 Yaron KerenPrevent Cleanup() from running more than once.
2015-05-19 Yaron KerenUse cat and not type Under MSYS, same as Cygwin.
2015-05-19 Daniel Sanders[mips] Correct and improve special-case shuffle instruc...
2015-05-19 Yaron KerenAs r237678 was reverted, this is no longer needed.
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement DIV, DIVU, MOD and MODU...
2015-05-19 Yaron KerenFix Visual C++ errors C2784, C2780, C2782 after r237678.
2015-05-19 Michael Kuperstein[X86] ABI change for x86-32: pass 3 vector arguments...
2015-05-19 Pawel BylicaRevert "Avoid size_t -> unsigned conversion in MathExtr...
2015-05-19 Pawel BylicaAvoid size_t -> unsigned conversion in MathExtras.h...
2015-05-19 Artyom SkrobovFix documentation for Set-Like Containers
2015-05-19 Pawel BylicaFix getSwappedBytes for double.
2015-05-19 NAKAMURA TakumiBrainF.cpp: Update CreateCall() according to r237624.
2015-05-19 Tobias GrosserDrop unnecessary ';' after namespace
2015-05-19 Matthias BraunSelectionDAG: Cleanup and simplify FoldConstantArithmetic
2015-05-19 Filipe Cabecinhas[BitcodeReader] Error out if we read an invalid functio...
2015-05-19 Kostya Serebryany[lib/Fuzzer] more efficient reload logic; also don...
2015-05-19 Filipe Cabecinhas[BitcodeReader] It's a malformed block if CodeLenWidth...
2015-05-19 Matthias BraunDAGCombiner: Factor common pattern into isOneConstant...
2015-05-19 Matthias BraunDAGCombiner: Factor common pattern into isAllOnesConsta...
2015-05-19 Matthias BraunDAGCombiner: Use isNullConstant() where possible
2015-05-19 Pete CooperStore intrinsic ID by value in Function instead of...
next