llvm-project/clang/lib
Bob Wilson 5f4346d538 Remove special case for aarch64 static vs. PIC code in iOS kernel code.
I added this check a while back but then made a note to myself that it
should be completely unnecessary since iOS always uses PIC code-gen for
aarch64. Since I could never come up with any reason why it would be
necessary, I'm just going to remove it and we'll see if anything breaks.
rdar://problem/13627985

llvm-svn: 223097
2014-12-02 00:27:35 +00:00
..
ARCMigrate clang-format a recent commit I made 2014-11-19 05:48:40 +00:00
AST Fix typo. 2014-11-29 23:57:35 +00:00
ASTMatchers Make the function pointer a template argument instead of a runtime value. 2014-12-01 14:46:14 +00:00
Analysis When checking for uninitialized values, do not confuse "std::move" with every 2014-11-27 01:29:32 +00:00
Basic [modules] Track how 'header' directives were written in module map files, 2014-12-02 00:08:08 +00:00
CodeGen Use nullptr to silence -Wsentinel when self-hosting on Windows 2014-12-01 22:02:27 +00:00
Driver Remove special case for aarch64 static vs. PIC code in iOS kernel code. 2014-12-02 00:27:35 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: [JS] Contract fewer functions to a single line. 2014-11-27 15:37:42 +00:00
Frontend [modules] Track how 'header' directives were written in module map files, 2014-12-02 00:08:08 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Intercept __crt_va_* used by MSVC "14" 2014-11-20 22:44:03 +00:00
Index [CMake] Prune redundant libdeps. 2014-10-30 01:37:44 +00:00
Lex [modules] Track how 'header' directives were written in module map files, 2014-12-02 00:08:08 +00:00
Parse [c++1z] Remove terse range-based for loops; they've been removed from 2014-11-27 01:54:27 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Perform correct lookup when '__super' is used in class with dependent base. 2014-12-01 23:15:01 +00:00
Serialization [modules] Track how 'header' directives were written in module map files, 2014-12-02 00:08:08 +00:00
StaticAnalyzer Use nullptr to silence -Wsentinel when self-hosting on Windows 2014-12-01 22:02:27 +00:00
Tooling Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName 2014-11-25 17:01:06 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00