oota-llvm.git
2015-01-20 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-20 Kai Nacke[mips] Add registers and ALL check prefix to octeon...
2015-01-20 Kai Nacke[mips] Add octeon branch instructions bbit0/bbit032...
2015-01-20 Duncan P. N... IR: Specify underlying type instead of r226570, NFC
2015-01-20 Duncan P. N... IR: Store StorageType as an unsigned bitfield
2015-01-20 Evgeniy Stepanov[msan] Optimize -msan-check-constant-shadow.
2015-01-20 Mohit K. Bhakkad[MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
2015-01-20 Craig Topper[x86] Add some mayLoad/hasSideEffects flags. Remove...
2015-01-20 Chandler Carruth[PM] Port LoopInfo to the new pass manager, adding...
2015-01-20 Chandler Carruth[PM] Make the LoopInfoBase and LoopInfo objects movable...
2015-01-20 Chandler Carruth[PM] Fix a moderately scary typo in the deleted copy...
2015-01-20 Chandler Carruth[PM] Use range-based for and auto to clean up some...
2015-01-20 Daniel JasperFactor out a splitSwitchCase() function so that it...
2015-01-20 Chandler Carruth[PM] Move the LoopInfo analysis pointer into the InstCo...
2015-01-20 Karthik BhatFix Operandreorder logic in SLPVectorizer to generate...
2015-01-20 David MajnemerBitcode: Don't create comdats when autoupgrading macho...
2015-01-20 Duncan P. N... Reapply "IR: Simplify DIBuilder's HeaderBuilder API...
2015-01-20 Duncan P. N... Revert "IR: Simplify DIBuilder's HeaderBuilder API...
2015-01-20 Duncan P. N... IR: Move MDNode clone() methods from ValueMapper to...
2015-01-20 Duncan P. N... IR: Simplify DIBuilder's HeaderBuilder API, NFC
2015-01-20 Duncan P. N... AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFC
2015-01-20 Duncan P. N... AsmParser: Refactor duplicate code, NFC
2015-01-20 Chandler Carruth[PM] Replace the Pass argument in MergeBasicBlockIntoOn...
2015-01-20 Duncan P. N... IR: Delete GenericDwarfNode during teardown
2015-01-20 Duncan P. N... Bitcode: Simplify MDNode subclass dispatch, NFC
2015-01-20 Duncan P. N... Bitcode: WriteMDNode() => WriteMDTuple(), NFC
2015-01-20 Duncan P. N... Bitcode: Add ValueEnumerator::getMetadataOrNullID(...
2015-01-20 Duncan P. N... IR: Canonicalize GenericDwarfNode empty headers to...
2015-01-20 Duncan P. N... IR: Detect whether to call recalculateHash() via SFINAE...
2015-01-20 Duncan P. N... IR: Introduce GenericDwarfNode
2015-01-19 Duncan P. N... AsmParser: Abstract more of MDLocation parser, NFC
2015-01-19 Duncan P. N... AsmParser: Split up ParseMDFieldsImpl(), NFC
2015-01-19 Frederic Riss[dsymutil] Add the detected target triple to the debug...
2015-01-19 Duncan P. N... AsmParser: Fix error location for missing fields
2015-01-19 Duncan P. N... IR: Cleanup MDNode field use, NFC
2015-01-19 Duncan P. N... IR: Move replaceWithUniqued(), etc., to source file...
2015-01-19 Duncan P. N... IR: Cleanup MDNode::MDNode(), NFC
2015-01-19 Duncan P. N... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N... IR: Extract MDNodeOpsKey, NFC
2015-01-19 Duncan P. N... IR: Simplify uniquifyImpl(), NFC
2015-01-19 Duncan P. N... IR: Simplify erasing from uniquing store, NFC
2015-01-19 Duncan P. N... Remove dead code, NFC
2015-01-19 Duncan P. N... Utils: Simplify MapMetadata(), NFC
2015-01-19 Duncan P. N... Skip upcast, NFC
2015-01-19 Simon Pilgrim[X86][AVX] Missing AVX1 memory folding float instructions
2015-01-19 Duncan P. N... Fix whitespace, NFC
2015-01-19 Duncan P. N... Utils: Simplify MapMetadata(), NFC
2015-01-19 Duncan P. N... IR: Allow temporary nodes to become uniqued or distinct
2015-01-19 Duncan P. N... IR: Remove templates from TempMDNodeDeleter, NFC
2015-01-19 Duncan P. N... IR: Split out countUnresolvedOperands(), NFC
2015-01-19 Duncan P. N... Cleanup whitespace, NFC
2015-01-19 Duncan P. N... IR: Return unique_ptr from MDNode::getTemporary()
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-19 Duncan P. N... IR: Add MDLocation::getTemporary()
2015-01-19 Duncan P. N... IR: Remove MDNodeFwdDecl
2015-01-19 Colin LeMahieu[Hexagon] Updating muxir/ri/ii intrinsics. Setting...
2015-01-19 Duncan P. N... IR: Extract out and reuse `storeImpl()`, NFC
2015-01-19 Duncan P. N... IR: Extract out getUniqued(), NFC
2015-01-19 Duncan P. N... IR: Reuse `getImpl()` for `getDistinct()`, NFC
2015-01-19 Duncan P. N... IR: Move replaceAllUsesWith() back up to MDNode
2015-01-19 Duncan P. N... IR: Be specific about what MDNode::get() returns, NFC
2015-01-19 Duncan P. N... Remove dead code, NFC
2015-01-19 Duncan P. N... IR: Simplify MDNode::setOperand(), NFC
2015-01-19 Duncan P. N... IR: Simplify handleChangedOperand() fast path, NFC
2015-01-19 Duncan P. N... IR: Remove direct comparisons against Metadata::Storage...
2015-01-19 Duncan P. N... IR: Assert that resolve() is only called on uniqued...
2015-01-19 Duncan P. N... IR: Remove isa<UniquableMDNode>, NFC
2015-01-19 Duncan P. N... IR: Simplify DIBuilder::trackIfUnresolved(), NFC
2015-01-19 Duncan P. N... IR: Remove isa<MDNodeFwdDecl>, NFC
2015-01-19 Duncan P. N... IR: Unify code for MDNode::isResolved(), NFC
2015-01-19 Duncan P. N... IR: Store RAUW support and Context in the same pointer...
2015-01-19 Colin LeMahieu[Hexagon] Converting intrinsics combine imm/imm, simple...
2015-01-19 Duncan P. N... IR: Add isUniqued() and isTemporary()
2015-01-19 Duncan P. N... IR: Use an enum to describe Metadata storage, NFC
2015-01-19 Colin LeMahieu[Hexagon] Converting remaining ALU32/ALU intrinsics.
2015-01-19 Colin LeMahieu[Hexagon] Converting ALU32/ALU intrinsics to new patterns.
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-19 Greg Fitzgerald[AArch64] Implement GHC calling convention
2015-01-19 Colin LeMahieu[Hexagon] Converting halfword to double accumulating...
2015-01-19 Rafael EspindolaProduce errors when an assignment expression would...
2015-01-19 Bradley Smith[ARM] SSAT/USAT with an 'asr #32' shift should result...
2015-01-19 Bradley Smith[ARM] Fixup sign extend instruction availability w...
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-19 Chandler Carruth[PM] Replace the Pass argument to SplitEdge with specif...
2015-01-19 Chandler Carruth[PM] Cleanup a dead option to critical edge splitting...
2015-01-19 Chandler Carruth[PM] Remove the Pass argument from all of the critical...
2015-01-19 Sergey Dmitrouk[NFC] Update createMachineScheduler() comment
2015-01-19 Chandler CarruthSuppress the newly added Clang warning for the inaccess...
2015-01-19 Chandler Carruth[PM] Relax asserts and always try to reconstruct loop...
2015-01-19 Erik EcksteinSLPVectorizer: limit the number of alias checks to...
2015-01-19 Hal Finkel[PowerPC] Minor correction to r226432
2015-01-19 Michael Kuperstein[MIScheduler] Slightly better handling of constrainLoca...
2015-01-19 Hal Finkel[PowerPC] Add r2 as an operand for all calls under...
2015-01-19 Craig Topper[x86] Change AVX512 intrinsics to take a 8-bit immediat...
2015-01-19 Michael Gottesman[tinyptrvector] Add in a MutableArrayRef implicit conve...
2015-01-19 Chandler Carruth[PM] Lift the analyses into the interface for
2015-01-19 Michael GottesmanChange using => typedef to please the MSVC bots.
2015-01-19 Michael GottesmanHide the state of TinyPtrVector and remove the single...
2015-01-19 NAKAMURA TakumiReorder.
2015-01-19 NAKAMURA Takumi[CMake] examples/Kaleidoscope: Prune redundant libdeps.
next