1. 4542c43 Two Changes: by Reid Spencer · 20 years ago
  2. 572c256 Add boolean file format flags in preparation for version 5 bytecode. by Reid Spencer · 20 years ago
  3. 5b472d9 Bytecode Reader Cleanup: by Reid Spencer · 20 years ago
  4. 2664277 Dump the DependentLibsBlockID, its not a block, its just a list inside the by Reid Spencer · 20 years ago
  5. a96c4af Back out branchless SetCC code. While it helped a lot in some cases, it by Nate Begeman · 20 years ago
  6. b586c08 Add new methods: by Reid Spencer · 20 years ago
  7. e6df25c Bytecode Analyzer cleanup: by Reid Spencer · 20 years ago
  8. 037d732 Alignment is now in bits. by Chris Lattner · 20 years ago
  9. 608034e Switch from bytes to bits for alignment. by Chris Lattner · 20 years ago
  10. ff0a6e6 Switch from bytes to bits for alignment for consistency by Chris Lattner · 20 years ago
  11. fae8969 Reduce uses of getRegClass by Chris Lattner · 20 years ago
  12. 2b0e300 Convert regclass alignment from bytes to bites by Chris Lattner · 20 years ago
  13. 0e36277 Convert bytes to bits in alignment by Chris Lattner · 20 years ago
  14. 7008034 Register info alignment is in bits, frame object alignment is (currently) in by Chris Lattner · 20 years ago
  15. 98df506 Make alignment be in bits, just like size is by Chris Lattner · 20 years ago
  16. 8edcd84 Reduce uses of getRegClass by Chris Lattner · 20 years ago
  17. fa1face Now that we have per-register spill size/alignment info, remove more uses by Chris Lattner · 20 years ago
  18. 987b5cc Infer the spillsize/alignment of a register based on the register classes by Chris Lattner · 20 years ago
  19. 5767775 Support "Methods" in register classes in CodgeGenRegisterClass by Chris Lattner · 20 years ago
  20. 12585ba Fix warning by Chris Lattner · 20 years ago
  21. 57b6eec Examine the type code in the setcc class of instructions and if it by Reid Spencer · 20 years ago
  22. c330612 Move XForm instructions over to the auto-generated asm writer by Nate Begeman · 20 years ago
  23. 056afef Start parsing register classes into a more structured form by Chris Lattner · 20 years ago
  24. 7a680c6 Read in declared reg sizes by Chris Lattner · 20 years ago
  25. b4d83c1 Add two values by Chris Lattner · 20 years ago
  26. 72cf7df Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB by Chris Lattner · 20 years ago
  27. 53aa793 Change @ -> % in config files. @name@ might be needed for config files to by Reid Spencer · 20 years ago
  28. b65eadb remove some things from the todo list. by Nate Begeman · 20 years ago
  29. f908888 Do not register ppc64 yet, as it breaks the SparcV9 backend by Chris Lattner · 20 years ago
  30. 42db1a0 quish a warning by Chris Lattner · 20 years ago
  31. 5527c0b Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.ll by Reid Spencer · 20 years ago
  32. b47321b Implement code to convert SetCC into straight line code where appropriate. Add necessary instructions for this transformation to the .td file. by Nate Begeman · 20 years ago
  33. 05e90a0 Remove even the slightest chance of a race condition occurring :) by Reid Spencer · 20 years ago
  34. b38e405 Implement the correct search for configuration files. llvmc will now try by Reid Spencer · 20 years ago
  35. aa43a4b Add CONFIG_FILES so the language specific config files can be installed. by Reid Spencer · 20 years ago
  36. fc94508 Added a set of rules for installing configuration files. You can now say by Reid Spencer · 20 years ago
  37. 9a8fedd Implement Assembly support. by Reid Spencer · 20 years ago
  38. ff22c42 Changes resulting from change in autoconf/configure.in (rename a #define) by Reid Spencer · 20 years ago
  39. 19d96ee Actually name the #define correctly. by Reid Spencer · 20 years ago
  40. 1cd3bee Added various LLVM_* strings that are configured to provide the user's by Reid Spencer · 20 years ago
  41. e9de091 Update after change to autoconf/configure.ac by Reid Spencer · 20 years ago
  42. a91929d Change version 1.3 -> 1.4 by Reid Spencer · 20 years ago
  43. 0c97a62 New testcase that the vector support does not work with yet. by Chris Lattner · 20 years ago
  44. 442729a Added various tests in support of Packed Types. by Reid Spencer · 20 years ago
  45. bf60a09 Added a test case for packed types. Test case kindly provided by Brad Jones by Reid Spencer · 20 years ago
  46. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 20 years ago
  47. 4e5b9e1 Avoid building samples. Require explicit list of directory names to build. by Reid Spencer · 20 years ago
  48. 1c54afa Make people explicitly add dirs to this. Remove ModuleMaker as it currently by Chris Lattner · 20 years ago
  49. cd8cf63 Only build project dirs with a Makefile in them. This should fix the by Chris Lattner · 20 years ago
  50. 980c50f Bug fixed by Chris Lattner · 20 years ago
  51. 4e4c444 If we are linking two global variables and they have the same size, do not by Chris Lattner · 20 years ago
  52. 43f20a5 Fix opcodes being printed in caps (the more general fix may be `AsmWriter') by Misha Brukman · 20 years ago
  53. f51a87c Actually let it compile after file name changes. by Reid Spencer · 20 years ago
  54. 1601d9c Stack space for argument passing is 32 regardless of 32- vs. 64-bit arch. by Misha Brukman · 20 years ago
  55. 983e92d LR needs to be saved at 16-byte offset on a 64-bit arch by Misha Brukman · 20 years ago
  56. 4debafb On 64-bit PowerPC, pointers are 8 bytes, so parameter area offset is 48, not 24 by Misha Brukman · 20 years ago
  57. cbabe7f Moved ConfigData -> Configuration by Reid Spencer · 20 years ago
  58. d2cbb87 This PHI has 4 additional operands, not 2. by Misha Brukman · 20 years ago
  59. 903990d Moved these files to "SmallExamples" directory. by Reid Spencer · 20 years ago
  60. e784fa4 Add the fibonacci example provided by Valery Khamenya. by Reid Spencer · 20 years ago
  61. f3b4755 Make the SmallExamples programs compile in their new home. by Reid Spencer · 20 years ago
  62. 95ab78a Use the appropriate 64-bit register description file. by Misha Brukman · 20 years ago
  63. cad396d Fixed the test to actually run correctly. by Reid Spencer · 20 years ago
  64. 0b6e55b Add a test case test test 1.3 alignment removal and to test a regression by Reid Spencer · 20 years ago
  65. 5e9867e Fix more remaining 32-bit vestiges of PowerPC by Misha Brukman · 20 years ago
  66. cc55ad5 Fix another vestige of the 32-bit PowerPC backend. by Misha Brukman · 20 years ago
  67. ab566ea Correct character prepended to global symbols ('.'), use Mangler consistently by Misha Brukman · 20 years ago
  68. 1c514ec * Eliminate global base register, r2 is used for that on AIX/PowerPC by Misha Brukman · 20 years ago
  69. 85aa4d0 Wrap long lines. by Misha Brukman · 20 years ago
  70. 1e67d4d Convert casts that will have no effect into move instructions. by Nate Begeman · 20 years ago
  71. 81d265d Clean up floating point instruction selection. by Nate Begeman · 20 years ago
  72. bae6825 Implement many new features for llvmc. This is the first version that will by Reid Spencer · 20 years ago
  73. 8831db7 Instead of int64_t, overload itostr with `long long' parameter. by Misha Brukman · 20 years ago
  74. 43dfdb7 Correct a link, add a TOC entry. by Reid Spencer · 20 years ago
  75. 09daa63 Provided opcode definitions. by Reid Spencer · 20 years ago
  76. d664095 M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it and by Brian Gaeke · 20 years ago
  77. 418379e Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. by Brian Gaeke · 20 years ago
  78. e058b27 Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. by Brian Gaeke · 20 years ago
  79. a1e51ff Convert to the new MachineFunctionInfo interface by Chris Lattner · 20 years ago
  80. 8bdf87d All targets are now allowed to have their own MachineFunctionInfo objects, by Chris Lattner · 20 years ago
  81. b406d84 M_PSEUDO_FLAG is no longer used. Get rid of it and its accessor. by Brian Gaeke · 20 years ago
  82. 5978a53 The SparcV9 target no longer uses any pseudoinstructions (SETSW, SETUW, by Brian Gaeke · 20 years ago
  83. f84ee38 The Create*Const methods don't need to pass around a TargetMachine reference. by Brian Gaeke · 20 years ago
  84. 6614992 Doxygenify some comments. by Brian Gaeke · 20 years ago
  85. 883342c Switch V9 over to using the AsmPrinter base class to do its constant printing by Chris Lattner · 20 years ago
  86. f746a7d Rename var by Chris Lattner · 20 years ago
  87. b6e678b Alkis pointed out that this is not a character (we actually support strings) by Chris Lattner · 20 years ago
  88. 30bad4a new method by Chris Lattner · 20 years ago
  89. 7d057a3 Add support for targets without a .zero directive by Chris Lattner · 20 years ago
  90. 5069438 This file is no longer used. by Misha Brukman · 20 years ago
  91. 69d485e Start using alignment output routines from AsmPrinter. by Chris Lattner · 20 years ago
  92. c6393f8 Start using alignment output routines from AsmPrinter. by Chris Lattner · 20 years ago
  93. e265504 Add an overload by Chris Lattner · 20 years ago
  94. bfddc20 Add support for alignment by Chris Lattner · 20 years ago
  95. d2b0bb4 Add a new helper method to get log2(type alignment) by Chris Lattner · 20 years ago
  96. cdab78f Add punctuation, add a new method by Chris Lattner · 20 years ago
  97. b5e1dec Add itostr(long) for our furry 64-bit friends. by Misha Brukman · 20 years ago
  98. 274ba03 Ultra-doxygenify some function header comments. by Misha Brukman · 20 years ago
  99. 91b362b Check constant expression validity more strictly by Chris Lattner · 20 years ago
  100. c6d2f15 Work around PR424 for old c/c++ frontends. by Chris Lattner · 20 years ago