Fix llc to not reuse spill slots in functions that invoke setjmp()
[oota-llvm.git] / lib / IRReader /
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-06 Peter Zotov[llvm-c] Expose IRReader interface
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-04-03 Eli BenderskyMeasure time that IR parsing took as part of the -time...
2013-04-01 Eli BenderskyFix top-comment header and some indentation
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...