llvm-6502/lib
2011-07-21 01:05:01 +00:00
..
Analysis There are two ways to map a variable to its lexical scope. Lexical scope information is embedded in MDNode describing the variable. It is also available as a part of DebugLoc attached with DBG_VALUE instruction. DebugLoc attached with an instruction is less reliable in optimized code so use information embedded in the MDNode. 2011-07-20 22:18:50 +00:00
Archive
AsmParser
Bitcode
CodeGen Refactor. 2011-07-20 23:00:27 +00:00
CompilerDriver
ExecutionEngine - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. 2011-07-20 07:51:56 +00:00
Linker
MC X86 is the only target that uses coff format. This should fixes test failures running on Windows, Cygwin, or MingW hosts. 2011-07-20 23:53:54 +00:00
Object
Support
Target Mark instructions which are part of the frame setup with the MachineInstr::FrameSetup flag. 2011-07-21 00:44:56 +00:00
Transforms LSR must sometimes sign-extend before generating double constants. 2011-07-21 01:05:01 +00:00
VMCore Convert ConstantFoldGetElementPtr to use ArrayRef. 2011-07-19 15:30:30 +00:00
CMakeLists.txt
Makefile