llvm-6502/lib/CodeGen
Chris Lattner 4c948eb373 implement expand of truncate. This allows truncates from i128 to i64 to
be supported on 32-bit hosts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34257 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-13 23:55:16 +00:00
..
SelectionDAG implement expand of truncate. This allows truncates from i128 to i64 to 2007-02-13 23:55:16 +00:00
AsmPrinter.cpp eliminate temporary vectors. 2007-02-10 20:31:59 +00:00
BranchFolding.cpp Change the MachineDebugInfo to MachineModuleInfo to better reflect usage 2007-01-26 21:22:28 +00:00
DwarfWriter.cpp Slip up 2007-02-01 17:48:20 +00:00
ELFWriter.cpp Add function to create a file writer. 2007-02-08 01:35:27 +00:00
ELFWriter.h Moved from include/llvm/CodeGen to lib/CodeGen. 2007-02-08 01:30:50 +00:00
IntrinsicLowering.cpp eliminate vector-related allocations 2007-02-13 06:01:22 +00:00
LiveInterval.cpp
LiveIntervalAnalysis.cpp Allow any MachineBasicBlock (not just the entry block) to have live-in physical 2007-02-13 01:30:55 +00:00
LiveVariables.cpp Allow any MachineBasicBlock (not just the entry block) to have live-in physical 2007-02-13 01:30:55 +00:00
LLVMTargetMachine.cpp Split the addPassesToEmitFile method up into two. This is so that we can 2007-02-08 01:36:53 +00:00
MachineBasicBlock.cpp Add live-ins to MachineBasicBlock. 2007-02-10 02:38:19 +00:00
MachineFunction.cpp Teach TargetData to handle 'preferred' alignment for each target, and use 2007-01-20 22:35:55 +00:00
MachineInstr.cpp
MachineModuleInfo.cpp Support for non-landing pad exception handling. 2007-02-01 16:31:34 +00:00
MachinePassRegistry.cpp
MachOWriter.cpp eliminate temporary vectors. 2007-02-10 20:31:59 +00:00
MachOWriter.h Moved from include/llvm/CodeGen to lib/CodeGen. 2007-02-08 01:30:50 +00:00
Makefile
Passes.cpp
PHIElimination.cpp rename DenseMap to IndexedMap. 2007-02-01 05:32:05 +00:00
PhysRegTracker.h
PrologEpilogInserter.cpp Change the MachineDebugInfo to MachineModuleInfo to better reflect usage 2007-01-26 21:22:28 +00:00
RegAllocLinearScan.cpp
RegAllocLocal.cpp rename DenseMap to IndexedMap. 2007-02-01 05:32:05 +00:00
RegAllocSimple.cpp
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
VirtRegMap.cpp Fixed a long standing spiller bug that's exposed by Thumb: 2007-02-08 06:04:54 +00:00
VirtRegMap.h rename DenseMap to IndexedMap. 2007-02-01 05:32:05 +00:00