1. afedcb3 describe extensions to the .bc format for function/global alignment by Chris Lattner · 20 years ago
  2. 8eb52dd Read/write global variable alignments if present by Chris Lattner · 20 years ago
  3. abdf0f5 add alignment info for globals and functions by Chris Lattner · 20 years ago
  4. 30caa28 print alignment info for globals and functions by Chris Lattner · 20 years ago
  5. 0019bbe regenerate by Chris Lattner · 20 years ago
  6. 87ac972 Allow globals to have an alignment specified. Switch to using isPowerOf2_32 by Chris Lattner · 20 years ago
  7. b2f71b1 allow functions and modules to have an explicit alignment by Chris Lattner · 20 years ago
  8. 7d09ab6 regenerate by Chris Lattner · 20 years ago
  9. 66db8e4 factor optional alignment by Chris Lattner · 20 years ago
  10. 21687e8 ask for 16-byte aligned jmpbufs. This should unbreak C++ on IA64 (and by Duraid Madina · 20 years ago
  11. 49b1602 enumerate non-standard argument encoding cases, such as alignment info for by Chris Lattner · 20 years ago
  12. f97fa59 rearrange some info about the instruction encoding by Chris Lattner · 20 years ago
  13. 42ba6b4 Write/read allocation instruction alignment info to .bc files. by Chris Lattner · 20 years ago
  14. 4e240c2 new testcase by Chris Lattner · 20 years ago
  15. 8ae779d add an accessor by Chris Lattner · 20 years ago
  16. 6033716 verify that alignments are always a power of 2 by Chris Lattner · 20 years ago
  17. d91c321 regenerate by Chris Lattner · 20 years ago
  18. ac6e5c1 Verify that alignment amounts are a power of 2 by Chris Lattner · 20 years ago
  19. 9fad0b9 fix printing the alignment directive by Chris Lattner · 20 years ago
  20. 14b0529 Add support alignment of allocation instructions. by Nate Begeman · 20 years ago
  21. ae4664a add a case Nate sent me by Chris Lattner · 20 years ago
  22. 3b5f450 Implement Transforms/TailCallElim/return-undef.ll, a trivial case by Chris Lattner · 20 years ago
  23. 3e2245b New testcase by Chris Lattner · 20 years ago
  24. c812e5d Turn sdiv into udiv if both operands have a clear sign bit. This occurs by Chris Lattner · 20 years ago
  25. 11a49f2 Turn srem -> urem when neither input has their sign bit set. This triggers by Chris Lattner · 20 years ago
  26. a5e5bff Fix logic bug in finding retry slot in tally. by Jim Laskey · 20 years ago
  27. 54f997d Fix a warning by Jim Laskey · 20 years ago
  28. 764fe71 oops, forgot to load GP for indirect calls, though the old code now commented by Duraid Madina · 20 years ago
  29. b97cc99 kill redundant SP/GP/RP save/restores across calls by Duraid Madina · 20 years ago
  30. 9f72906 add support for loading bools by Duraid Madina · 20 years ago
  31. 7d090f3 Scheduling now uses itinerary data. by Jim Laskey · 20 years ago
  32. be07f72 <cassert> no longer required to make VC++ happy. by Jeff Cohen · 20 years ago
  33. 0954038 change NULL to 0, unbreaks the ppc target when building on ia64 by Duraid Madina · 20 years ago
  34. 49fcc40 fun with predicates! (add TRUNC i64->i1, AND i1 i1, fix XOR i1 i1) by Duraid Madina · 20 years ago
  35. 7f39c14 1. Remove ranges from itinerary data. by Jim Laskey · 20 years ago
  36. f254836 Fix mac os spelling by Chris Lattner · 20 years ago
  37. c5851d4 Add more bison versions, thanks to Vladimir by Chris Lattner · 20 years ago
  38. f2be124 Per bug 655, give people more options in case 1.35 doesn't build on their by Chris Lattner · 20 years ago
  39. 0e5e0d1 add pattern to load constant 0 into a predicate reg by Duraid Madina · 20 years ago
  40. 2b11995 add a hack that fixes: llvm-gcc main.c -Wl,-native -o a.out -g by Chris Lattner · 20 years ago
  41. 465c737 Reject integer literals that are out of range for their type. by Chris Lattner · 20 years ago
  42. 61bc60f Fix a bug that prevented this pattern from matching by Chris Lattner · 20 years ago
  43. 5dc7e86 Fix a crash that Andrew noticed, and add a pair of braces to unfconfuse by Nate Begeman · 20 years ago
  44. 7bbff04 make this 64 bit clean, fixed test30 of /Regression/Transforms/InstCombine/add.ll by Andrew Lenharth · 20 years ago
  45. e8148bc This is missed by InstCombine, patch comming by Andrew Lenharth · 20 years ago
  46. bad13eb Fix a QOI issue noticed by Markus F.X.J. Oberhumer. This fixes PR641 by Chris Lattner · 20 years ago
  47. 056728f "fix" support for FP constants (this code asserts in the scheduler, though) by Duraid Madina · 20 years ago
  48. a2df2ae add F0 and F1 to the FP register class by Duraid Madina · 20 years ago
  49. cb2583e This works now by Chris Lattner · 20 years ago
  50. 0614b62 Add support for immediates directly in the pattern, this allows itanium to by Chris Lattner · 20 years ago
  51. 55d1728 Keep VC++ happy. by Jeff Cohen · 20 years ago
  52. 5966955 add support for SELECT to TargetSelectionDAG.td, add support for by Duraid Madina · 20 years ago
  53. 9385680 add support for loading FP constants +0.0 and +1.0 to the dag isel, by Duraid Madina · 20 years ago
  54. 7c22575 Fix a source of undefined behavior when dealing with 64-bit types. This by Chris Lattner · 20 years ago
  55. 2c122ce * Replace ampersands in section titles with more formal ``and'' by Misha Brukman · 20 years ago
  56. f83d406 Re-generated to fix copy-paste typo noticed by Marco Matthies. by Misha Brukman · 20 years ago
  57. ea04dfd Fixed copy-paste typo, patch by Marco Matthies. by Misha Brukman · 20 years ago
  58. 6cee630 Allow itineraries to be passed through the Target Machine. by Jim Laskey · 20 years ago
  59. cb366d9 Keep VC++ happy. by Jeff Cohen · 20 years ago
  60. b0ddb49 Let people who run the nightly tester specify paths to external tests, instead by Chris Lattner · 20 years ago
  61. 7a8ef3a heh, scheduling was easy? by Duraid Madina · 20 years ago
  62. dc9549b FORTRAN!!! :( and other similarly unfortunate things mean that on ia64 by Duraid Madina · 20 years ago
  63. aba8457 so tablegen was thinking I might want to convert FPs to predicates. by Duraid Madina · 20 years ago
  64. e2fd9e2 add support for int->FP and FP->int ops, and add ia64 patterns for these by Duraid Madina · 20 years ago
  65. d1eda6d add zeroextend predicate->integer by Duraid Madina · 20 years ago
  66. 5b0ac99 Add a flag to enable a darwin linker optimization by Chris Lattner · 20 years ago
  67. bb69e39 Make constant pool entries use private labels. This is important when you're by Chris Lattner · 20 years ago
  68. 42e957c Updated alpha known problems. by Andrew Lenharth · 20 years ago
  69. cc577c0 Apparently these do pass on some alphas by Chris Lattner · 20 years ago
  70. 306f6fe Fix an iterator invalidation problem in code used by the -strip pass by Chris Lattner · 20 years ago
  71. 76ff2c7 Limit the search depth of MaskedValueIsZero to 6 instructions, to avoid by Chris Lattner · 20 years ago
  72. b5a0c0e Emit itinerary class in instruction info. by Jim Laskey · 20 years ago
  73. 10b1dd9 Generate cpu to itinerary map. by Jim Laskey · 20 years ago
  74. 0863ce5 these tests fail on alpha for some reason by Chris Lattner · 20 years ago
  75. 5a608dd by Jim Laskey · 20 years ago
  76. 363aff2 add FP compares and implicit register defs to the dag isel by Duraid Madina · 20 years ago
  77. a088734 Update Getting Started for Visual Studio page. by Jeff Cohen · 20 years ago
  78. bf20948 Significantly simplify this code and make it more aggressive. Instead of having by Chris Lattner · 20 years ago
  79. 65026a7 new testcase by Chris Lattner · 20 years ago
  80. a417652 Reduce the number of copies emitted as machine instructions by by Chris Lattner · 20 years ago
  81. c1d6f67 If the module has no t-t and the host is an alpha, default to using the Alpha BE by Chris Lattner · 20 years ago
  82. 5c2c64e fix some broken comparisons, this affected the Pattern isel too. by Duraid Madina · 20 years ago
  83. dc50b35 The pass was removed, but the spirit lives on by Chris Lattner · 20 years ago
  84. b685af3 This is implemented by Chris Lattner · 20 years ago
  85. 3e6099b Codegen mul by negative power of two with a shift and negate. by Chris Lattner · 20 years ago
  86. 4446e04 new testcase by Chris Lattner · 20 years ago
  87. df14a04 Fix a problem that Nate noticed with LSR: by Chris Lattner · 20 years ago
  88. 36e1207 new testcase by Chris Lattner · 20 years ago
  89. 4734630 Revert an accidental commit. by Chris Lattner · 20 years ago
  90. f6764f5 More files deleted. by Jeff Cohen · 20 years ago
  91. f519fe0 Make -time-passes output prettier by Chris Lattner · 20 years ago
  92. 9d1a023 Make negative immediates in patterns work correctly, silence some warnings by Chris Lattner · 20 years ago
  93. 25d0a88 add some FP stuff, some mix.* stuff, and constant pool support to the by Duraid Madina · 20 years ago
  94. 6e520d0 Fix <> in html by Chris Lattner · 20 years ago
  95. c463b27 First hack-and-slash on the release notes. Comments and improvements welcome by Chris Lattner · 20 years ago
  96. e0f5897 Remove the lowerconstantexprs pass by Chris Lattner · 20 years ago
  97. 9fefdb5 This pass is now obsolete since all targets have moved to the SelectionDAG by Chris Lattner · 20 years ago
  98. 3aa4e15 Remove the LowerConstantExpressionsPass pass by Chris Lattner · 20 years ago
  99. 72fe0af remove reference to this pass by Chris Lattner · 20 years ago
  100. feaf960 Basic updates by Chris Lattner · 20 years ago