1. f7bcde0 Removed Mr. Smith from the code. by Jim Laskey · 19 years ago
  2. fd306bf Added method to return a vector of records for a ListInit of Def field. This by Jim Laskey · 19 years ago
  3. ed048c0 add a hack to get code with ordered comparisons working. This hack is by Chris Lattner · 19 years ago
  4. 6df2507 add support for branch on ordered/unordered. by Chris Lattner · 19 years ago
  5. dda73c1 add the xfail lines by Chris Lattner · 19 years ago
  6. 32b03ff New testcase. Probably many targets don't support this, so they should probably by Chris Lattner · 19 years ago
  7. f02a916 Do not globalize internal symbols by Chris Lattner · 19 years ago
  8. aee436b These are autogenerated by Chris Lattner · 19 years ago
  9. f2db9b8 DAG->DAG instruction selection for ia64! "hello world" works, not much else. by Duraid Madina · 19 years ago
  10. e50caac The nightly tester report doesn't report JIT code size anymore, remove it by Chris Lattner · 19 years ago
  11. 325231c Fix a bit of backwards logic that broke exptree and smg2000 by Chris Lattner · 19 years ago
  12. 908ae27 Add some commentary. by Jim Laskey · 19 years ago
  13. 4bd4a54 remove dead stuff by Chris Lattner · 19 years ago
  14. a411bef Eliminate getClass, it is not needed by Chris Lattner · 19 years ago
  15. 9489c04 Keep Visual Studio happy. by Jeff Cohen · 19 years ago
  16. 0195910 a bad case for bitfield insert by Chris Lattner · 19 years ago
  17. 0d841e0 Now generating instruction itineraries for scheduling. Not my best work, but... by Jim Laskey · 19 years ago
  18. 15517be Structures used to hold scheduling information. by Jim Laskey · 19 years ago
  19. b7899d9 update project file by Chris Lattner · 19 years ago
  20. 108e902 Do not sink any instruction with side effects, including vaarg. This fixes by Chris Lattner · 19 years ago
  21. cbbc6b7 Fix #include order by Chris Lattner · 19 years ago
  22. 36a6338 unbreak the build again by Chris Lattner · 19 years ago
  23. bd9d370 Move some constant folding functions into LLVMAnalysis since they are used by John Criswell · 19 years ago
  24. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
  25. fe7f046 Fix DSE to not nuke dead stores unless they redundant store is the same by Chris Lattner · 19 years ago
  26. 0e026de Fix typo by Chris Lattner · 19 years ago
  27. e679288 Teach instcombine to promote stuff like (cast (malloc sbyte, 8*X) to int*) by Chris Lattner · 19 years ago
  28. 8142b0a Promote cases like cast (malloc sbyte, 100) to int* into by Chris Lattner · 19 years ago
  29. 0ddac2a Minor change to this file to support obscure cases with constant array amounts by Chris Lattner · 19 years ago
  30. 731d348 Add a simple xform that is useful for bitfield operations. by Chris Lattner · 19 years ago
  31. 53c13b1 Fine tune Visual Studio's use of bison/flex. by Jeff Cohen · 19 years ago
  32. 8962b84 Make sure to build things in the right order, build with the .o file, not the by Chris Lattner · 19 years ago
  33. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
  34. 2012cc0 int comparison patterns by Andrew Lenharth · 19 years ago
  35. c60e602 Fix some spello's pointed out by Gabor Greif by Chris Lattner · 19 years ago
  36. 2cbc207 Typo made worse x 2 - take 2. by Jim Laskey · 19 years ago
  37. 85fd97d Fix an assert compiling MallocBench/gs by Chris Lattner · 19 years ago
  38. ff2fcee Typo x 2 by Jim Laskey · 19 years ago
  39. 6c302fc Simplify. by Jim Laskey · 19 years ago
  40. 641b64a Simplify instinfo, set random bits on more fp insts, and fix 1 opcode by Andrew Lenharth · 19 years ago
  41. 581a8f7 Give full control of subtarget features over to table generated code. by Jim Laskey · 19 years ago
  42. f0c2be4 Add attribute name and type to SubtargetFeatures. by Jim Laskey · 19 years ago
  43. e9f15e5 fold nested and's early to avoid inefficiencies in MaskedValueIsZero. This by Chris Lattner · 19 years ago
  44. a7ad198 Condcodes are in the ISD namespace by Chris Lattner · 19 years ago
  45. 1f426de Add nodes for CondCodeSDNode and setcc, and add a bunch of pattern fragments by Chris Lattner · 19 years ago
  46. 1531f20 Add support for CondCode's by Chris Lattner · 19 years ago
  47. 61b42eb Fix comment. by Jeff Cohen · 19 years ago
  48. 8030c25 Eliminate use of sed in Visual Studio builds. by Jeff Cohen · 19 years ago
  49. 4ed1de8 Eliminate need for bison/flex in Visual Studio builds. by Jeff Cohen · 19 years ago
  50. 3fd24bd Update Visual Studio projects to reflect moved file. by Jeff Cohen · 19 years ago
  51. 92d6bb3 Add a regression test for the recent fix for FP_TO_UINT lowering in the ppc by Nate Begeman · 19 years ago
  52. 5cd61ce Add a note about some bitfield stuff we could be doing better. by Nate Begeman · 19 years ago
  53. ae749a9 Correctly Expand or Promote FP_TO_UINT based on the capabilities of the by Nate Begeman · 19 years ago
  54. b7f6ef1 Allow custom lowered FP_TO_SINT ops in the check for whether a larger by Nate Begeman · 19 years ago
  55. 6e61ca6 autogen undef by Chris Lattner · 19 years ago
  56. 9789826 Add undef by Chris Lattner · 19 years ago
  57. 753c8f2 Add a method by Chris Lattner · 19 years ago
  58. 3075a4e Allow pseudos to have patterns, no functionality change by Chris Lattner · 19 years ago
  59. 9c73f09 Autogen fsel by Chris Lattner · 19 years ago
  60. eb255f2 Expose the fextend on the DAG instead of doing it in the matcher by Chris Lattner · 19 years ago
  61. e6115b3 Autogen a few new ppc-specific nodes by Chris Lattner · 19 years ago
  62. 8ecedbe The dag isel generator generates this now by Chris Lattner · 19 years ago
  63. f071bb5 Emit some boilerplate for targets by Chris Lattner · 19 years ago
  64. 99ea9da Be a bit more paranoid about calling SelectNodeTo by Chris Lattner · 19 years ago
  65. 3393e80 Fix a couple of minor bugs. The first fixes povray, the second fixes things by Chris Lattner · 19 years ago
  66. a158eee Clear a bit in this file that was causing a miscompilation of 178.galgel. by Chris Lattner · 19 years ago
  67. 70cfe13 Remove some dead argument names which irritates GCC at certain warning levels. by Chris Lattner · 19 years ago
  68. 304a564 Add a missing Module::setTargetTriple method. by Chris Lattner · 19 years ago
  69. 0366fcb analyses after transformations by Chris Lattner · 19 years ago
  70. 604b95b transforms before analyses by Chris Lattner · 19 years ago
  71. b3b1d5f Refactored to make room for more stuff (scheduling info.) by Jim Laskey · 19 years ago
  72. 34bd5d5 Preparation of supporting scheduling info. Need to find info based on selected by Jim Laskey · 19 years ago
  73. e9c6d36 Stop using deprecated types by Alkis Evlogimenos · 19 years ago
  74. 1d9be9e Updated bytecode version numbers. by John Criswell · 19 years ago
  75. 0b81cda Fix spelling of 'separate'. by Jeff Cohen · 19 years ago
  76. cb9b4f9 Fixed spelling. by John Criswell · 19 years ago
  77. ff3468e Added a note to remove CVS directories when copying the sample project to by John Criswell · 19 years ago
  78. d6c6ee0 Attempt to make terminology more consistent. by John Criswell · 19 years ago
  79. eaf0f2b Andrew says that alpha basically works by Chris Lattner · 19 years ago
  80. 611a8d1 Fixed a grammar issue. by John Criswell · 19 years ago
  81. 0ec250c Grammar and punctuation fixes. by John Criswell · 19 years ago
  82. 00e1a70 Keep Visual Studio up to date. by Jeff Cohen · 19 years ago
  83. dc93efe Fix an incompatibility with GCC 4.1, thanks to Vladimir Merzliakov by Chris Lattner · 19 years ago
  84. 08a6b3c do not wrap this whole file in namespace llvm by Chris Lattner · 19 years ago
  85. 39387a5 Handle allocations that, even after removing dead uses, still have more than by Chris Lattner · 19 years ago
  86. 18e78bb Fix a bug where we would 'promote' an allocation from one type to another by Chris Lattner · 19 years ago
  87. b53c238 Before promoting a malloc type, remove dead uses. This makes instcombine by Chris Lattner · 19 years ago
  88. b3f8397 Pull some code out into a function, no functionality change by Chris Lattner · 19 years ago
  89. a542b4c Move the END_WITH_NULL marker. Vladimir suggests that this works better with by Chris Lattner · 19 years ago
  90. 02d608b Make this build with GCC 4.1, patch contributed by Vladimir A. Merzliakov! by Chris Lattner · 19 years ago
  91. dadc5ad This pass is gone by Chris Lattner · 19 years ago
  92. 4b71385 this pass is gone by Chris Lattner · 19 years ago
  93. 56605ce This RA no longer exists by Chris Lattner · 19 years ago
  94. 8a6cd98 Alkis agrees that that iterative scan allocator isn't going to be worked on by Chris Lattner · 19 years ago
  95. 41e087c Remove a prototype by Chris Lattner · 19 years ago
  96. ba16b7a Update Visual Studio projects to account for recent changes. by Jeff Cohen · 19 years ago
  97. f941a0f Remove this pass, it is not useful by Chris Lattner · 19 years ago
  98. f753ea7 This pass is very old and quite useless, remove it. by Chris Lattner · 19 years ago
  99. e941217 Three of these have been removed, as warned by Chris Lattner · 19 years ago
  100. d00a3ce Remove some beta code that no longer has an owner. by Chris Lattner · 19 years ago