llvm-6502/lib
Chris Lattner 0d786dd954 simplify fast isel by using ClassifyGlobalReference. This
elimiantes the last use of GVRequiresExtraLoad, so delete it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75244 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-10 07:48:51 +00:00
..
Analysis
Archive
AsmParser This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? 2009-07-09 23:48:35 +00:00
Bitcode This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? 2009-07-09 23:48:35 +00:00
CodeGen Redesign this to avoid standard stream classes. This stream class 2009-07-09 23:56:35 +00:00
CompilerDriver Remove some duplication. 2009-07-09 19:37:17 +00:00
Debugger
ExecutionEngine
Linker
MC add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! 2009-07-09 17:25:12 +00:00
Support Add some hooks that a redesigned AsmStream needs to do its job. These 2009-07-09 23:43:41 +00:00
System
Target simplify fast isel by using ClassifyGlobalReference. This 2009-07-10 07:48:51 +00:00
Transforms This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? 2009-07-09 23:48:35 +00:00
VMCore This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? 2009-07-09 23:48:35 +00:00
Makefile