Jordan Rose
|
4560bac57c
|
Fix misuses of llvm::StringSwitch.
StringSwitch forms references to temporaries, so it cannot be stored
into a local. (Really 'auto' is to blame here; see LLVM r276671.)
|
2016-07-26 15:48:01 -07:00 |
|
John McCall
|
6c92c324f6
|
Rename IRGenModuleDispatcher to just IRGenerator and transfer
ownership of some of the basic structures to it.
|
2016-04-27 09:42:03 -07:00 |
|
Chris Lattner
|
0f9d2c1d22
|
add some newlines at the end of files to avoid "dangerous" implementation
defined behavior in C++98. I thought that C++'11 fixed this though, so it
isn't clear why clang is complaining about it.
|
2016-04-12 21:07:28 -07:00 |
|
John McCall
|
52cd8718de
|
Split GenFunc.cpp in three: GenFunc for function types and blocks,
GenCall for function signatures, calls, and prologue/epilogue, and
GenBuiltin for builtin operations.
NFC.
|
2016-04-04 23:52:14 -07:00 |
|