1. 145aad0 PR1164: by Bill Wendling · 18 years ago
  2. ac9dcb9 For PR1195: by Reid Spencer · 18 years ago
  3. 9d6565a For PR1195: by Reid Spencer · 18 years ago
  4. ef9b9a7 For PR411: by Reid Spencer · 19 years ago
  5. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
  6. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  7. 519e239 Implement use of new IntrinsicLowering interface. by Reid Spencer · 19 years ago
  8. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 19 years ago
  9. 0fc052c For PR645: by Reid Spencer · 19 years ago
  10. a80cc93 Fix SMG2000 with the CBE: opaque types need names too. by Chris Lattner · 19 years ago
  11. 19e8b0c Fix PR918 by only using typedefs to name struct types. This makes the later by Chris Lattner · 19 years ago
  12. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
  13. 9e1b1cf Make use of isInteger vs isIntegral more explicit by Chris Lattner · 19 years ago
  14. c09b52f remove obsolete fixme by Chris Lattner · 19 years ago
  15. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 19 years ago
  16. a54b7cb For PR1064: by Reid Spencer · 19 years ago
  17. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 19 years ago
  18. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
  19. 6b6b6ef For PR1043: by Zhou Sheng · 19 years ago
  20. 7679693 Change the file header name as this file was renamed. by Reid Spencer · 19 years ago
  21. 93a0962 Rename Writer.cpp as CBackend.cpp so it doesn't conflict with Writer.cpp by Reid Spencer · 19 years ago
  22. 251f214 For PR1099: by Reid Spencer · 19 years ago
  23. 30f9e27f For PR1099: by Reid Spencer · 19 years ago
  24. fbe7ae9 For PR1090: by Reid Spencer · 19 years ago
  25. b801a27 Fix PR1090: by Reid Spencer · 19 years ago
  26. 0ae9693 For PR1086: by Reid Spencer · 19 years ago
  27. 78d033e For PR411: by Reid Spencer · 19 years ago
  28. 4785781 For PR950: by Reid Spencer · 19 years ago
  29. e4d87aa For PR950: by Reid Spencer · 19 years ago
  30. 2258664 Use a predicate function to identify bitcast of fp and integer instead of by Reid Spencer · 19 years ago
  31. 941cfda Fix PR1058: by Reid Spencer · 19 years ago
  32. 4da4912 Change inferred getCast into specific getCast. Passes all tests. by Reid Spencer · 19 years ago
  33. 22b36fb Fix the BitCastUnion type for 32-bit targets. by Reid Spencer · 19 years ago
  34. 555a0b1 Implement correct bitcast of int<->float and long<->double by using a by Reid Spencer · 19 years ago
  35. d27a258 Cleaned setjmp/longjmp lowering interfaces. Now we're producing right by Anton Korobeynikov · 19 years ago
  36. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 19 years ago
  37. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  38. d10ecf7 Always pass "true" to isMaxValue(bool) because we know the type is LongTy. by Reid Spencer · 19 years ago
  39. c6bf4bf Adjust to new ConstantIntegral interface for Max/Min tests. by Reid Spencer · 19 years ago
  40. 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 19 years ago
  41. f45148e gcc doesn't like an empty colbber list by Andrew Lenharth · 19 years ago
  42. 85f2228 Make identity default, and fix PR1020 by Andrew Lenharth · 19 years ago
  43. 238581f update comments by Andrew Lenharth · 19 years ago
  44. e0cf075 Get the asminfo for the target most closely matching the module and use that for inline asm by Andrew Lenharth · 19 years ago
  45. 29c277f Preliminary support for inline asm in the cbe. The target specific ugliness by Andrew Lenharth · 19 years ago
  46. 639cf7d When truncating to bool, it is necessary to & with 1 for all casts that by Reid Spencer · 19 years ago
  47. 3da59db For PR950: by Reid Spencer · 19 years ago
  48. b71fd78 Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 19 years ago
  49. 3822ff5 For PR950: by Reid Spencer · 19 years ago
  50. bcf8124 Fix a bug in the last patch and convert to && instead of & for logical expr. by Reid Spencer · 19 years ago
  51. 7c475c5 Implement the -enabled-cbe-printf-a feature. by Reid Spencer · 19 years ago
  52. 3a717d5 Make CBackend -pedantic clean. by Reid Spencer · 19 years ago
  53. 3ed469c For PR786: by Reid Spencer · 19 years ago
  54. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
  55. 72ddc21 Enclose a case in { and } so that the pickier compilers don't complain. by Reid Spencer · 19 years ago
  56. 1628cec For PR950: by Reid Spencer · 19 years ago
  57. 2cb46e1 Don't generate a prototype for _setjmp. At least on Linux, this function by Reid Spencer · 19 years ago
  58. b83eb64 For PR950: by Reid Spencer · 19 years ago
  59. 33ce777 Simplify some code, reformat break's by Chris Lattner · 19 years ago
  60. bcb9770 Added some eye-candy for Subtarget type checking by Anton Korobeynikov · 19 years ago
  61. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  62. 1e14289 Add cbe support for powi by Chris Lattner · 19 years ago
  63. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  64. c4fa386 Simplify target construction. by Chris Lattner · 19 years ago
  65. dacbe7b Make functions with an "asm" name propagate that asm name into the cbe.c file. by Chris Lattner · 19 years ago
  66. e3db4da __i386__, __i386, etc. are not defined for x86-64. Use __x86_64__. by Evan Cheng · 19 years ago
  67. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  68. 475c553 Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp by Chris Lattner · 19 years ago
  69. d947760 Add mingw support, patch contributed by Anton by Chris Lattner · 19 years ago
  70. a2e05ea For PR786: Don't warn about -pedantic errors. Add a note to the PR instead. by Reid Spencer · 19 years ago
  71. 72f42bb For PR786: by Reid Spencer · 19 years ago
  72. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 19 years ago
  73. 2bc320d Fix casting so there's no warning on Alpha. by Reid Spencer · 19 years ago
  74. 19b7e0e For PR786: by Reid Spencer · 19 years ago
  75. 0c54d89 Print struct return functions and calls as actually returning the hidden by Chris Lattner · 19 years ago
  76. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  77. 5c48818 Fix a bug in Owen's checkin that broke the CBE on all non sparc v9 platforms. by Chris Lattner · 19 years ago
  78. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 19 years ago
  79. 3c280bf Add checks for __OpenBSD__. by Jeff Cohen · 19 years ago
  80. 580418e Modify how CBE handles #lines. by Jim Laskey · 19 years ago
  81. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 19 years ago
  82. 8724215 Handle builtins that directly correspond to GCC builtins. by Chris Lattner · 19 years ago
  83. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 19 years ago
  84. 7075d6f Add #line support for CBE. by Jim Laskey · 19 years ago
  85. 9a571ba Two things: by Chris Lattner · 19 years ago
  86. f9a0532 Another hack due to allowing multiple symbols with the same name. by Chris Lattner · 20 years ago
  87. b78e838 Make the C writer work with packed types. printContainedStructs is by Robert Bocchino · 20 years ago
  88. 14d9b20 Simplify CWriter::printContainedStructs, also allowing it to work with by Chris Lattner · 20 years ago
  89. d2dec7d yet more C++ standards-compliance stuff. by Duraid Madina · 20 years ago
  90. ba9c643 do not allow '.' in symbol names by Chris Lattner · 20 years ago
  91. 36c975c Call this method with the object we have by Chris Lattner · 20 years ago
  92. ce8eb0c Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. by Chris Lattner · 20 years ago
  93. bad13eb Fix a QOI issue noticed by Markus F.X.J. Oberhumer. This fixes PR641 by Chris Lattner · 20 years ago
  94. b94388a fix CBackend/2005-09-27-VolatileFuncPtr.ll by Chris Lattner · 20 years ago
  95. b1e1180 by Jim Laskey · 20 years ago
  96. 57da252 Fix PR618 and Regression/CodeGen/CBackend/2005-08-23-Fmod.ll by not emitting by Chris Lattner · 20 years ago
  97. cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
  98. ce4e1e4 Fixed PR#596: by John Criswell · 20 years ago
  99. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  100. 213e557 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago