Mark Lacey
|
182b6dfb18
|
Merge remote-tracking branch 'origin/master' into master-next
Conflicts:
tools/driver/CMakeLists.txt
tools/swift-reflection-dump/swift-reflection-dump.cpp
|
2016-05-03 14:23:20 -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 |
|
Doug Gregor
|
c16e4ffa88
|
More llvm::AtomicOrdering fixes.
|
2016-04-14 10:13:01 -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 |
|