Make TargetLowering::getPointerTy() taking DataLayout as an argument
[oota-llvm.git] / include /
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-09 Davide ItalianoSilence a warning, trying to unbreak the build after...
2015-07-09 Michael J. SpencerFix typename issues.
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-09 David Majnemer[CodeView] Add support for emitting column information
2015-07-08 Matthias BraunRegisterPressure: Add PressureDiff::dump()
2015-07-08 Juergen RibutzkaRun clang-format before making changes to StackMaps...
2015-07-08 Rafael EspindolaRevert part of "Disallow Archive::child_iterator that...
2015-07-08 Rafael EspindolaDisallow Archive::child_iterator that don't point to...
2015-07-08 Rafael EspindolaStart adding support for writing archives in BSD format.
2015-07-08 Alex LorenzMIR Parser: Use source locations for MBB naming errors.
2015-07-08 Rui UeyamaObject/COFF: Fix import library's getNameType method.
2015-07-08 Duncan P. N. Exon... MC: Make MCSubtargetInfo::isCPUStringValid() const...
2015-07-08 Duncan P. N. Exon... MC: Constify MCSubtargetInfo in getDeprecationInfo...
2015-07-08 Silviu Baranga[LAA] Merge memchecks for accesses separated by a const...
2015-07-08 Mehdi AminiRemove IsLittleEndian from TargetLowering and redirect...
2015-07-08 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Reid Kleckner[WinEH] Make llvm.x86.seh.restoreframe work for stack...
2015-07-07 Reid Kleckner[WinEH] Add localaddress intrinsic instead of using...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-07 Jonathan RoelofsFix comment typo. NFC
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Rafael EspindolaDon't pass a null pointer to memcpy.
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-07 NAKAMURA TakumiFix \param in r241472. [-Wdocumentation]
2015-07-06 Benjamin Kramer[Triple] Add a helper to switch between big/little...
2015-07-06 Eric ChristopherRemove JumpInstrTableInfo.h as it is no longer used.
2015-07-06 Alex Lorenzllc: Add a 'run-pass' option.
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-06 Teresa JohnsonResubmit "Add new EliminateAvailableExternally module...
2015-07-06 Adrian PrantlUse the correct DIArray types in DICompileUnit::replace*().
2015-07-06 Rafael EspindolaInline function into single use. NFC.
2015-07-06 Rafael EspindolaRemove getRelocationAddress.
2015-07-06 Asaf Badouh[X86][AVX512] Multiply Packed Unsigned Integers with...
2015-07-06 Rafael EspindolaFix handling of ELF::R_MIPS_32 on Mips64.
2015-07-06 Craig Topper[TableGen] Change a couple methods to return an ArrayRe...
2015-07-06 NAKAMURA TakumiUntabify.
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-07-05 Lang Hames[RuntimeDyld] Add comment documenting the behavior...
2015-07-05 Asaf Badouh[x86][AVX512] add Multiply High Op
2015-07-05 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-04 Peter CollingbourneLTO: expose LTO_SYMBOL_ALIAS, which indicates that...
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Benjamin KramerDelete dead code. NFC.
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Rafael EspindolaDelete dead code.
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Rafael EspindolaAvoid warning about unused variable when building witho...
2015-07-03 Rafael EspindolaContinue to remove the notion that ELF has dynamic...
2015-07-02 Adrian PrantlDIBuilder: Now that DICompileUnit is distinct, stop...
2015-07-02 Akira HatanakaUse function attribute "trap-func-name" and remove...
2015-07-02 Akira HatanakaAdd functions for adding and testing string attributes...
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-02 Sanjoy Das[Statepoints] Make operator bool() explicit.
2015-07-02 Rafael EspindolaRemove a report_fatal_error that should be unreachable.
2015-07-02 Rafael EspindolaHandle .dynsym a bit more like we handle .symtab.
2015-07-02 Rafael EspindolaUse default member initializes. NFC.
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
2015-07-02 Rafael EspindolaMove error checking from once per relocation to once...
2015-07-02 Rafael EspindolaExpose getRel and getRela to reduce code duplication.
2015-07-02 Rafael EspindolaImprove error message.
2015-07-02 Charlie Turner[GraphWriter] Don't wait on xdg-open when not on Apple.
2015-07-02 Sanjoy Das[NFC] Make the Statepoint class more like CallSite
2015-07-02 Sanjoy Das[Statepoints][NFC] Constify accessors on Statepoint.
2015-07-02 Sanjoy Das[Statepoints][NFC] Rename variables to llvm style.
2015-07-02 Sanjoy Das[Statepoints][NFC] Add Statepoint::operator bool()
2015-07-02 Sanjoy Das[Statepoints][NFC] Add Statepoint::getGCResult.
2015-07-02 Eric ChristopherAdd a routine to TargetTransformInfo that will allow...
2015-07-01 Pawel BylicaChange APInt comparison with uint64_t.
2015-07-01 Pete CooperPack MCSymbol::Flags in to the bitfield with other...
2015-07-01 Pete CooperEncode MCSymbol alignment as log2(align).
2015-07-01 Sanjay Pateladd a cl::opt override for TargetLoweringBase's JumpIsE...
2015-07-01 David BlaikieRevert "[DWARF] Fix debug info generation for function...
2015-07-01 Matthias BraunLivePhysRegs: Add support to add pristine registers...
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-07-01 Michael Kuperstein[DWARF] Fix debug info generation for function static...
2015-06-30 Reid Kleckner[SEH] Add new intrinsics for recovering and restoring...
2015-06-30 Alexey Samsonov[IRBuilder] Delete unused constructor and SetInsertPoin...
2015-06-30 Pete CooperPack MCSymbol::HasName in to a spare bit in the section...
2015-06-30 Rafael EspindolaUse ErrorOr in getRelocationAdress.
2015-06-30 Rafael EspindolaImplement containsSymbol with other lower level methods.
2015-06-30 Rafael EspindolaRemove Elf_Shdr_Iter. Diagnose files with invalid secti...
2015-06-30 Alexey Samsonov[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator...
2015-06-30 Alex LorenzMIR Serialization: Serialize MBB successors.
2015-06-30 Rafael EspindolaFix the name of the iterator functions to match the...
2015-06-30 Rafael EspindolaReport an error on invalid sh_entsize.
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-30 Michael Kuperstein[X86] Add FXSR intrinsics
2015-06-30 NAKAMURA TakumiELF.h: Prune obsolete comments removed in r240996....
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Dan GohmanDrop the OS from the WebAssembly target triple for...
2015-06-30 Rafael EspindolaMove function to the only file that uses it.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Adrian PrantlDebug info: Add dwarf backend support for DIModule.
next