[sanitizer] add another workaround for PR 17409: when over a threshold emit coverage...
[oota-llvm.git] / include /
2015-02-04 Philip ReamesAdd a pass for inserting safepoints into (nearly) arbit...
2015-02-03 Justin BognerInstrProf: Make CounterMappingRegions less confusing...
2015-02-03 Arnaud A. de Grand... [PBQP] Provide more information in the debug prints
2015-02-03 Arnaud A. de Grand... [PBQP] Constify Graph::getEdgeNode1Id and Graph::getEdg...
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-02-03 Duncan P. N. Exon... Support: Add string => unsigned mapping for DW_TAG
2015-02-03 Duncan P. N. Exon... Support: Re-implement dwarf::TagString() using a .def...
2015-02-03 Colin LeMahieu[Hexagon] Converting XTYPE/SHIFT intrinsics. Cleaning...
2015-02-03 Jingyue WuAdd straight-line strength reduction to LLVM
2015-02-03 Rafael EspindolaFix duplicated symbol error.
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2015-02-03 Adam Nemet[LoopVectorize] Fix rebase glitch in r227751
2015-02-03 Eric ChristopherOnly access TLOF via the TargetMachine, not TargetLowering.
2015-02-03 Lang Hames[PBQP Regalloc] Pre-spill vregs that have no legal...
2015-02-03 Justin BognerInstrProf: Simplify RawCoverageMappingReader's API...
2015-02-02 Jingyue WuResurrect the assertion removed by r227717
2015-02-02 Duncan P. N. Exon... IR: Allow GenericDebugNode construction from MDString
2015-02-02 Duncan P. N. Exon... IR: Extract DEFINE_MDNODE_GET(), NFC
2015-02-02 Duncan P. N. Exon... IR: Separate helpers for string operands, NFC
2015-02-02 Duncan P. N. Exon... IR: Split out DebugInfoMetadata.h, NFC
2015-02-02 David BlaikieSTLExtras: Provide less/equal functors with templated...
2015-02-02 Duncan P. N. Exon... Fix some file headers, NFC
2015-02-02 Eric ChristopherRemove unnecessary forward declaration.
2015-02-02 Lang Hames[Orc] Make the ObjectLinkingLayer take ownership of...
2015-02-02 Lang Hames[Orc] Add sensible defaults for the ObjectLinkingLayer...
2015-02-01 Benjamin KramerFoldingSetVectorIterator is just a subset of pointee_it...
2015-02-01 Adam NemetInclude cstddef in EquivalenceClasses.h
2015-02-01 Adam Nemet[LoopVectorize] Move LoopAccessAnalysis to its own...
2015-02-01 Adam Nemet[LoopVectorize] Make hasVectorInstrinsicScalarOpd inline
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Michael KupersteinRevert r227728 due to bad line endings.
2015-02-01 Chandler Carruth[multiversion] Kill FunctionTargetTransformInfo, TTI...
2015-02-01 Chandler Carruth[multiversion] Remove the function parameter from the...
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Remove the cached TargetMachine pointer...
2015-02-01 Chandler Carruth[multiversion] Remove another place we were "handling...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-02-01 Chandler Carruth[multiversion] Remove a false freedom to leave the...
2015-02-01 Chandler Carruth[multiversion] Implement the old pass manager's TTI...
2015-02-01 Chandler Carruth[multiversion] Thread a function argument through all...
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Chandler Carruth[PM] Clean up a stale comment that came from a differnt...
2015-02-01 Chandler Carruth[PM] Port SimplifyCFG to the new pass manager.
2015-02-01 Chandler Carruth[PM] Port EarlyCSE to the new pass manager.
2015-02-01 Chandler Carruth[PM] Teach the module-to-function adaptor to not run...
2015-02-01 Chandler Carruth[PM] Switch to a ranged based for loop. NFC
2015-02-01 Chandler Carruth[PM] Port TTI to the new pass manager, introducing...
2015-02-01 Jingyue Wu[NVPTX] Emit .pragma "nounroll" for loops marked with...
2015-02-01 Chandler Carruth[PM] Remove a bunch of stale TTI creation method declar...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-31 Eric ChristopherRemove the last vestiges of resetOperationActions.
2015-01-30 Lang Hames[PBQP] Fix transposed worst row/column check in handleA...
2015-01-30 Eric ChristopherAdd a similar templated cast for getSubtarget off of...
2015-01-30 Adrian PrantlInliner: Use replaceDbgDeclareForAlloca() instead of...
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-30 Chandler Carruth[PM] Sink the population of the pass manager with targe...
2015-01-30 NAKAMURA Takumi[Cygming] Seek also chkstk_ms, or JIT fails with DLL...
2015-01-30 Chandler Carruth[PM] Remove two very old and dead forward declarations...
2015-01-29 Chandler Carruth[LPM] Remove a PPC64 hack to try to work around a bad...
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-29 Michael J. Spencer[Support][Windows] Unify dialog box suppression and...
2015-01-29 Colin LeMahieu[Hexagon] Adding XTYPE/PRED intrinsic tests. Convertin...
2015-01-29 Rafael EspindolaRemove MergeableConst.
2015-01-29 Chandler Carruth[LPM] Try again to appease powerpc64 in its self host...
2015-01-29 Chandler Carruth[LPM] Fix an "obvious" typo from r227411. Really sorry...
2015-01-29 Chandler Carruth[LPM] Clean up the use of TLS in pretty stack trace...
2015-01-29 Reid KlecknerAdd a Windows EH preparation pass that zaps resumes
2015-01-28 Philip ReamesTeach SplitBlockPredecessors how to handle landingpad...
2015-01-28 Frederic RissAdd DWARFUnit::getNumDIEs() and getDIEIndex()
2015-01-28 Colin LeMahieu[Hexagon] Updating several V5 intrinsics and adding...
2015-01-28 Philip ReamesRemove gc.root's performCustomLowering
2015-01-28 Chris BienemanMoving AddLiteralOption's declaration higher up in...
2015-01-28 Chris BienemanRefactoring llvm command line parsing and option regist...
2015-01-28 Chandler Carruth[LPM] A targeted but somewhat horrible fix to the legac...
2015-01-28 Elena DemikhovskyFold fcmp in cases where value is provably non-negative...
2015-01-28 Reid KlecknerMove EH personality type classification to Analysis...
2015-01-27 Chris BienemanRe-landing changes to use ArrayRef instead of SmallVect...
2015-01-27 Ahmed Bougacha[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
2015-01-27 Kevin Enderbydd the option, -link-opt-hints to llvm-objdump used...
2015-01-27 Chandler Carruth[PM] Clean up file banner comments prior to refactoring...
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Chandler Carruth[PM] Run clang-format over this header to clean up...
2015-01-27 Chandler Carruth[PM] Switch a doxygen comment to the standard format...
2015-01-27 Chandler Carruth[PM] Refactor the core logic to run EarlyCSE over a...
2015-01-27 Eric ChristopherMachineRegisterInfo can access TII off of the MachineFu...
2015-01-27 Eric ChristopherRemove extraneous period.
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
2015-01-26 Chad RosierCommoning of target specific load/store intrinsics...
2015-01-26 Chris BienemanPete Cooper suggested the new API should use ArrayRef...
2015-01-26 Chris BienemanAdd new HideUnrelatedOptions API that takes a SmallVect...
2015-01-26 Reid KlecknerAdd a UTF8 to UTF16 conversion wrapper for use in the...
2015-01-26 Eric ChristopherAdd a FIXME about preferred alignment to DataLayout.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-26 Philip ReamesPass QueryInst down through non-local dependency calcul...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-26 Zachary TurnerTeach raw_ostream to support hex formatting without...
2015-01-26 Alex RosenbergRemove trailing whitespace.
2015-01-26 Eric ChristopherStore the passed in CPU name string so that it can...
next