llvm-6502/lib
Reid Spencer f231004a1c Implement support for aribrary precision integers by creating two new
tokens: ESAPINTVAL and EUAPINTVAL and adding an APInt* as a semantic value.
This allows us to extend the definition of an integer constant to allow
arbitrary precision integer constant values.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34714 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-28 02:23:44 +00:00
..
Analysis Make getPassManagerType() const. 2007-02-27 15:00:39 +00:00
Archive
AsmParser Implement support for aribrary precision integers by creating two new 2007-02-28 02:23:44 +00:00
Bytecode
CodeGen Make requiresRegisterScavenging determination on a per MachineFunction basis. 2007-02-28 00:59:19 +00:00
Debugger
ExecutionEngine
Linker
Support Fix a bug in RoundDoubleToAPInt where it would force the size to 64 bits 2007-02-28 01:30:08 +00:00
System
Target Make requiresRegisterScavenging determination on a per MachineFunction basis. 2007-02-28 00:59:19 +00:00
Transforms Use efficient container SmallPtrSet 2007-02-26 20:22:50 +00:00
VMCore Pull out the stops. 2007-02-27 23:33:03 +00:00
Makefile