index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
IRReader
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-26
Remove autoconf support
Chris Bieneman
1
-14
/
+0
2015-12-17
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
1
-5
/
+7
2015-06-16
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
1
-4
/
+5
2015-06-16
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
1
-0
/
+3
2015-02-11
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
1
-0
/
+3
2014-11-06
Remove unused variable. NFC.
Rafael Espindola
1
-1
/
+0
2014-09-03
Pass a && to getLazyBitcodeModule.
Rafael Espindola
1
-1
/
+2
2014-08-26
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
Rafael Espindola
1
-3
/
+1
2014-08-26
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
1
-10
/
+9
2014-08-26
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
1
-16
/
+15
2014-08-19
Modernize the .ll parsing interface.
Rafael Espindola
1
-7
/
+8
2014-08-17
Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.
Rafael Espindola
1
-3
/
+3
2014-08-17
getLazyIRModule always takes ownership. Make that explicit.
Rafael Espindola
1
-10
/
+9
2014-07-06
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
1
-8
/
+10
2014-07-05
Make a helper function static. No functionality change.
Rafael Espindola
1
-3
/
+2
2014-06-27
IRReader: don't mark MemoryBuffers const
Alp Toker
1
-1
/
+1
2014-06-27
Propagate const-correctness into parseBitcodeFile()
Alp Toker
1
-2
/
+1
2014-06-27
ParseIR: don't take ownership of the MemoryBuffer
Alp Toker
1
-7
/
+10
2014-06-26
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
1
-3
/
+6
2014-06-26
MSVC build fix following r211749
Alp Toker
1
-1
/
+2
2014-06-26
Introduce a string_ostream string builder facilty
Alp Toker
1
-6
/
+2
2014-06-13
Remove 'using std::errro_code' from lib.
Rafael Espindola
1
-5
/
+4
2014-06-12
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
1
-0
/
+1
2014-06-12
Remove system_error.h.
Rafael Espindola
1
-1
/
+1
2014-04-15
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-7
/
+7
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-3
/
+2
2014-03-05
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
1
-2
/
+2
2014-01-15
Make parseBitcodeFile return an ErrorOr<Module *>.
Rafael Espindola
1
-5
/
+7
2014-01-13
Update getLazyBitcodeModule to use ErrorOr for error handling.
Rafael Espindola
1
-4
/
+5
2014-01-07
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
1
-1
/
+1
2014-01-07
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
1
-3
/
+3
2013-11-06
[llvm-c] Expose IRReader interface
Peter Zotov
1
-0
/
+32
2013-07-16
Add 'const' qualifiers to static const char* variables.
Craig Topper
1
-2
/
+2
2013-06-25
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
1
-2
/
+2
2013-04-03
Measure time that IR parsing took as part of the -time-passes measurement.
Eli Bendersky
1
-0
/
+11
2013-04-01
Fix top-comment header and some indentation
Eli Bendersky
2
-3
/
+3
2013-03-26
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
4
-0
/
+117