1. 603fea9 Fix C++ more compilatiom errors by Jeff Cohen · 21 years ago
  2. a56cea4 Fix a compile error with VC++, which things that static const arrays need by Chris Lattner · 21 years ago
  3. 7dbcb75 Fix a bug that caused us to crash on povray. We weren't emitting an FP_REG_KILL into a block that had a successor with a FP PHI node. by Chris Lattner · 21 years ago
  4. 085c995 Fix a crash compiling povray on UINT_TO_FP from i16. by Chris Lattner · 21 years ago
  5. 4292830 There are no [mem] op= reg instructions for FP, so remove their entries. by Chris Lattner · 21 years ago
  6. db8c368 Fix a bug where we didn't insert FP_REG_KILL instructions into MBB's that by Chris Lattner · 21 years ago
  7. afce430 Fold TRUNCATE (LOAD P) into a smaller load from P. by Chris Lattner · 21 years ago
  8. ef6806c Be more careful about order of arg evalution for CopyToReg nodes. This shrinks by Chris Lattner · 21 years ago
  9. 7ea64f5 Fold some more [mem] op= val operators. This allows us to things like this by Chris Lattner · 21 years ago
  10. dbba22f Fold loads into sign/zero extends. instead of: by Chris Lattner · 21 years ago
  11. 837caa7 Comment out debug code :) by Chris Lattner · 21 years ago
  12. c4b6a78 Treat int constants as not requiring a register, since they are almost always by Chris Lattner · 21 years ago
  13. a5ade06 * Factor a bunch of binary operator cases into shared code. by Chris Lattner · 21 years ago
  14. 947d544 Fold multiplies by 3,5,9 into addressing modes when possible. by Chris Lattner · 21 years ago
  15. 51a2634 Instead of generating stuff like this: by Chris Lattner · 21 years ago
  16. 31805bf Implement MEMCPY natively in terms of rep movs* by Chris Lattner · 21 years ago
  17. 989de03 Implement memset -> rep stos* by Chris Lattner · 21 years ago
  18. 795069d Announce that we don't support mem ops yet. by Chris Lattner · 21 years ago
  19. a95589b Teach the address selector to make 'reg+reg' addressing modes. by Chris Lattner · 21 years ago
  20. d4dab92 Emit NOT instructions. by Chris Lattner · 21 years ago
  21. 6c07aee Fix a bug emitting branches that broke a lot of programs. by Chris Lattner · 21 years ago
  22. ef7ba07 Be more careful where we set ContainsFPCode. We were missing a set in the by Chris Lattner · 21 years ago
  23. a3aa2e2 Fix a major bug in setcc/cmov folding, where we accidentally by Chris Lattner · 21 years ago
  24. 1133309 Take register pressure into account when we have to decide whether to by Chris Lattner · 21 years ago
  25. 24aad1b Fold setcc instructions into selects. by Chris Lattner · 21 years ago
  26. a13d323 Implement 8-bit multiply for X86. by Chris Lattner · 21 years ago
  27. bd9f0ee Codegen (Reg|imm)+&GV as an LEA, because we cannot put it into the immediate field by Chris Lattner · 21 years ago
  28. 2502085 Fix copy and pasto's for FP -> Int. This fixes fldry by Chris Lattner · 21 years ago
  29. 590d800 Initial implementation of FP->INT and INT->FP casts by Chris Lattner · 21 years ago
  30. 1482458 Implement varargs and returnaddress/frameaddress intrinsics. With this by Chris Lattner · 21 years ago
  31. b080265 Okay 15th time is the charm. Looking at the vector size is useless as it by Chris Lattner · 21 years ago
  32. 6cc70ef Okay, my off by one was actually off by two. This fixes Generic/2003-07-07-BadLongConst.ll by Chris Lattner · 21 years ago
  33. ce45d65 Fix off by one error by Chris Lattner · 21 years ago
  34. 5188ad7 Adjust to changes in LowerCallTo interface Minor bugfixes by Chris Lattner · 21 years ago
  35. 8acb1ba Reimplementation of the X86 pattern isel. This is still missing many large by Chris Lattner · 21 years ago
  36. d844d01 This file is now dead. by Chris Lattner · 21 years ago
  37. f60b91c Disable the pattern isel by Chris Lattner · 21 years ago
  38. 91b5ca8 Fix file header as it has been renamed. by Misha Brukman · 21 years ago
  39. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  40. f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 22 years ago
  41. 4482715 implement support for the intrinsic lowering functionality by Chris Lattner · 22 years ago
  42. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  43. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  44. f3c274d Adjust to new API, add expandCall stub by Chris Lattner · 22 years ago
  45. 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
  46. ac0c868 Add support for a pattern matching instruction selector. This is still in by Chris Lattner · 22 years ago