1. 1b8daae Correct a previous patch which broke CodeGen/PowerPC/vec_call.ll by Chris Lattner · 19 years ago
  2. 2618d07 Remove PointerType from target definition. Use abstract type MVT::iPTR to by Evan Cheng · 19 years ago
  3. eba0bf5 PR736 has already been fixed. Remove XFAIL marker. by Evan Cheng · 19 years ago
  4. 1b6ab32 New test case for vector type argument pass by value. by Evan Cheng · 19 years ago
  5. 65b889f Fix call_adj.ll by Andrew Lenharth · 19 years ago
  6. 3aa92e4 Added sanity check for obviously bogus immediates by Andrew Lenharth · 19 years ago
  7. 1a93f1c Added regression that breaks gcc4 build by Andrew Lenharth · 19 years ago
  8. 4ac8974 Should pass by reference. by Evan Cheng · 19 years ago
  9. 4dfa85d Another entry by Evan Cheng · 19 years ago
  10. 9d62fa4 Add a note about a note by Chris Lattner · 19 years ago
  11. c703a8f Make PPC call lowering more aggressive, making the isel matching code simple by Chris Lattner · 19 years ago
  12. 7e399c1 Another typo. Pointed out by Nate Begeman. by Evan Cheng · 19 years ago
  13. 6c43f35 Fixed a LowerCallTo and LowerArguments bug. They were introducing illegal by Evan Cheng · 19 years ago
  14. e9b3da1 Fix an obvious bug in getPackedTypeBreakdown. Return 1 if type is legal. by Evan Cheng · 19 years ago
  15. 5beaacc Fix a mis-leading comment. by Evan Cheng · 19 years ago
  16. 782e601 Add a CloneModule call that exposes the mapping of values from the old module by Chris Lattner · 19 years ago
  17. c5d7d7c When we legalize target nodes, do not use getNode to create a new node, by Chris Lattner · 19 years ago
  18. b248e16 Add an assertion, avoid some unneeded work for each call. No functionality by Chris Lattner · 19 years ago
  19. 9a2a497 Switch PPC over to a call-selection model where the lowering code creates by Chris Lattner · 19 years ago
  20. 732baf3 add an external symbol testcase by Chris Lattner · 19 years ago
  21. 413100f new test for various forms of calls by Chris Lattner · 19 years ago
  22. 4e64b5b test for support to pass/return vectors to calls. by Chris Lattner · 19 years ago
  23. c8b682c 3 changes, 2 of which are cleanup one of which changes codegen: by Chris Lattner · 19 years ago
  24. c04ba7a implement passing/returning vector regs to calls, at least non-varargs calls. by Chris Lattner · 19 years ago
  25. da098e7 Add support for calls that pass and return legal vectors. by Chris Lattner · 19 years ago
  26. abde460 Instead of implementing LowerCallTo directly, let the default impl produce an by Chris Lattner · 19 years ago
  27. f4ec817 Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo by Chris Lattner · 19 years ago
  28. 6c0bfc7 Add a new CALL node. by Chris Lattner · 19 years ago
  29. 6cacaee There is now a default impl of this method by Chris Lattner · 19 years ago
  30. af4ec0c Simplify the argument counting logic by only incrementing the index. by Chris Lattner · 19 years ago
  31. b375b5e Simplify the dead argument handling code. by Chris Lattner · 19 years ago
  32. be4849a Vector args passed in registers don't reserve stack space. by Chris Lattner · 19 years ago
  33. 7c65a30 Another testcase that shouldn't need vrsave twiddling by Chris Lattner · 19 years ago
  34. 8ab5fe5 Switch the PPC backend over to using FORMAL_ARGUMENTS for formal argument by Chris Lattner · 19 years ago
  35. 3e34849 this should be 128 I think by Andrew Lenharth · 19 years ago
  36. dae9cbe Move this code to a common place by Andrew Lenharth · 19 years ago
  37. 258926a Remove this xfail-d test, which doesn't make any sense by Chris Lattner · 19 years ago
  38. aa9406b Implement the custom lowering hook right, returning values for all of the by Chris Lattner · 19 years ago
  39. e7746c9 Fix a bug I introduced yesterday, which broke functions with *no* arguments. by Chris Lattner · 19 years ago
  40. 0582887 Make sure to default ${prefix} to /usr/local if the user didn't specify it. by Reid Spencer · 19 years ago
  41. 069287d X86 integer register classes naming changes. Make them consistent with FP, vector classes. by Evan Cheng · 19 years ago
  42. 44a65fa Allow patterns to refer to physical registers that belong to multiple by Evan Cheng · 19 years ago
  43. c14c936 Make sure that $(CXX.Flags) is passed to the linker so that the same options by Reid Spencer · 19 years ago
  44. f3af4ff Make this print the right start pointer by Chris Lattner · 19 years ago
  45. 8c0c10c Add a chain to FORMAL_ARGUMENTS. This is a minimal port of the X86 backend, by Chris Lattner · 19 years ago
  46. c1a8ad7 Add a chain to FORMAL_ARGUMENTS. by Chris Lattner · 19 years ago
  47. e438c2a Replace "../whatever.td" with "whatever.td", so that out-of-tree backends by Vladimir Prus · 19 years ago
  48. 6413fb7 For PR778: Improve doxygenification of this header file. by Reid Spencer · 19 years ago
  49. ab51997 When linking, make sure the project libraries are linked before the LLVM by Reid Spencer · 19 years ago
  50. 9664541 Move function-live-in-handling code from the sdisel code to the scheduler. by Chris Lattner · 19 years ago
  51. 4e92027 Print the vreg that livein physregs are live in by Chris Lattner · 19 years ago
  52. e2e4173 Legalize FORMAL_ARGUMENTS nodes correctly, we don't want to legalize them once by Chris Lattner · 19 years ago
  53. 1100eea Add my homepage, as a test that commit access works by Vladimir Prus · 19 years ago
  54. 00402c7 Fit in 80 cols by Chris Lattner · 19 years ago
  55. 1c8f053 add an abort after every assert(0) by Rafael Espindola · 19 years ago
  56. c64f148 For PR777: by Reid Spencer · 19 years ago
  57. 80626a7 Upgrade in preparation for doxygen 1.4.4. The config file format changed, by Reid Spencer · 19 years ago
  58. 94ae9d3 Improve comment, patch provided by Vladimir Prus! by Chris Lattner · 19 years ago
  59. 374ab30 Update dox, patch by Vladimir Prus! by Chris Lattner · 19 years ago
  60. 6460bec Improve comments, patch provided by Vladimir Prus! by Chris Lattner · 19 years ago
  61. f1925cb Doxygenify the comments, bringing the file level comments down to be attached by Reid Spencer · 19 years ago
  62. f1d2337 Remove some dead code, identified by coverity. by Chris Lattner · 19 years ago
  63. 71a1872 Add myself to the credits. by Owen Anderson · 19 years ago
  64. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 19 years ago
  65. a3fdc02 added myself to CREDITS.TXT by Rafael Espindola · 19 years ago
  66. c780982 Free memory allocated by copy_env. by Chris Lattner · 19 years ago
  67. 53bd1b9 print a nice error if bugpoint gets an error reading inputs. Bug identified by Chris Lattner · 19 years ago
  68. f877e60 Fix a bug found by inspection. by Chris Lattner · 19 years ago
  69. c3bb700 improve comment. by Chris Lattner · 19 years ago
  70. b461131 Catch a potentially thrown exception. by Chris Lattner · 19 years ago
  71. 59e8de3 Improve documentation on throwing, it is not complete still though. :( by Chris Lattner · 19 years ago
  72. 6f3ada5 LoadLibraryPermanently can theoretically throw an exception. Do not propagate by Chris Lattner · 19 years ago
  73. f883eb9 Bug noticed, by inspection. Filename can be null. by Chris Lattner · 19 years ago
  74. 505f9c8 This function is not documented as throwing an exception and callers don't by Chris Lattner · 19 years ago
  75. 5b5cc5f inverted logic, caught by coverity by Chris Lattner · 19 years ago
  76. a0fcc3e remove some dead code identified by coverity by Chris Lattner · 19 years ago
  77. 2f86362 Delete memory allocated by CopyEnv by Chris Lattner · 19 years ago
  78. ff8953a remove dead var by Chris Lattner · 19 years ago
  79. 36a169e remove dead variables by Chris Lattner · 19 years ago
  80. 76b8a33 Change token to match asmprinter output by Chris Lattner · 19 years ago
  81. 3e246dd Backing out last check-in for now. It's causing an infinite loop gccas lencode. by Evan Cheng · 19 years ago
  82. 506efda Update comment. by Chris Lattner · 19 years ago
  83. fd50080 This is a proper fix for the compiler warning. A termination condition is by Chris Lattner · 19 years ago
  84. ca960c9 Fix an infinite loop bug that Vladimir Prus identified. by Reid Spencer · 19 years ago
  85. c7365a9 Add a #include <cassert> for situations where Casting.h is used standalone. by Reid Spencer · 19 years ago
  86. 8820ad5 Fixing 2006-05-01-SchedCausingSpills.ll; some clean up by Evan Cheng · 19 years ago
  87. ee00a1d Revert an un-intended change by Evan Cheng · 19 years ago
  88. dd73e7f Don't try to reference uninitialized data. Make sure we can find "nm". by Reid Spencer · 19 years ago
  89. d42037a For PR741: by Reid Spencer · 19 years ago
  90. 033aaaf Add/Sub/Mul are safe to promote here as well. Incrementing a single-bit by Chris Lattner · 19 years ago
  91. a2d079a Merge identical code. by Chris Lattner · 19 years ago
  92. 70074e0 Implement simple promotion for cast elimination in instcombine. This is by Chris Lattner · 19 years ago
  93. 5250bae New testcase for instcombine by Chris Lattner · 19 years ago
  94. 2144c25 Remove some dead variables. by Chris Lattner · 19 years ago
  95. a87e9cd Remove dead stuff by Chris Lattner · 19 years ago
  96. 12d8f2b Fix build breakage :( by Chris Lattner · 19 years ago
  97. 98d0d7d More coverity fixes by Chris Lattner · 19 years ago
  98. 03ea4c8 Dead variable by Chris Lattner · 19 years ago
  99. b65e725 Remove dead var, fix bad override. by Chris Lattner · 19 years ago
  100. 3e41da2 Don't use old-style casts. This prevents compiler warnings when CommandLine.h by Reid Spencer · 19 years ago