1. ade31f9 Clean up. by Evan Cheng · 18 years ago
  2. 3f3a17d Add SSSE3 as a feature of Core2. Add MMX registers to the list of registers by Bill Wendling · 18 years ago
  3. e96f501 Data structure change to improve compile time (especially in debug mode). by Evan Cheng · 18 years ago
  4. c1a3520 This was lefted out. Fixed sumarray-dbl. by Evan Cheng · 18 years ago
  5. 68c01b3 Mem2Reg does not need TargetData. by Devang Patel · 18 years ago
  6. c0fabcb Add missed semicolon. Resotre compatibility with older bisons by Anton Korobeynikov · 18 years ago
  7. 7c6eefa do the multiplication as signed, so that 2*-2 == -4 instead of 4294967292 by Chris Lattner · 18 years ago
  8. 41968df Remove unused function argument. by Devang Patel · 18 years ago
  9. 305b8a5 remember to emit weak reference in one more case. by Lauro Ramos Venancio · 18 years ago
  10. 77d0f97 Regenerate by Anton Korobeynikov · 18 years ago
  11. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 18 years ago
  12. 24a3cc4 Fix for PR1306. by Evan Cheng · 18 years ago
  13. 92efbfc Clean up. by Evan Cheng · 18 years ago
  14. 1e341729 Relex assertions to account for additional implicit def / use operands. by Evan Cheng · 18 years ago
  15. 79b3bd3 If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove that by Chris Lattner · 18 years ago
  16. 1a34b7b simplify some code by Chris Lattner · 18 years ago
  17. a10b29b refactor the SROA code out into its own method, no functionality change. by Chris Lattner · 18 years ago
  18. ea84c5e support for >4G stack frames by Chris Lattner · 18 years ago
  19. 6180780 support >4G stack frames by Chris Lattner · 18 years ago
  20. a401b1e support > 4G stack objects by Chris Lattner · 18 years ago
  21. ab0e4d3 Undo my previous changes. Since my approach to this problem is being revised, by Owen Anderson · 18 years ago
  22. 6266c18 allow support for 64-bit stack objects by Chris Lattner · 18 years ago
  23. 75abc1e Fix by Devang Patel · 18 years ago
  24. 964dd86 Be more careful about folding op(x, undef) when we have vector operands. by Chris Lattner · 18 years ago
  25. 6c2d260 Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll by Chris Lattner · 18 years ago
  26. a2c38ae Update. by Bill Wendling · 18 years ago
  27. b53e98e Add the PADDQ to the list. by Bill Wendling · 18 years ago
  28. 69dc533 Add the final MMX instructions. Correct a few wrong patterns. by Bill Wendling · 18 years ago
  29. 6dd29e0 Remove some invalid instructions from this check. by Bill Wendling · 18 years ago
  30. 2f9bb1a Support for the special case of a vector with the canonical form: by Bill Wendling · 18 years ago
  31. 95b3955 Assertion when using a 1-element vector for an add operation. Get the by Bill Wendling · 18 years ago
  32. f66d20d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 18 years ago
  33. 084a844 fix memory leak by Chris Lattner · 18 years ago
  34. 4ab2d20 fix a memory leak by Chris Lattner · 18 years ago
  35. f581c3b implement reading and writing of constant exprs. by Chris Lattner · 18 years ago
  36. 3a2b58f Rollback some changes that adversely affected performance. I'm currently rethinking by Owen Anderson · 18 years ago
  37. 522b7b1 implement support for reading aggregate constants, including handling forward by Chris Lattner · 18 years ago
  38. 0eef080 add supprot for FP constants, wide integers, and fix the encoding of MININT by Chris Lattner · 18 years ago
  39. e16504e read basic constants: null, undef, integers <= 64bits by Chris Lattner · 18 years ago
  40. 631a8ed fix off-by-one computing size for section abbrevs by Chris Lattner · 18 years ago
  41. f147a8d Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings about by Scott Michel · 18 years ago
  42. e84bcb9 move check to the right place :) by Chris Lattner · 18 years ago
  43. 6dbfd7b track global inits by Chris Lattner · 18 years ago
  44. 2edd22b Emit module-level constants. by Chris Lattner · 18 years ago
  45. 00d56b9 modify per review commentary by Dale Johannesen · 18 years ago
  46. 2a5fa18 Fix by Devang Patel · 18 years ago
  47. 0b2482a Read global symtab by Chris Lattner · 18 years ago
  48. 8c99a8e fix off-by one by Chris Lattner · 18 years ago
  49. b992be1 write out the symtab for globals. by Chris Lattner · 18 years ago
  50. 56c42ef Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining by Dale Johannesen · 18 years ago
  51. bd24f3f add Align field, and use when generating function alignment by Dale Johannesen · 18 years ago
  52. 24fb52d add isThumb (unused as yet) by Dale Johannesen · 18 years ago
  53. 3bb6283 Fix generic getInlineAsmLength by Dale Johannesen · 18 years ago
  54. 19f5469 make EmitAlignment work the way Chris says it should by Dale Johannesen · 18 years ago
  55. d127c1b implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 18 years ago
  56. 36d5e7d first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 18 years ago
  57. 2e40d03 Cygwin doesn't have the RSS_LIMIT for get/setrlimit. by Reid Spencer · 18 years ago
  58. ede1d78 X86 TLS: optimize the implementation of "local exec" model. by Lauro Ramos Venancio · 18 years ago
  59. 47f96bf promote LLVMBitCodes to be a public header by Chris Lattner · 18 years ago
  60. 95c218a PR400 phase 2. Propagate attributed load/store information through DAGs. by Christopher Lamb · 18 years ago
  61. 7d2cc2b X86 TLS: fix and optimize the implementation of "initial exec" model. by Lauro Ramos Venancio · 18 years ago
  62. 032507d PR400 phase 1 implementation feedback. by Christopher Lamb · 18 years ago
  63. dc4cb35 Have compiler enforce this. by Jeff Cohen · 18 years ago
  64. a7f0d3c Support alignment queries for degenerate (length 1) vectors. by Christopher Lamb · 18 years ago
  65. 5c10424 Regenerated by Christopher Lamb · 18 years ago
  66. 43c7f37 PR400 work phase 1. Add attributed load/store instructions for volatile/align to LLVM. by Christopher Lamb · 18 years ago
  67. cb403d6 Fix build problem with Gentoo 4.1.1-r3. by Jeff Cohen · 18 years ago
  68. b90909e For PR1136: by Reid Spencer · 18 years ago
  69. b9707d5 add llvm ir bitcode definition file by Chris Lattner · 18 years ago
  70. 6742b4d build the bitcode dir by Chris Lattner · 18 years ago
  71. fd57cec Initial support for writing bitcode files. This currently only writes types, by Chris Lattner · 18 years ago
  72. caee0dc Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 18 years ago
  73. 4f859aa For PR1146: by Reid Spencer · 18 years ago
  74. 0ae4a33 Implement PIC for arm-linux. by Lauro Ramos Venancio · 18 years ago
  75. 2c5c111 X86 TLS: Implement review feedback. by Lauro Ramos Venancio · 18 years ago
  76. c67bdc2 Revert Christopher Lamb's load/store alignment changes. by Reid Spencer · 18 years ago
  77. b3b0727 We only need one putchar which gives it a shot at getting matched by its users. by Reid Spencer · 18 years ago
  78. 2330e4d by Christopher Lamb · 18 years ago
  79. 1b7f584 Make PredicateSimplifier not use DominatorTree. by Owen Anderson · 18 years ago
  80. cdacc49 Fix a comment. by Owen Anderson · 18 years ago
  81. 3831c55 Reset vertex. by Devang Patel · 18 years ago
  82. d1458f1 Fix a bug that prevented the JIT from working correctly after llvm_shutdown. by Chris Lattner · 18 years ago
  83. cd07075 Fix regressions introduced by my previous patch: opt calls verifier in a by Chris Lattner · 18 years ago
  84. 0d3b678 Allow the lowering of ISD::GLOBAL_OFFSET_TABLE. by Lauro Ramos Venancio · 18 years ago
  85. 108ec4b avoid mutating a global in an accessor by Chris Lattner · 18 years ago
  86. f7e968a fit in 80 cols by Chris Lattner · 18 years ago
  87. 09b362c Comment out usage of write() for now. by Jeff Cohen · 18 years ago
  88. 2c639ad rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::state by Chris Lattner · 18 years ago
  89. a5f5a9c Fix a problem where primitive types lose their name after llvm_shutdown is called. by Chris Lattner · 18 years ago
  90. 19b6dcd catch a case that was biting jeffc by Chris Lattner · 18 years ago
  91. b3a0417 Implement "general dynamic", "initial exec" and "local exec" TLS models for by Lauro Ramos Venancio · 18 years ago
  92. ba647be Specify S registers as D registers' sub-registers. by Evan Cheng · 18 years ago
  93. 6120433 Specify sub-register relations. e.g. RAX: [EAX], EAX: [AX], AX: [AL,AH]. by Evan Cheng · 18 years ago
  94. 3cafbf7 Add sub-registers sets. by Evan Cheng · 18 years ago
  95. 93305bc add a crazy idea by Chris Lattner · 18 years ago
  96. 58d7fbf Avoid recursion. by Devang Patel · 18 years ago
  97. df07335 Move more passes to using ETForest instead of DominatorTree. by Owen Anderson · 18 years ago
  98. 5d4d7f1 Make Microsoft assembler and linker happy. by Jeff Cohen · 18 years ago
  99. 3e1b03f Fix a message, patch by Christopher Lamb. by Chris Lattner · 18 years ago
  100. 267bfb5 Fix a bug in getFrameRegister. Reported by Raul Herbster. by Lauro Ramos Venancio · 18 years ago