aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan2021-03-251-3/+1
* [NFC] Formatting changesAbhina Sreeskantharajan2021-03-231-3/+3
* [SystemZ][z/OS] Distinguish between text and binary files on z/OSAbhina Sreeskantharajan2021-03-191-1/+3
* static const char *const foo => const char foo[]Fangrui Song2020-12-011-4/+4
* llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille2020-11-132-21/+6
* Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman2020-05-141-12/+7
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [IRReader] Expose getLazyIRModuleScott Linder2019-02-111-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* LLParser: add an argument for overriding data layout and do not check alloca ...Yaxun Liu2018-01-301-4/+9
* Remove redundant includes from various places.Michael Zolotukhin2017-12-131-1/+0
* Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl2017-10-021-4/+7
* Timer: Track name and description.Matthias Braun2016-11-181-3/+6
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-131-8/+12
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne2016-11-081-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-14/+0
* [ThinLTO] Metadata linking for imported functionsTeresa Johnson2015-12-171-5/+7
* Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola2015-06-161-4/+5
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+3
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* Remove unused variable. NFC.Rafael Espindola2014-11-061-1/+0
* Pass a && to getLazyBitcodeModule.Rafael Espindola2014-09-031-1/+2
* Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola2014-08-261-3/+1
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-261-10/+9
* Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola2014-08-261-16/+15
* Modernize the .ll parsing interface.Rafael Espindola2014-08-191-7/+8
* Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.Rafael Espindola2014-08-171-3/+3
* getLazyIRModule always takes ownership. Make that explicit.Rafael Espindola2014-08-171-10/+9
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-8/+10
* Make a helper function static. No functionality change.Rafael Espindola2014-07-051-3/+2
* IRReader: don't mark MemoryBuffers constAlp Toker2014-06-271-1/+1
* Propagate const-correctness into parseBitcodeFile()Alp Toker2014-06-271-2/+1
* ParseIR: don't take ownership of the MemoryBufferAlp Toker2014-06-271-7/+10
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-3/+6
* MSVC build fix following r211749Alp Toker2014-06-261-1/+2
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-6/+2
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-5/+4
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-7/+7
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola2014-01-151-5/+7
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-131-4/+5
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-3/+3
* [llvm-c] Expose IRReader interfacePeter Zotov2013-11-061-0/+32
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-2/+2
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-2/+2