llvm-6502/lib
Reid Kleckner 44b3a0b411 Declare that musttail calls in variadic functions forward the ellipsis
Summary:
There is no functionality change here except in the way we assemble and
dump musttail calls in variadic functions. There's really no need to
separate out the bits for musttail and "is forwarding varargs" on call
instructions. A musttail call by definition has to forward the ellipsis
or it would fail verification.

Reviewers: chandlerc, nlewycky

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D4892

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216423 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-26 00:33:28 +00:00
..
Analysis Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
AsmParser Declare that musttail calls in variadic functions forward the ellipsis 2014-08-26 00:33:28 +00:00
Bitcode Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
CodeGen Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
DebugInfo Don't own the buffer in object::Binary. 2014-08-19 18:44:46 +00:00
ExecutionEngine [MCJIT][SystemZ] Use a simpler expression for indirect relocation offsets. 2014-08-25 23:33:48 +00:00
IR Declare that musttail calls in variadic functions forward the ellipsis 2014-08-26 00:33:28 +00:00
IRReader Modernize the .ll parsing interface. 2014-08-19 16:58:54 +00:00
LineEditor
Linker Set comdats when lazily linking functions. 2014-08-15 20:17:08 +00:00
LTO Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
MC Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
Object Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr 2014-08-21 20:44:56 +00:00
Option Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind 2014-08-22 19:29:17 +00:00
ProfileData llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. 2014-08-22 22:56:03 +00:00
Support Fix bug in llvm::sys::argumentsFitWithinSystemLimits(). 2014-08-25 22:53:21 +00:00
TableGen Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
Target [FastISel][AArch64] Refactor float zero materialization. NFCI. 2014-08-25 19:58:05 +00:00
Transforms ArgPromotion: Don't touch variadic functions 2014-08-25 23:58:48 +00:00
CMakeLists.txt ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00
LLVMBuild.txt ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00
Makefile ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00