Saleem Abdulrasool
635bb00d61
runtime: make LLP64 clean
...
This is a blanket pass replacing use of `__LP64__` with
`__POINTER_WIDTH__ == 64`. The latter is more expressive and also LLP64
clean. This change is needed to enable support for Windows x86_64 which
is a LLP64 environment.
2017-09-17 18:41:10 -07:00
practicalswift
40cf4d183d
[gardening] Use consistent spacing after if, for and while
2017-04-14 17:35:36 +02:00
practicalswift
a9d6d8938c
[gardening] Fix recently introduced typos
2017-01-22 20:40:45 +01:00
practicalswift
7e48c04277
[gardening] Fix inconsistent headers.
2017-01-21 10:59:10 +01:00
practicalswift
95e47eceb7
[gardening] Fix a vs an typos.
2017-01-21 10:47:25 +01:00
Simon Evans
223a607639
[runtime] StaticBinaryELF review fixes
...
- Use llvm::Optional to avoid heap allocations and
eliminate redundant ivars.
2017-01-17 22:45:22 +00:00
Simon Evans
0ef3f65e34
[runtime] StaticBinaryELF safety fixes
2017-01-16 14:07:18 +00:00
Simon Evans
22b5e6d57b
[runtime] Implement lookupSymbol() for ELF static executables
2017-01-09 10:56:29 +00:00