1. 0e5e0d1 add pattern to load constant 0 into a predicate reg by Duraid Madina · 19 years ago
  2. 2b11995 add a hack that fixes: llvm-gcc main.c -Wl,-native -o a.out -g by Chris Lattner · 19 years ago
  3. 465c737 Reject integer literals that are out of range for their type. by Chris Lattner · 19 years ago
  4. 61bc60f Fix a bug that prevented this pattern from matching by Chris Lattner · 19 years ago
  5. 5dc7e86 Fix a crash that Andrew noticed, and add a pair of braces to unfconfuse by Nate Begeman · 19 years ago
  6. 7bbff04 make this 64 bit clean, fixed test30 of /Regression/Transforms/InstCombine/add.ll by Andrew Lenharth · 19 years ago
  7. e8148bc This is missed by InstCombine, patch comming by Andrew Lenharth · 19 years ago
  8. bad13eb Fix a QOI issue noticed by Markus F.X.J. Oberhumer. This fixes PR641 by Chris Lattner · 19 years ago
  9. 056728f "fix" support for FP constants (this code asserts in the scheduler, though) by Duraid Madina · 19 years ago
  10. a2df2ae add F0 and F1 to the FP register class by Duraid Madina · 19 years ago
  11. cb2583e This works now by Chris Lattner · 19 years ago
  12. 0614b62 Add support for immediates directly in the pattern, this allows itanium to by Chris Lattner · 19 years ago
  13. 55d1728 Keep VC++ happy. by Jeff Cohen · 19 years ago
  14. 5966955 add support for SELECT to TargetSelectionDAG.td, add support for by Duraid Madina · 19 years ago
  15. 9385680 add support for loading FP constants +0.0 and +1.0 to the dag isel, by Duraid Madina · 19 years ago
  16. 7c22575 Fix a source of undefined behavior when dealing with 64-bit types. This by Chris Lattner · 19 years ago
  17. 2c122ce * Replace ampersands in section titles with more formal ``and'' by Misha Brukman · 19 years ago
  18. f83d406 Re-generated to fix copy-paste typo noticed by Marco Matthies. by Misha Brukman · 19 years ago
  19. ea04dfd Fixed copy-paste typo, patch by Marco Matthies. by Misha Brukman · 19 years ago
  20. 6cee630 Allow itineraries to be passed through the Target Machine. by Jim Laskey · 19 years ago
  21. cb366d9 Keep VC++ happy. by Jeff Cohen · 19 years ago
  22. b0ddb49 Let people who run the nightly tester specify paths to external tests, instead by Chris Lattner · 19 years ago
  23. 7a8ef3a heh, scheduling was easy? by Duraid Madina · 19 years ago
  24. dc9549b FORTRAN!!! :( and other similarly unfortunate things mean that on ia64 by Duraid Madina · 19 years ago
  25. aba8457 so tablegen was thinking I might want to convert FPs to predicates. by Duraid Madina · 19 years ago
  26. e2fd9e2 add support for int->FP and FP->int ops, and add ia64 patterns for these by Duraid Madina · 19 years ago
  27. d1eda6d add zeroextend predicate->integer by Duraid Madina · 19 years ago
  28. 5b0ac99 Add a flag to enable a darwin linker optimization by Chris Lattner · 19 years ago
  29. bb69e39 Make constant pool entries use private labels. This is important when you're by Chris Lattner · 19 years ago
  30. 42e957c Updated alpha known problems. by Andrew Lenharth · 19 years ago
  31. cc577c0 Apparently these do pass on some alphas by Chris Lattner · 19 years ago
  32. 306f6fe Fix an iterator invalidation problem in code used by the -strip pass by Chris Lattner · 19 years ago
  33. 76ff2c7 Limit the search depth of MaskedValueIsZero to 6 instructions, to avoid by Chris Lattner · 19 years ago
  34. b5a0c0e Emit itinerary class in instruction info. by Jim Laskey · 19 years ago
  35. 10b1dd9 Generate cpu to itinerary map. by Jim Laskey · 19 years ago
  36. 0863ce5 these tests fail on alpha for some reason by Chris Lattner · 19 years ago
  37. 5a608dd by Jim Laskey · 19 years ago
  38. 363aff2 add FP compares and implicit register defs to the dag isel by Duraid Madina · 19 years ago
  39. a088734 Update Getting Started for Visual Studio page. by Jeff Cohen · 19 years ago
  40. bf20948 Significantly simplify this code and make it more aggressive. Instead of having by Chris Lattner · 19 years ago
  41. 65026a7 new testcase by Chris Lattner · 19 years ago
  42. a417652 Reduce the number of copies emitted as machine instructions by by Chris Lattner · 19 years ago
  43. c1d6f67 If the module has no t-t and the host is an alpha, default to using the Alpha BE by Chris Lattner · 19 years ago
  44. 5c2c64e fix some broken comparisons, this affected the Pattern isel too. by Duraid Madina · 19 years ago
  45. dc50b35 The pass was removed, but the spirit lives on by Chris Lattner · 19 years ago
  46. b685af3 This is implemented by Chris Lattner · 19 years ago
  47. 3e6099b Codegen mul by negative power of two with a shift and negate. by Chris Lattner · 19 years ago
  48. 4446e04 new testcase by Chris Lattner · 19 years ago
  49. df14a04 Fix a problem that Nate noticed with LSR: by Chris Lattner · 19 years ago
  50. 36e1207 new testcase by Chris Lattner · 19 years ago
  51. 4734630 Revert an accidental commit. by Chris Lattner · 19 years ago
  52. f6764f5 More files deleted. by Jeff Cohen · 19 years ago
  53. f519fe0 Make -time-passes output prettier by Chris Lattner · 19 years ago
  54. 9d1a023 Make negative immediates in patterns work correctly, silence some warnings by Chris Lattner · 19 years ago
  55. 25d0a88 add some FP stuff, some mix.* stuff, and constant pool support to the by Duraid Madina · 19 years ago
  56. 6e520d0 Fix <> in html by Chris Lattner · 19 years ago
  57. c463b27 First hack-and-slash on the release notes. Comments and improvements welcome by Chris Lattner · 19 years ago
  58. e0f5897 Remove the lowerconstantexprs pass by Chris Lattner · 19 years ago
  59. 9fefdb5 This pass is now obsolete since all targets have moved to the SelectionDAG by Chris Lattner · 19 years ago
  60. 3aa4e15 Remove the LowerConstantExpressionsPass pass by Chris Lattner · 19 years ago
  61. 72fe0af remove reference to this pass by Chris Lattner · 19 years ago
  62. feaf960 Basic updates by Chris Lattner · 19 years ago
  63. dce644d Buh bye Expression.(cpp|h) by Chris Lattner · 19 years ago
  64. eb99bd3 remove a dead file by Chris Lattner · 19 years ago
  65. 9a83508 remove a dead header by Chris Lattner · 19 years ago
  66. 5af401d Remove dead #include by Chris Lattner · 19 years ago
  67. 1462aa7 Now that instcombine does this xform, remove it from the -raise pass by Chris Lattner · 19 years ago
  68. cfd6510 Pull some code out into a function, give it the ability to see through +. by Chris Lattner · 19 years ago
  69. 274ecfb add shladd by Duraid Madina · 19 years ago
  70. ad85677 by Duraid Madina · 19 years ago
  71. 455fcc8 Remove a special case, allowing the general case to handle it. No functionality by Chris Lattner · 19 years ago
  72. 167f1e2 New case to handle someday by Nate Begeman · 19 years ago
  73. 366080c Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :) by Chris Lattner · 19 years ago
  74. 7d7b967 Don't emit "32" for unordered comparison by Chris Lattner · 19 years ago
  75. b0e103d Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately by Chris Lattner · 19 years ago
  76. 6bc0d74 Use the new interface Jim added by Chris Lattner · 19 years ago
  77. f7bcde0 Removed Mr. Smith from the code. by Jim Laskey · 19 years ago
  78. fd306bf Added method to return a vector of records for a ListInit of Def field. This by Jim Laskey · 19 years ago
  79. ed048c0 add a hack to get code with ordered comparisons working. This hack is by Chris Lattner · 19 years ago
  80. 6df2507 add support for branch on ordered/unordered. by Chris Lattner · 19 years ago
  81. dda73c1 add the xfail lines by Chris Lattner · 19 years ago
  82. 32b03ff New testcase. Probably many targets don't support this, so they should probably by Chris Lattner · 19 years ago
  83. f02a916 Do not globalize internal symbols by Chris Lattner · 19 years ago
  84. aee436b These are autogenerated by Chris Lattner · 19 years ago
  85. f2db9b8 DAG->DAG instruction selection for ia64! "hello world" works, not much else. by Duraid Madina · 19 years ago
  86. e50caac The nightly tester report doesn't report JIT code size anymore, remove it by Chris Lattner · 19 years ago
  87. 325231c Fix a bit of backwards logic that broke exptree and smg2000 by Chris Lattner · 19 years ago
  88. 908ae27 Add some commentary. by Jim Laskey · 19 years ago
  89. 4bd4a54 remove dead stuff by Chris Lattner · 19 years ago
  90. a411bef Eliminate getClass, it is not needed by Chris Lattner · 19 years ago
  91. 9489c04 Keep Visual Studio happy. by Jeff Cohen · 19 years ago
  92. 0195910 a bad case for bitfield insert by Chris Lattner · 19 years ago
  93. 0d841e0 Now generating instruction itineraries for scheduling. Not my best work, but... by Jim Laskey · 19 years ago
  94. 15517be Structures used to hold scheduling information. by Jim Laskey · 19 years ago
  95. b7899d9 update project file by Chris Lattner · 19 years ago
  96. 108e902 Do not sink any instruction with side effects, including vaarg. This fixes by Chris Lattner · 19 years ago
  97. cbbc6b7 Fix #include order by Chris Lattner · 19 years ago
  98. 36a6338 unbreak the build again by Chris Lattner · 19 years ago
  99. bd9d370 Move some constant folding functions into LLVMAnalysis since they are used by John Criswell · 19 years ago
  100. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago