oota-llvm.git
2015-06-10 Teresa JohnsonAdd new EliminateAvailableExternally module pass, which...
2015-06-10 Alexey Samsonov[GVN] Set proper debug locations for some instructions...
2015-06-10 Sanjay Patelfix typo in comment; NFC
2015-06-10 Colin LeMahieu[Hexagon] Adding decoders for signed operands and ensur...
2015-06-10 Benjamin Kramer[Hexagon] Make global arrays 'static const'. NFC.
2015-06-10 Igor Laevsky[Statepoints] Add test case to check that statepoint...
2015-06-10 Igor Laevsky[StatepointLowering] Reuse stack slots across basic...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in create...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-10 Elena DemikhovskyAVX-512: Fixed a bug in comparison of i1 vectors.
2015-06-10 Yaron KerenReplace magic number 19 with the constant GlobalValueSu...
2015-06-10 Alexei Starovoitovfix crash
2015-06-10 Craig TopperRemove unnecessary conversion from StringRef to std...
2015-06-10 Reid Kleckner[WinEH] Call llvm.stackrestore in __except blocks
2015-06-10 Reid KlecknerRemove safeseh debug print and remove extra braces
2015-06-10 Reid Kleckner[WinEH] Emit .safeseh directives for all 32-bit excepti...
2015-06-10 Reid KlecknerFix -Wsign-compare warning in WinException.cpp
2015-06-09 Pete CooperFix warning of comparing different enums. NFC
2015-06-09 NAKAMURA TakumiAdd explicit -mtriple=arm-unknown to llvm/test/CodeGen...
2015-06-09 Pete CooperRevert "Move MCSymbol Value in to the union of Offset...
2015-06-09 Pete CooperMove MCSymbol Value in to the union of Offset and Commo...
2015-06-09 Tobias Edler... [RegisterScavenger] Fix handling of predicated instructions
2015-06-09 Alexey Samsonov[BasicBlockUtils] Set debug locations for instructions...
2015-06-09 Peter CollingbourneMove dllimport name mangling to IR mangler.
2015-06-09 Jingyue Wu[NVPTX] fix a crash bug in NVPTXFavorNonGenericAddrSpaces
2015-06-09 Peter CollingbourneLibDriver, llvm-lib: introduce.
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-09 Chad Rosier[AArch64] Remove an overly conservative check when...
2015-06-09 Pete CooperUse AlignOf traits to enable static_assert.
2015-06-09 Benjamin KramerReplace loop with std::equal. NFC intended.
2015-06-09 Pete CooperReduce duplication in MCSymbol Name handling. NFC>
2015-06-09 Pete CooperMake MCSymbol::Name be a union of uint64_t and a pointer.
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-09 Alexei Starovoitov[bpf] enable BPF backend in autoconf build
2015-06-09 Pete CooperChange from alignof to llvm::alignOf to appease Visual...
2015-06-09 Pete CooperAllocate space for MCSymbol::Name only if required.
2015-06-09 Arnold SchwaighoferMergeFunctions: Don't replace a weak function use by...
2015-06-09 David BlaikieRevert "[DWARF] Fix a few corner cases in expression...
2015-06-09 Samuel AntaoThe constant initialization for globals in NVPTX is...
2015-06-09 Eli BenderskyAdd more wrappers for symbol APIs to the C API.
2015-06-09 Alexei Starovoitov[bpf] make BPF backend non-experimental
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-09 Toma TabacuRecommit "[mips] [IAS] Restore STI.FeatureBits in ...
2015-06-09 Elena DemikhovskyX86-MPX: Implemented encoding for MPX instructions.
2015-06-09 Aaron BallmanRemoving spurious semi colons; NFC.
2015-06-09 Toma TabacuRevert "[mips] [IAS] Add support for BNE and BEQ with...
2015-06-09 Toma Tabacu[mips] [IAS] Add support for BNE and BEQ with an immedi...
2015-06-09 Daniel Sanders[nvptx] Only support the 'm' inline assembly memory...
2015-06-09 Daniel Sanders[ADT] Assert that SmallVectorBase::grow_pod() successfu...
2015-06-09 Denis ProtivenskyMergeFunctions: Fix gcc warning in condition
2015-06-09 NAKAMURA Takumillvm/test/DebugInfo/X86/expressions.ll: %llc_dwarf...
2015-06-09 Keno FischerMove X86-only test case to appropriate directory
2015-06-09 Lang Hames[lli] Make the OptLevel (-O=<char>) option accessible...
2015-06-09 Keno Fischer[DWARF] Fix a few corner cases in expression emission
2015-06-09 Anna Zaks[asan] Prevent __attribute__((annotate)) triggering...
2015-06-09 Matt ArsenaultImplement computeKnownBits for min/max nodes
2015-06-09 Matt ArsenaultR600: Switch to using generic min / max nodes.
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-09 Arnold SchwaighoferFix unused variable warning
2015-06-09 Jingyue Wu[NVPTX] run SROA after NVPTXFavorNonGenericAddrSpaces
2015-06-09 Arnold SchwaighoferMergeFunctions: Impose a total order on the replacement...
2015-06-08 Reid Kleckner[WinEH] Cache declarations of frame intrinsics
2015-06-08 Reid Kleckner[MC] Use unsigned for the Kind bitfield in MCSymbol
2015-06-08 Reid KlecknerFix clang-cl self-host -Wc++11-narrowing bug
2015-06-08 Ranjeet Singh[AArch64] AsmParser should be case insensitive about...
2015-06-08 Keno Fischer[InstrInfo] Refactor foldOperandImpl to thread through...
2015-06-08 Rafael EspindolaFix a regression in .pop_section.
2015-06-08 Simon Pilgrim[X86][SSE] Added lzcnt vector tests.
2015-06-08 Akira HatanakaInclude header file <functional>.
2015-06-08 Benjamin KramerPrefer copy init over direct init. NFC.
2015-06-08 Akira Hatanaka[ARM] Pass a callback to FunctionPass constructors...
2015-06-08 Pete CooperUse a PointerUnion in MCSymbol for Section and Fragment...
2015-06-08 Pete CooperRemove includes of MCMachOSymbolFlags.h after it was...
2015-06-08 Pete CooperMake flags get/set method protected so that all flags...
2015-06-08 Pete CooperMove all flags logic to MCSymbolMachO.
2015-06-08 Pete CooperAdd MCSymbolMachO which will be used to hide the MCSymb...
2015-06-08 Pete CooperMove all of the MCSymbol COFF flags logic in to MCSymbo...
2015-06-08 Pete CooperMove COFF Type in to the MCSymbolCOFF class.
2015-06-08 Pete CooperAdd MCSymbolCOFF class and use it to get and set the...
2015-06-08 Pete CooperChange MCSymbol IsELF to an enum to support future...
2015-06-08 Matthias BraunX86: Reject register operands with obvious type mismatches.
2015-06-08 Oliver StannardFix assertion failure in global-merge with unused Const...
2015-06-08 Colin LeMahieu[Hexagon] Adding functionality for searching for compou...
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTLZ vector constant folding support.
2015-06-08 Sanjay Patelfix typos; NFC
2015-06-08 Javed AbsarARM]: Add support for MMFR4_EL1 in assembler
2015-06-08 Petar Jovanovic[Mips64][mcjit] Add R_MIPS_PC32 relocation
2015-06-08 Igor BregerAVX-512: Implemented 256/128bit VALIGND/Q instructions...
2015-06-08 Artur PilipenkoMinor refactoring of GEP handling in isDereferenceableP...
2015-06-08 Silviu Baranga[LAA] Fix estimation of number of memchecks
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTTZ vector constant folding support.
2015-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
2015-06-08 Davide Italiano[llvm-readobj] Use the new symbol API.
2015-06-08 Hao Liu[LoopAccessAnalysis] Teach LAA to check the memory...
2015-06-08 Peter CollingbourneDo not build LLD from tools/Makefile, as LLD no longer...
2015-06-08 Michael ZolotukhinRemove SCEVCache and FindConstantPointers from complete...
2015-06-08 Peter CollingbourneFix Windows build.
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.
2015-06-08 Craig Topper[TableGen] Remove unnecessary default constructed SMLoc...
next