1. ff22c42 Changes resulting from change in autoconf/configure.in (rename a #define) by Reid Spencer · 21 years ago
  2. 19d96ee Actually name the #define correctly. by Reid Spencer · 21 years ago
  3. 1cd3bee Added various LLVM_* strings that are configured to provide the user's by Reid Spencer · 21 years ago
  4. e9de091 Update after change to autoconf/configure.ac by Reid Spencer · 21 years ago
  5. a91929d Change version 1.3 -> 1.4 by Reid Spencer · 21 years ago
  6. 0c97a62 New testcase that the vector support does not work with yet. by Chris Lattner · 21 years ago
  7. 442729a Added various tests in support of Packed Types. by Reid Spencer · 21 years ago
  8. bf60a09 Added a test case for packed types. Test case kindly provided by Brad Jones by Reid Spencer · 21 years ago
  9. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago
  10. 4e5b9e1 Avoid building samples. Require explicit list of directory names to build. by Reid Spencer · 21 years ago
  11. 1c54afa Make people explicitly add dirs to this. Remove ModuleMaker as it currently by Chris Lattner · 21 years ago
  12. cd8cf63 Only build project dirs with a Makefile in them. This should fix the by Chris Lattner · 21 years ago
  13. 980c50f Bug fixed by Chris Lattner · 21 years ago
  14. 4e4c444 If we are linking two global variables and they have the same size, do not by Chris Lattner · 21 years ago
  15. 43f20a5 Fix opcodes being printed in caps (the more general fix may be `AsmWriter') by Misha Brukman · 21 years ago
  16. f51a87c Actually let it compile after file name changes. by Reid Spencer · 21 years ago
  17. 1601d9c Stack space for argument passing is 32 regardless of 32- vs. 64-bit arch. by Misha Brukman · 21 years ago
  18. 983e92d LR needs to be saved at 16-byte offset on a 64-bit arch by Misha Brukman · 21 years ago
  19. 4debafb On 64-bit PowerPC, pointers are 8 bytes, so parameter area offset is 48, not 24 by Misha Brukman · 21 years ago
  20. cbabe7f Moved ConfigData -> Configuration by Reid Spencer · 21 years ago
  21. d2cbb87 This PHI has 4 additional operands, not 2. by Misha Brukman · 21 years ago
  22. 903990d Moved these files to "SmallExamples" directory. by Reid Spencer · 21 years ago
  23. e784fa4 Add the fibonacci example provided by Valery Khamenya. by Reid Spencer · 21 years ago
  24. f3b4755 Make the SmallExamples programs compile in their new home. by Reid Spencer · 21 years ago
  25. 95ab78a Use the appropriate 64-bit register description file. by Misha Brukman · 21 years ago
  26. cad396d Fixed the test to actually run correctly. by Reid Spencer · 21 years ago
  27. 0b6e55b Add a test case test test 1.3 alignment removal and to test a regression by Reid Spencer · 21 years ago
  28. 5e9867e Fix more remaining 32-bit vestiges of PowerPC by Misha Brukman · 21 years ago
  29. cc55ad5 Fix another vestige of the 32-bit PowerPC backend. by Misha Brukman · 21 years ago
  30. ab566ea Correct character prepended to global symbols ('.'), use Mangler consistently by Misha Brukman · 21 years ago
  31. 1c514ec * Eliminate global base register, r2 is used for that on AIX/PowerPC by Misha Brukman · 21 years ago
  32. 85aa4d0 Wrap long lines. by Misha Brukman · 21 years ago
  33. 1e67d4d Convert casts that will have no effect into move instructions. by Nate Begeman · 21 years ago
  34. 81d265d Clean up floating point instruction selection. by Nate Begeman · 21 years ago
  35. bae6825 Implement many new features for llvmc. This is the first version that will by Reid Spencer · 21 years ago
  36. 8831db7 Instead of int64_t, overload itostr with `long long' parameter. by Misha Brukman · 21 years ago
  37. 43dfdb7 Correct a link, add a TOC entry. by Reid Spencer · 21 years ago
  38. 09daa63 Provided opcode definitions. by Reid Spencer · 21 years ago
  39. d664095 M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it and by Brian Gaeke · 21 years ago
  40. 418379e Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. by Brian Gaeke · 21 years ago
  41. e058b27 Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. by Brian Gaeke · 21 years ago
  42. a1e51ff Convert to the new MachineFunctionInfo interface by Chris Lattner · 21 years ago
  43. 8bdf87d All targets are now allowed to have their own MachineFunctionInfo objects, by Chris Lattner · 21 years ago
  44. b406d84 M_PSEUDO_FLAG is no longer used. Get rid of it and its accessor. by Brian Gaeke · 21 years ago
  45. 5978a53 The SparcV9 target no longer uses any pseudoinstructions (SETSW, SETUW, by Brian Gaeke · 21 years ago
  46. f84ee38 The Create*Const methods don't need to pass around a TargetMachine reference. by Brian Gaeke · 21 years ago
  47. 6614992 Doxygenify some comments. by Brian Gaeke · 21 years ago
  48. 883342c Switch V9 over to using the AsmPrinter base class to do its constant printing by Chris Lattner · 21 years ago
  49. f746a7d Rename var by Chris Lattner · 21 years ago
  50. b6e678b Alkis pointed out that this is not a character (we actually support strings) by Chris Lattner · 21 years ago
  51. 30bad4a new method by Chris Lattner · 21 years ago
  52. 7d057a3 Add support for targets without a .zero directive by Chris Lattner · 21 years ago
  53. 5069438 This file is no longer used. by Misha Brukman · 21 years ago
  54. 69d485e Start using alignment output routines from AsmPrinter. by Chris Lattner · 21 years ago
  55. c6393f8 Start using alignment output routines from AsmPrinter. by Chris Lattner · 21 years ago
  56. e265504 Add an overload by Chris Lattner · 21 years ago
  57. bfddc20 Add support for alignment by Chris Lattner · 21 years ago
  58. d2b0bb4 Add a new helper method to get log2(type alignment) by Chris Lattner · 21 years ago
  59. cdab78f Add punctuation, add a new method by Chris Lattner · 21 years ago
  60. b5e1dec Add itostr(long) for our furry 64-bit friends. by Misha Brukman · 21 years ago
  61. 274ba03 Ultra-doxygenify some function header comments. by Misha Brukman · 21 years ago
  62. 91b362b Check constant expression validity more strictly by Chris Lattner · 21 years ago
  63. c6d2f15 Work around PR424 for old c/c++ frontends. by Chris Lattner · 21 years ago
  64. 5676310 Print comments with ; by Chris Lattner · 21 years ago
  65. 0554fb6 Use a designated comment character when printing comments. by Chris Lattner · 21 years ago
  66. 7558526 Allow targets to specify a comment character by Chris Lattner · 21 years ago
  67. 85baf76 Added a *very* initial cut at a lexicon for LLVM. I don't plan to write by Reid Spencer · 21 years ago
  68. aaa3da9 Documented (Java properties file like) syntax of config file format by Reid Spencer · 21 years ago
  69. 2d1e01c Add a reference to the ComilerDriver documentation. by Reid Spencer · 21 years ago
  70. 38d54be Bytecode File Format Changes: by Reid Spencer · 21 years ago
  71. cf549e1 Documented the removal of alignment in version 4 bytecode files (version 3 by Reid Spencer · 21 years ago
  72. 07a7375 Re-fix hiding the Frame Pointer from the register allocator in functions by Nate Begeman · 21 years ago
  73. 8581ee8 Use the AsmPrinter emitGlobalConstant. by Chris Lattner · 21 years ago
  74. 800ade1 Add missing \t by Chris Lattner · 21 years ago
  75. e85a5a9 Add support for targets that have .quad, drop extra tab inserted by Chris Lattner · 21 years ago
  76. 79835d9 Use the emitGlobalConstant defined in AsmPrinter by Chris Lattner · 21 years ago
  77. 1b7e235 Implement emitGlobalConstant by Chris Lattner · 21 years ago
  78. 46d6126 Add some hooks by Chris Lattner · 21 years ago
  79. b462e47 New, more general, interface. by Chris Lattner · 21 years ago
  80. 97f3e37 Allow an arbitrary prefix by Chris Lattner · 21 years ago
  81. 2c24752 Allow an arbitrary prefix. by Chris Lattner · 21 years ago
  82. af2bf0a We now allow targets to use any prefix they want for global symbols. Lets by Chris Lattner · 21 years ago
  83. 9e36843 Rewrite targets/rules to generate files for just PowerPC or PPC{32,64} by Misha Brukman · 21 years ago
  84. 8283ec7 Register classes are target-dependent by Misha Brukman · 21 years ago
  85. 6316181 #include <map> is not necessary here by Misha Brukman · 21 years ago
  86. 1dcddfe `PowerPC' is no longer a real target by Misha Brukman · 21 years ago
  87. f2f8cfb Move variables and methods which need PPC{32,64}* distinction to subclasses by Misha Brukman · 21 years ago
  88. 66aa3e0 No need for an `is64bit' flag by Misha Brukman · 21 years ago
  89. a2a27b3 PowerPCInstrInfo and PowerPCRegisterInfo have gone away; they are replaced by Misha Brukman · 21 years ago
  90. 08dde0b Consistently name passed with 32 or 64 in their name by Misha Brukman · 21 years ago
  91. 3d58b8f PowerPCRegisterInfo no longer takes a bool to differentiate 32 vs 64 bits by Misha Brukman · 21 years ago
  92. db50bd3 The PowerPCInstrInfo class has gone away. by Misha Brukman · 21 years ago
  93. 363dd07 PowerPCInstrInfo has gone away, PPC32 and PPC64 share opcodes. by Misha Brukman · 21 years ago
  94. adde699 PowerPC 32-/64-bit split: Part II, 64-bit customizations on PowerPC by Misha Brukman · 21 years ago
  95. f2ccb77 PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* by Misha Brukman · 21 years ago
  96. 2c38413 Do not #include files into the llvm namespace by Chris Lattner · 21 years ago
  97. 250c418 Correct the comments in the symbol table writer to reflect reality. by Reid Spencer · 21 years ago
  98. 469ab79 Print float constants as 4 byte values. by Chris Lattner · 21 years ago
  99. 505e783 Make sure to put an _ prefix on all identifiers! by Chris Lattner · 21 years ago
  100. ed1ff01 Some asmwriters want an _ prefix by Chris Lattner · 21 years ago