llvm-6502/test
Rafael Espindola dbcfb3080a Don't fold a load if the other operand is a TLS address.
With this we generate

movl    %gs:0, %eax
leal    i@NTPOFF(%eax), %eax

instead of

movl    $i@NTPOFF, %eax
addl    %gs:0, %eax



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68778 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-10 10:09:34 +00:00
..
Analysis
Archive
Assembler Fix a bug in our autoupgrade support: in an argument list to a function 2009-03-25 06:36:36 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Don't fold a load if the other operand is a TLS address. 2009-04-10 10:09:34 +00:00
DebugInfo
ExecutionEngine
Feature Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +00:00
FrontendAda
FrontendC Add a __builtin___memset_chk test. 2009-03-27 02:45:14 +00:00
FrontendC++ These tests pass on linux. 2009-03-25 16:43:59 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
Other Update call graph after inlining invoke. 2009-03-31 17:36:12 +00:00
Scripts
TableGen
Transforms Instcombine should not promote whole computation trees to "strange" 2009-04-08 05:41:03 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh