[ADT] Teach DenseMap to support StringRef keys.
[oota-llvm.git] / lib /
2015-06-24 Justin BognerHexagon: Paper over the undefined behaviour introduced...
2015-06-24 NAKAMURA TakumiMILexer.cpp: Try to fix a warning. [-Wsign-compare]
2015-06-24 Craig Topper[TableGen] Restore the use of the TheInit field in...
2015-06-24 Justin BognerHexagon: Avoid left shifting negative values (it's UB)
2015-06-24 Justin BognerSystemZ: Rephrase this allOnes calculation to avoid UB
2015-06-24 Ahmed Bougacha[X86] Don't generate vbroadcasti128 for v4i64 splats...
2015-06-24 Pete CooperRemove unused GlobalVariable::replaceUsesOfWithOnConsta...
2015-06-23 Alex LorenzMIR Serialization: Serialize immediate machine operands.
2015-06-23 Sanjay Patelfix typo; NFC
2015-06-23 Sanjay Pateldon't repeat function names in comments; NFC
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 Mark HeffernanThis change fixes three bugs in loop unswitching. This...
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 Alex LorenzMIR Serialization: Serialize physical register machine...
2015-06-23 John Brawn[ARM] ARMLoadStoreOpt::UpdateBaseRegUses should stop...
2015-06-23 Justin BognerSystemZ: Avoid left shifting negative values (it's UB)
2015-06-23 Benjamin Kramer[Option] Plug a leak when move-assigning an InputArgList.
2015-06-23 Benjamin KramerMake helper functions static. NFC.
2015-06-23 Benjamin Kramer[BranchFolding] Document why replacing HashMachineInstr...
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 EspindolaBe sure to set the DataLayout before checking the cache.
2015-06-23 Toma Tabacu[mips] [IAS] Add partial support for the ULHU pseudo...
2015-06-23 Rafael EspindolaRemove unused arguments and move ManglerPrefixTy to...
2015-06-23 Toma Tabacu[mips] [IAS] Add support for generating DADDu to create...
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Petar Jovanovic[mips64] Emit correct addend for some PC-relative reloc...
2015-06-23 Krzysztof Parzyszek[Hexagon] Use MF reference from parent class in Hexagon...
2015-06-23 Toma Tabacu[mips] [IAS] Move some function definitions to MipsTarg...
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
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 Justin BognerMCExpr: Avoid UB by evaluating this shift as unsigned
2015-06-23 Justin Bogner[mips] Fix some UB by shifting before sign-extending
2015-06-23 Weiming ZhaoFix PR13851: Preserve metadata for the unswitched branch
2015-06-23 Rafael EspindolaHandle multiple symbols having the same address.
2015-06-23 David Majnemer[InstCombine] Optimize subtract of selects into a selec...
2015-06-23 Rafael EspindolaExtract an utility for computing symbol sizes on MachO...
2015-06-23 Matt ArsenaultAMDGPU: Use getAsInteger instead of atoi
2015-06-23 Sanjoy Das[FaultMaps] Move FaultMapParser to Object/
2015-06-23 Sanjay Patel[x86] generalize reassociation optimization in machine...
2015-06-22 Justin BognerRe-apply "InstrProf: When reading, copy the data instea...
2015-06-22 Evgeniy StepanovFix PR23914.
2015-06-22 Logan ChienCode cleanup: Remove std::move() around xvalue (NFC)
2015-06-22 Adam Nemet[LoopDist] Improve variable names and comments in LoopV...
2015-06-22 David BlaikieModify ParseArgs to return the InputArgList by value...
2015-06-22 Pawel BylicaRevert r240291: causes problems in self-hosted builds.
2015-06-22 Simon Pilgrim[X86][FMA4] FMA4 ops can perform unaligned folded loads.
2015-06-22 Peter CollingbourneLinker: Do not expect comdat to exist in source module.
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 StellardR600/SI: Use ELF64 format instead of ELF32
2015-06-22 Tom StellardR600: Use EM_AMDGPU for the ELF Machine type
2015-06-22 Ahmed Bougacha[X86] Teach load folding to accept scalar _Int users...
2015-06-22 Alex LorenzMIR Serialization: Introduce a lexer for machine instru...
2015-06-22 Peter CollingbourneSafeStack: Create the unsafe stack pointer on demand.
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 Sanjay Patel[x86] set default reciprocal (division and square root...
2015-06-22 Sanjoy DasFix MSVC build.
2015-06-22 Rafael EspindolaRemove the IsStreamed member variable.
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 Pawel BylicaFix shl folding in DAG combiner.
2015-06-22 Joseph Tremoulet[ORC] Add NullResolver
2015-06-22 Toma Tabacu[mips] [IAS] Add support for LAReg with identical sourc...
2015-06-22 Elena DemikhovskyAVX-512: added VPSHUFB instruction - all SKX forms
2015-06-22 Toma Tabacu[mips] [IAS] Add support for LASym with identical sourc...
2015-06-22 Elena DemikhovskyAVX-512: All forms of VCOPMRESS VEXPAND instructions,
2015-06-22 Elena DemikhovskyReverted AVX-512 vector shuffle
2015-06-22 Michael Kuperstein[X86] Allow more call sequences to use push instruction...
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 Simon Pilgrim[X86] Code tidyup - Use SDValue bool operator. NFC.
2015-06-21 Duncan P. N. Exon... AsmPrinter: Don't emit empty .debug_loc entries
2015-06-21 Duncan P. N. Exon... AsmPrinter: Rewrite initialization of DbgVariable, NFC
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-20 Hans WennborgSwitch lowering: add heuristic for filling leaf nodes...
2015-06-20 Simon Pilgrim[X86][SSE] Fix PerformSExtCombine bug that accessed...
2015-06-20 Benjamin Kramer[PPC] Factor vector removal into a function and remove...
2015-06-20 Benjamin Kramer[SwitchLowering] Remove quadratic vector removal.
2015-06-20 Yaron KerenUpdate ELFObjectWriter::reset() following r238073.
2015-06-20 Yaron KerenRangify for loops in Inliner::runOnSCC(), NFC.
2015-06-20 Justin BognerIndVarSimplify: Avoid UB from binding a reference to...
2015-06-20 NAKAMURA TakumiReformat.
2015-06-20 NAKAMURA TakumiRevert r240040, "[BranchFolding] Replace custom Machine...
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 Peter CollingbourneLibDriver: implement /libpath and $LIB; ignore /ignore...
2015-06-20 Keno Fischer[MCJIT] Add a FindGlobalVariableNamed utility
next