Inline a function when the always_inline attribute
[oota-llvm.git] / include /
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...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCFunctionInfos...
2014-04-15 David BlaikieUse unique_ptr for the result of Registry entries.
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCStrategy object...
2014-04-15 David BlaikieUse unique_ptr to own MCFunctions within MCModule.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 David BlaikieUse std::unique_ptr to manage MCBasicBlocks in MCFunction.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-15 Jim GrosbachAdd iterator_range for MachineInstr defs.
2014-04-15 Chandler Carruth[Allocator] Add Deallocate support to the AllocatorBase...
2014-04-15 Chandler Carruth[Allocator] Hack around the fact that GCC can't compile the
2014-04-15 Chandler Carruth[Allocator] Factor the Allocate template overloads...
2014-04-14 Chandler Carruth[cleanup] Run clang-format over most of YAMLParser...
2014-04-14 James Molloy[ARM64] Add big endian target arm64_be.
2014-04-14 James MolloyTeach llvm-lto to respect the given RelocModel.
2014-04-14 Chandler Carruth[Allocator] Hoist the external helper function into...
2014-04-14 Chandler Carruth[cleanup] Normalize YAMLParser.h's doxygen markers...
2014-04-14 Chandler Carruth[Allocator] Make the underlying allocator a template...
2014-04-14 Chandler CarruthFix the compile from r206147 in release builds by movin...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-04-14 Craig TopperAdd back some typecasts I accidentally lost in r206142.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-12 Benjamin KramerMove MDBuilder's methods out of line.
2014-04-11 Duncan P. N. Exon... blockfreq: Rename BlockProbInfoT to BranchProbabilityInfoT
2014-04-11 Duncan P. N. Exon... blockfreq: Remove unnecessary template parameters
2014-04-11 Duncan P. N. Exon... blockfreq: Rename BlockFrequencyImpl to BlockFrequencyI...
2014-04-11 David BlaikieFormat fixes for r205990
2014-04-11 Benjamin KramerMake doxygen comment match the declaration.
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
2014-04-11 Matt ArsenaultMove ExtractVectorElements to SelectionDAG.
2014-04-11 Tom StellardSelectionDAG: Factor ISD::MUL lowering code out of...
2014-04-11 Diego NovilloFix use-after-free bug caught by address sanitizer:
2014-04-11 Simon Atanasyan[yaml2obj][ELF] ELF Relocations Support.
2014-04-11 David BlaikieImplement depth_first and inverse_depth_first range...
2014-04-11 David BlaikieUse value types instead of 'new'd objects to store...
2014-04-11 Jim GrosbachSDNode: Add uses() iterator_range convenience methods.
2014-04-10 David BlaikieRemove lazy-initialization of section caches in MCContext
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-10 David BlaikieSimplify make_range by using move semantics
2014-04-10 David BlaikieReimplement debug info compression by compressing the...
2014-04-10 David BlaikieRevert debug info compression support.
2014-04-10 Jim Grosbachiterator_range: Add an llvm::make_range() helper method.
2014-04-10 Adrian PrantlRevert "Follow-up to r205973: change the return type...
2014-04-10 Adrian PrantlFollow-up to r205973: change the return type to const...
2014-04-10 Adrian PrantlDebug info: Factor the retrieving of the DIVariable...
2014-04-10 Dmitri GribenkoSaveAndRestore: fix coding style and Doxygenify comments
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-09 Justin Holewinski[NVPTX] Add preliminary intrinsics and codegen support...
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Arnold SchwaighoferSLPVectorizer: Only vectorize intrinsics whose operands...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-09 Craig Topper[C++11] Make use of 'nullptr' in TableGen library.
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-08 Diego NovilloAdd support for optimization reports.
2014-04-08 Richard SmithThe LLVM C API shouldn't be including a file from the...
2014-04-07 David Majnemerobj2yaml: Use the correct relocation type for different...
2014-04-07 Richard SmithRemove an unused file.
2014-04-07 Simon AtanasyanFix a typo in the comment.
2014-04-07 Craig TopperUse 'false' for a bool instead of '0'
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-04-06 NAKAMURA TakumiQuick fix: Triple::isOSMSVCRT() should be false for...
2014-04-06 David BlaikieDebugInfo: Support namespace aliases as DW_TAG_imported...
2014-04-06 Argyrios Kyrtzidis[Support] Modify LockFileManager::waitForUnlock() to...
2014-04-05 David BlaikieRemove unused parameter
2014-04-05 David BlaikieMachineInstr: introduce explicit_operands and implicit_...
2014-04-05 David BlaikieRemove unnecessary "inline" of inline defined member...
2014-04-05 David BlaikieSimplify compression API by compressing into a SmallVec...
2014-04-05 David BlaikieSimplify compression API by decompressing into a SmallV...
2014-04-05 David BlaikieRemove unused function
2014-04-04 Matt ArsenaultAdd DAG parameter to ComputeNumSignBitsForTargetNode
2014-04-04 Jim GrosbachTidy up naming.
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-04 Jim GrosbachFix spelling. Sigh.
2014-04-04 Jim GrosbachAdd iterator_ranges for block pred/succ.
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
next