DataFlowSanitizer: fix a use-after-free. Spotted by libgmalloc.
[oota-llvm.git] / include /
2013-08-12 Michael GottesmanAdd editor C++ filetype declaration no functionality...
2013-08-12 Shuxin YangRevert r188188 and r188200.
2013-08-12 Michael Gottesman[stackprotector] Add in the stackprotector libcall.
2013-08-12 Michael Gottesman[stackprotector] Added intrinsic llvm.stackprotectorcheck.
2013-08-12 Shuxin YangMisc enhancements to LTO:
2013-08-12 Alexey SamsonovRemove unused SpecialCaseList constructors
2013-08-12 Alexey SamsonovAdd SpecialCaseList::createOrDie() factory and use...
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
2013-08-12 Alexey SamsonovIntroduce factory methods for SpecialCaseList
2013-08-09 Benjamin KramerAdd a overload to CostTable which allows it to infer...
2013-08-09 David BlaikieDebugInfo: provide the ability to add members to a...
2013-08-09 Benjamin KramerMake directory iterator sentinels free.
2013-08-09 Hans WennborgELFObjectFile.h: Silence warning on Windows
2013-08-09 Alexey SamsonovTry to unbreak Windows build after r188022
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-08-08 Michael J. Spencerllvm isn't C++11 yet :(
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-08 Ted KremenekForward resetColor() et al to the underlying stream.
2013-08-07 Peter CollingbourneReally unbreak Mac build.
2013-08-07 Peter CollingbourneUnbreak Mac build.
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-08-07 Chandler CarruthCommit a no-op change to StringRef to (hopefully) trigg...
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-08-07 Dmitri GribenkoRemove the assertion for now. This breaks lld.
2013-08-07 Dmitri GribenkoYAMLTraits.h: replace DenseMap that used a bad implemen...
2013-08-07 Reid KlecknerCheck for _strtoi64 in the cmake build if strtoll is...
2013-08-07 Alexander KornienkoImplemented llvm::sys::locale::columnWidth and isPrint...
2013-08-06 Reid KlecknerUse gnu style builtins in MathExtras.h with clang on...
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-06 Alexey SamsonovAdd LLVM-style RTTI to DIContext/DWARFContext classes
2013-08-06 Tim NorthoverRefactor isInTailCallPosition handling
2013-08-06 Craig TopperPut an llvm_unreachable at the end of getSplatIndex...
2013-08-06 Craig TopperCheck against >= 0 instead of != -1 in getSplatIndex...
2013-08-06 Craig TopperRemove trailing whitespace and fix an 80-column violati...
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-06 Matt ArsenaultFix missing -*- C++ -*-s
2013-08-05 Tom StellardTargetLowering: Add getVectorIdxTy() function v2
2013-08-05 Peter CollingbourneIntroduce an optimisation for special case lists with...
2013-08-05 Peter CollingbourneIntroduce Regex::isLiteralERE function.
2013-08-05 Benjamin KramerDon't leak passes if added outside of the area determin...
2013-08-05 Elena DemikhovskyAVX-512 set: added mask operations, lowering BUILD_VECT...
2013-08-03 Matt ArsenaultMinor address space code simplification.
2013-08-02 Bob WilsonLink with -rdynamic instead of -Wl,-export-dynamic.
2013-08-02 Matt ArsenaultTeach EmitGEPOffset about address spaces
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-08-01 Rafael EspindolaExpose that the unique file ID has a device and a file...
2013-08-01 Daniel MaleaFixed the Intel-syntax X86 disassembler to respect...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-01 Robert Lyttonremove executable permission from IntrinsicsXCore.td
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-08-01 Robert LyttonXCore target: add GCCBuiltin to four intrinsics
2013-08-01 Eric ChristopherFormatting.
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-07-30 Eric ChristopherMake these just inline, not static inline.
2013-07-30 Matt ArsenaultRevert "Remove isCastable since nothing uses it now"
2013-07-30 Matt ArsenaultRemove isCastable since nothing uses it now
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
2013-07-30 Andrew TrickDown-scale slot index distance to save bits.
2013-07-30 Andrew Trickwhitespace
2013-07-30 Andrew TrickMI Sched: Track live-thru registers.
2013-07-30 Daniel MaleaFix parameter ordering bug in createDebugIRPass()
2013-07-29 Rafael EspindolaMake file_status::getUniqueID const.
2013-07-29 Rafael EspindolaInclude st_dev to make the result of getUniqueID actual...
2013-07-29 Nico RieckUse proper section suffix for COFF weak symbols
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
2013-07-28 Rafael EspindolaFix -Wdocumentation warnings.
2013-07-28 Chandler CarruthUpdate comments for SSAUpdater to use the modern doxyge...
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-07-28 Chandler CarruthThread DataLayout through the callers and into mem2reg...
2013-07-27 Michael Gottesman[APFloat] Removed nextafter from missing operations...
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-26 Bill WendlingUse a non-c'tor for converting a boolean into a StringRef.
2013-07-26 Stephen LinRemove trailing whitespace.
2013-07-26 Stephen LinCorrect case of m_UIToFp to m_UIToFP to match instructi...
2013-07-26 Matt ArsenaultRe-add DataLayout pointer size convenience functions.
2013-07-26 Eric ChristopherRegenerate.
2013-07-26 Eric ChristopherAdd a way to get the context of any particular scope.
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-26 Tobias GrosserMake .bc en/decoding of AttrKind stable
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-25 Bill WendlingAdd a bool->StringRef c'tor to StringRef.
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-25 Bill WendlingAdd a way to add a kind-value string pair to an attribute.
2013-07-25 Richard SandifordFix a comment cut-&-pasto.
2013-07-25 Andrew TrickMI Sched: Register pressure heuristics.
2013-07-25 Rafael EspindolaRespect llvm.used in Internalize.
2013-07-25 Rafael EspindolaMake these methods const correct.
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-24 Bill WendlingAdd helpful accessor methods to get the specified funct...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-24 Eric ChristopherRemove dead code.
next