SelectionDAG switch lowering: use 'unsigned' to count destination popularity
[oota-llvm.git] / include /
2014-12-16 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO load command with...
2014-12-16 Matt ArsenaultMove lowerConstant to AsmPrinter
2014-12-16 Quentin Colombet[CodeGenPrepare] Move sign/zero extensions near loads...
2014-12-16 Rafael EspindolaRemove the last unnecessary member variable of mapped_f...
2014-12-16 Rafael EspindolaConvert a member variable to a local variable. NFC.
2014-12-16 Rafael EspindolaRemove unused member and simplify. NFC.
2014-12-16 Rafael EspindolaStart adding thin archive support.
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-15 Elena DemikhovskySink store based on alias analysis
2014-12-15 Elena DemikhovskyAVX-512: Added EXPAND instructions and intrinsics.
2014-12-15 David MajnemerThreadLocal: Return a mutable pointer if templated...
2014-12-14 Elena DemikhovskyLoop Vectorizer minor changes in the code -
2014-12-13 Benjamin KramerFix Doxygen command misspellings.
2014-12-13 Aaron BallmanSilencing a *lot* of -Wsign-compare warnings; NFC.
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-12 Rafael EspindolaPass a FD to resise_file and add a testcase.
2014-12-12 Rafael EspindolaRemove unused feature. NFC.
2014-12-12 Charlie TurnerEmit Tag_ABI_FP_16bit_format build attribute.
2014-12-12 Richard SmithUpdate the modules build to match r223802.
2014-12-12 Matthias BraunDocument that PassManager::add() may delete the pass...
2014-12-12 Philip ReamesComment and minor code cleanup for GCStrategy (NFC)
2014-12-12 Matt ArsenaultAdd target hook for whether it is profitable to reduce...
2014-12-11 Duncan P. N. Exon... Bitcode: Use unsigned char to record MDStrings
2014-12-11 Duncan P. N. Exon... Bitcode: Add METADATA_NODE and METADATA_VALUE
2014-12-11 Duncan P. N. Exon... Bitcode: Add `OLD_` prefix to metadata node records
2014-12-11 Duncan P. N. Exon... IR: Store MDNodes in a separate LeakDetector container
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-11 Duncan P. N. Exon... LeakDetector: Simplify code and fix comments, NFC
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-12-11 Rafael EspindolaThis reverts commit r224043 and r224042.
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-11 Matthias Braun[CodeGen] Let MachineVerifierPass own its banner string
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-12-11 Cameron McInally[AVX512] Add support for 512b variable bit shift intrin...
2014-12-11 Elena DemikhovskyAVX-512: Added all forms of COMPRESS instruction
2014-12-11 Craig TopperMake MultiClass::DefPrototypes own their Records to...
2014-12-11 Philip ReamesGCStrategy should not own GCFunctionInfo
2014-12-11 Matthias BraunLiveInterval: Use range based for loops for subregister...
2014-12-10 Matthias BraunLiveInterval: Use more range based for loops for value...
2014-12-10 Rafael EspindolaMove three methods only used by MCJIT to MCJIT.
2014-12-10 Duncan P. N. Exon... IR: Move call to dropAllReferences() to MDNode subclasses
2014-12-10 Matthias BraunMCRegisterInfo: Add MCSubRegIndexIterator.
2014-12-10 Matthias BraunLiveIntervalUnion: Allow specification of liverange...
2014-12-10 Matthias BraunTablegen'erate lanemasks for register units.
2014-12-10 Matthias BraunRegisterCoalescer: Preserve subregister liveranges.
2014-12-10 Matthias BraunLiveInterval: Add removeEmptySubRanges().
2014-12-10 Matthias BraunLiveIntervalAnalysis: Add subregister aware variants...
2014-12-10 Matthias BraunLiveInterval: Introduce LiveQuery accessor for dead...
2014-12-10 Matthias BraunAdd a flag to enable/disable subregister liveness.
2014-12-10 Matthias BraunLiveIntervalAnalysis: Adapt repairIntervalsInRange...
2014-12-10 Matthias BraunLiveIntervalAnalysis: Update SubRanges in shrinkToUses().
2014-12-10 Matthias BraunLiveIntervalAnalysis: Make computeDeadValues() private.
2014-12-10 Matthias BraunLiveInterval: Add support to track liveness of subregis...
2014-12-10 Matthias BraunLiveInterval: Add a 'covers' operation to LiveRange.
2014-12-10 Matthias BraunLiveInterval: Add const version of LiveRange::advanceTo().
2014-12-10 Matthias BraunAdd function that translates subregister lane masks...
2014-12-10 Matthias BraunLet tablegen compute maximum lanemask for regs/regclasses.
2014-12-10 Philip ReamesExtend some comments around GCModuleInfo, GCFunctionInf...
2014-12-09 Philip ReamesRemove the Module pointer from GCStrategy and GCMetadat...
2014-12-09 Duncan P. N. Exon... IR: Metadata: Detect an RAUW recursion
2014-12-09 Duncan P. N. Exon... IR: Metadata/Value split: RAUW in a deterministic order
2014-12-09 Rafael EspindolaReturn ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
2014-12-09 Hans WennborgTry fixing MSVC build after r223802
2014-12-09 Rafael EspindolaRename createIRObjectFile to just create.
2014-12-09 Duncan P. N. Exon... Fix an MSVC failure from r223802
2014-12-09 Duncan P. N. Exon... Fix another GCC build failure from r223802
2014-12-09 Juergen RibutzkaCleanup PatternMatch. NFC.
2014-12-09 Chris BienemanAdding a new option to CMake to disable C++ atexit...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 Juergen Ributzka[CGP] Rewrite pattern match for splitBranchCondition...
2014-12-09 Juergen RibutzkaRevert "Move function to obtain branch weights into...
2014-12-09 Juergen RibutzkaAdd more pattern matchers for compares, instructions...
2014-12-09 Juergen RibutzkaMove function to obtain branch weights into the BranchI...
2014-12-09 Rafael EspindolaMove method out of line to make buildbot happy.
2014-12-09 Rafael EspindolaDon't lookup an object symbol name in the module.
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-12-06 Benjamin KramerTurn some DenseMaps that are only used for set operatio...
2014-12-06 Benjamin KramerMake the DenseMap bucket type configurable and use...
2014-12-06 Benjamin KramerReapply "LLVMContext: Store APInt/APFloat directly...
2014-12-06 NAKAMURA TakumiAvoid angle brackets in comment. [-Wdocumentation-html]
2014-12-06 Matt ArsenaultFix typo
2014-12-06 Benjamin KramerRevert "LLVMContext: Store APInt/APFloat directly into...
2014-12-05 Benjamin KramerLLVMContext: Store APInt/APFloat directly into the...
2014-12-05 Chad RosierUpdate TargetTriple format info.
2014-12-05 Chad RosierFix typos in llvm/IR/Module.h
2014-12-05 Duncan P. N. Exon... ADT: Remove GetStringMapEntryFromValue()
2014-12-05 Duncan P. N. Exon... IR: Stop relying on GetStringMapEntryFromValue()
2014-12-04 Alexey SamsonovRevert "Fix UBSan report in StringMap implementation."
2014-12-04 Alexey SamsonovFix UBSan report in StringMap implementation.
2014-12-04 Rafael EspindolaRemove dead code. NFC.
2014-12-04 Rafael EspindolaUse size_type in the interface exposed by SmallVector.
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-04 Jean-Daniel DupasAdd mach-o LC_RPATH support to llvm-objdump
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-12-03 Rafael EspindolaSplit the set of identified struct types into opaque...
2014-12-03 Roman DivackyChange the name to be in style.
2014-12-03 Rafael EspindolaAsk the module for its the identified types.
2014-12-03 Duncan P. N. Exon... ADT: Rename argument in emplace_back_impl
2014-12-03 Duncan P. N. Exon... ADT: Add SmallVector<>::emplace_back(): fixup
2014-12-03 Duncan P. N. Exon... ADT: Add SmallVector<>::emplace_back()
next