llvm-6502/test
Alexander Potapenko fac68d2d70 Fix PR20800: correctly calculate the offset of the subq instruction when generating compact unwind info.
This CL replaces the constant DarwinX86AsmBackend.PushInstrSize with a method
that lets the backend account for different sizes of "push %reg" instruction
sizes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217020 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-03 07:11:34 +00:00
..
Analysis Add a CFL Alias Analysis implementation 2014-09-02 21:43:13 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen Fix PR20800: correctly calculate the offset of the subq instruction when generating compact unwind info. 2014-09-03 07:11:34 +00:00
DebugInfo
ExecutionEngine Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
Feature
FileCheck
Instrumentation [asan] Assign a low branch weight to ASan's slow path, patch by Jonas Wagner. This speeds up asan (at least on SPEC) by 1%-5% or more. Also fix lint in dfsan. 2014-09-02 21:46:51 +00:00
Integer
JitListener
Linker
LTO
MC
Object Nuke MCAnalysis. 2014-09-02 22:32:20 +00:00
Other
TableGen
tools Fix test case to match correct llvm-objdump output 2014-09-03 01:34:58 +00:00
Transforms Generate extract for in-tree uses if the use is scalar operand in vectorized instruction. radar://18144665 2014-09-02 21:00:39 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh