index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IRReader
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+2
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
Make parseBitcodeFile return an ErrorOr<Module *>.
Rafael Espindola
2014-01-15
1
-5
/
+7
*
Update getLazyBitcodeModule to use ErrorOr for error handling.
Rafael Espindola
2014-01-13
1
-4
/
+5
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-3
/
+3
*
[llvm-c] Expose IRReader interface
Peter Zotov
2013-11-06
1
-0
/
+32
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-2
/
+2
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
1
-2
/
+2
*
Measure time that IR parsing took as part of the -time-passes measurement.
Eli Bendersky
2013-04-03
1
-0
/
+11
*
Fix top-comment header and some indentation
Eli Bendersky
2013-04-01
2
-3
/
+3
*
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
4
-0
/
+117