Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Target / X86 / X86ISelSimple.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris LattnerFurther cleanups and simplifications
2003-10-20 Chris LattnerEliminate code for pointer size and endianness emulation.
2003-10-20 Chris Lattner* Rename X86::IMULr16 -> X86::IMULrr16
2003-10-19 Chris Lattner* Multiplications by 2^X are turned into shifts. This...
2003-10-19 Chris LattnerFix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode...
2003-10-18 Chris LattnerAdd support for the new varargs intrinsics
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-10 Misha BrukmanFix spelling.
2003-10-05 Chris LattnerInstead of hacking in custom support for Invoke/Unwind...
2003-09-08 Chris LattnerEliminate support for the llvm.unwind intrinisic, using...
2003-09-08 Chris LattnerAdd support for the unwind instruction
2003-08-28 Chris LattnerAdd support for the llvm.unwind intrinsic, which we...
2003-08-24 Chris LattnerImplement: Jello/test-constantexpr.ll
2003-08-18 Chris LattnerAdd support for the sig(set|long)jmp intrinsics
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-05 Chris LattnerThis is the real fix for the previous register allocato...
2003-08-04 Chris LattnerFix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRa...
2003-07-30 Chris LattnerUse target specific interface instead of forcing it...
2003-07-26 Chris LattnerRename function to be more consistent with filename
2003-07-26 Chris LattnerIf the pass changes _anything_ it must return true
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-18 Brian GaekePlease, save your applause^H^H^H^H^H^H^H^Hflames for...
2003-07-17 Brian GaekeUse getClassB for load and store; we don't want to...
2003-06-30 Chris LattnerSetjmp should always return zero if we don't implement...
2003-06-29 Chris LattnerUntil there is a setjmp/longjmp transformation pass...
2003-06-22 Chris LattnerDo not use the inefficient, fixed function, CBW, CDQ...
2003-06-21 Chris LattnerMinor simplification to 64-bit instsel
2003-06-21 Chris LattnerFor 16 and 32-bit multiplies, use the IMUL instruction...
2003-06-21 Chris LattnerGenerate code for LONG indexes to getelementptr instruc...
2003-06-05 Chris LattnerImplement generation of cmp R, C to not use an extra...
2003-06-05 Chris LattnerSpecial case simple binary operator X op C
2003-06-03 Chris LattnerRemove usage of typedef
2003-06-01 Chris Lattner* Implement cast (long|ulong) to bool
2003-06-01 Chris LattnerAdd support for shl and shr for 64 bit integer types
2003-05-13 Chris LattnerClean up #includes
2003-05-12 Chris LattnerMake abort more explicit
2003-05-12 Chris LattnerRemove the assertion failure of course... doh
2003-05-12 Chris LattnerImplement casts from unsigned integers to floating...
2003-05-12 Chris LattnerMake error messages more useful than jsut an abort
2003-05-12 Chris LattnerDo not insert multiple initializations for the same...
2003-05-08 Chris LattnerAdd support for Add, Sub, And, Or, & Xor constant exprs
2003-05-08 Chris LattnerAdd support for variable argument functions!
2003-05-07 Chris LattnerIMPLICIT_DEF was not the beautiful elegant solution...
2003-05-06 Chris LattnerEmit pseudo instructions to indicate that some register...
2003-05-03 Misha BrukmanThe Hyphenation-Adding Committee is now in session.
2003-04-25 Chris LattnerFix bogus assert
2003-04-23 Chris LattnerFix iterator invalidation problem with cast instructions
2003-04-23 Chris LattnerImplement the constantexpr CAST instruction correctly
2003-04-22 Misha BrukmanIt's "necessary" to spell "necessarily" correctly.
2003-04-21 Chris LattnerAdd support for a simple constantexpr: cast of one...
2003-01-16 Chris LattnerDon't emit unneccesary branch instructions!
2003-01-16 Chris LattnerImplement optimization folding setcc into branch.
2003-01-16 Chris LattnerImplement code to keep the stack pointer aligned to...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris Lattner* Adjust to use new interfaces, eliminating CurReg...
2002-12-28 Chris LattnerRename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris Lattner* Use the new Abstract Frame Manager to handle incoming...
2002-12-25 Chris Lattner* Simplify Value classes
2002-12-24 Chris LattnerChanges to compile with GCC 2.96
2002-12-18 Chris LattnerDon't force setCC instructions into AL
2002-12-16 Chris LattnerBuild add instructions of the correct form!
2002-12-16 Chris LattnerTwo fixes:
2002-12-16 Chris LattnerMake sure stack manipulation refers to ESP the right...
2002-12-16 Chris LattnerAdd some special cases to make common getelementptr...
2002-12-16 Brian Gaekebrg
2002-12-15 Chris LattnerGive passes nice names!
2002-12-15 Chris LattnerAdd support to cast from a bool type
2002-12-13 Chris LattnerImplement indirect function calls
2002-12-13 Chris LattnerFix bork in doMultiply
2002-12-13 Chris LattnerAdd sanity checks
2002-12-13 Chris LattnerInsert phi code at top of block
2002-12-13 Brian Gaekelib/Target/X86/InstSelectSimple.cpp:
2002-12-13 Chris LattnerImplement cast bool to X
2002-12-13 Brian GaekeRename all BMI MachineBasicBlock operands to MBB.
2002-12-13 Chris LattnerFinish up iterator stuph
2002-12-13 Chris LattnerCode gen phi's correctly
2002-12-13 Brian Gaekelib/Target/X86/InstSelectSimple.cpp: Start counting...
2002-12-13 Brian GaekeInstSelectSimple.cpp: Give promote32 a comment. Add...
2002-12-13 Chris LattnerImplement getelementptr constant exprs
2002-12-13 Brian Gaekebrg
2002-12-13 Chris LattnerRemove extranous #include
2002-12-12 Brian GaekeThis checkin is brought to you by the brian gaeke allni...
2002-12-06 Brian GaekeImplement a lot of cast functionality (no FP or 64)
2002-12-04 Chris LattnerFix handling of function calls that return void
2002-12-04 Chris LattnerImplement initial support for return values from call...
2002-12-04 Misha BrukmanAdjust the stack pointer after a function call, proport...
2002-12-04 Chris LattnerRemove think-o assertion
2002-12-04 Chris LattnerAvoid crashing on Arguments, just silently miscompile
2002-12-04 Chris LattnerFix a bug I introduced in a previous change
2002-12-04 Chris LattnerAdd support for referencing global variables/functions
2002-12-03 Chris LattnerFix instsel for calls
2002-12-03 Chris LattnerFix the build
2002-12-03 Brian Gaekebrg
2002-12-03 Brian Gaekebrg
2002-12-01 Chris LattnerDon't add implicit regs
2002-11-30 Brian Gaekebrg
2002-11-29 Brian Gaekebrg
2002-11-26 Brian Gaekebrg
2002-11-22 Brian Gaekelib/Target/X86/InstSelectSimple.cpp: Add visitCallInst...
next