Modified cast so that it converts the int to a long before casting to
[oota-llvm.git] / lib / Target / X86 / X86TargetMachine.cpp
2003-12-01 Chris LattnerAdd an option to enable the SSA based peephole optimizer.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-06 Chris LattnerFix warnings building on sparc
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction return void.
2003-10-20 Chris LattnerEliminate code for pointer size and endianness emulation.
2003-10-17 Brian GaekeYou can't just blat the address into memory, you have...
2003-10-17 Brian GaekeImplement replaceMachineCodeForFunction() for x86.
2003-10-05 Chris LattnerInstead of hacking in custom support for Invoke/Unwind...
2003-10-02 Alkis EvlogimenosMoved enum and command-line option in separate file...
2003-10-02 Alkis EvlogimenosChange llc command line for register allocators
2003-10-01 Alkis EvlogimenosRevert previous change. For some reason this went into...
2003-10-01 Alkis EvlogimenosAdded command line option for linear scan allocator
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-17 Chris LattnerFix ABI issue: Longs really do need to be only 4 byte...
2003-08-13 Brian GaekeaddPassesToJITCompile now takes a FunctionPassManager...
2003-08-11 Chris LattnerAdd support for a pattern matching instruction selector...
2003-08-05 Chris LattnerFactor shared code
2003-07-26 Chris LattnerRename function to be more consistent with filename
2003-07-23 Brian GaekePrinter.cpp: Ditch addRequired/getAnalysis, because...
2003-06-18 Brian Gaekelib/Target/X86/X86TargetMachine.{cpp,h}: Add initial...
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerFix compatibility bug: X86 aligns doubles to 4 bytes...
2003-04-23 Chris LattnerAdd support for the Switch instruction by running the...
2003-02-26 Chris LattnerRename -no-* to -disable-*
2003-01-16 Chris LattnerImplement code to keep the stack pointer aligned to...
2003-01-13 Chris Lattner* No longer need lowerallocation pass
2002-12-28 Chris Lattner* Initialize new FrameInfo member
2002-12-25 Chris LattnerFree machine code
2002-12-24 Chris LattnerChanges to allow for a configurable target machine...
2002-12-17 Chris LattnerLocal register allocator is now stable enough for use...
2002-12-16 Chris LattnerAdd mechanism to select register allocator to use
2002-12-16 Chris LattnerRename createSimpleX86RegisterAllocator to createSimple...
2002-12-13 Misha BrukmanMake function code generation printing debug-only.
2002-12-13 Brian Gaekebrg
2002-11-22 Misha BrukmanEnable the register allocator pass.
2002-10-30 Chris LattnerPrint machine code after instruction selection
2002-10-29 Chris LattnerConvert backend to use passes, implement X86TargetMachine