[ADT] Generalize pointee_iterator to smart pointers by using decltype.
[oota-llvm.git] / include /
2014-04-24 Chandler Carruth[ADT] Generalize pointee_iterator to smart pointers...
2014-04-24 Reid KlecknerRemove dead inline function that doesn't compile
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
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 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-24 Chandler Carruth[LCG] Incorporate the core trick of improvements on...
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 Chandler Carruth[LCG] Switch the SCC's parent iterators to be value...
2014-04-24 Chandler Carruth[ADT] Attempt to appease another MSVC oddity by moving...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Chandler Carruth[ADT] Try to appease MSVC by sinking the enable_if...
2014-04-24 Chandler CarruthUse the shiny new iterator adaptor tool to implement the
2014-04-24 Chandler Carruth[ADT] Factor out the facade aspect of the iterator_adap...
2014-04-24 Chandler Carruth[ADT] Add a generic iterator utility for adapting itera...
2014-04-23 Chandler Carruth[LCG] Normalize the post-order SCC iterator to just...
2014-04-23 Chandler Carruth[LCG] Remove two unused typedefs from the iterators.
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 Jordan RoseUse std::less instead of < in array_pod_sort's default...
2014-04-23 Justin Bognerllvm-cov: Add support for gcov's --long-file-names...
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 Chandler Carruth[LCG] Implement Tarjan's algorithm correctly this time...
2014-04-23 Chandler Carruth[LCG] Add some accessor methods to the SCC to allow...
2014-04-23 Chandler Carruth[LCG] Add a unittest for the LazyCallGraph. I had a...
2014-04-23 Chandler Carruth[LCG] Hoist the logic for forming a new SCC from the...
2014-04-23 Chandler Carruth[LCG] Switch the Callee sets to be DenseMaps pointing...
2014-04-22 Kevin EnderbyChange the prototype for MCContext::FatalError() so...
2014-04-22 Rui UeyamaWhitespace
2014-04-22 Rui UeyamaNo need to check condition after grow()
2014-04-22 Rui UeyamaReplace loops using goto with plain while loops
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-22 Tim NorthoverAArch64/ARM64: mark fmul intrinsic as commutative.
2014-04-22 Duncan P. N. Exon... blockfreq: Rename PackagedLoops => Loops
2014-04-22 Duncan P. N. Exon... blockfreq: Use a pointer for ContainingLoop too
2014-04-22 Duncan P. N. Exon... blockfreq: Use pointers to loops instead of an index
2014-04-22 Duncan P. N. Exon... blockfreq: Rename PackagedLoopData => LoopData
2014-04-22 Duncan P. N. Exon... blockfreq: Move PackagedLoopData above WorkingData
2014-04-22 Duncan P. N. Exon... blockfreq: Remove "dead" comment
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-21 Rui UeyamaFix wrong iterator type
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 David BlaikieUse unique_ptr to manage ownership of GCOVFunctions...
2014-04-21 David BlaikieUse unique_ptr to manage objects owned by the ScheduleD...
2014-04-21 Yi JiangARM64: Combine shifts and uses from different basic...
2014-04-21 Duncan P. N. Exon... blockfreq: Some cleanup of UnsignedFloat
2014-04-21 Jim GrosbachTidy up. Remove extraneous typedef.
2014-04-21 Jim GrosbachObject: iterator_range accessors for ObjectImage symbol...
2014-04-21 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-04-20 David BlaikieProtect the ArgList dtor
2014-04-20 Richard SmithAdd missing #include found by modules build.
2014-04-20 David BlaikieRemove comment that hasn't been true for 5 years
2014-04-20 David BlaikieUse unique_ptr to handle ownership of synthesized args...
2014-04-20 Simon Atanasyan[Mips] Add more special values for the st_other field...
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Yaron KerenPatch by Vadim Chugunov
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-19 Justin BognerOnDiskHashTable: Audit types and use offset_type consis...
2014-04-19 Justin BognerProfileData: Avoid UB when reading
2014-04-18 Justin BognerOnDiskHashTable: Fix a think-o with offset_type
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl...
2014-04-18 Justin BognerProfileData: Don't forward declare ComputeHash and...
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-04-18 Alexey Samsonov[DWARF parser] Turn DILineInfo into a struct.
2014-04-18 Justin BognerOnDiskHashTable: Expect the Info type to declare the...
2014-04-18 Justin BognerOnDiskHashTable: Expect the Info type to declare the...
2014-04-18 Benjamin KramerRemove a couple of redundant copies of SmallVector...
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-18 Reid KlecknerUpdate comment in LLVMBitCodes.h to reflect the actual...
2014-04-18 Matt ArsenaultFix uint -> size_t conversion warning.
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Benjamin KramerLineIterator: Add DataTypes.h for int64_t on MSVC.
2014-04-18 Benjamin KramerAdd some missing includes for various standard library...
2014-04-18 Benjamin KramerMake the copy member of StringRef/ArrayRef generic...
2014-04-18 Benjamin KramerAllocator: Remove ReferenceAdder hack.
2014-04-18 Chandler Carruth[LCG] Remove all of the complexity stemming from suppor...
2014-04-18 Chandler Carruth[Allocator] Fix an obvious think-o with the move assignment
2014-04-18 Chandler Carruth[LCG] Add support for building persistent and connected...
2014-04-18 Lang Hames[ExecutionEngine] Allow JIT clients to enable/disable...
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Justin BognerOnDiskHashTable: Provide iterator_range for keys and...
2014-04-18 Duncan P. N. Exon... blockfreq: Rewrite BlockFrequencyInfoImpl
2014-04-18 Duncan P. N. Exon... PMBuilder: Expose an option to disable tail calls
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-17 Tim NorthoverARM64: add acquire/release versions of the existing...
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
next