1. 7c29243 Implement a getTypeSizeInBits method. This helps in transforms that want by Reid Spencer · 18 years ago
  2. 1027a53 TargetData assumes (and some regression tests depend on it) that the size of by Owen Anderson · 18 years ago
  3. 4a8c32d trivial cleanup by Chris Lattner · 18 years ago
  4. 58092e3 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 18 years ago
  5. 515674c Round up stack to multiple of alignment only if it's a leaf function without alloca. by Evan Cheng · 18 years ago
  6. 2bd7b2b One more try... by Evan Cheng · 18 years ago
  7. 5ad334f Last check-in was bogus. There is no need to align the stack if the function is a leaf function (and without alloca). by Evan Cheng · 18 years ago
  8. c1c7283 Prologue and epilogue bugs for non-Darwin targets. by Evan Cheng · 18 years ago
  9. 75e18c4 Clean up ARM PEI code. by Evan Cheng · 18 years ago
  10. 0327863 Backend is reponsible for aligning the stack. by Evan Cheng · 18 years ago
  11. c103057 For PR1043: by Reid Spencer · 18 years ago
  12. 34b12d2 Code clean up. Use def : pat instead of defining new instructions. by Evan Cheng · 18 years ago
  13. 970a419 isDarwin -> isTargetDarwin by Evan Cheng · 18 years ago
  14. 5be54b0 Restructure code a bit to make use of continue (simplifying things). Generalize by Evan Cheng · 18 years ago
  15. e433ea9 Darwin doesn't support .bss, but it does have .zerofill by Evan Cheng · 18 years ago
  16. 1a3771e Introduce TargetType's ELF and Darwin. by Evan Cheng · 18 years ago
  17. 8e1185b Modify emission of jump tables on darwin to emit an extra "l" label that by Evan Cheng · 18 years ago
  18. 471ffaf Fix section definition. by Lauro Ramos Venancio · 18 years ago
  19. a8e2989 ARM backend contribution from Apple. by Evan Cheng · 18 years ago
  20. bd92d81 Needed to build on PPC Linux. by Nick Lewycky · 18 years ago
  21. ae19abc - Target PIC style is no longer affected by relocation model. by Evan Cheng · 18 years ago
  22. afd7a08 move contents of PR587 to here. by Chris Lattner · 18 years ago
  23. 39e9c09 The zerofill directive needs a newline after it. by Bill Wendling · 18 years ago
  24. 071b9d5 Minor code clean up. by Evan Cheng · 18 years ago
  25. c904a5b Have the OutputBuffer take the is64Bit and isLittleEndian booleans. by Bill Wendling · 18 years ago
  26. b266ccd Modify emission of jump tables on darwin to emit an extra "l" label that by Chris Lattner · 18 years ago
  27. 393a8ee add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission. by Chris Lattner · 18 years ago
  28. 203d3e4 Changed to use the OutputBuffer instead of the methods in MachO and ELF writers. by Bill Wendling · 18 years ago
  29. 8e13e90 restructure code a bit to make use of continue (simplifying things). Generalize by Chris Lattner · 18 years ago
  30. 42ca450 darwin doesn't support .bss, but it does have .zerofill by Chris Lattner · 18 years ago
  31. 6f198df add new directive by Chris Lattner · 18 years ago
  32. 5032e5a * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 18 years ago
  33. e911615 Revert patch. by Bill Wendling · 18 years ago
  34. 22fb302 Create the specified TargetObjInfo and use it. by Bill Wendling · 18 years ago
  35. cc91f58 Create/store/and delete the TargetObjInfo object. by Bill Wendling · 18 years ago
  36. 34f03ff New "TargetObjInfo" class. This holds information that the object writers will by Bill Wendling · 18 years ago
  37. b93a7c9 Missed "<" :) by Anton Korobeynikov · 18 years ago
  38. 1e0f338 Cleanup. Comments added. by Anton Korobeynikov · 18 years ago
  39. a80cc93 Fix SMG2000 with the CBE: opaque types need names too. by Chris Lattner · 18 years ago
  40. 26aa785 document some subtlety by Chris Lattner · 18 years ago
  41. d05ca65 Emit symbol type information for ELF/COFF targets by Anton Korobeynikov · 18 years ago
  42. cb90099 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 18 years ago
  43. 19e8b0c Fix PR918 by only using typedefs to name struct types. This makes the later by Chris Lattner · 18 years ago
  44. 03a6d96 add a note: we need whole-function selectiondags :) by Chris Lattner · 18 years ago
  45. 1150286 Make inline ASM the INTEL one if it's in that emission mode. by Bill Wendling · 18 years ago
  46. eb9a42c Fix for PR1095: by Bill Wendling · 18 years ago
  47. 7ace299 add some notes by Chris Lattner · 18 years ago
  48. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  49. 9e1b1cf Make use of isInteger vs isIntegral more explicit by Chris Lattner · 18 years ago
  50. 1a85645 No hidden visiblity on Mingw32/Cygwin by Anton Korobeynikov · 18 years ago
  51. 70d4107 add support for hidden visibility to darwin/ppc and linux/ppc targets by Chris Lattner · 18 years ago
  52. 43bbc5c add support for hidden visibility to darwin/x86 by Chris Lattner · 18 years ago
  53. 9784bc7 add a new HiddenDirective member for handling visibility. by Chris Lattner · 18 years ago
  54. 5b3a48d add a missing else. This caused globals to be printed as: by Chris Lattner · 18 years ago
  55. fd92ec4 darwin doesn't use .hidden. Disable this until we fix it right. by Chris Lattner · 18 years ago
  56. 32c9a45 Fix PR1103 and Regression/CodeGen/X86/2007-01-13-StackPtrIndex.ll by Chris Lattner · 18 years ago
  57. ae77c7b remove dead code, frameindices must be resolve before the asmprinter runs. by Chris Lattner · 18 years ago
  58. 31b8568 Remove this file. It was inadvertently added because I could not find by Reid Spencer · 18 years ago
  59. 286bf46 remove over-general code. by Chris Lattner · 18 years ago
  60. 7aa8a45 Adjust #includes to compensate for lost of DerivedTypes.h in TargetLowering.h by Reid Spencer · 18 years ago
  61. a214cbb Add a new home for TargetLowering member functions. by Reid Spencer · 18 years ago
  62. c09b52f remove obsolete fixme by Chris Lattner · 18 years ago
  63. 5293e7d Don't add or sub zero to sp. by Lauro Ramos Venancio · 18 years ago
  64. a38bbf7 Build constants using instructions mov/orr or mvn/eor. by Lauro Ramos Venancio · 18 years ago
  65. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 18 years ago
  66. e77d10d Comment. by Evan Cheng · 18 years ago
  67. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  68. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  69. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  70. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  71. 7679693 Change the file header name as this file was renamed. by Reid Spencer · 18 years ago
  72. 93a0962 Rename Writer.cpp as CBackend.cpp so it doesn't conflict with Writer.cpp by Reid Spencer · 18 years ago
  73. 251f214 For PR1099: by Reid Spencer · 18 years ago
  74. 30f9e27f For PR1099: by Reid Spencer · 18 years ago
  75. fbe7ae9 For PR1090: by Reid Spencer · 18 years ago
  76. b801a27 Fix PR1090: by Reid Spencer · 18 years ago
  77. 52a457c relax type by Chris Lattner · 18 years ago
  78. 0ae9693 For PR1086: by Reid Spencer · 18 years ago
  79. d5f317d As PR1085 was fixed, back out workaround by Anton Korobeynikov · 18 years ago
  80. 15c9188 Disable the macho writer until it is 100% functional. Enabling it when by Chris Lattner · 18 years ago
  81. cea9d1d gcc often inserts it's own names for sections (e.g. by Anton Korobeynikov · 18 years ago
  82. 78d033e For PR411: by Reid Spencer · 18 years ago
  83. ab4be63 new note by Chris Lattner · 18 years ago
  84. d08d233 setSetCCIsExpensive is gone. by Evan Cheng · 18 years ago
  85. 73d6cf1 - FCOPYSIGN custom lowering bug. Clear the sign bit of operand 0 first before by Evan Cheng · 18 years ago
  86. 1722eee Typo by Evan Cheng · 18 years ago
  87. 68c47cb With SSE2, expand FCOPYSIGN to a series of SSE bitwise operations. by Evan Cheng · 18 years ago
  88. ca1f66d Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64). by Lauro Ramos Venancio · 18 years ago
  89. c9d3471 fix testcase. It's not safe to strictly evaluate a load that should be lazy. by Chris Lattner · 18 years ago
  90. a3bfdd4 Private labels start with .L on linux, not just . by Chris Lattner · 18 years ago
  91. aff9387 Fix a comment that referred to the now defunct ubyte type. by Reid Spencer · 18 years ago
  92. f54ad97 Remove two useless bit casts. by Reid Spencer · 18 years ago
  93. 317848f Really big cleanup. by Anton Korobeynikov · 18 years ago
  94. c2b861d Fix naming inconsistency. by Evan Cheng · 18 years ago
  95. 9985f9f implement missing compares patch by Lauro bug fixed by me by Rafael Espindola · 18 years ago
  96. 4785781 For PR950: by Reid Spencer · 18 years ago
  97. 0cc2bd1 fix comment by Rafael Espindola · 18 years ago
  98. da4842e Define StaticCtorsSection and StaticDtorsSection for ARM. by Lauro Ramos Venancio · 18 years ago
  99. 301009a Implement SELECT_CC (f32/f64) for ARM. by Lauro Ramos Venancio · 18 years ago
  100. 6547c55 remove duplicated line bug noticed by Lauro by Rafael Espindola · 18 years ago