1. 169584e Rename MRMS[0-7]{r,m} to MRM[0-7]{r,m}. by Alkis Evlogimenos · 21 years ago
  2. 7d90a27 setcond instructions don't have aliasing implications. by Chris Lattner · 21 years ago
  3. 2f1403a Added d and hbd MultiSource applications. by John Criswell · 21 years ago
  4. 0809253 Fix Regression/Assembler/2004-02-27-SelfUseAssertError.ll by Chris Lattner · 21 years ago
  5. 1aed1c7 Fix a verifier bug that was preventing us from ripping povray+libpng to pieces. by Chris Lattner · 21 years ago
  6. 17d3a87 Build zlib and libpng by Chris Lattner · 21 years ago
  7. 0e27c98 Updates from Reid by Chris Lattner · 21 years ago
  8. 08388a4 Add memory operand folding support for the SETcc family of instructions. by Alkis Evlogimenos · 21 years ago
  9. bd16ef8 Make MachineOperand's immediate value an int and save 4 bytes out of by Alkis Evlogimenos · 21 years ago
  10. e56508e Add memory operand folding support for SHLD and SHRD instructions. by Alkis Evlogimenos · 21 years ago
  11. 58ec605 Add memory operand folding support for SHL, SHR and SAR, SHLD instructions. by Alkis Evlogimenos · 21 years ago
  12. e35ba65 Rename SHL, SHR, SAR, SHLD and SHLR instructions to make them by Alkis Evlogimenos · 21 years ago
  13. 6175735 Initial checkin of document, contributed by Reid Spencer. by Chris Lattner · 21 years ago
  14. a0ebceb Implement test/Regression/Transforms/InstCombine/canonicalize_branch.ll by Chris Lattner · 21 years ago
  15. f7b0041 The instcombiner should canonicalize comparisons. by Chris Lattner · 21 years ago
  16. fc54e83 Rename member function to be consistent with the rest. by Alkis Evlogimenos · 21 years ago
  17. 4817e9c Add improvements to the code generator. by Alkis Evlogimenos · 21 years ago
  18. 57af2cf Make spiller push stores right after the definition of a register so by Alkis Evlogimenos · 21 years ago
  19. ddcfd9e Fix crash caused by passing register 0 to MRegisterInfo::isPhysicalRegister(). by Alkis Evlogimenos · 21 years ago
  20. 8fa16e4 Clear maps right after basic block is processed. by Alkis Evlogimenos · 21 years ago
  21. b07dddd Doxygenify comments. by Misha Brukman · 21 years ago
  22. 2729408 Doxygenify and tersify comments. by Misha Brukman · 21 years ago
  23. 412926e Added PR258 and 259. by John Criswell · 21 years ago
  24. fd04ee6 Added support for C++ compilation. by John Criswell · 21 years ago
  25. 28ccd02 C++ version of llvm-native-gcc. by John Criswell · 21 years ago
  26. fad5c3a Fixed test case to actually check for the static declaration. Oops. by John Criswell · 21 years ago
  27. 726f0b8 Regression tests for PR258 and PR259. by John Criswell · 21 years ago
  28. 3799eec Fixes for PR258 and PR259. by John Criswell · 21 years ago
  29. cb58240 Be a good little compiler and handle direct calls efficiently, even if there by Chris Lattner · 21 years ago
  30. 71e353e Uncomment assertions that register# != 0 on calls to by Alkis Evlogimenos · 21 years ago
  31. 0550256 Modified the default pathname for Povray. by John Criswell · 21 years ago
  32. 4f77caa Since LLVM uses structure type equivalence, it isn't useful to keep around by Chris Lattner · 21 years ago
  33. c230978 Annotations are evil. This makes Value not derive from Annotable, which makes by Chris Lattner · 21 years ago
  34. fd343b0 add note by Chris Lattner · 21 years ago
  35. 0e7ac16 Use a map instead of annotations by Chris Lattner · 21 years ago
  36. c814937 Make TargetData no longer use annotations! by Chris Lattner · 21 years ago
  37. 32f54f3 Eliminate copy-and-paste comments by Chris Lattner · 21 years ago
  38. b1dfc70 remove obsolete comment by Chris Lattner · 21 years ago
  39. 1cd4c72 Make sure that at least one virtual method is defined in a .cpp file to avoid by Chris Lattner · 21 years ago
  40. f2dbf50e turn things like: if (X == 0 || X == 2) by Chris Lattner · 21 years ago
  41. 7b1af15 No need to clear the map here, it will always be empty by Chris Lattner · 21 years ago
  42. 7c78afe Fix a bug in the densemap that was killing the local allocator, and probably by Chris Lattner · 21 years ago
  43. 271143f Remove .micro references as those files no longer exist and add some more recent Makefile additions to the list by Alkis Evlogimenos · 21 years ago
  44. 00fa65b Fix typeo. grow() cannot shrink storage. clear() should really nuke storage by Chris Lattner · 21 years ago
  45. af6926a Fix typo by Chris Lattner · 21 years ago
  46. abcdf80 The node doesn't have to be _no_ node flags, it just has to be complete and by Chris Lattner · 21 years ago
  47. 1fe9874 Add _more_ functions by Chris Lattner · 21 years ago
  48. f74a401 We have this snazzy link-time optimizer. How about we start using it? This by Chris Lattner · 21 years ago
  49. 8dd8d26 Fix some warnings, some of which were spurious, and some of which were real by Chris Lattner · 21 years ago
  50. 23e6c1f Instructions to call and return from functions. by Misha Brukman · 21 years ago
  51. 3a9ec19 One B00g fixed. by Brian Gaeke · 21 years ago
  52. 4c50715 Temporarily comment out asserts as they break things. I will uncomment by Alkis Evlogimenos · 21 years ago
  53. f3dd0db Fix typo. I wonder how this actually worked. by Alkis Evlogimenos · 21 years ago
  54. 1e3aba1 Complete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT and USE_SPEC200 rename. by Alkis Evlogimenos · 21 years ago
  55. cf14e71 Two changes: by Chris Lattner · 21 years ago
  56. 26b6dac New testcase by Chris Lattner · 21 years ago
  57. c420ab6 When building local graphs, clone the initializer for constant globals into each by Chris Lattner · 21 years ago
  58. e3fcabe Fix bugs found with recent addition of assertions in by Alkis Evlogimenos · 21 years ago
  59. 51c06ab Simplify the dead node elimination stuff by Chris Lattner · 21 years ago
  60. 52fc8d7 Add a bunch more functions by Chris Lattner · 21 years ago
  61. 153f240 Try harder to get symbol info by Chris Lattner · 21 years ago
  62. 9d20b71 Represent va_list in interpreter as a (ec-stack-depth . var-arg-index) by Brian Gaeke · 21 years ago
  63. 367b91d Great sparc renaming fallout IV: Sparc --> SparcV9. by Brian Gaeke · 21 years ago
  64. 332d5d0 Duh, forgot to close the parenthesis. by Alkis Evlogimenos · 21 years ago
  65. 338ce3d Add assert to isPhysicalRegister and isVirtualRegister to fail when by Alkis Evlogimenos · 21 years ago
  66. 1d8b28a Remove asssert since it is breaking cases that it shouldn't. by Alkis Evlogimenos · 21 years ago
  67. 4d0d864 Add DenseMap template and actually use it for for mapping virtual regs by Alkis Evlogimenos · 21 years ago
  68. dd429c6 Add a new pass, run internalize first by Chris Lattner · 21 years ago
  69. a93d19f Add a new pass by Chris Lattner · 21 years ago
  70. fdf6a3c Add prototype by Chris Lattner · 21 years ago
  71. 079236d My faith in programmers has been found to be totally misplaced. One would by Chris Lattner · 21 years ago
  72. 757df02 SparcV8 regs are really 32-bit, not 64! Thanks, Chris. by Misha Brukman · 21 years ago
  73. e07c2aa Clean up the tablegen descriptions for SparcV8. by Misha Brukman · 21 years ago
  74. 5914bf6 Fix the SparcV8 register definitions that were imported from PPC template. by Misha Brukman · 21 years ago
  75. 3dff822 SparcV8 has different types of instructions, but F1 is only used for CALL. by Misha Brukman · 21 years ago
  76. f44f727 Note that this test is currently expected to fail. by Brian Gaeke · 21 years ago
  77. 95c34f2 Add an assertion by Chris Lattner · 21 years ago
  78. 8712442 Fix failures in 099.go due to the cfgsimplify pass creating switch instructions by Chris Lattner · 21 years ago
  79. e785e53 SparcV8 skeleton by Brian Gaeke · 21 years ago
  80. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 21 years ago
  81. e3d6807 Great renaming: Sparc --> SparcV9 by Brian Gaeke · 21 years ago
  82. adc1efe Add a bunch more functions used by perlbmk by Chris Lattner · 21 years ago
  83. cac4b8e Updated to use llc to generate CBE code. by John Criswell · 21 years ago
  84. a39719f Substantial improvements and cleanups for the release notes. We were missing by Chris Lattner · 21 years ago
  85. 940ff56 Fix incorrect debug code by Chris Lattner · 21 years ago
  86. 5f2c7b1 Teach the instruction selector how to transform 'array' GEP computations into X86 by Chris Lattner · 21 years ago
  87. b6bac51 * Make the previous patch more efficient by not allocating a temporary MachineInstr by Chris Lattner · 21 years ago
  88. 2e68037 Add a helper to create an addressing mode given all of the pieces. by Chris Lattner · 21 years ago
  89. 985fe3d add an inefficient way of folding structure and constant array indexes together by Chris Lattner · 21 years ago
  90. 5a83096 Implement special case for storing an immediate into memory so that we don't need by Chris Lattner · 21 years ago
  91. bb92f6f Cygwin defines log2 as a macro. Undef it here IFF it has already been defined, by Brian Gaeke · 21 years ago
  92. 2051fe3 small portability fix. by Brian Gaeke · 21 years ago
  93. 39bb2dc Add support for 'rename' by Chris Lattner · 21 years ago
  94. 2a11653 Make the verifier a little more explicit about this problem. by Chris Lattner · 21 years ago
  95. d561209 Add support for remove, fwrite, and fread by Chris Lattner · 21 years ago
  96. 878be7d Added the VTune tests. by John Criswell · 21 years ago
  97. 748fba1 FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar by Brian Gaeke · 21 years ago
  98. 2bcab1f Fix some unexpected fallout from the config.h changes. Because the CBE no by Chris Lattner · 21 years ago
  99. d38f208 Fix a faulty optimization on FP values by Chris Lattner · 21 years ago
  100. 6e4ca61 Fixed minor typos. by John Criswell · 21 years ago