1. 2172f96 Change global descriptor names to provide name, full name and linkage name. by Jim Laskey · 19 years ago
  2. 749b01d Temp fix to deal gdb issue. by Jim Laskey · 19 years ago
  3. 12a4478 MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor by Evan Cheng · 19 years ago
  4. 6430bf0 Remove the ugly SPARCV9 TargetInstrDescriptors hack. by Evan Cheng · 19 years ago
  5. 67f660c - MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode. by Evan Cheng · 19 years ago
  6. e8776d8 Ignore generated files. by Reid Spencer · 19 years ago
  7. e7c3c60 Initial, non-functional, version of llvm-upgrade. This version just echos by Reid Spencer · 19 years ago
  8. 20833e3 New LSR test case. by Evan Cheng · 19 years ago
  9. c8306bd In PIC mode, GV not requiring an extra load can be used as address immediate. by Evan Cheng · 19 years ago
  10. 4946399 Clean up. by Evan Cheng · 19 years ago
  11. d0ff02c Fix for PR1018 - Better support for X86-64 Linux in small code model. by Evan Cheng · 19 years ago
  12. 95e6eff Get the delegation right for InstVisitor. by Reid Spencer · 19 years ago
  13. 15eb329 Fix bug codegen'ing FP constant vectors with integer splats. Make sure the by Chris Lattner · 19 years ago
  14. 7e68724 new testcase by Chris Lattner · 19 years ago
  15. 6a16c5a Avoid inifinite looping if READCYCLECOUNTER isn't custom lowered. by Evan Cheng · 19 years ago
  16. 36729dd Eliminate unnecessary scopes. by Jim Laskey · 19 years ago
  17. 619965d Offset for load of 32-bit arg in 64-bit world was incorrect. by Jim Laskey · 19 years ago
  18. cdc70ce Add x86-64 llvm.readcyclecounter test. by Evan Cheng · 19 years ago
  19. 3fa9dff Custom lower READCYCLECOUNTER for x86-64. by Evan Cheng · 19 years ago
  20. f0b3ba6 Allow target to custom lower READCYCLECOUNTER (when it doesn't have to be expanded). by Evan Cheng · 19 years ago
  21. b27c480 Fix test. by Evan Cheng · 19 years ago
  22. a90ba6c Oops! didn't mean to put this in there yet. by Bill Wendling · 19 years ago
  23. 641c523 done by Chris Lattner · 19 years ago
  24. 71d8f4d new bswap idiom by Chris Lattner · 19 years ago
  25. 46b9605 implement cast.ll:test35. With this, we recognize: by Chris Lattner · 19 years ago
  26. 6478b2f new testcase by Chris Lattner · 19 years ago
  27. 6aa5eb1 Teach instcombine to turn trunc(srl x, c) -> srl (trunc(x), c) when safe. by Chris Lattner · 19 years ago
  28. 41e2103 new testcase by Chris Lattner · 19 years ago
  29. f4d4d9a This fails on mainline. by Chris Lattner · 19 years ago
  30. 458cf46 Implement Regression/Transforms/InstCombine/bswap-fold.ll, by Chris Lattner · 19 years ago
  31. 5b4c958 new testcase, bswaps should be eliminated. by Chris Lattner · 19 years ago
  32. b4809b2 16-byte stack alignment for X86-64 ELF. Patch by Dan Gohman. by Evan Cheng · 19 years ago
  33. f3e486e Fix for PR1023 by Dan Gohman. by Evan Cheng · 19 years ago
  34. 901bf34 Add test cases for PR1022, 1023. by Evan Cheng · 19 years ago
  35. 5d52135 Upgrade the ugly darwin 64-bit bswap idiom (bswap %eax / bswap %edx / by Chris Lattner · 19 years ago
  36. a5a57d6 Fix for PR1022 (folding loads of static initializers) by Dan Gohman. by Evan Cheng · 19 years ago
  37. 625bd05 Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with the by Chris Lattner · 19 years ago
  38. 8d89281 WTF? These weird newlines got in there... by Bill Wendling · 19 years ago
  39. 3f7927c add a hook to allow targets to hack on inline asms to lower them to llvm by Chris Lattner · 19 years ago
  40. de33124 Join a split line. by Reid Spencer · 19 years ago
  41. bdc679d Converted to using llvm streams instead of <iostream>s by Bill Wendling · 19 years ago
  42. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  43. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 19 years ago
  44. d966623 Support for llvm_ostreams. by Bill Wendling · 19 years ago
  45. f45148e gcc doesn't like an empty colbber list by Andrew Lenharth · 19 years ago
  46. a21900d Use ostream instead of iostream by Bill Wendling · 19 years ago
  47. a09362e Use llvm streams instead of <iostream> by Bill Wendling · 19 years ago
  48. 3e3bcbf Removed #include <iostream> and used llvm streams by Bill Wendling · 19 years ago
  49. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
  50. c0ac317 Support for llvm streams. by Bill Wendling · 19 years ago
  51. d5b58c2 Add a helper function by Chris Lattner · 19 years ago
  52. 3057979 Identities are default now by Andrew Lenharth · 19 years ago
  53. 85f2228 Make identity default, and fix PR1020 by Andrew Lenharth · 19 years ago
  54. b5ebf15 Added a temporary hack to get the llvm-streams to work for future checkins. by Bill Wendling · 19 years ago
  55. d4d9ab8 Undo the last patch until 253.perlbmk passes with these changes. by Reid Spencer · 19 years ago
  56. ead1b80 New entries. by Evan Cheng · 19 years ago
  57. 238581f update comments by Andrew Lenharth · 19 years ago
  58. e0cf075 Get the asminfo for the target most closely matching the module and use that for inline asm by Andrew Lenharth · 19 years ago
  59. 6c0695f X86 asm -> gcc asm translation table (incomplete) by Andrew Lenharth · 19 years ago
  60. 3655de6 Add per-target support for asm translation in the cbe by Andrew Lenharth · 19 years ago
  61. 7fc4a94 Remove debug code. by Jim Laskey · 19 years ago
  62. 2ada085 Prime text sections to improve branch locality in large object files. by Jim Laskey · 19 years ago
  63. e9bd7b2 32-bit int space was not accounted for properly in lowerCall. by Jim Laskey · 19 years ago
  64. 861d9d6 Regenerate. by Reid Spencer · 19 years ago
  65. b78b908 Implement signedness caching for values, value lists, constants and by Reid Spencer · 19 years ago
  66. 5d4dbd1 Remove 4 FIXME's from the CAST patch now that the back end is correctly by Reid Spencer · 19 years ago
  67. 5e1452c Add an -append-exit-code option to bugpoint. This will cause bugpoint to by Reid Spencer · 19 years ago
  68. 2c2148b Fix a typo. by Reid Spencer · 19 years ago
  69. 38b0e7b Put the #include for a module first. by Bill Wendling · 19 years ago
  70. 8bcb042 Clean up. by Evan Cheng · 19 years ago
  71. afed814 Fix indentation. by Evan Cheng · 19 years ago
  72. 8f48766 Changed to using LLVM streams. by Bill Wendling · 19 years ago
  73. d9fd2ac Changed to using llvm streams. by Bill Wendling · 19 years ago
  74. eba4be8 Added helper function to transition to using llvm streams. by Bill Wendling · 19 years ago
  75. 7bb64e8 Fix JIT encoding bugs for shift / rotate by one ops. by Evan Cheng · 19 years ago
  76. 7b09487 testcase for pr1016 by Chris Lattner · 19 years ago
  77. b6c8060 Fix PR1016 by Chris Lattner · 19 years ago
  78. 480f093 Removed #include <iostream> and replaced streams with llvm streams. by Bill Wendling · 19 years ago
  79. 29c277f Preliminary support for inline asm in the cbe. The target specific ugliness by Andrew Lenharth · 19 years ago
  80. c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 19 years ago
  81. 722a0ca remove dead tag by Chris Lattner · 19 years ago
  82. 3687c1a Fix the dag combiner bug corresponding to PR1014. by Chris Lattner · 19 years ago
  83. 779d212 this doesn't pass with CVS HEAD. by Chris Lattner · 19 years ago
  84. f2f1643 Fix PR1014 and InstCombine/2006-11-27-XorBug.ll. by Chris Lattner · 19 years ago
  85. e434f4a Add 3 more test cases for ptrtoint, fptoui and fptosi by Reid Spencer · 19 years ago
  86. f357daf testcase for PR1014 by Chris Lattner · 19 years ago
  87. 639cf7d When truncating to bool, it is necessary to & with 1 for all casts that by Reid Spencer · 19 years ago
  88. eb73138 Protect against null streams. by Bill Wendling · 19 years ago
  89. 41edad7 Removed #include <iostream> and replaced with llvm_* streams. by Bill Wendling · 19 years ago
  90. e16746d Alter these tests to ensure they match a "test $1, X" X86 instruction that by Reid Spencer · 19 years ago
  91. df2a4ff Add a test to ensure a bitcast/and/trunc combination eliminates the bitcast. by Reid Spencer · 19 years ago
  92. bc4cf8d For better or worse, load from i1 is assumed to be zero extended. Do not by Chris Lattner · 19 years ago
  93. f990817 If a brcond condition is promoted, make sure to zero extend it, even if not by Chris Lattner · 19 years ago
  94. 3da59db For PR950: by Reid Spencer · 19 years ago
  95. 5fed9b9 Don't use bitcast yet! by Reid Spencer · 19 years ago
  96. 0270546 Make this test case easier to read. No functional changes. by Reid Spencer · 19 years ago
  97. fe6b146 Removed #include <iostream> and replace with llvm_* streams. by Bill Wendling · 19 years ago
  98. 7fe9518 Add method that will take a function pointer so that it can handle things by Bill Wendling · 19 years ago
  99. 0d45a09 Remove #include <iostream> and use llvm_* streams instead. by Bill Wendling · 19 years ago
  100. 0a81aac Replace #include <iostream> with llvm_* streams. by Bill Wendling · 19 years ago