1. ea8579c Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect by Dan Gohman · 16 years ago
  2. 7ec5928 Clarify what -tailcallopt option actually do. by Evan Cheng · 16 years ago
  3. 0df2cd5 Remove the '-disable-scheduling' flag and replace it with the 'source' option of by Bill Wendling · 16 years ago
  4. 339b153 Changes from review: by Bill Wendling · 16 years ago
  5. 738b4f2 Implement the JIT side of the GDB JIT debugging interface. To enable this by Reid Kleckner · 16 years ago
  6. 621c44d Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  7. 29feb6a SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  8. fe5939f Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  9. 1721b8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  10. 8ea7021 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  11. 1171332 The attached patches implement most of the ARM AAPCS-VFP hard float by Anton Korobeynikov · 16 years ago
  12. c386c84 Add new function attribute - noimplicitfloat by Devang Patel · 16 years ago
  13. 66bd777 Add new function attribute - noredzone. by Devang Patel · 16 years ago
  14. 42ceb47 CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  15. 473bc86 Added option to enable generating less precise mad (multiply addition) by Mon P Wang · 16 years ago
  16. 042eda3 Add a -no-implicit-float flag. This acts like -soft-float, but may generate by Bill Wendling · 16 years ago
  17. d37535f Enable the red zone on x86-64 by default. by Dan Gohman · 17 years ago
  18. b3e9a71 Implement Red Zone utilization on x86-64. This is currently by Dan Gohman · 17 years ago
  19. 669b9bf Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  20. bac9ae2 Add an option to enable StrongPHIElimination, for ease of testing. by Owen Anderson · 17 years ago
  21. 93698d9 Remove OptimizeForSize global. Use function attribute optsize. by Devang Patel · 17 years ago
  22. 97905c5 Accidental commit of partial 'stack canaries' code by Bill Wendling · 17 years ago
  23. cef079d Reverting r55898 to r55909. One of these patches was causing an ICE during the full bootstrap on Darwin: by Bill Wendling · 17 years ago
  24. c55989a This option doesn't need to be a target option. It can be in SDISel instead. by Owen Anderson · 17 years ago
  25. fb6914f - Fix SelectionDAG to generate correct CFGs. by Owen Anderson · 17 years ago
  26. 493492f Add a flag to disable jump table generation (all by Dale Johannesen · 17 years ago
  27. 0eeed44 Avoid creating expensive comment string if it's not going to be printed. by Evan Cheng · 17 years ago
  28. 94b0676 Fix indentation. by Evan Cheng · 17 years ago
  29. 089efff Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  30. 2c37da5 Make several variable declarations static. by Dan Gohman · 17 years ago
  31. bbe6922 Make these variables static. by Dan Gohman · 17 years ago
  32. b214a52 Make stack alignment options global for all targets by Anton Korobeynikov · 17 years ago
  33. b369e8d Reverse sense of unwind-tables option. This means by Dale Johannesen · 17 years ago
  34. bfdf041 Rename -disable-required-unwind-tables to unwind-tables-optional. by Dale Johannesen · 17 years ago
  35. a9b3e48 Implement new llc flag -disable-required-unwind-tables. by Dale Johannesen · 17 years ago
  36. 295cc16 Rename option -optimizefor-size to -optimize-size. by Evan Cheng · 17 years ago
  37. a210169 Add optimize-for-size knob. by Devang Patel · 17 years ago
  38. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  39. e2d6bbb Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 18 years ago
  40. 621216e Enabling new condition code modeling scheme. by Evan Cheng · 18 years ago
  41. 0d7bb10 New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme. by Evan Cheng · 18 years ago
  42. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago