llvm-6502/lib
Bill Wendling 5aeff3171c Check if we can handle the arguments of a call (and therefore the call) in
fast-isel before emitting code. If the program bails after code was emitted,
then it could lead to the stack being adjusted more than once (two
CALLSEQ_BEGINs emitted) but being adjuste back only once after the call. This
leads to general badness and gnashing of teeth.
<rdar://problem/11050630>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152959 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-16 23:11:07 +00:00
..
Analysis Start removing the use of an ad-hoc 'never inline' set and instead 2012-03-16 06:10:13 +00:00
Archive
AsmParser
Bitcode llvm::SwitchInst 2012-03-11 06:09:17 +00:00
CodeGen ScheduleDAGInstrs: When adding uses we add them into a set that's empty at the beginning, no need to maintain another set for the added regs. 2012-03-16 17:38:19 +00:00
DebugInfo
ExecutionEngine Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
Linker Include cctype for isdigit. Patch by Stephen Hines. 2012-03-03 09:36:58 +00:00
MC Implement relocation-overflow behavior for PE/COFF. 2012-03-15 09:03:03 +00:00
Object Fix bug found by warning. 2012-03-15 17:49:29 +00:00
Support Move APInt::operator[] inline. 2012-03-14 00:38:15 +00:00
TableGen Fix infinite loop in nested multiclasses. 2012-03-07 16:39:35 +00:00
Target Check if we can handle the arguments of a call (and therefore the call) in 2012-03-16 23:11:07 +00:00
Transforms Revert r152907. 2012-03-16 18:20:54 +00:00
VMCore Extend the inline cost calculation to account for bonuses due to 2012-03-14 23:19:53 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile