Rafael Espindola
|
42e599fb3f
Drop non-cfi assembly support from clang.
|
11 years ago |
Duncan P. N. Exon Smith
|
919d845e81
BackendUtil: Pass through -mdisable-tail-calls
|
11 years ago |
Duncan P. N. Exon Smith
|
ba3cc0798a
verify-di: Call debug info verifier from clang
|
11 years ago |
Reid Kleckner
|
f311502595
Update Clang for LLVM split stack API changes in r205997
|
11 years ago |
David Blaikie
|
d87684dddb
Support for -Wa,-compress-debug-sections.
|
11 years ago |
Eli Bendersky
|
1f17192060
Don't recompute inlining threshold - use new overload provided by LLVM
|
11 years ago |
Ahmed Charles
|
f8b74ee5f0
[C++11] Replace OwningPtr include with <memory>.
|
11 years ago |
Ahmed Charles
|
70639e8de3
Replace OwningPtr with std::unique_ptr.
|
11 years ago |
Ahmed Charles
|
789a4f820d
Change OwningPtr::take() to OwningPtr::release().
|
11 years ago |
Diego Novillo
|
e1e6798cc7
Schedule discriminator pass.
|
11 years ago |
Ahmed Charles
|
54108d097e
[C++11] Add #include's for OwningPtr.
|
11 years ago |
Rafael Espindola
|
098dc6b054
Update for llvm api change.
|
11 years ago |
Rafael Espindola
|
fa983653b0
Accept -no-integrated-as in -cc1 and forward it to llvm.
|
11 years ago |
Evgeniy Stepanov
|
92df5141d7
[asan] Remove -fsanitize-address-zero-base-shadow command line
|
11 years ago |
Chandler Carruth
|
8b5da206ef
[cleanup] Update the include of Dominators.h to reflect its move to the
|
11 years ago |
Chandler Carruth
|
e82a341122
[PM] Update Clang to reflect the new header for the bitcode writer pass
|
11 years ago |
Chandler Carruth
|
9e3ee34ff5
[PM] Update the creation of an IR printing pass to reflect the API
|
11 years ago |
Chandler Carruth
|
c23c89d28e
[PM] Update Clang to follow the header rename in LLVM r199041.
|
11 years ago |
Chandler Carruth
|
105b41925d
Update Clang for the move of headers in r198688.
|
11 years ago |
Alp Toker
|
2a030a3aec
Verify that clang TargetInfo descriptions match DataLayout strings from LLVM
|
11 years ago |
Kostya Serebryany
|
89be6ed38a
Bury leaked pointers in a global array to silence a leak detector in --disable-free mode
|
11 years ago |
Alp Toker
|
8f4c85bebd
Move the TargetMachine instance into EmitAssemblyHelper
|
11 years ago |
Hal Finkel
|
ce5b5f13a6
Add -freroll-loops to enable loop rerolling
|
11 years ago |
Diego Novillo
|
b85a9ec6df
Add -fprofile-sample-use to Clang's driver.
|
11 years ago |
Richard Smith
|
69170e6e41
Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted
|
12 years ago |
Peter Collingbourne
|
5d27a51288
Add support for -fsanitize-blacklist and default blacklists for DFSan.
|
12 years ago |
Peter Collingbourne
|
2eeed711be
DataFlowSanitizer; Clang changes.
|
12 years ago |
Bill Wendling
|
1cf9ab8ab8
Use function attributes to indicate if we don't want to realign the stack.
|
12 years ago |
Bill Wendling
|
cab4a09d69
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
|
12 years ago |
Bill Wendling
|
8d230b454f
Use function attributes to pass along the stack protector buffer size instead of making it a target option.
|
12 years ago |