llvm-6502/include/llvm/CodeGen
Duraid Madina 9696a90ee6 * store immediate values as int64_t, not int. come on, we should be happy
when there are immediates, let's not worry about the memory overhead of
this :)

* add addU64Imm(uint64_t val) to machineinstrbuilder

(seriously: this seems required to support 64-bit immediates cleanly. if it
_really_ gets on your nerves, feel free to pull it out ;) )

coming up next week: "all your floating point constants are belong to us"


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21208 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-10 09:18:55 +00:00
..
AsmPrinter.h a wise man once said: 2005-04-03 14:57:35 +00:00
InstrScheduling.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
IntrinsicLowering.h Use class instead of struct for defining classes. This unbreaks the 2004-09-28 01:59:17 +00:00
LiveInterval.h Fix typeo 2004-11-18 04:31:10 +00:00
LiveIntervalAnalysis.h Allow the live interval analysis pass to be a bit more aggressive about 2005-03-09 23:05:19 +00:00
LiveVariables.h Add a useful accessor 2005-01-01 15:58:55 +00:00
MachineBasicBlock.h Improve spelling 2005-01-30 00:13:34 +00:00
MachineCodeEmitter.h Fix the FIXME, nuke the JIT specific forceCompilationOf method. 2004-11-22 21:54:35 +00:00
MachineConstantPool.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
MachineFrameInfo.h Remove helper method 2004-08-15 22:02:36 +00:00
MachineFunction.h add routines to track the livein/out set for a function 2005-04-09 15:22:53 +00:00
MachineFunctionPass.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
MachineInstr.h * store immediate values as int64_t, not int. come on, we should be happy 2005-04-10 09:18:55 +00:00
MachineInstrBuilder.h * store immediate values as int64_t, not int. come on, we should be happy 2005-04-10 09:18:55 +00:00
MachineRelocation.h Add another bit, to make the JIT a bit more efficient. 2004-11-21 03:27:13 +00:00
Passes.h New pass 2004-07-31 09:59:14 +00:00
SchedGraphCommon.h Changes For Bug 352 2004-09-01 22:55:40 +00:00
SelectionDAG.h Map doubles from integers, not the double itself. 2005-02-17 20:16:58 +00:00
SelectionDAGISel.h Make methods private, add a method. 2005-01-17 17:14:43 +00:00
SelectionDAGNodes.h Add a new node 2005-04-09 03:21:50 +00:00
SSARegMap.h add an assertion 2005-01-05 16:27:34 +00:00
ValueSet.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
ValueTypes.h Add some helper methods. 2005-01-15 06:52:18 +00:00