1. fb2e752 Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes. by Evan Cheng · 15 years ago
  2. e50ed30 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 15 years ago
  3. 98ca4f2 Major calling convention code refactoring. by Dan Gohman · 15 years ago
  4. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  5. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
  6. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  7. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  8. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  9. df7d5d3 Temporarily revert r72191. It was causing an assert during llvm-gcc by Bill Wendling · 15 years ago
  10. a343764 Introduce DebugScope which gets embedded into the machine instructions' DebugLoc. by Argyrios Kyrtzidis · 15 years ago
  11. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 15 years ago
  12. be8cc2a Second attempt: by Bill Wendling · 15 years ago
  13. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 15 years ago
  14. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 15 years ago
  15. ad62f53 Factor out a bit of code that appears in several places into a utility function. by Dan Gohman · 15 years ago
  16. 390f3ac by Devang Patel · 15 years ago
  17. 84d08db Initialize LiveOutInfo's APInt members to zero, as APInt's by Dan Gohman · 15 years ago
  18. dfdacee Generate these labels when we're in "fast" mode, not simply when we're no in by Bill Wendling · 16 years ago
  19. 6a8a0d7 Pass in something sensible for the debug location information when creating the by Bill Wendling · 16 years ago
  20. 0eb96fd Alphabetize includes. by Bill Wendling · 16 years ago
  21. 66978ee Move CurDebugLoc into SelectionDAGLowering. by Dale Johannesen · 16 years ago
  22. 2321858 Initial checkin of APInt'ififcation of switch lowering by Anton Korobeynikov · 16 years ago
  23. 74c3765 Add sub/mul overflow intrinsics. This currently doesn't have a by Bill Wendling · 16 years ago
  24. c227734 Factor out the code for mapping LLVM IR condition opcodes to by Dan Gohman · 16 years ago
  25. 8e3455b Remove SelectionDag early allocation of registers by Dale Johannesen · 16 years ago
  26. aeb5c7b Implement "visitPow". This is mainly used to see if we have a pow() call of this by Bill Wendling · 16 years ago
  27. 59e577f Add hooks for other intrinsics to get low-precision expansions. by Dale Johannesen · 16 years ago
  28. 601d3c0 Add -flimit-float-precision to enable some faster, by Dale Johannesen · 16 years ago
  29. f0cbcd4 Split the SelectionDAG-building code, including the FunctionLoweringInfo by Dan Gohman · 16 years ago