Make sure constant subscript is truncated to ptr size if it may not fit.
[oota-llvm.git] / lib / CodeGen / RegAllocPBQP.cpp
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-08 Misha Brukman* Moved author attribution to CREDITS.TXT
2009-01-08 Misha Brukman* Alphabetized #includes
2008-11-19 Argyrios KyrtzidisFix compilation error on MSVC.
2008-11-16 Lang HamesBig PBQP allocator update. Adds coalescing support...
2008-11-14 Lang HamesTest commit.
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-03 Evan ChengFix typos pointed out by Duncan. Also untabify these...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-02 Evan ChengA Partitioned Boolean Quadratic Programming (PBQP)...