summaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/Parser.cpp
AgeCommit message (Expand)Author
2025-10-22[LLVM][IR] Add location tracking to LLVM IR parser (#155797)Bertik23
2024-07-10[MIR] Replace bespoke DIExpression parserScott Linder
2023-03-23[AsmParser] Avoid instantiating LLVMContext if not needed. Try 2.Yevgeny Rouban
2023-03-20Revert "[AsmParser] Avoid instantiating LLVMContext if not needed. NFC"Yevgeny Rouban
2023-03-20[AsmParser] Avoid instantiating LLVMContext if not needed. NFCYevgeny Rouban
2023-01-12[IR] Support importing modules with invalid data layouts.Jannik Silvanus
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-16Restore "[MemProf] ThinLTO summary support" with more fixesTeresa Johnson
2022-11-16Revert "Restore "[MemProf] ThinLTO summary support" with fixes"Jeremy Morse
2022-11-15Restore "[MemProf] ThinLTO summary support" with fixesTeresa Johnson
2022-11-15Revert "[MemProf] ThinLTO summary support"Teresa Johnson
2022-11-15[MemProf] ThinLTO summary supportTeresa Johnson
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2021-04-26[Lexer] Allow LLLexer to be used as an APIWilliam S. Moses
2021-04-16[SystemZ][z/OS] Add IsText Argument to GetFile and GetFileOrSTDINJonathan Crowther
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2020-04-16Parser.h/cpp - cleanup includes and forward declaration. NFC.Simon Pilgrim
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-26[ThinLTO] Parse module summary index from assemblyTeresa Johnson
2018-01-30LLParser: add an argument for overriding data layout and do not check alloca ...Yaxun Liu
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl
2016-03-08[AsmParser] Expose an API to parse a string starting with a type.Quentin Colombet
2016-03-07[AsmParser] Add a function to parse a standalone type.Quentin Colombet
2015-08-21AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz
2015-07-17AsmParser: Add a function to parse a standalone constant value.Alex Lorenz
2015-06-23AsmParser: Extend the API to make the global value and metadata node slot map...Alex Lorenz
2015-05-20AsmParser: Require a terminating null character when creating memory buffer.Alex Lorenz
2015-03-01Add missing includes. make_unique proliferated everywhere.Benjamin Kramer
2015-01-17Remove std::move that was preventing return value optimization.Richard Trieu
2014-08-26Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola
2014-08-21Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie
2014-08-19Split parseAssembly into parseAssembly and parseAssemblyInto.Rafael Espindola
2014-08-19Modernize the .ll parsing interface.Rafael Espindola
2014-08-18These classes only need a StringRef, not a MemoryBuffer.Rafael Espindola
2014-08-17Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.Rafael Espindola
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-27ParseIR: don't take ownership of the MemoryBufferAlp Toker
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2013-06-25keep only the StringRef version of getFileOrSTDIN.Rafael Espindola
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer