1. 9321fa8 Added some missing platforms. Fixed some wording to be more accurate (I hope). by John Criswell · 20 years ago
  2. 0c8a9a1 More typo and wording fixes. by John Criswell · 20 years ago
  3. dbb8585 Add reassociation, minor cleanups. by Chris Lattner · 20 years ago
  4. 0159698 close off B< tag by Chris Lattner · 20 years ago
  5. f2b0a90 remove htmlisms by Chris Lattner · 20 years ago
  6. ebb9fef fix typo by Chris Lattner · 20 years ago
  7. f494e72 note how to disable inlining by Chris Lattner · 20 years ago
  8. 0a3aac2 fix link to llvm-ar by Chris Lattner · 20 years ago
  9. a6bf38a these don't use passes by Chris Lattner · 20 years ago
  10. 4abf2fe this detail is not needed here by Chris Lattner · 20 years ago
  11. 1e6df2e update this manual by Chris Lattner · 20 years ago
  12. 4bf7afc Capitalize by Chris Lattner · 20 years ago
  13. 3cfc401 fix regression tests by Andrew Lenharth · 20 years ago
  14. 7d93727 capitalize by Chris Lattner · 20 years ago
  15. c6e32eb Minor corrections and clarifications. by John Criswell · 20 years ago
  16. f849219 clarify that these are v9 options by Chris Lattner · 20 years ago
  17. 6bc2dc7 hide this option by Chris Lattner · 20 years ago
  18. adf6a96 Add an isTailCall flag to LowerCallTo by Chris Lattner · 20 years ago
  19. d71c041 Handle TAILCALL node by Chris Lattner · 20 years ago
  20. 4c1eae9 add TAILCALL node by Chris Lattner · 20 years ago
  21. 069b963 This passes on sparc by Chris Lattner · 20 years ago
  22. 0d255bd * Make some warning messages stand out a bit by putting **** at the end by Reid Spencer · 20 years ago
  23. 15792b0 Fix the "stacker doesn't build without llvm-gcc" problem. The configure by Reid Spencer · 20 years ago
  24. 7dad18b remove test by Chris Lattner · 20 years ago
  25. 1be4811 add 'ret imm' instruction by Chris Lattner · 20 years ago
  26. 37f1380 The previous hack didn't work because tools-only isn't defined and isn't by Reid Spencer · 20 years ago
  27. 1e497fe These tests are currently expected to fail. by John Criswell · 20 years ago
  28. b6cf537 Force x86 backend by Chris Lattner · 20 years ago
  29. 32f3cf6 Realize that we don't support fmod directly, fixing CodeGen/Generic/print-arith-fp.ll by Chris Lattner · 20 years ago
  30. 08f5535 Don't build runtime if tools-only :) by Reid Spencer · 20 years ago
  31. 5fa8707 fix buggy test by Chris Lattner · 20 years ago
  32. a02e0bd Fix buggy test by Chris Lattner · 20 years ago
  33. e0f395b let dj run this by Chris Lattner · 20 years ago
  34. 7c64440 fixed test case by Andrew Lenharth · 20 years ago
  35. 63602fb Do not CopyFromReg physregs for live-in values. Instead, create a vreg for by Chris Lattner · 20 years ago
  36. 405ef9e Emit function entry code after lowering hte arguments. by Chris Lattner · 20 years ago
  37. 3aa7832 Allow targets to emit code into the entry block of each function by Chris Lattner · 20 years ago
  38. cc13b76 add a new method by Chris Lattner · 20 years ago
  39. 08b22ec calling a function with the wrong CC is undefined, turn it into an unreachable by Chris Lattner · 20 years ago
  40. 712ad0c allow a virtual register to be associated with live-in values. by Chris Lattner · 20 years ago
  41. fe07581 Make sure that decompression checks for the case that bzip2 returns by Reid Spencer · 20 years ago
  42. efd9168 When lowering invokes to calls, amke sure to preserve the calling conv. This by Chris Lattner · 20 years ago
  43. 1381dd8 Prefer int 0 instead of long 0 for GEP arguments. by Chris Lattner · 20 years ago
  44. eb516e7 Fix a problem that nate reduced for me. by Chris Lattner · 20 years ago
  45. 9530ddc rename variables and functions to match renamed DAG nodes. Bonus feature: by Chris Lattner · 20 years ago
  46. bb9d6fd disable this test for now. by Chris Lattner · 20 years ago
  47. 66de05b do not call expandop on the same value more than once. This fixes by Chris Lattner · 20 years ago
  48. 3013138 add a correct run line by Chris Lattner · 20 years ago
  49. a364fa1 fix a bad typeo by Chris Lattner · 20 years ago
  50. 128b52d update comment by Chris Lattner · 20 years ago
  51. 16cd04d rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN. by Chris Lattner · 20 years ago
  52. b794107 reg test by Chris Lattner · 20 years ago
  53. c6f4181 Add a new -enable-x86-fastcc option that enables passing the first by Chris Lattner · 20 years ago
  54. 19098e5 * Remove reference to llvm-fefw * Fix copyright line by Misha Brukman · 20 years ago
  55. e886798 llvm-fefw doesn't exist (yet) by Misha Brukman · 20 years ago
  56. 5ec2ae6 Remove extraneous `U ' in copyright line by Misha Brukman · 20 years ago
  57. 2bb5508 * Fix wording of the warning by Misha Brukman · 20 years ago
  58. f1dc555 Remove extraneous colons after program names for consistency by Misha Brukman · 20 years ago
  59. b0aad7a Shameless update of copyright years. by John Criswell · 20 years ago
  60. 32b30a3 Fix this test on Solaris. by John Criswell · 20 years ago
  61. b15a8f5 LowerCallTo now takes the cc to use by Chris Lattner · 20 years ago
  62. 9092fa3 Pass calling convention to use into lower call to by Chris Lattner · 20 years ago
  63. c57f682 Pass in Calling Convention to use into LowerCallTo by Chris Lattner · 20 years ago
  64. 6649418 Enable pattern isel by default by Chris Lattner · 20 years ago
  65. 3becf20 fix expansion of ct[lt]z nodes by Chris Lattner · 20 years ago
  66. 39a8f33 Expand 64-bit ctlz/cttz nodes for 32-bit targets by Chris Lattner · 20 years ago
  67. 383203b Fix uint->fp casts on PPC, allowing UnitTests/2005-05-12-Int64ToFP to by Chris Lattner · 20 years ago
  68. dae2e93 Correct a detail with the alloca instruction. by John Criswell · 20 years ago
  69. 45982da Allow something to be legalized multiple times. This can be used to reduce by Chris Lattner · 20 years ago
  70. e4c57cc Fixed some typos. by John Criswell · 20 years ago
  71. 13689e2 Oops, don't do this after we figure out where to insert the call chains. by Chris Lattner · 20 years ago
  72. 44d105b Make sure to expand all nodes, avoiding unintentional node duplication. by Chris Lattner · 20 years ago
  73. 6980d82 handle a common case generated by the uint64 -> FP code path better by Chris Lattner · 20 years ago
  74. e131e5b add fixme by Chris Lattner · 20 years ago
  75. 4b3141d Fix a really horrible problem that causes the JIT to miscompile any program by Chris Lattner · 20 years ago
  76. b9fa3bc Fix a problem where early legalization can cause token chain problems. by Chris Lattner · 20 years ago
  77. 9bce0f9 These targets don't like setcc by Chris Lattner · 20 years ago
  78. 39d7f8f Add a little hook by Chris Lattner · 20 years ago
  79. 88de6e7 Make legalize a bit more efficient, and canonicalize sub X, C -> add X, -C by Chris Lattner · 20 years ago
  80. e066d68 Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) is by Nate Begeman · 20 years ago
  81. d7c4a4a Necessary changes to codegen cttz efficiently on PowerPC by Nate Begeman · 20 years ago
  82. a65640e Regression test for PR#563. by John Criswell · 20 years ago
  83. d977095 Fixed issue that broke ssa. by Tanya Lattner · 20 years ago
  84. 4548a0e fix some GCC 4 warnings by Chris Lattner · 20 years ago
  85. 3163e2d Added support for decomposing constant expressions containing shr and shl by John Criswell · 20 years ago
  86. 98cf45b Fix lowering of ctlz, so now UnitTests/2005-05-11-Popcount-ffs-fls passes by Chris Lattner · 20 years ago
  87. a801172 Fix lowering of cttz to work with signed values by Chris Lattner · 20 years ago
  88. 86f3e0c fix and concisify intinsic lowering for ctpop. Unfortunately, this code by Chris Lattner · 20 years ago
  89. 0d67f0c Fix the last remaining bug preventing us from switching the X86 BE over by Chris Lattner · 20 years ago
  90. 27e9b41 Do not memoize ADJCALLSTACKDOWN nodes, provide a method to hack on them. by Chris Lattner · 20 years ago
  91. 16ce0df wrap long line by Chris Lattner · 20 years ago
  92. 73b3537 new method by Chris Lattner · 20 years ago
  93. 5c33c9a Make sure to legalize generated ctpop nodes, convert tabs to spaces by Chris Lattner · 20 years ago
  94. 50d435f Legalize for CTLZ generates a ctpop, but this ctpop is not expanded. by Andrew Lenharth · 20 years ago
  95. 57ff7e5 expand count-leading/trailing-zeros; the test 2005-05-11-Popcount-ffs-fls.c by Duraid Madina · 20 years ago
  96. 07fc173 include the other bit count intrinsics by Chris Lattner · 20 years ago
  97. 18aa680 Add some notes for expanding clz/ctz by Chris Lattner · 20 years ago
  98. e3ef0a8 Simplify this code, use the proper shift amount by Chris Lattner · 20 years ago
  99. 63bbed5 add the popcount instruction and support this in the isel by Duraid Madina · 20 years ago
  100. 9b583b4 Legalize this correctly by Chris Lattner · 20 years ago