1. ae19abc - Target PIC style is no longer affected by relocation model. by Evan Cheng · 19 years ago
  2. 39e9c09 The zerofill directive needs a newline after it. by Bill Wendling · 19 years ago
  3. 071b9d5 Minor code clean up. by Evan Cheng · 19 years ago
  4. b266ccd Modify emission of jump tables on darwin to emit an extra "l" label that by Chris Lattner · 19 years ago
  5. 8e13e90 restructure code a bit to make use of continue (simplifying things). Generalize by Chris Lattner · 19 years ago
  6. 42ca450 darwin doesn't support .bss, but it does have .zerofill by Chris Lattner · 19 years ago
  7. 5032e5a * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 19 years ago
  8. e911615 Revert patch. by Bill Wendling · 19 years ago
  9. 22fb302 Create the specified TargetObjInfo and use it. by Bill Wendling · 19 years ago
  10. 34f03ff New "TargetObjInfo" class. This holds information that the object writers will by Bill Wendling · 19 years ago
  11. b93a7c9 Missed "<" :) by Anton Korobeynikov · 19 years ago
  12. 1e0f338 Cleanup. Comments added. by Anton Korobeynikov · 19 years ago
  13. 26aa785 document some subtlety by Chris Lattner · 19 years ago
  14. d05ca65 Emit symbol type information for ELF/COFF targets by Anton Korobeynikov · 19 years ago
  15. cb90099 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 19 years ago
  16. 1150286 Make inline ASM the INTEL one if it's in that emission mode. by Bill Wendling · 19 years ago
  17. eb9a42c Fix for PR1095: by Bill Wendling · 19 years ago
  18. 7ace299 add some notes by Chris Lattner · 19 years ago
  19. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
  20. 9e1b1cf Make use of isInteger vs isIntegral more explicit by Chris Lattner · 19 years ago
  21. 1a85645 No hidden visiblity on Mingw32/Cygwin by Anton Korobeynikov · 19 years ago
  22. 43bbc5c add support for hidden visibility to darwin/x86 by Chris Lattner · 19 years ago
  23. 5b3a48d add a missing else. This caused globals to be printed as: by Chris Lattner · 19 years ago
  24. fd92ec4 darwin doesn't use .hidden. Disable this until we fix it right. by Chris Lattner · 19 years ago
  25. 32c9a45 Fix PR1103 and Regression/CodeGen/X86/2007-01-13-StackPtrIndex.ll by Chris Lattner · 19 years ago
  26. ae77c7b remove dead code, frameindices must be resolve before the asmprinter runs. by Chris Lattner · 19 years ago
  27. 286bf46 remove over-general code. by Chris Lattner · 19 years ago
  28. 7aa8a45 Adjust #includes to compensate for lost of DerivedTypes.h in TargetLowering.h by Reid Spencer · 19 years ago
  29. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 19 years ago
  30. a54b7cb For PR1064: by Reid Spencer · 19 years ago
  31. 52a457c relax type by Chris Lattner · 19 years ago
  32. d5f317d As PR1085 was fixed, back out workaround by Anton Korobeynikov · 19 years ago
  33. cea9d1d gcc often inserts it's own names for sections (e.g. by Anton Korobeynikov · 19 years ago
  34. ab4be63 new note by Chris Lattner · 19 years ago
  35. 73d6cf1 - FCOPYSIGN custom lowering bug. Clear the sign bit of operand 0 first before by Evan Cheng · 19 years ago
  36. 1722eee Typo by Evan Cheng · 19 years ago
  37. 68c47cb With SSE2, expand FCOPYSIGN to a series of SSE bitwise operations. by Evan Cheng · 19 years ago
  38. c9d3471 fix testcase. It's not safe to strictly evaluate a load that should be lazy. by Chris Lattner · 19 years ago
  39. a3bfdd4 Private labels start with .L on linux, not just . by Chris Lattner · 19 years ago
  40. aff9387 Fix a comment that referred to the now defunct ubyte type. by Reid Spencer · 19 years ago
  41. f54ad97 Remove two useless bit casts. by Reid Spencer · 19 years ago
  42. 317848f Really big cleanup. by Anton Korobeynikov · 19 years ago
  43. c2b861d Fix naming inconsistency. by Evan Cheng · 19 years ago
  44. 4785781 For PR950: by Reid Spencer · 19 years ago
  45. 2b2bc68 Refactored JIT codegen for mingw32. Now we're using standart relocation by Anton Korobeynikov · 19 years ago
  46. b9853eb add a note by Chris Lattner · 19 years ago
  47. 48c8e3d Fixed 80 cols & style violation by Anton Korobeynikov · 19 years ago
  48. 15fccf1 Fixed dllimported symbols support during JIT'ing. JIT on mingw32 by Anton Korobeynikov · 19 years ago
  49. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 19 years ago
  50. a70d14b Fix for PR1062 by Dan Gohman. by Evan Cheng · 19 years ago
  51. 24287dd Fix for PR1059: http://llvm.org/PR1059 by Anton Korobeynikov · 19 years ago
  52. 21847f4 The x86-64 target machine should be used for amd64-* target triples. by Chris Lattner · 19 years ago
  53. 0bb3af9 Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll by Chris Lattner · 19 years ago
  54. 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 19 years ago
  55. 9156ec6 Some AT&T syntax assembler (e.g. Mac OS X) does not recognize the movq alias for i64 <-> XMM moves. by Evan Cheng · 19 years ago
  56. 0e51207 This is done. by Evan Cheng · 19 years ago
  57. 21b7612 f64 <-> i64 bit_convert using movq in 64-bit mode. by Evan Cheng · 19 years ago
  58. e36087c Fix a couple of typo's. by Evan Cheng · 19 years ago
  59. e89546e This is done. by Evan Cheng · 19 years ago
  60. 0e8dbc6 Added MOVSS2DIrr and MOVDI2SSrr to foldMemeoryOperand(). by Evan Cheng · 19 years ago
  61. c9f0923 - Rename MOVDSS2DIrr to MOVSS2DIrr for consistency sake. by Evan Cheng · 19 years ago
  62. 133b1dd Add note. by Evan Cheng · 19 years ago
  63. 9f09fa2 Update note, with the SROA change, we now produce: by Chris Lattner · 19 years ago
  64. b4115ac this is done by Chris Lattner · 19 years ago
  65. d27a258 Cleaned setjmp/longjmp lowering interfaces. Now we're producing right by Anton Korobeynikov · 19 years ago
  66. 3e69a7e fix test/Regression/CodeGen/X86/weak.ll by Rafael Espindola · 19 years ago
  67. c5f8e4f Fix a bug introduced by the streams patch. DEBUG code was made unconditional. by Chris Lattner · 19 years ago
  68. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  69. 51cdcd1 MI keeps a ptr of TargetInstrDescriptor, use it. by Evan Cheng · 19 years ago
  70. 02fc40e add missing #include by Chris Lattner · 19 years ago
  71. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  72. 953fa04 Revert an unintended change. by Evan Cheng · 19 years ago
  73. 28b51439 - Switch X86-64 JIT to large code size model. by Evan Cheng · 19 years ago
  74. f3597a1 If we have ScalarSSE, we can select bitconvert into single instructions. by Chris Lattner · 19 years ago
  75. 2beb136 Add a perf optzn corresponding to PR1033. by Chris Lattner · 19 years ago
  76. 399610a Fix PR1033 and CodeGen/X86/bitcast.ll, by expanding bitcast to a load/store pair. by Chris Lattner · 19 years ago
  77. af21f4f Fix typo noticed by Lauro Ramos Venancio, thanks! by Chris Lattner · 19 years ago
  78. fd00deb JIT large code model support. by Evan Cheng · 19 years ago
  79. 35c1c04 Asm printing bug. by Evan Cheng · 19 years ago
  80. 19f2ffc - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit by Evan Cheng · 19 years ago
  81. d9ff60b Update by Evan Cheng · 19 years ago
  82. 98ae09c Add support for 64-bit 'r' constraint. Patch by by Rafael ~Avila de Espíndol! by Chris Lattner · 19 years ago
  83. 2c312ad Non-darwin gcc should default to static relocation to match gcc. by Evan Cheng · 19 years ago
  84. ba59a1e Match TargetInstrInfo changes. by Evan Cheng · 19 years ago
  85. 258ff67 convertToThreeAddress() is now responsible for updating live info as well as inserting the new MI's. by Evan Cheng · 19 years ago
  86. 8752ce6 Add weak reference directive. by Evan Cheng · 19 years ago
  87. 32644ac Fix 2005-05-08-FPStackifierPHI.ll failure. by Evan Cheng · 19 years ago
  88. 81cf60f A initialized global variable cannot be extern weak. However, if a global value's initializer is itself a external weak symbol, emit the weak reference. by Evan Cheng · 19 years ago
  89. 6d7d310 Minor code clean up. by Evan Cheng · 19 years ago
  90. de97f9c Fix indentation. by Evan Cheng · 19 years ago
  91. f532c4f Darwin X86 external weak linkage support. by Evan Cheng · 19 years ago
  92. 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 19 years ago
  93. 7784ebc Factor out GVRequiresExtraLoad() from .h to .cpp by Anton Korobeynikov · 19 years ago
  94. 0085a28 - Use a different wrapper node for RIP-relative GV, etc. by Evan Cheng · 19 years ago
  95. 12a4478 MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor by Evan Cheng · 19 years ago
  96. c8306bd In PIC mode, GV not requiring an extra load can be used as address immediate. by Evan Cheng · 19 years ago
  97. 4946399 Clean up. by Evan Cheng · 19 years ago
  98. d0ff02c Fix for PR1018 - Better support for X86-64 Linux in small code model. by Evan Cheng · 19 years ago
  99. 3fa9dff Custom lower READCYCLECOUNTER for x86-64. by Evan Cheng · 19 years ago
  100. b4809b2 16-byte stack alignment for X86-64 ELF. Patch by Dan Gohman. by Evan Cheng · 19 years ago