Delete dead code. NFC.
[oota-llvm.git] / include /
2015-06-26 Rafael EspindolaDelete dead code. NFC.
2015-06-26 Pete CooperAdd op_values() to iterate over the SDValue operands...
2015-06-26 David BlaikieMove VectorUtils from Transforms to Analysis to correct...
2015-06-26 David BlaikieFix ODR violation waiting to happen by making static...
2015-06-26 Alex LorenzMIR Serialization: Serialize machine basic block operands.
2015-06-26 Rafael EspindolaELF: Simplify the rel/rela implementation.
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-26 Rafael EspindolaImplement elf_section_iterator and getELFType().
2015-06-26 Rafael EspindolaExpose getFlags via ELFSectionRef.
2015-06-26 Rafael EspindolaAdd a ELFSectionRef class and use it to expose getSecti...
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-26 Rafael EspindolaMake getOther ELF only.
2015-06-26 Hao Liu[InterleavedAccess] Add a pass InterleavedAccess to...
2015-06-26 Duncan P. N. Exon... AsmPrinter: More explicitly scope iterator for MSVC
2015-06-26 Duncan P. N. Exon... AsmPrinter: Explicitly scope iterator for MSVC
2015-06-25 Duncan P. N. Exon... AsmPrinter: Use an intrusively linked list for DIE...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Convert DIE::Values to a linked list
2015-06-25 Michael J. Spencer[ELF] Move ELF{32,64}{L,B}E typedefs to llvm.
2015-06-25 Michael J. Spencer[ELF] Add some accessors for lld.
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-25 Michael J. Spencer[Object][ELF] Add support for dumping dynamic relocatio...
2015-06-25 Rafael Espindolallvm-nm: Don't print mapping symbols.
2015-06-25 Douglas KatzmanAdd Arg::getValues method with const 'this' and const...
2015-06-25 Jonathan RoelofsDoxygen-ify a few comments. NFC
2015-06-25 Rafael EspindolaUse range loop. NFC.
2015-06-25 Rafael EspindolaModernize getELFDynamicSymbolIterators.
2015-06-25 Joseph Tremoulet[ORC] Add ObjectTransformLayer
2015-06-25 Pawel BylicaExpress APInt::{s,u}{l,g}e(uint64_t) in terms of APInt...
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-25 Rui UeyamalibObject/COFF: Add a function to get pointers to reloc...
2015-06-24 Duncan P. N. Exon... Add simplify_type<const WeakVH>; simplify IndVarSimplify
2015-06-24 Pete CooperDevirtualize Instruction::clone_impl
2015-06-24 Rafael EspindolaMake computeSymbolSizes never fail.
2015-06-24 Alex LorenzMIR Serialization: Serialize simple MachineRegisterInfo...
2015-06-24 Rafael EspindolaAdd a SymbolRef::getValue.
2015-06-24 Pete CooperDevirtualize Constant::replaceUsesOfWithOnConstant.
2015-06-24 Duncan P. N. Exon... AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
2015-06-24 Rafael EspindolaRefactor duplicated code. NFC.
2015-06-24 Bruno Cardoso Lopes[CaptureTracking] Avoid long compilation time on large...
2015-06-24 Rafael EspindolaDon't get confused with sections whose section number...
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-24 Chandler Carruth[ADT] Teach DenseMap to support StringRef keys.
2015-06-24 Craig Topper[TableGen] Restore the use of the TheInit field in...
2015-06-24 Bob WilsonDo not treat ARM _MoveToCoprocessor* intrinsics as...
2015-06-24 Rafael EspindolaDon't repeat name in comments.
2015-06-24 Pete CooperRemove unused GlobalVariable::replaceUsesOfWithOnConsta...
2015-06-23 Alex LorenzMIR Parser: Use correct source locations for machine...
2015-06-23 Pete CooperDevirtualize Constant::destroyConstant.
2015-06-23 Alexey SamsonovLet llvm::ReplaceInstWithInst copy debug location from...
2015-06-23 Sanjoy DasRevert "[FaultMaps] Move FaultMapParser to Object/"
2015-06-23 Alex LorenzADT: Add a string APSInt constructor.
2015-06-23 Alex LorenzAsmParser: Extend the API to make the global value...
2015-06-23 Tom StellardELF: Fix defintion of STT_LOOS and STT_HIOS.
2015-06-23 Benjamin Kramer[Option] Plug a leak when move-assigning an InputArgList.
2015-06-23 Benjamin Kramer[MachineBasicBlock] Add getFirstNonDebugInstr to comple...
2015-06-23 Benjamin Kramer[MachineBasicBlock] Use the const_cast(this) trick...
2015-06-23 Rafael EspindolaRemove unused arguments and move ManglerPrefixTy to...
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Rafael EspindolaDon't repeat names in comments.
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
2015-06-23 Alexander KornienkoRevert r240271 (Fixed/added namespace ending comments...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-23 Elena DemikhovskyAVX-512: Added all forms of VPABS instruction
2015-06-23 Rafael EspindolaRemove broken banner.
2015-06-23 Rafael EspindolaExtract an utility for computing symbol sizes on MachO...
2015-06-23 Sanjoy Das[FaultMaps] Move FaultMapParser to Object/
2015-06-23 Sanjoy DasFix a typo in a comment in FaultMaps.h. NFC.
2015-06-22 Justin BognerRe-apply "InstrProf: When reading, copy the data instea...
2015-06-22 Pete CooperCreate Value.def helper. NFC.
2015-06-22 David BlaikieModify ParseArgs to return the InputArgList by value...
2015-06-22 Joseph TremouletFix line endings (NFC)
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-06-22 Tom StellardSupport/ELF: Add EM_AMDGPU
2015-06-22 Pete CooperMove MCSymbol Value in to the union of Offset and Commo...
2015-06-22 Pete CooperChange .thumb_set to have the same error checks as...
2015-06-22 Krzysztof ParzyszekRemove "const" from the MachineFunction reference in...
2015-06-22 Sanjoy DasFix MSVC build (again!).
2015-06-22 Sanjoy Das[FaultMaps] Add a parser for the __llvm__faultmaps...
2015-06-22 Rafael EspindolaBring r240130 back.
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-22 Alex LorenzMIR Serialization: Serialize machine instruction names.
2015-06-22 Joseph Tremoulet[ORC] Add NullResolver
2015-06-22 Elena DemikhovskyAVX-512: added VPSHUFB instruction - all SKX forms
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-22 Elena DemikhovskyAVX-512: Added intrinsics for VPERMT2W/D/Q/PS/PD and
2015-06-22 Chandler Carruth[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
2015-06-22 Chandler Carruth[PM/AA] Rework the names and comments in AliasSetTracke...
2015-06-21 NAKAMURA TakumiOptTable.h: Prune a couple of \param(s), since Arg...
2015-06-21 David BlaikieDevirtualize ArgList's dtor now that -Wvirtual-dtor...
2015-06-21 David BlaikieArrayRef-ify libDriverMain
2015-06-21 David BlaikieArrayRef-ify ParseArgs
2015-06-21 Rui UeyamaObject: Add load configuration structure for 64 bit...
2015-06-20 NAKAMURA TakumiTargetInstrInfo.h: Fix r240192. [-Wdocumentation]
2015-06-20 Justin BognerRevert "InstrProf: When reading, copy the data instead...
2015-06-20 Justin BognerInstrProf: When reading, copy the data instead of takin...
2015-06-20 Keno Fischer[MCJIT] Add a FindGlobalVariableNamed utility
2015-06-20 Sanjoy Das[Statepoint] Remove unnecessary argument from Statepoin...
2015-06-20 Sanjoy Das[Statepoint][NFC] Fix include guard style.
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
next