InstCombine: don't drop 'inalloca' in PromoteCastOfAllocation (PR19569)
[oota-llvm.git] / include /
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.
2014-04-17 NAKAMURA TakumiInliner::OptimizationRemark: Fix crash in clang/test...
2014-04-17 Chandler Carruth[LCG] Remove a dead declaration. This stopped being...
2014-04-17 Chandler Carruth[LCG] Move the call graph node class into the graph...
2014-04-17 Chandler CarruthMake the User::value_op_iterator a random access iterat...
2014-04-17 Chandler Carruth[LCG] Just move the allocator (now that we can) when...
2014-04-17 Chandler Carruth[LCG] Remove the Module reference member which we weren...
2014-04-17 Chandler Carruth[Allocator] Make SpecificBumpPtrAllocator also movable...
2014-04-17 Justin BognerSupport: Move OnDiskHashTable from clang to llvm
2014-04-16 Jim Grosbach[c++11] Tidy up AsmPrinter.cpp.
2014-04-16 Jim Grosbachiterator_range for machine block terminators.
2014-04-16 Tom StellardAdded new functionality to LLVM C API to use Diagnostic...
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-16 Chandler Carruth[LCG] Stop playing fast and loose with reference member...
2014-04-16 Chandler Carruth[Allocator] Make BumpPtrAllocator movable and move...
2014-04-16 Chandler Carruth[Allocator] Nuke to useless functions. The implicit...
2014-04-16 Craig TopperConvert SelectionDAG::getVTList to use ArrayRef
2014-04-15 Chandler Carruth[Allocator] Fold the two templated overloads into a...
2014-04-15 Chandler Carruth[Allocator] Remove a really problematic overload. This...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of child Regions...
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Tim NorthoverFastISel: constrain the RegClass of operands when emitt...
2014-04-15 Chandler Carruth[Allocator] Finally, finish nuking the redundant code...
2014-04-15 Chandler Carruth[Allocator] Pass the size to the deallocation function...
2014-04-15 Chandler Carruth[Allocator] Fix r206256 which got the enabling case...
2014-04-15 Nick LewyckyFix broken build of llvm using clang.
2014-04-15 Chandler Carruth[Allocator] MSVC apparantly has broken SFINAE context...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 Nick LewyckyAdd a DenseMapInfo specialization for PointerUnion...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 Chandler Carruth[Allocator] Constrain the Deallocate templated overload...
next