1. f4ec817 Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo by Chris Lattner · 19 years ago
  2. 6c0bfc7 Add a new CALL node. by Chris Lattner · 19 years ago
  3. 6cacaee There is now a default impl of this method by Chris Lattner · 19 years ago
  4. af4ec0c Simplify the argument counting logic by only incrementing the index. by Chris Lattner · 19 years ago
  5. b375b5e Simplify the dead argument handling code. by Chris Lattner · 19 years ago
  6. be4849a Vector args passed in registers don't reserve stack space. by Chris Lattner · 19 years ago
  7. 7c65a30 Another testcase that shouldn't need vrsave twiddling by Chris Lattner · 19 years ago
  8. 8ab5fe5 Switch the PPC backend over to using FORMAL_ARGUMENTS for formal argument by Chris Lattner · 19 years ago
  9. 3e34849 this should be 128 I think by Andrew Lenharth · 19 years ago
  10. dae9cbe Move this code to a common place by Andrew Lenharth · 19 years ago
  11. 258926a Remove this xfail-d test, which doesn't make any sense by Chris Lattner · 19 years ago
  12. aa9406b Implement the custom lowering hook right, returning values for all of the by Chris Lattner · 19 years ago
  13. e7746c9 Fix a bug I introduced yesterday, which broke functions with *no* arguments. by Chris Lattner · 19 years ago
  14. 0582887 Make sure to default ${prefix} to /usr/local if the user didn't specify it. by Reid Spencer · 19 years ago
  15. 069287d X86 integer register classes naming changes. Make them consistent with FP, vector classes. by Evan Cheng · 19 years ago
  16. 44a65fa Allow patterns to refer to physical registers that belong to multiple by Evan Cheng · 19 years ago
  17. c14c936 Make sure that $(CXX.Flags) is passed to the linker so that the same options by Reid Spencer · 19 years ago
  18. f3af4ff Make this print the right start pointer by Chris Lattner · 19 years ago
  19. 8c0c10c Add a chain to FORMAL_ARGUMENTS. This is a minimal port of the X86 backend, by Chris Lattner · 19 years ago
  20. c1a8ad7 Add a chain to FORMAL_ARGUMENTS. by Chris Lattner · 19 years ago
  21. e438c2a Replace "../whatever.td" with "whatever.td", so that out-of-tree backends by Vladimir Prus · 19 years ago
  22. 6413fb7 For PR778: Improve doxygenification of this header file. by Reid Spencer · 19 years ago
  23. ab51997 When linking, make sure the project libraries are linked before the LLVM by Reid Spencer · 19 years ago
  24. 9664541 Move function-live-in-handling code from the sdisel code to the scheduler. by Chris Lattner · 19 years ago
  25. 4e92027 Print the vreg that livein physregs are live in by Chris Lattner · 19 years ago
  26. e2e4173 Legalize FORMAL_ARGUMENTS nodes correctly, we don't want to legalize them once by Chris Lattner · 19 years ago
  27. 1100eea Add my homepage, as a test that commit access works by Vladimir Prus · 19 years ago
  28. 00402c7 Fit in 80 cols by Chris Lattner · 19 years ago
  29. 1c8f053 add an abort after every assert(0) by Rafael Espindola · 19 years ago
  30. c64f148 For PR777: by Reid Spencer · 19 years ago
  31. 80626a7 Upgrade in preparation for doxygen 1.4.4. The config file format changed, by Reid Spencer · 19 years ago
  32. 94ae9d3 Improve comment, patch provided by Vladimir Prus! by Chris Lattner · 19 years ago
  33. 374ab30 Update dox, patch by Vladimir Prus! by Chris Lattner · 19 years ago
  34. 6460bec Improve comments, patch provided by Vladimir Prus! by Chris Lattner · 19 years ago
  35. f1925cb Doxygenify the comments, bringing the file level comments down to be attached by Reid Spencer · 19 years ago
  36. f1d2337 Remove some dead code, identified by coverity. by Chris Lattner · 19 years ago
  37. 71a1872 Add myself to the credits. by Owen Anderson · 19 years ago
  38. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 19 years ago
  39. a3fdc02 added myself to CREDITS.TXT by Rafael Espindola · 19 years ago
  40. c780982 Free memory allocated by copy_env. by Chris Lattner · 19 years ago
  41. 53bd1b9 print a nice error if bugpoint gets an error reading inputs. Bug identified by Chris Lattner · 19 years ago
  42. f877e60 Fix a bug found by inspection. by Chris Lattner · 19 years ago
  43. c3bb700 improve comment. by Chris Lattner · 19 years ago
  44. b461131 Catch a potentially thrown exception. by Chris Lattner · 19 years ago
  45. 59e8de3 Improve documentation on throwing, it is not complete still though. :( by Chris Lattner · 19 years ago
  46. 6f3ada5 LoadLibraryPermanently can theoretically throw an exception. Do not propagate by Chris Lattner · 19 years ago
  47. f883eb9 Bug noticed, by inspection. Filename can be null. by Chris Lattner · 19 years ago
  48. 505f9c8 This function is not documented as throwing an exception and callers don't by Chris Lattner · 19 years ago
  49. 5b5cc5f inverted logic, caught by coverity by Chris Lattner · 19 years ago
  50. a0fcc3e remove some dead code identified by coverity by Chris Lattner · 19 years ago
  51. 2f86362 Delete memory allocated by CopyEnv by Chris Lattner · 19 years ago
  52. ff8953a remove dead var by Chris Lattner · 19 years ago
  53. 36a169e remove dead variables by Chris Lattner · 19 years ago
  54. 76b8a33 Change token to match asmprinter output by Chris Lattner · 19 years ago
  55. 3e246dd Backing out last check-in for now. It's causing an infinite loop gccas lencode. by Evan Cheng · 19 years ago
  56. 506efda Update comment. by Chris Lattner · 19 years ago
  57. fd50080 This is a proper fix for the compiler warning. A termination condition is by Chris Lattner · 19 years ago
  58. ca960c9 Fix an infinite loop bug that Vladimir Prus identified. by Reid Spencer · 19 years ago
  59. c7365a9 Add a #include <cassert> for situations where Casting.h is used standalone. by Reid Spencer · 19 years ago
  60. 8820ad5 Fixing 2006-05-01-SchedCausingSpills.ll; some clean up by Evan Cheng · 19 years ago
  61. ee00a1d Revert an un-intended change by Evan Cheng · 19 years ago
  62. dd73e7f Don't try to reference uninitialized data. Make sure we can find "nm". by Reid Spencer · 19 years ago
  63. d42037a For PR741: by Reid Spencer · 19 years ago
  64. 033aaaf Add/Sub/Mul are safe to promote here as well. Incrementing a single-bit by Chris Lattner · 19 years ago
  65. a2d079a Merge identical code. by Chris Lattner · 19 years ago
  66. 70074e0 Implement simple promotion for cast elimination in instcombine. This is by Chris Lattner · 19 years ago
  67. 5250bae New testcase for instcombine by Chris Lattner · 19 years ago
  68. 2144c25 Remove some dead variables. by Chris Lattner · 19 years ago
  69. a87e9cd Remove dead stuff by Chris Lattner · 19 years ago
  70. 12d8f2b Fix build breakage :( by Chris Lattner · 19 years ago
  71. 98d0d7d More coverity fixes by Chris Lattner · 19 years ago
  72. 03ea4c8 Dead variable by Chris Lattner · 19 years ago
  73. b65e725 Remove dead var, fix bad override. by Chris Lattner · 19 years ago
  74. 3e41da2 Don't use old-style casts. This prevents compiler warnings when CommandLine.h by Reid Spencer · 19 years ago
  75. 3b6d56c If the register allocator cannot find a register to spill, try the aliases. If by Evan Cheng · 19 years ago
  76. 0bbac9f Remove dead code by Evan Cheng · 19 years ago
  77. 095cc37 Fix accidentally committed patch. by Chris Lattner · 19 years ago
  78. 666b042 Actually override the right method. :) by Chris Lattner · 19 years ago
  79. dd28ba2 remove dead variable. by Chris Lattner · 19 years ago
  80. 2b80e8d Fix iterator invalidation bug, identified by Coverity. by Chris Lattner · 19 years ago
  81. bbea124 Fix a hypothetical memory leak, identified by Coverity. In practice, this by Chris Lattner · 19 years ago
  82. b5d9319 Remove dead vars by Chris Lattner · 19 years ago
  83. f1343c1 remove dead vars by Chris Lattner · 19 years ago
  84. c485e55 Remove dead variable by Chris Lattner · 19 years ago
  85. 5eed34d Comment out dead variables by Chris Lattner · 19 years ago
  86. ffb4d62 When reading the symbol table, make sure to delete the ArchiveMember by Reid Spencer · 19 years ago
  87. 9dcb780 Remove dead var by Chris Lattner · 19 years ago
  88. 82db069 Remove dead variable by Chris Lattner · 19 years ago
  89. b57b516 remove dead variable. by Chris Lattner · 19 years ago
  90. 27aaa39 Remove dead variable. by Chris Lattner · 19 years ago
  91. 433698b Avoid defining dead result by Chris Lattner · 19 years ago
  92. b923b2e Remove dead return value. by Chris Lattner · 19 years ago
  93. e41102b Compile: by Chris Lattner · 19 years ago
  94. 0949ed5 Fix PowerPC/2006-05-12-rlwimi-crash.ll by Chris Lattner · 19 years ago
  95. 83cdf40 new testcase for a recent rlwimi crash. by Chris Lattner · 19 years ago
  96. 9812f1c Noop instruction by Evan Cheng · 19 years ago
  97. d9d4518 Unused instruction by Evan Cheng · 19 years ago
  98. 2577c22 Add a method to generate a string representation from a TargetData. by Owen Anderson · 19 years ago
  99. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  100. 571a13f Fix some tabbing issues. by Owen Anderson · 19 years ago