Checking if TARGET_OS_IPHONE is defined isn't good enough for 10.7 and earlier.
[oota-llvm.git] / include /
2015-02-19 Adam Nemet[LoopAccesses] Change LAA:getInfo to return a constant...
2015-02-19 Adam Nemet[LoopAccesses] Add -analyze support
2015-02-19 Adam Nemet[LoopAccesses] Split out LoopAccessReport from Vectoriz...
2015-02-19 Adam Nemet[LoopAccesses] Add missing const to APIs in Vectorizati...
2015-02-19 Adam Nemet[LoopAccesses] Add canAnalyzeLoop
2015-02-19 Adam Nemet[LoopAccesses] Change debug messages from LV to LAA
2015-02-19 Adam Nemet[LoopAccesses] Create the analysis pass
2015-02-19 Adam Nemet[LoopAccesses] Cache the result of canVectorizeMemory
2015-02-19 Adam Nemet[LoopAccesses] Stash the report from the analysis rathe...
2015-02-19 Adam Nemet[LoopAccesses] Make VectorizerParams global + fix for...
2015-02-19 Adam NemetRevert "Reformat."
2015-02-19 Rafael EspindolaAvoid conversion to float when creating ConstantDataArr...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Igor LaevskyAdd invoke related functionality into StatepointSite...
2015-02-19 Elena DemikhovskyAVX-512: Full implementation for VRNDSCALESS/SD instruc...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-19 Lang Hames[Orc] Fix a bug in the compile callback manager: trampo...
2015-02-19 Peter CollingbourneMC: Remove NullStreamer hook, as it is redundant with...
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-18 Reid KlecknerAdd an IR-to-IR test for dwarf EH preparation using opt
2015-02-18 Colin LeMahieu[Objdump] Fixing crash when printing symbols in ELF...
2015-02-18 Andrew KaylorStyle and formatting fixes for r229715
2015-02-18 Duncan P. N. Exon... IR: Add MDCompositeTypeBase::replace*()
2015-02-18 Duncan P. N. Exon... IR: Add MDCompileUnit::replace*()
2015-02-18 Duncan P. N. Exon... IR: Add MDSubprogram::replaceFunction()
2015-02-18 Duncan P. N. Exon... IR: Drop the scope in DI template parameters
2015-02-18 Duncan P. N. Exon... IR: Avoid DIScopeRef in DIImportedEntity::getEntity()
2015-02-18 Zachary TurnerModify llvm-readobj to dump symbol record bytes.
2015-02-18 Justin BognerInstrProf: Handle unknown functions if they consist...
2015-02-18 Andrew KaylorAdding implementation to outline C++ catch handlers...
2015-02-18 Justin BognerInstrProf: Make CoverageMapping testable and add a...
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-18 NAKAMURA TakumiReformat.
2015-02-18 NAKAMURA TakumiRevert r229622: "[LoopAccesses] Make VectorizerParams...
2015-02-18 Elena DemikhovskyAVX-512: Added support for FP instructions with embedde...
2015-02-18 Craig Topper[X86] Remove AVX512 pslldq/psrldq shift intrinsics...
2015-02-18 Craig Topper[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics...
2015-02-18 Adam Nemet[LoopAccesses] Change LAA:getInfo to return a constant...
2015-02-18 Adam Nemet[LoopAccesses] Add -analyze support
2015-02-18 Adam Nemet[LoopAccesses] Split out LoopAccessReport from Vectoriz...
2015-02-18 Adam Nemet[LoopAccesses] Add missing const to APIs in Vectorizati...
2015-02-18 Adam Nemet[LoopAccesses] Add canAnalyzeLoop
2015-02-18 Adam Nemet[LoopAccesses] Factor out RuntimePointerCheck::needsChe...
2015-02-18 Adam Nemet[LoopAccesses] Change debug messages from LV to LAA
2015-02-18 Adam Nemet[LoopAccesses] Create the analysis pass
2015-02-18 Adam Nemet[LoopAccesses] Make blockNeedsPredication static
2015-02-18 Adam Nemet[LoopAccesses] Cache the result of canVectorizeMemory
2015-02-18 Adam Nemet[LoopAccesses] Stash the report from the analysis rathe...
2015-02-18 Adam Nemet[LoopAccesses] Make VectorizerParams global
2015-02-18 Adam Nemet[LoopAccesses] Rename LoopAccessAnalysis to LoopAccessInfo
2015-02-18 Adam Nemet[LoopAccesses] Make raw_string_ostream local in Vectori...
2015-02-18 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-18 Matthias BraunLiveRangeCalc: Rename some parameters from kill to...
2015-02-18 Richard Smith[modules] Fix typo in DIA exclusion in module map.
2015-02-17 Rafael EspindolaTwines should be passed by const ref.
2015-02-17 Rafael EspindolaAdd r228939 back with a fix.
2015-02-17 Duncan P. N. Exon... IR: Add missing clone() overloads
2015-02-17 Rafael EspindolaAdd r228980 back.
2015-02-17 Reid KlecknerExpose LLVM_VERSION_PATCH in llvm-config.h
2015-02-17 Eric ChristopherMake the ARM AsmPrinter independent of global subtarget
2015-02-17 Colin LeMahieu[MC] Constifying MCInst::size()
2015-02-17 Simon Atanasyan[Object] Support reading 64-bit MIPS ELF archives
2015-02-17 Aaron BallmanI believe we no longer require LLVM_HAS_INITIALIZER_LIS...
2015-02-17 NAKAMURA TakumiOrcJIT: Try to appease msc18 to add move constructor...
2015-02-17 Manuel KlimekFix problem with uninitialized bool found by asan.
2015-02-17 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-17 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Jonas Paulsson[PBQP] NDEBUG guards added around code needed for assert.
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass
2015-02-17 Lang Hames[Orc] Update the Orc indirection utils and refactor...
2015-02-17 Duncan P. N. Exon... AsmPrinter: Stop creating DebugLocs
2015-02-16 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-16 Justin BognerInstrProf: Add unit tests for the profile reader and...
2015-02-16 Simon Atanasyan[Mips] Add .MIPS.options section descriptor kinds enume...
2015-02-16 Lang Hames[Orc] Add an emitAndFinalize method to the ObjectLinkin...
2015-02-16 Justin BognerInstrProf: Use ErrorOr for IndexedInstrProfReader:...
2015-02-16 Craig Topper[X86] Remove x86.avx2.psll.dq.bs and x86.avx2.psrl...
2015-02-16 Andrew TrickAArch64: Safely handle the incoming sret call argument.
2015-02-16 Jonas Paulsson[PBQP] Improve the assert for conservatively allocatables.
2015-02-16 Chandler CarruthSwitch our index sequence away from template aliases...
2015-02-16 David MajnemerIR: Properly return nullptr when getAggregateElement...
2015-02-16 Craig Topper[X86] Remove gcc builtins for AVX2 psll_dq and psrl_dq...
2015-02-15 Benjamin KramerMinGW's snprintf is not exposed through std::.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-15 Aaron BallmanSince MSVC 1800 is our lowest common denominator, we...
2015-02-15 Benjamin KramerCommandLine: Use variadic templates to simplify opt...
2015-02-15 Zachary Turnerllvm-pdbdump: Add flags controlling the type of values...
2015-02-15 Benjamin KramerFoldingSet: Replace faux variadics with real variadics...
2015-02-15 Benjamin KramerRemove LLVM_HAS_VARIADIC_TEMPLATES and all the faux...
2015-02-15 Benjamin KramerUpdate the docs to require at least MSVC 2013.
2015-02-15 Arnaud A. de Grand... [PBQP] Assert conservativelly allocatable nodes are...
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2015-02-14 Richard Smith[modules] Try harder to stop DebugInfo/PDB/DIA being...
2015-02-14 Zachary Turnerllvm-pdbdump: Only dump whitelisted global symbols.
2015-02-14 Duncan P. N. Exon... CodeGen: Canonicalize access to function attributes...
2015-02-14 Matthias BraunRevert "On ELF, put PIC jump tables in a non executable...
next