Remove macho-dump. Its functionality is now covered by llvm-readobj.
[oota-llvm.git] / include /
2015-09-22 Ahmed Bougacha[AArch64] Emit clrex in the expanded cmpxchg fail block.
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-09-22 Matthias BraunLiveIntervalAnalysis: Factor common code into splitSepa...
2015-09-22 Matthias BraunRemove declarations for methods that do not exist.
2015-09-22 NAKAMURA TakumiFix r248164. [-Wdocumentation]
2015-09-21 Stephen CanonRemove roundingMode argument in APFloat::mod
2015-09-21 Chandler Carruth[ADT] Remove a couple of the always inline attributes...
2015-09-21 Marcello Maggioni[DivergenceAnalysis] Separated definition of class...
2015-09-21 James MolloyRevert "[ARM] Handle +t2dsp feature as an ArchExtKind...
2015-09-21 Matt ArsenaultFix missing C++ mode comment
2015-09-21 Chad Rosier[Machine Combiner] Refactor machine reassociation code...
2015-09-21 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-21 Craig TopperDon't pass StringRefs around by const reference. Pass...
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-09-20 Igor BregerAVX512: Implemented encoding and intrinsics for vcmpss/sd.
2015-09-20 Asaf Badouh[X86][AVX512] extend support in Scalar conversion
2015-09-20 Igor BregerAVX512: vsqrtss/sd encoding and intrinsics implementation.
2015-09-20 Asaf Badouh[X86][AVX512DQ] Add fpclass instruction
2015-09-20 Igor BregerAVX512: Implemented intrinsics for vshuff32x4, vshuff64...
2015-09-20 Igor BregerAVX512: Implement instructions encoding, lowering and...
2015-09-18 Rafael EspindolaThis code never uses r_addend, so it can just use Elf_Rel.
2015-09-18 Davide Italiano[Object/ELF] Change comment to reflect reality.
2015-09-18 Teresa JohnsonRemove couple of new Bitcode enum vals that snuck in...
2015-09-18 Larisse VoufoClean up: Refactoring the hardcoded value of 6 for...
2015-09-18 James Y KnightMake MachineScheduler debug output less confusing.
2015-09-18 Matthias BraunSelectionDAG: Introduce PersistentID to SDNode for...
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
2015-09-18 Aaron BallmanReverting r247972 (and subordinate commit r247972)...
2015-09-18 David Majnemer[WinEH] Moved funclet pads should be in relative order
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
2015-09-17 David Blaikie[opaque pointer types] Add an explicit pointee type...
2015-09-17 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2015-09-17 Matthias BraunRegisterPressure: Move LiveInRegs/LiveOutRegs from...
2015-09-17 David Majnemer[WinEH] Add a funclet layout pass
2015-09-17 Reid Kleckner[WinEH] Make funclet return instrs pseudo instrs
2015-09-17 Piotr PadlewskiAdded MD_invariant_group to LLVMContext
2015-09-17 Teresa JohnsonRestore "Function bitcode index in Value Symbol Table...
2015-09-17 Sanjoy Das[SCEV] Don't repeat method/field names in comment in...
2015-09-17 Reid Kleckner[WinEH] Add and use hasEHPadSuccessor instead of getLan...
2015-09-17 Teresa JohnsonRevert "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonFunction bitcode index in Value Symbol Table and lazy...
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
2015-09-16 Eric Christopherconstify the Function parameter to the TTI creation...
2015-09-16 Reid Kleckner[WinEH] Rip out the landingpad-based C++ EH state numbe...
2015-09-16 Teresa JohnsonAllow BackpatchWord to be called for non-32-bit aligned...
2015-09-16 Sanjoy Das[InstCombine] Optimize icmp slt signum(x), 1 --> icmp...
2015-09-16 Reid Kleckner[WinEH] Pull Adjectives and CatchObj out of the catchpa...
2015-09-16 Reid Kleckner[WinEH] Skip state numbering when no EH pads are present
2015-09-16 Sanjay Patelpropagate fast-math-flags on DAG nodes
2015-09-16 Michael Kuperstein[X86] Fix emitEpilogue() to make less assumptions about...
2015-09-16 NAKAMURA TakumiWhitespace.
2015-09-16 Mehdi AminiMake the default triple optional by allowing an empty...
2015-09-16 NAKAMURA Takumillvm/CodeGen/CommandFlags.h: Prune doubleslash in ...
2015-09-15 Sanjoy Das[SCEVExpander] Fix comment formatting; NFC.
2015-09-15 Duncan P. N. Exon... Reapply "LTO: Disable extra verify runs in release...
2015-09-15 Duncan P. N. Exon... Revert "LTO: Disable extra verify runs in release builds"
2015-09-15 Duncan P. N. Exon... LTO: Disable extra verify runs in release builds
2015-09-15 Larisse VoufoRevert "Clean up: Refactoring the hardcoded value of...
2015-09-15 Piotr PadlewskiIntroducing llvm.invariant.group.barrier intrinsic
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-14 David Blaikie[opaque pointer types] Add an explicit value type to...
2015-09-14 Matthias BraunRegisterPressure: constify getRegSetPressureAtPos()
2015-09-14 Dan GohmanMake AsmPrinter::EmitJumpTableInfo virtual
2015-09-14 David BlaikieRevert "[opaque pointer type] Pass GlobalAlias the...
2015-09-14 NAKAMURA TakumiReformat partially.
2015-09-14 NAKAMURA TakumiReformat blank lines.
2015-09-14 NAKAMURA TakumiWhitespace.
2015-09-14 NAKAMURA TakumiGlobalsAAResult: Try to fix crash.
2015-09-12 Chandler Carruth[PM] Port SROA to the new pass manager.
2015-09-12 Larisse VoufoClean up: Refactoring the hardcoded value of 6 for...
2015-09-12 Bruce MitchenerFix typos.
2015-09-12 Hal FinkelMove asserts from PHINode::addIncoming to PHINode:...
2015-09-11 Akira HatanakaUse function attribute "stackrealign" to decide whether...
2015-09-11 Ahmed Bougacha[CodeGen] Refactor TLI/AtomicExpand interface to make...
2015-09-11 Ahmed Bougacha[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpans...
2015-09-11 Richard Smith[modules] Move ConvertUTF.h to a separate submodule...
2015-09-11 Cong HouFixed a bug that BranchProbability is not defined in...
2015-09-10 Richard Smith[modules] Add another .def file to our list of textual...
2015-09-10 Reid KlecknerScanDirForExecutable on Windows fails to find executabl...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Rafael EspindolaMark another method const. Sorry for missing this one...
2015-09-10 Rafael EspindolaMark two methods const.
2015-09-10 Reid KlecknerCorrect the return type of CreateCleanupEndPad
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-10 Chandler Carruth[ADT] Force inline several super boring and unusually...
2015-09-10 Chandler Carruth[ADT] Micro-optimize and force inlining for string...
2015-09-10 Chandler Carruth[ADT] Apply a large hammer to StringRef functions:...
2015-09-10 Chandler Carruth[Support] Fix the always_inline attribute macro to...
2015-09-10 Chandler Carruth[ADT] Fix a confusing interface spec and some annoying...
2015-09-10 Elena DemikhovskyAdded isUndef() interface for SDNode
2015-09-10 Chandler Carruth[ADT] Add a single-character version of the small vecto...
2015-09-10 Chandler Carruth[LPM] Use a map from analysis ID to immutable passes...
next