1. 24576a5 whitespace cleanup by Chris Lattner · 16 years ago
  2. 1a32ede move an optimization for memcmp out of simplifylibcalls and into by Chris Lattner · 16 years ago
  3. 919b7aa Add more plumbing. This time in the LowerArguments and "get" functions which by Bill Wendling · 16 years ago
  4. 022d18f Changes from review: by Bill Wendling · 16 years ago
  5. 1a6c47f Rename SelectionDAGLowering to SelectionDAGBuilder, and rename by Dan Gohman · 16 years ago[Renamed (95%) from llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h]
  6. ad97b3d Move some more code out of SelectionDAGBuild.cpp and into by Dan Gohman · 16 years ago
  7. a3624b6 Move the FunctionLoweringInfo class and some related utility functions out by Dan Gohman · 16 years ago
  8. 9f34406 x86 users can now return arbitrary sized structs. Structs too large to fit in return registers will be returned through a hidden sret parameter introduced during SelectionDAG construction. by Kenneth Uildriks · 16 years ago
  9. 8e1d722 Fix PR5421 by APInt'izing switch lowering. by Chris Lattner · 16 years ago
  10. d04cb6d rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  11. 3ed871f add enough support for indirect branch for the feature test to pass by Chris Lattner · 16 years ago
  12. de5ad42 Remove FreeInst. by Victor Hernandez · 16 years ago
  13. a3aaf85 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 16 years ago
  14. 270d0f9 Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes. by Evan Cheng · 16 years ago
  15. 53aa7a9 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 16 years ago
  16. f9bbcd1 Major calling convention code refactoring. by Dan Gohman · 16 years ago
  17. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  18. 53a5221 Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
  19. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  20. a21d3da Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
  21. a5b9645 Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  22. f99bd3a Temporarily revert r72191. It was causing an assert during llvm-gcc by Bill Wendling · 16 years ago
  23. 2b59a5f Introduce DebugScope which gets embedded into the machine instructions' DebugLoc. by Argyrios Kyrtzidis · 16 years ago
  24. 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
  25. 084669a Second attempt: by Bill Wendling · 17 years ago
  26. 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago
  27. d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 17 years ago
  28. 9478c3f Factor out a bit of code that appears in several places into a utility function. by Dan Gohman · 17 years ago
  29. 46b04e4 by Devang Patel · 17 years ago
  30. 6d75876 Initialize LiveOutInfo's APInt members to zero, as APInt's by Dan Gohman · 17 years ago
  31. 19e0a5b Generate these labels when we're in "fast" mode, not simply when we're no in by Bill Wendling · 17 years ago
  32. 135227a Pass in something sensible for the debug location information when creating the by Bill Wendling · 17 years ago
  33. 9862a64 Alphabetize includes. by Bill Wendling · 17 years ago
  34. db7c5f6 Move CurDebugLoc into SelectionDAGLowering. by Dale Johannesen · 17 years ago
  35. 6f21913 Initial checkin of APInt'ififcation of switch lowering by Anton Korobeynikov · 17 years ago
  36. db8ec2d Add sub/mul overflow intrinsics. This currently doesn't have a by Bill Wendling · 17 years ago
  37. d01ddb5 Factor out the code for mapping LLVM IR condition opcodes to by Dan Gohman · 17 years ago
  38. 86d421d Remove SelectionDag early allocation of registers by Dale Johannesen · 17 years ago
  39. 648930b Implement "visitPow". This is mainly used to see if we have a pow() call of this by Bill Wendling · 17 years ago
  40. 520143e Add hooks for other intrinsics to get low-precision expansions. by Dale Johannesen · 17 years ago
  41. f2a52bb Add -flimit-float-precision to enable some faster, by Dale Johannesen · 17 years ago
  42. 575fad3 Split the SelectionDAG-building code, including the FunctionLoweringInfo by Dan Gohman · 17 years ago