llvm-project/clang/lib/Driver
Saleem Abdulrasool aea65e9b13 Driver: add -m{,no-}long-calls support
This mirrors the GCC option for the ARM backend.  This option enables the
backend option "-enable-arm-long-calls".  The default behaviour is that this is
disabled due to the slight overhead of the generated calls.

If the target of jumps are greater than 64M range of offset-based jumps, then
the target address must be loaded into a register to make an indirect jump.  The
backend support for this has been present, but was not previously controllable
by the proper flag.

llvm-svn: 210398
2014-06-07 19:32:38 +00:00
..
Action.cpp Move -verify-pch to use VerifyJobAction 2014-02-06 18:53:25 +00:00
CC1AsOptions.cpp Remove the SUPPORT_ALIASARGS define 2013-08-01 00:12:13 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Compilation.cpp [C++11] Use 'nullptr'. Driver edition. 2014-05-17 16:56:41 +00:00
Driver.cpp Remove the last remaining llvm/Config/config.h includes 2014-06-04 03:28:55 +00:00
DriverOptions.cpp Remove the SUPPORT_ALIASARGS define 2013-08-01 00:12:13 +00:00
InputInfo.h [Driver] Remove the using namespace directives from headers 2013-06-17 13:59:19 +00:00
Job.cpp [C++11] Use 'nullptr'. Driver edition. 2014-05-17 16:56:41 +00:00
Makefile
Multilib.cpp [Driver] Range-based loop simplification. 2014-05-08 19:32:46 +00:00
Phases.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SanitizerArgs.cpp Fix driver warning about -shared-libasan on Android. 2014-06-05 11:14:00 +00:00
Tool.cpp Remove stray emacs mode markers in all these files that was causing emacs to 2010-12-31 17:31:54 +00:00
ToolChain.cpp ARM: Add command line option to select big or little endian 2014-04-10 13:59:32 +00:00
ToolChains.cpp Remove the last remaining llvm/Config/config.h includes 2014-06-04 03:28:55 +00:00
ToolChains.h Use stack protector strong by default on OpenBSD. 2014-05-22 12:52:35 +00:00
Tools.cpp Driver: add -m{,no-}long-calls support 2014-06-07 19:32:38 +00:00
Tools.h ARM64: initial clang support commit. 2014-03-29 15:09:45 +00:00
Types.cpp Add a CC1 option -verify-pch 2014-02-05 22:21:15 +00:00
WindowsToolChain.cpp [C++11] Use 'nullptr'. Driver edition. 2014-05-17 16:56:41 +00:00