[c++11] Range'ify use list loops in DAGCombiner.
[oota-llvm.git] / include /
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...
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-04-03 Rafael EspindolaReuse existing variable.
2014-04-03 Dmitri GribenkoArrayRef: use std::vector::data() now that we are build...
2014-04-03 Rafael EspindolaHandle getting UnknownAddressOrSize or section_end().
2014-04-03 Rafael EspindolaImplement get getSymbolFileOffset with getSymbolAddress.
2014-04-03 Rafael EspindolaRemove getSymbolValue.
2014-04-03 Rafael EspindolaAdd support for the R_ARM_ABS32 relocation.
2014-04-03 Rafael EspindolaOnly clear the thumb bit from function addresses.
2014-04-03 Rafael EspindolaSimplify ELFObjectFile<ELFT>::getSymbolAddress.
2014-04-03 Rafael EspindolaRevert "Fix a nomenclature error in llvm-nm."
2014-04-02 Rafael EspindolaFix a nomenclature error in llvm-nm.
2014-04-02 Duncan P. N. Exon... Revert "Reapply "LTO: add API to set strategy for ...
2014-04-02 Rafael EspindolaAdd back an assert that was lost in the ELFObjectFile...
2014-04-02 Jim GrosbachSimplify resolveFrameIndex() signature.
2014-04-02 Adrian Prantlfix a comment to use ASCII aprostrophes.
2014-04-01 David BlaikieAdd inequality operator for MachineLocation.
2014-04-01 Adrian PrantlAdd a comment about the DIDescriptor class hierarchy.
2014-04-01 Hal FinkelAdd some additional fields to TTI::UnrollingPreferences
2014-04-01 Matt ArsenaultAdd helpers for checking if a value is a target boolean...
2014-04-01 Tim NorthoverARM64: add intrinsic for pmull (p64 x p64 = p128) opera...
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-04-01 David BlaikieDebugInfo: Emit relocation to debug_line section when...
2014-04-01 Adrian PrantlRemove FIXMEs. The scope of a Variable is always a...
2014-04-01 Adrian PrantlLTO type uniquing: store the Decl field of a DIImported...
2014-04-01 Adrian PrantlAdd a comment about type-uniquing ObjC types.
2014-03-31 David BlaikieComment to describe the debug_loc.dwo constants
2014-03-31 Hal FinkelMove partial/runtime unrolling late in the pipeline
2014-03-31 Joerg SonnenbergerShifting into the sign bit is UB as discussed on IRC...
2014-03-31 Juergen Ributzka[Stackmaps] Update the stackmap format to use 64-bit...
2014-03-31 Matt ArsenaultChange shouldSplitVectorElementType to better match...
2014-03-31 Rui UeyamaFix MSVC warning.
2014-03-31 Rafael EspindolaDon't relocate with sections if there might be a paired...
2014-03-31 Hal FinkelAdd a TLI hook to control when BUILD_VECTOR might be...
2014-03-31 Tim NorthoverARM64: add more scalar patterns for reciprocal ops.
2014-03-31 Tim NorthoverARM64: add i64 scalar pattern for @llvm.arm64.abs
2014-03-31 Daniel Sanders[mips] Remove R_MIPS_GOT which isn't used and shares...
2014-03-31 Daniel SandersRevert r205194 - [mips] Removed R_MIPS_GOT. It's identi...
2014-03-31 Daniel Sanders[mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.
2014-03-31 Dmitri GribenkoRemove unused private typedef
2014-03-31 Daniel Sanders[yaml2obj] Add support for ELF e_flags.
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-30 Chandler Carruth[Allocator] Stop forward-declaring BumpPtrAllocator...
2014-03-30 Chandler CarruthDon't mark the declarations of the TSan annotation...
2014-03-30 Lang Hames[MC] Remove an unused (and broken) variant of the setup...
2014-03-30 Lang Hames[PBQP] Move invalid graph nodeId/edgeId methods into...
2014-03-30 Rafael EspindolaRemove dead declarations.
2014-03-29 Benjamin KramerRemove outdated comment.
2014-03-29 Benjamin KramerDetemplatize LOHDirective.
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverMC-exceptions: add support for compact-unwind without...
2014-03-29 Tim NorthoverCodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz...
2014-03-29 Tim NorthoverMC: add a RefKind field to MCValue
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-29 Tim NorthoverMake GetCPISymbol a virtual method.
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Justin BognerSupport: Functions for writing endian specific data...
next