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