[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
[oota-llvm.git] / include /
2015-07-11 Chandler Carruth[PM/AA] Completely remove the AliasAnalysis::copyValue...
2015-07-10 Duncan P. N. Exon... MC: Shrink MCDwarfLoc/MCLineEntry
2015-07-10 Adrian PrantlClean up the comments in DIBuilder.h to adhere to the...
2015-07-10 Adrian PrantlRevert "Clean up the comments in DIBuilder.h to adhere...
2015-07-10 Adrian PrantlClean up the comments in DIBuilder.h to adhere to the...
2015-07-10 Lang Hames[ExecutionEngine] Use std::function rather than a funct...
2015-07-10 Duncan P. N. Exon... MC: Only allow changing feature bits in MCSubtargetInfo
2015-07-10 David Majnemer[IR] Switch static const to an enum to silence MSVC...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo::InitCPUSched()
2015-07-10 Duncan P. N. Exon... MC: Remove the copy of MCSchedModel in MCSubtargetInfo
2015-07-10 David Majnemer[MC] Switch static const to an enum to silence MSVC...
2015-07-10 Jingyue Wu[TTI] BasicTTIImpl assumes no vector registers
2015-07-10 Michael J. Spencer[Object][ELF] Handle the dynamic string table in files...
2015-07-10 Jan Wen VoungFix enum BitcodeError to not define a zero-valued error...
2015-07-10 Adam Nemet[LoopDist/LoopVer] Move LoopVersioning to a new module...
2015-07-10 Adam Nemet[LoopDist] Move loop-versioning helper functions to...
2015-07-10 Alex LorenzMIR Serialization: Initial serialization of stack objects.
2015-07-10 Benjamin Kramer[InstSimplify] Fold away ord/uno fcmps when nnan is...
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-10 NAKAMURA Takumillvm/Object/ELF.h: Appease g++-4.7.2.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Michael J. SpencerFix shadowing.
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-09 Alex LorenzMIR Serialization: Serialize the virtual register defin...
2015-07-09 Reid KlecknerExpose sjlj preparation through opt for my own debuggin...
2015-07-09 JF BastienWebAssembly: add placeholder intrinsics header
2015-07-09 Alex LorenzMIR Serialization: Serialize the simple MachineFrameInf...
2015-07-09 Pat GavlinAllow {e,r}bp as the target of {read,write}_register.
2015-07-09 Juergen Ributzka[StackMap] Use lambdas to specify the sort and erase...
2015-07-09 Juergen Ributzka[StackMap] Rename variables to be more consistent....
2015-07-09 Mehdi AminiRe-instate the EVT parameter to getScalarShiftAmountTy...
2015-07-09 Tamas BerghammerAdd getSizeInBits function to the APFloat class
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-09 Adrian PrantlTemporarily reverting 241765, 241768, and 241772 to...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetLowering
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake getByValTypeAlignment() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
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...
next