1. ceb7d2f Moved insertCallerSavingCode() to PhyRegAlloc and by Vikram S. Adve · 21 years ago
  2. b403b2c Add const version of getLiveRangeForValue(). by Vikram S. Adve · 21 years ago
  3. 102f295 Code to insert caller-saves moved here from SparcRegInfo: it is now by Vikram S. Adve · 21 years ago
  4. 0eb7f74 Don't require a BB to look-up live variables, unless they may need to by Vikram S. Adve · 21 years ago
  5. c78022e Enable JIT when the platform supports it. by John Criswell · 21 years ago
  6. a1f1fea * Correctly emit a far call if the target address does not fit into 30 bits by Misha Brukman · 21 years ago
  7. 89e8be0 * Stop hard-coding a value for beginning of emitted code on Sparc since we can by Misha Brukman · 21 years ago
  8. de9720f * Disambiguate symbols before we start splitting module by functions by Misha Brukman · 21 years ago
  9. 46721dd Regression test for incorrect character emitted to char array. by Vikram S. Adve · 21 years ago
  10. 38dbde1 Fix copy and paste-o by Chris Lattner · 21 years ago
  11. c8c377d Move "register flags" definition the type of registers to be fully fledged by Chris Lattner · 21 years ago
  12. 5d7407c Move value type enums to CodeGen/ValueTypes.h by Chris Lattner · 21 years ago
  13. ad5e1f8 Define target value types in a form usable by target-independent code by Chris Lattner · 21 years ago
  14. 2d10d75 Made many paragraphs fit into 80 characters per line to avoid wrapping in an by Misha Brukman · 21 years ago
  15. 2418b11 Add support for Alpha intrinsics, contributed by Rahul Joshi by Chris Lattner · 21 years ago
  16. f4836c7 Add alpha intrinsics, contributed by Rahul Joshi by Chris Lattner · 21 years ago
  17. c1e39ee Implemented cleanups as suggested by Chris: by Misha Brukman · 21 years ago
  18. fe04db8 Added comment to function isExecutingJIT() by Misha Brukman · 21 years ago
  19. b64dbf2 Added two tasks: by John Criswell · 21 years ago
  20. fd31a78 Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags. by Misha Brukman · 21 years ago
  21. 79223ed Added comma after `i.e.' by Misha Brukman · 21 years ago
  22. 3ce4ac6 The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes by Misha Brukman · 21 years ago
  23. 90a24c7 Lined things up in a more aesthetically pleasing way. by Misha Brukman · 21 years ago
  24. 91eabc1 BugDriver.h: by Misha Brukman · 21 years ago
  25. d69c1e6 Add ability for external C code to get pointers to functions given their name. by Misha Brukman · 21 years ago
  26. d94a50f Clean up code dealing with RTLD_SELF differences on Sparc and X86. by Misha Brukman · 21 years ago
  27. df38dae Fix reference to architecture. by Misha Brukman · 21 years ago
  28. 248ea32 Add in support to load shared objects (-load is provided by Support library). by Misha Brukman · 21 years ago
  29. 686e65f Removed extra parenthesis and fixed spelling. by Misha Brukman · 21 years ago
  30. ebb20c5 Need to include <string> to fix compile error on Sun by Tanya Lattner · 21 years ago
  31. 38b8979 Specify the value type for the register, not just the size. by Chris Lattner · 21 years ago
  32. b3aa319 Instead of specifying the SIZE of the register, go so far as to specify by Chris Lattner · 21 years ago
  33. 2e72454 Add support for Set statements without {}'s. Now we can just say by Chris Lattner · 21 years ago
  34. ce3d640 Allow initializing variable initializers with variables by Chris Lattner · 21 years ago
  35. 6991046 Somehow "simplest" test became a hello world test. Rectify this. by Chris Lattner · 21 years ago
  36. d281de2 Rename function to be more consistent with filename by Chris Lattner · 21 years ago
  37. 1194e95 Code generation phases are not allowed to modify the LLVM representation. by Chris Lattner · 21 years ago
  38. 8d3f8e2 Making this code const-correct would be a pain, so I'll hack it. by Chris Lattner · 21 years ago
  39. 9e2dd8f Const correctness fixes by Chris Lattner · 21 years ago
  40. 9cdaa63 Be const correct by Chris Lattner · 21 years ago
  41. e5a61cc Hrm, another necesary one :( by Chris Lattner · 21 years ago
  42. 70534ee Whoops, this one was needed by Chris Lattner · 21 years ago
  43. dee1263 We don't modify the LLVM rep, remain const correct by Chris Lattner · 21 years ago
  44. 2a865b0 If the pass changes _anything_ it must return true by Chris Lattner · 21 years ago
  45. 6856d11 This code doesn't modify the LLVM structure, keep stuff const by Chris Lattner · 21 years ago
  46. 1d598fa Remove #include by Chris Lattner · 21 years ago
  47. bae47e5 Remove extraneous #includes by Chris Lattner · 21 years ago
  48. 1f2bbaa Fix another minor bug by Chris Lattner · 21 years ago
  49. 869ff9e Remove #includes by Chris Lattner · 21 years ago
  50. 919937d Simplify some makefile magic, no functional changes by Chris Lattner · 21 years ago
  51. d6f1537 Add fixmes by Chris Lattner · 21 years ago
  52. 7dc7de5 (1) Major fix to the way unused regs. are marked and found for the FP by Vikram S. Adve · 21 years ago
  53. 8d6b9fe This test has been automatized by Chris Lattner · 21 years ago
  54. 4446617 Update to use more modern graph checker by Chris Lattner · 21 years ago
  55. 6235b2a New testcase, an automatized version of Vikrams ggcollapse.c file by Chris Lattner · 21 years ago
  56. e9a567c 1. Fix a case that was marking the invalid reg. num. (-1) as used, by Vikram S. Adve · 21 years ago
  57. bc001b2 (1) Change the way unused regs. are marked and found to consider regType by Vikram S. Adve · 21 years ago
  58. 523eb3f Change the way unused regs. are marked and found to consider regType by Vikram S. Adve · 21 years ago
  59. 34a8567 Remove unused field. Change the way unused regs. are marked and by Vikram S. Adve · 21 years ago
  60. b1e6f05 Add an assertion. by Vikram S. Adve · 21 years ago
  61. 1e4bed7 Remove testcase which has been automatized by Chris Lattner · 21 years ago
  62. e41fb36 Checkin of Vikram's ggfuncptr.c test adapted for automatic checking by Chris Lattner · 21 years ago
  63. e7e221a Dont' try to parse the colon by Chris Lattner · 21 years ago
  64. f2d0134 Add a more general check-flags which can be used to ensure arbitrary flags are set by Chris Lattner · 21 years ago
  65. 6b902dc Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>, by Brian Gaeke · 21 years ago
  66. 49a178b Don't include llvm/SlotCalculator.h, or <set>. by Brian Gaeke · 21 years ago
  67. 00fee61 Forward-declare class Module to make the header file self-contained. by Brian Gaeke · 21 years ago
  68. 2e99791 More cassert inclusion for GCC 3.3 by Chris Lattner · 21 years ago
  69. a731307 Change reference to assert.h to mention cassert by Chris Lattner · 21 years ago
  70. 09cea35 Brian implemented the static compiler, take it off the list by Chris Lattner · 21 years ago
  71. be67780 #include <cassert> as necessary... by Chris Lattner · 21 years ago
  72. 02a31a5 Fix another accessibility problem illuminated by GCC 3.3 by Chris Lattner · 21 years ago
  73. d091d85 Fix visibility problem exposed by GCC 3.3 by Chris Lattner · 21 years ago
  74. 0192e36 Remove inline declarations that GCC 3.3 doesn't like without a body by Chris Lattner · 21 years ago
  75. ceef97a Regardless of whether C provides assert.h, C++ source can always include by Chris Lattner · 21 years ago
  76. d957518 Use the C++ <cassert> header, not the C <assert.h> header by Chris Lattner · 21 years ago
  77. b1512d2 This header works with GCC 3.3 by Chris Lattner · 21 years ago
  78. b5b3c6f Use C++ headers, not C headers by Chris Lattner · 21 years ago
  79. a44a4cd Add includes of assert by Chris Lattner · 21 years ago
  80. 32862da Fix accessibility problems GCC 3.3 by Chris Lattner · 21 years ago
  81. ab63bd1 Add assert.h include by Chris Lattner · 21 years ago
  82. 9c37f9c Convert to C++ style comments by Chris Lattner · 21 years ago
  83. 7f90b52 Include vector into these two files to ensure that specializations like by Vikram S. Adve · 21 years ago
  84. a259c9b Made a bunch of cleanups, as per Chris' recommendations: by Misha Brukman · 21 years ago
  85. 4166445 Cleanups: by Brian Gaeke · 21 years ago
  86. b198ca3 Factor out name-mangling from X86/Printer, which is derived from CWriter, by Brian Gaeke · 21 years ago
  87. d9fb37a Use unified CWriter-X86/Printer name mangler. Do not bother using by Brian Gaeke · 21 years ago
  88. 12642fd More testcases, which I'll implement later by Chris Lattner · 21 years ago
  89. d2a0896 Modernize testcase by Chris Lattner · 21 years ago
  90. b5874f1 New testcase by Chris Lattner · 21 years ago
  91. 943c713 Instcombine: (A >> c1) << c2 for signed integers by Chris Lattner · 21 years ago
  92. 709ad40 New testcases for signed shifts by Chris Lattner · 21 years ago
  93. 5073336 Major addition to bugpoint: ability to debug code generators (LLC and LLI). by Misha Brukman · 21 years ago
  94. 08fd7ab Reorganization of code, no functional changes. by Chris Lattner · 21 years ago
  95. 3d8d9f7 It doesn't appear that we need to #include these. by Brian Gaeke · 21 years ago
  96. 24c8e38 Allow folding several instructions into casts, which can simplify a lot by Chris Lattner · 21 years ago
  97. 8baa92e Minor cleanups by Chris Lattner · 21 years ago
  98. b3011a0 Constify most methods. We could have constified doInitialization and by Brian Gaeke · 21 years ago
  99. c3c1d32 Disable sample project until it works by Chris Lattner · 21 years ago
  100. 84f644a Add new tests, make existing tests more difficult by Chris Lattner · 21 years ago