Modified cast so that it converts the int to a long before casting to
[oota-llvm.git] / lib / Target / TargetMachine.cpp
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-04-26 Chris LattnerThe promotion rules are the same for all targets, they...
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-10-29 Chris LattnerImplement findOptimalStorageSize a bit more generally
2002-10-28 Chris LattnerSeperate code out of TargetMachine into MachineInstrInfo
2002-10-28 Chris LattnerMove addPassesToEmitAssembly from TargetMachine to...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-13 Vikram S. AdveRun LICM before GCSE!
2002-09-23 Vikram S. AdveDisable reassociation pass in LLC until it is fixed.
2002-09-21 Anand ShuklaChanged codegen to add 2 empty slots at the top of...
2002-09-20 Vikram S. AdveAdd peephole optimization pass at the end of code gener...
2002-09-16 Vikram S. AdveMove all the code that creates code generation passes...
2001-11-09 Vikram S. AdveAdded class MachineCacheInfo.
2001-11-08 Vikram S. AdveAdd handle to TargetMachine object in all Machine....
2001-09-18 Vikram S. AdveRenamed files to match the main classes they provide.
2001-09-14 Chris LattnerAdd a comment
2001-09-14 Chris LattnerBreak scheduling infrastructure out of TargetMachine...
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.