oota-llvm.git
2015-04-01 NAKAMURA TakumiTry to unbreak Clang build to export LLVM_ABI_BREAKING_...
2015-04-01 Craig TopperAdd -mcpu=native support to opt.
2015-04-01 David Majnemer[WinEH] Implement support for catch-all
2015-04-01 Lang Hames[Orc] Reflect process symbols into the LLI Orc-lazy...
2015-04-01 Sanjoy Das[CMake] Cache LLVM_ABI_BREAKING_CHECKS in LLVMConfig...
2015-04-01 Jiangning LiuFix PR23065. Avoid optimizing bitcast of build_vector...
2015-04-01 Ahmed Bougacha[SimplifyLibCalls] Ignore nobuiltin/unavailable fortifi...
2015-04-01 Hal Finkel[PowerPC] FastISel can't handle i1 return values when...
2015-03-31 Sean Silva[docs] Fix typo.
2015-03-31 David Majnemer[WinEH] ExitingScope is vacuously true if !PoppedCatche...
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-31 Kostya Serebryany[fuzzer] more documentation
2015-03-31 Sanjay Pateltypo; NFC
2015-03-31 Duncan P. N... IR: Rename replaceWithUniqued() tests from r233751
2015-03-31 Duncan P. N... Verifier: Add a testcase for verifying type refs
2015-03-31 Hal Finkel[PowerPC] Don't use a vector preferred memory type...
2015-03-31 Quentin Colombet[AArch64] Enable the codegenprepare optimization that...
2015-03-31 Matthias BraunFix AllocationPriority not getting set for derived...
2015-03-31 Duncan P. N... IR: Enable uniquing callbacks during MDNode::replaceWit...
2015-03-31 Lang Hames[MCJIT] Enable MCJIT regression tests on Darwin.
2015-03-31 Hal Finkel[SDAG] Handle non-integer preferred memset types for...
2015-03-31 Lang Hames[ExecutionEngine] Fix MCJIT::addGlobalMapping.
2015-03-31 Kostya Serebryany[fuzzer] Add support for token-based fuzzing (e.g....
2015-03-31 Matthias BraunClarify that higher priority means higher values.
2015-03-31 Matthias BraunRegAllocGreedy: Allow target to specify register class...
2015-03-31 Matthias BraunRegAllocGreedy: Improve live interval order in ReverseL...
2015-03-31 Simon Atanasyan[Hexagon] Avoid an unused variable warning when asserti...
2015-03-31 Ulrich Weigand[SystemZ] Address review comments for r233689
2015-03-31 Sanjay Patel[X86, AVX] fix zero-extending integer operand load...
2015-03-31 Lang Hames[Orc][MCJIT] Remove the small code model regression...
2015-03-31 Tim NorthoverAArch64: fix v8.1 sqrdmlah tests on Darwin platforms
2015-03-31 NAKAMURA TakumiRework r233647, "llvm/examples: Suppress building a...
2015-03-31 Sanjay Patel[X86, AVX] try to lowerVectorShuffleAsElementInsertion...
2015-03-31 Sanjay Pateltypos; NFC
2015-03-31 Ulrich Weigand[SystemZ] Add Analysis to required_libraries (fall...
2015-03-31 Scott Douglass[docs] add cross-reference
2015-03-31 Krzysztof ParzyszekExpand MUX instructions early on Hexagon
2015-03-31 Krzysztof ParzyszekRevert 233694. Weak SVN-fu.
2015-03-31 Krzysztof ParzyszekExpand MUX instructions early on Hexagon
2015-03-31 Vladimir Sukharev[AArch64] Add v8.1a "Rounding Double Multiply Add/Subtr...
2015-03-31 Ulrich Weigand[SystemZ] Support RISBGN instruction on zEC12
2015-03-31 Ulrich Weigand[SystemZ] Use POPCNT instruction on z196
2015-03-31 Ulrich Weigand[SystemZ] Provide basic TargetTransformInfo implementation
2015-03-31 Rafael EspindolaFix the operand encoding in the test instruction.
2015-03-31 Ulrich Weigand[PowerPC] Remove TargetMachine CPU auto-detection
2015-03-31 James Molloy[SDAG] Move TRUNCATE splitting logic into a helper...
2015-03-31 Craig Topper[X86] Stop changing result of getHostCPUName based...
2015-03-31 Craig TopperMake llc use getHostCPUFeatures when 'native' is specif...
2015-03-31 Craig Topper[X86] Be more robust against unknown Intel family 6...
2015-03-31 Ahmed Bougacha[X86] Generate MOVNT for all vector types.
2015-03-31 Duncan P. N... tools: Unify how verifyModule() is called
2015-03-31 Alexei Starovoitov[bpf] mark mov instructions as ReMaterializable
2015-03-31 Duncan P. N... Verifier: Don't return early from verifyTypeRefs()
2015-03-31 Duncan P. N... Verifier: Explicitly verify type references
2015-03-31 Duncan P. N... Verifier: Move over DISubprogram::Verify()
2015-03-31 Duncan P. N... DebugInfo: Rewrite llvm::getDISubprogram(), NFC
2015-03-31 Duncan P. N... DebugInfo: Hide isScopeRef() and isTypeRef() behind...
2015-03-31 Duncan P. N... DebugInfo: Factor out RETURN_FROM_RAW, etc.
2015-03-31 Duncan P. N... Verifier: Check reference flags in debug info
2015-03-31 Duncan P. N... Verifier: Move more debug info checks away from Verify()
2015-03-31 Duncan P. N... DebugInfo: Move debug info flags to the new hierarchy
2015-03-31 Duncan P. N... Verifier: Move checks over from DIDescriptor::Verify()
2015-03-31 Quentin Colombet[AArch64] Fix poor codegen for add immediate.
2015-03-31 Duncan P. N... DebugInfo: Remove LexicalBlockFile scope/context distin...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-31 NAKAMURA Takumillvm/examples: Suppress building a few JIT examples.
2015-03-31 NAKAMURA Takumillvm/examples: Add RuntimeDyld as libdeps.
2015-03-30 Duncan P. N... LexicalScopes: Cleanup remaining uses of DebugLoc
2015-03-30 Duncan P. N... DebugLoc: Remove getFromDILexicalBlock()
2015-03-30 Duncan P. N... LexicalScopes: Use debug info hierarchy pervasively
2015-03-30 David MajnemerSilence an unused variable warning.
2015-03-30 Kostya SerebryanyMove lib/Fuzzer docs from a README.txt to a proper...
2015-03-30 Kostya Serebryany[fuzzer] when a single unit takes over 1 second to...
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-30 Juergen RibutzkaTransfer implicit operands when expanding the RET_Reall...
2015-03-30 Kostya Serebryany[fuzzer] print various stats in a unified way
2015-03-30 Alexei Starovoitov[bpf] add support for bswap instructions
2015-03-30 Alexei Starovoitov[bpf] fix build
2015-03-30 Eric ChristopherRename const char *Triple argument to TT to avoid shado...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the X86...
2015-03-30 Kostya SerebryanyDFSan-based fuzzer (proof of concept).
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the Sparc...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the NVPTX...
2015-03-30 Duncan P. N... LexicalScopes: Use MDLocation directly instead of DebugLoc
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the ARM...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the AArch64...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-30 Quentin Colombet[RegisterCoalescer] Fix a potential misuse of direct...
2015-03-30 David Blaikie[opaque pointer type] Change GetElementPtrInst::getInde...
2015-03-30 Rafael EspindolaFix PR23045.
2015-03-30 Duncan P. N... Transforms: Update unit tests to use verifyModule()
2015-03-30 Duncan P. N... DwarfDebug: Avoid creating new DebugLocs in the backend
2015-03-30 Paul RobinsonExplain how to abandon a review.
2015-03-30 Duncan P. N... DebugInfo: Remove dead code from old DebugLoc API
2015-03-30 Rafael EspindolaUse range loops and add missing braces.
2015-03-30 Duncan P. N... Transforms: Fix a use of the old DebugLoc in unittests
2015-03-30 David Blaikie[opaque pointer type] More IRBuilder::createGEP (non...
2015-03-30 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-03-30 Duncan P. N... llvm-dis: Use the new `DebugLoc` API, NFC
2015-03-30 Duncan P. N... Transforms: Use the new DebugLoc API, NFC
next