[C++] Use 'nullptr'. Target edition.
[oota-llvm.git] / lib /
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-25 Duncan P. N. Exon... blockfreq: Only one mass distribution per node
2014-04-25 Duncan P. N. Exon... blockfreq: Document assertion
2014-04-25 Duncan P. N. Exon... blockfreq: Document high-level functions
2014-04-25 Duncan P. N. Exon... blockfreq: Scale LoopData::Scale on the way down
2014-04-25 Duncan P. N. Exon... blockfreq: unwrapLoopPackage() => unwrapLoop()
2014-04-25 Duncan P. N. Exon... blockfreq: Pass the Loop directly into unwrapLoopPackage()
2014-04-25 Duncan P. N. Exon... blockfreq: Unwrap from Loops
2014-04-25 Duncan P. N. Exon... blockfreq: Separate unwrapLoops() from finalizeMetrics()
2014-04-25 Duncan P. N. Exon... blockfreq: Expose getPackagedNode()
2014-04-25 Duncan P. N. Exon... blockfreq: Store the header with the members
2014-04-25 Duncan P. N. Exon... blockfreq: Encapsulate LoopData::Header
2014-04-25 Duncan P. N. Exon... blockfreq: Use LoopData directly
2014-04-25 Duncan P. N. Exon... blockfreq: Use a std::list for Loops
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
2014-04-25 Justin BognerProfileData: Treat missing function counts as malformed
2014-04-25 David BlaikieFix quadratic performance during debug compression...
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Adrian PrantlRevert "Debug info for optimized code: Support variable...
2014-04-24 Adrian PrantlRevert "Debug info: Let dbg.values inserted by LowerDbg...
2014-04-24 Alexey Samsonov[DWARF parser] Make a few methods non-public
2014-04-24 Alexey Samsonov[DWARF parser] DWARFUnit ctor doesn't need both parsed...
2014-04-24 Alexey Samsonov[DWARF parser] Simplify and re-format a method
2014-04-24 Chandler Carruth[LCG] Switch a weird do/while loop that actually couldn...
2014-04-24 Benjamin KramerX86: Don't transform shifts into ands when the sign...
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-24 Richard SmithRemove C++11ism (specializing a template in a surroundi...
2014-04-24 Adrian PrantlDebug info: Let dbg.values inserted by LowerDbgDeclare...
2014-04-24 Richard Smith[modules] "Specialize" a function by actually specializ...
2014-04-24 Adrian PrantlDebug info for optimized code: Support variables that...
2014-04-24 Andrea Di Biagio[X86] Add support for Read Time Stamp Counter x86 built...
2014-04-24 Matt ArsenaultR600/SI: Use address space in allowsUnalignedMemoryAccesses
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-24 Matheus Almeida[mips] Remove non-ascii character.
2014-04-24 David BlaikieFix memory leak of MCSymbolData in MCAsmStreamer.
2014-04-24 Tim NorthoverAArch64: print NEON lists with a space.
2014-04-24 Evgeniy Stepanov[asan] Use MCInstrInfo in inline asm instrumentation.
2014-04-24 Tim NorthoverAArch64/ARM64: allow negative addends, at least on...
2014-04-24 Tim NorthoverARM64: support relocated "TBZ/TBNZ" instructions.
2014-04-24 Tim NorthoverAArch64/ARM64: support relocated ADR instruction
2014-04-24 Tim NorthoverAArch64/ARM64: add support for :abs_gN_s: MOVZ modifiers
2014-04-24 Tim NorthoverARM64: shut up warning about variable only used in...
2014-04-24 Tim NorthoverAArch64/ARM64: disentangle the "B.CC" and "LDR lit...
2014-04-24 Tim NorthoverAArch64/ARM64: implement BFI optimisation
2014-04-24 Chandler Carruth[LCG] Incorporate the core trick of improvements on...
2014-04-24 Chandler Carruth[LCG] Rotate logic applied to the top of the DFSStack...
2014-04-24 Evgeniy Stepanov[asan] Fix instrumentation of x86 intel syntax inline...
2014-04-24 Chandler Carruth[LCG] Switch the parent SCC tracking from a SmallSetVec...
2014-04-24 Chandler Carruth[LCG] We don't actually need a set in each SCC to track...
2014-04-24 Benjamin KramerX86: Emit test instead of constant shift + compare...
2014-04-24 Karthik BhatAllow vectorization of few missed llvm intrinsic calls...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Stepan DyatkovskiyFix for PR18921, "vmov" part.
2014-04-24 David BlaikieRemove unused parameter
2014-04-24 David BlaikieRemove the intermediate AccelTypes maps in DWARF units.
2014-04-24 David BlaikieRemove the intermediate AccelNamespace maps in DWARF...
2014-04-24 Michael J. Spencer[InstCombine][x86] Constant fold psll intrinsics.
2014-04-24 David BlaikieRemove the intermediate AccelObjC maps in DWARF units
2014-04-24 Filipe CabecinhasOptimize some special cases for SSE4a insertqi
2014-04-24 Matt ArsenaultHandle addrspacecast when looking at memcpys from globals
2014-04-23 Chandler Carruth[LCG] Normalize the post-order SCC iterator to just...
2014-04-23 David BlaikieAnd actually use the DwarfDebug::AccelNames to emit...
2014-04-23 David BlaikieMore formatting...
2014-04-23 David BlaikieRemove intermediate accelerator table for names.
2014-04-23 Chandler Carruth[LCG] Switch the primary node iterator to be a *much...
2014-04-23 Chandler Carruth[LCG] Make the insertion and query paths into the LCG...
2014-04-23 Chandler Carruth[LCG] Switch the SCC lookup to be in terms of call...
2014-04-23 David BlaikieDwarfAccelTable: Remove trivial dtor and simplify const...
2014-04-23 Chandler Carruth[LCG] Switch the primary SCC building code to use the...
2014-04-23 Justin Bognerllvm-cov: Add support for gcov's --long-file-names...
2014-04-23 Saleem AbdulrasoolMC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
2014-04-23 David BlaikieMove the AddressPool from DwarfFile to DwarfDebug.
2014-04-23 David Blaikieclang-format for my previous commit (I keep forgetting...
2014-04-23 Matt ArsenaultUse pointer size function where only a pointer is expected
2014-04-23 David BlaikieSeparate out the DWARF address pool into its own type...
2014-04-23 Matt ArsenaultRemove more default address space argument usage.
2014-04-23 Quentin Colombet[ARM64] Fix the information we give to the peephole...
2014-04-23 Matt ArsenaultDon't use default address space arguments in GlobalOpt
2014-04-23 David Blaikieclang-format r207010
2014-04-23 Quentin Colombet[X86] Fix missing/wrong scheduling model found by code...
2014-04-23 David BlaikieSplit out DwarfFile from DwarfDebug into its own .h...
2014-04-23 Justin BognerProfileData: Avoid unnecessary copies of CounterData
2014-04-23 Simon Atanasyan[yaml2obj][ELF] Remove unnecessary space between namesp...
2014-04-23 Alexander Potapenko[ASan] Move the shadow range on 32-bit iOS (and iOS...
2014-04-23 Matt ArsenaultRemove dead code in instcombine.
2014-04-23 NAKAMURA TakumiX86AsmParser.cpp: Fix memory leak at replacing movsd...
2014-04-23 NAKAMURA Takumicl::ParseCommandLineOptions(): Use StringRef to receive...
2014-04-23 Rafael EspindolaCentralize handling of ELF_Other_ThumbFunc.
2014-04-23 Evgeniy StepanovFix handling of missing DataLayout in sanitizers.
2014-04-23 Rafael EspindolaRemove AssemblyAnnotationWriter from NamedMDNode::print.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-23 Simon Atanasyan[yaml2obj][ELF] Add a virtual destructor to the ELFYAML...
2014-04-23 Chandler Carruth[LCG] Add the first round of mutation support to the...
2014-04-23 James Molloy[ARM64] Fix formatting.
2014-04-23 Chandler Carruth[LCG] Implement Tarjan's algorithm correctly this time...
2014-04-23 James Molloy[ARM64] Add a big endian version of the ARM64 target...
2014-04-23 Alexey VolkovFixing typos in commit r206957
2014-04-23 Alexey Volkov[X86] Silvermont new scheduler model
next