[RewriteStatepointsForGC] Avoid using unrelocated pointers after safepoints
[oota-llvm.git] / include /
2015-08-12 Aaron BallmanMove the object being used to move-initialize when...
2015-08-12 Dan GohmanUpdate a comment; Emscripten no longer uses le32 and...
2015-08-12 Chandler Carruth[PM/AA] Have memdep explicitly get and use TargetLibrar...
2015-08-12 Adam Nemet[LoopVer] Optionally allow using memchecks from LAA
2015-08-12 Michael Kuperstein[X86] Allow x86 call frame optimization to fold more...
2015-08-12 Craig Topper[TableGen] Remove unused constructor.
2015-08-11 Alex LorenzPseudoSourceValue: Transform the mips subclass to targe...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-11 Alex LorenzPseudoSourceValue: Introduce a 'PSVKind' enumerator.
2015-08-11 Alex LorenzPseudoSourceValue: Update comments and fix lowercase...
2015-08-11 Alex LorenzReformat PseudoSourceValue.cpp and PseudoSourceValue...
2015-08-11 Rafael EspindolaRevert "Add non-member begin and end so that drop_begin...
2015-08-11 Rafael EspindolaAdd non-member begin and end so that drop_begin works...
2015-08-11 Michael Kruse[RegionInfo] Verify getRegionFor
2015-08-11 James MolloyAdd new ISD nodes: ISD::FMINNAN and ISD::FMAXNAN
2015-08-11 James MolloyAdd support for floating-point minnum and maxnum
2015-08-11 Tyler NowickiPrint vectorization analysis when loop hint is specified.
2015-08-11 Alex LorenzMIR Serialization: Serialize UsedPhysRegMask from the...
2015-08-11 Adam Nemet[LAA] Change name from addRuntimeCheck to addRuntimeChe...
2015-08-10 Alex LorenzMIR Parser: Report an error when a stack object is...
2015-08-10 Alex LorenzMIR Parser: Report an error when a fixed stack object...
2015-08-10 Adam Nemet[LoopVer] Remove unused pointer partition argument...
2015-08-10 Tyler NowickiExtend late diagnostics to include late test for runtim...
2015-08-10 Rafael EspindolaDon't iterate over all sections in the ELFFile constructor.
2015-08-10 Rafael EspindolaRename improperly named variable. NFC.
2015-08-10 Rafael EspindolaDelete getDotSymtabSec.
2015-08-10 Tyler NowickiRemoved unused and incorrectly implemented classof...
2015-08-10 Tyler NowickiLate evaluation of the fast-math vectorization requirement.
2015-08-10 Rafael Espindolarename toELFShdrIter to getSection and move it closer...
2015-08-10 Rafael EspindolatoELFSymIter and getSymbol are now the same thing....
2015-08-10 Igor Laevsky[IndVarSimplify] Make cost estimation in RewriteLoopExi...
2015-08-10 Silviu Baranga[TTI] Add a hook for specifying per-target defaults...
2015-08-10 Michael Kruse[RegionInfo] Fix typo
2015-08-10 Michael Kruse[RegionInfo] Add debug-time region viewer functions
2015-08-10 Michael Kruse[RegionInfo] Update old-style comments
2015-08-10 Michael Kruse[RegionInfo] More descriptive error messages in verifier
2015-08-10 Robert LougherTrace copies when checking for rematerializability...
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-08-10 NAKAMURA Takumillvm/include/llvm/Support/Memory.h: Fix comment header.
2015-08-09 Craig Topper[TableGen] Make StringInit constructor take a StringRef...
2015-08-09 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-09 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-09 David Majnemer[IR] Remove unused declaration
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-08 David Majnemer[IR] Cleanup some formatting issues in the EH instructions
2015-08-08 Rafael EspindolaReturn early on error. Should fix the asan bots.
2015-08-08 NAKAMURA Takumi244368: Fix a comment line introduced in r244368. ...
2015-08-08 David Majnemer[IR] Stop hacking around a bug in GCC 4.5
2015-08-08 Rafael EspindolaDelete dead code. NFC.
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-07 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-07 Adam Nemet[LAA] Make the set of runtime checks part of the state...
2015-08-07 Rafael EspindolaDon't look for a SHT_DYNSYM in the ELFFile's constructor.
2015-08-07 Rafael EspindolaRemove the symbol iteration functions that don't take...
2015-08-07 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-07 Frederic Riss[MCDwarf] Use more idiomatic [u]int8_t types.
2015-08-07 Cong HouNFC.
2015-08-07 Nico WeberAdd functions to save and restore the PrettyStackTrace...
2015-08-07 Rafael EspindolaDelete dead code. NFC.
2015-08-07 Rafael EspindolaDon't use a DenseMap to handle SHT_SYMTAB_SHNDX.
2015-08-07 Rafael EspindolaDelete dead typedef. NFC.
2015-08-07 Frederic RissUse 'signed char' instead of 'char'
2015-08-07 Rafael EspindolaAdd dynamic_table iterators back to ELF.h.
2015-08-07 Frederic Riss[MC/Dwarf] Allow to specify custom parameters for linet...
2015-08-07 Tom StellardELF: Add AMDGPU specific defintions
2015-08-06 Rafael EspindolaMove to llvm-readobj code that is only used there.
2015-08-06 David Majnemer[IR] Remove TerminateInst's "NameStr" argument
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2015-08-06 Nico WeberFix nested CrashRecoveryContexts with LLVM_ENABLE_THREA...
2015-08-06 Nico RieckRename inst_range() to instructions() for consistency...
2015-08-06 Peter CollingbourneLibDriver: Replace references to lld-link2 with lld...
2015-08-06 Quentin Colombet[Reassociation] Fix miscompile for va_arg arguments.
2015-08-06 Cong HouRevert r244154 which causes some build failure. See...
2015-08-06 Kit BartonThis patch changes the interface to enable the shrink...
2015-08-06 Rafael EspindolaReuse variable. NFC.
2015-08-06 Aaron BallmanSilencing a -Wtype-limits warning; NFC.
2015-08-06 Chad RosierFix minor typos. NFC.
2015-08-06 Chandler Carruth[PM/AA] Clean up and homogenize comments throughout...
2015-08-06 Chandler Carruth[PM/AA] Run clang-format over all of basic-aa before...
2015-08-06 Chandler Carruth[PM/AA] Hoist the interface for BasicAA into a header...
2015-08-06 Chandler Carruth[PM/AA] Simplify the AliasAnalysis interface by removin...
2015-08-06 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-08-05 James Y KnightAdd a TrailingObjects template class.
2015-08-05 Reid KlecknerIf the "CodeView" module flag is set, emit codeview...
2015-08-05 Cong HouAdd <numeric> header for use of std::accumulate().
2015-08-05 Cong HouRecord whether the weights on out-edges from a MBB...
2015-08-05 David BlaikieDrop the defaulted CallGraph move ctor, since it's...
2015-08-05 Chandler Carruth[PM] Remove a failed attempt to port the CallGraph...
2015-08-05 David Blaikie-Wdeprecated cleanup: Make CallGraph movable by default...
2015-08-05 David Blaikie-Wdeprecated-clean: Remove uses of throw() in favor...
2015-08-05 Cong HouNFC.
2015-08-05 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-05 Chandler Carruth[TTI] Make the cost APIs in TargetTransformInfo consist...
2015-08-05 Pete CooperMove BB succ_iterator to be inside TerminatorInst....
2015-08-05 Rafael EspindolaDrop unnecessary static_cast.
2015-08-05 Eric ChristopherTemporarily revert r244012 while we see if it's really...
2015-08-05 Eric ChristopherRemove autoconf checks for sigsetjmp and siglongjmp...
2015-08-05 Eric ChristopherRemove the apparently unused rand48 configure checks...
next