1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. dceadaf Fix silly typo in the FP CEP handling. by Anton Korobeynikov · 17 years ago
  3. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
  4. 4045e6d Work around a GCC bug, producing this code: by Chris Lattner · 17 years ago
  5. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  6. 4b2b940 Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 17 years ago
  7. 6e64473 Handle PPC long double in CBackend. by Dale Johannesen · 17 years ago
  8. 9ab7fb3 Rewrite sqrt and powi to use anyfloat. By popular demand. by Dale Johannesen · 17 years ago
  9. 693717f Make temporaries explicit to avoid premature by Dale Johannesen · 17 years ago
  10. 96b207c Fix PR1679, by printing GEP indices as signed values instead of unsigned. by Chris Lattner · 17 years ago
  11. 53f0bc1 Implement x86 long double (uses host long double, so only works on x86 target). by Dale Johannesen · 17 years ago
  12. 5bda9e4 Fix PR1666, SPASS with the CBE and 254.gap with the CBE. by Chris Lattner · 17 years ago
  13. 9e3d3ab Remove the assumption that FP's are either float or by Dale Johannesen · 17 years ago
  14. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  15. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  16. cdd509a Apply feedback from previous patch. by Dale Johannesen · 17 years ago
  17. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  18. a126bb7 Handle packed structs in the CBackend. by Lauro Ramos Venancio · 17 years ago
  19. 40c1b66 Fix PR1413 by Chris Lattner · 17 years ago
  20. 7262336 revert reid's patch to fix these failures: by Chris Lattner · 17 years ago
  21. 1997473 Drop 'const' by Devang Patel · 17 years ago
  22. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  23. cee7ba3 Make sign extension work correctly for unusual bit widths. by Reid Spencer · 17 years ago
  24. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  25. 57fc00d Implemented correct stack probing on mingw/cygwin for dynamic alloca's. by Anton Korobeynikov · 17 years ago
  26. 614408d Silence VC++ warning. by Jeff Cohen · 17 years ago
  27. 57c5b18 Implement review feedback .. don't double search a set. by Reid Spencer · 17 years ago
  28. 69f80a6 Provide support for intrinsics that lower themselves to a function body. by Reid Spencer · 17 years ago
  29. 26ca64c Implement Thread Local Storage (TLS) in CBackend. by Lauro Ramos Venancio · 17 years ago
  30. 18da072 For PR1146: by Reid Spencer · 17 years ago
  31. 5694b6e For PR1146: by Reid Spencer · 17 years ago
  32. e2cd2a0 MS C does have inlining after all, just uses _inline instead of inline. by Jeff Cohen · 17 years ago
  33. ab47895 Fix C Backend to generate code that works with Microsoft C for the benefit of by Jeff Cohen · 17 years ago
  34. bdc7508 Make sure that when we store a value it is masked to its correct bit by Reid Spencer · 17 years ago
  35. 145aad0 PR1164: by Bill Wendling · 17 years ago
  36. ac9dcb9 For PR1195: by Reid Spencer · 17 years ago
  37. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  38. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  39. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 18 years ago
  40. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  41. 519e239 Implement use of new IntrinsicLowering interface. by Reid Spencer · 18 years ago
  42. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 18 years ago
  43. 0fc052c For PR645: by Reid Spencer · 18 years ago
  44. a80cc93 Fix SMG2000 with the CBE: opaque types need names too. by Chris Lattner · 18 years ago
  45. 19e8b0c Fix PR918 by only using typedefs to name struct types. This makes the later by Chris Lattner · 18 years ago
  46. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  47. 9e1b1cf Make use of isInteger vs isIntegral more explicit by Chris Lattner · 18 years ago
  48. c09b52f remove obsolete fixme by Chris Lattner · 18 years ago
  49. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 18 years ago
  50. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  51. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  52. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  53. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  54. 7679693 Change the file header name as this file was renamed. by Reid Spencer · 18 years ago
  55. 251f214 For PR1099: by Reid Spencer · 18 years ago
  56. 30f9e27f For PR1099: by Reid Spencer · 18 years ago
  57. fbe7ae9 For PR1090: by Reid Spencer · 18 years ago
  58. b801a27 Fix PR1090: by Reid Spencer · 18 years ago
  59. 0ae9693 For PR1086: by Reid Spencer · 18 years ago
  60. 78d033e For PR411: by Reid Spencer · 18 years ago
  61. 4785781 For PR950: by Reid Spencer · 18 years ago
  62. e4d87aa For PR950: by Reid Spencer · 18 years ago
  63. 2258664 Use a predicate function to identify bitcast of fp and integer instead of by Reid Spencer · 18 years ago
  64. 941cfda Fix PR1058: by Reid Spencer · 18 years ago
  65. 4da4912 Change inferred getCast into specific getCast. Passes all tests. by Reid Spencer · 18 years ago
  66. 22b36fb Fix the BitCastUnion type for 32-bit targets. by Reid Spencer · 18 years ago
  67. 555a0b1 Implement correct bitcast of int<->float and long<->double by using a by Reid Spencer · 18 years ago
  68. d27a258 Cleaned setjmp/longjmp lowering interfaces. Now we're producing right by Anton Korobeynikov · 18 years ago
  69. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 18 years ago
  70. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  71. d10ecf7 Always pass "true" to isMaxValue(bool) because we know the type is LongTy. by Reid Spencer · 18 years ago
  72. c6bf4bf Adjust to new ConstantIntegral interface for Max/Min tests. by Reid Spencer · 18 years ago
  73. 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 18 years ago
  74. f45148e gcc doesn't like an empty colbber list by Andrew Lenharth · 18 years ago
  75. 85f2228 Make identity default, and fix PR1020 by Andrew Lenharth · 18 years ago
  76. 238581f update comments by Andrew Lenharth · 18 years ago
  77. e0cf075 Get the asminfo for the target most closely matching the module and use that for inline asm by Andrew Lenharth · 18 years ago
  78. 29c277f Preliminary support for inline asm in the cbe. The target specific ugliness by Andrew Lenharth · 18 years ago
  79. 639cf7d When truncating to bool, it is necessary to & with 1 for all casts that by Reid Spencer · 18 years ago
  80. 3da59db For PR950: by Reid Spencer · 18 years ago
  81. b71fd78 Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 18 years ago
  82. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  83. bcf8124 Fix a bug in the last patch and convert to && instead of & for logical expr. by Reid Spencer · 18 years ago
  84. 7c475c5 Implement the -enabled-cbe-printf-a feature. by Reid Spencer · 18 years ago
  85. 3ed469c For PR786: by Reid Spencer · 18 years ago
  86. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
  87. 72ddc21 Enclose a case in { and } so that the pickier compilers don't complain. by Reid Spencer · 18 years ago
  88. 1628cec For PR950: by Reid Spencer · 18 years ago
  89. 2cb46e1 Don't generate a prototype for _setjmp. At least on Linux, this function by Reid Spencer · 18 years ago
  90. b83eb64 For PR950: by Reid Spencer · 18 years ago
  91. 33ce777 Simplify some code, reformat break's by Chris Lattner · 18 years ago
  92. bcb9770 Added some eye-candy for Subtarget type checking by Anton Korobeynikov · 18 years ago
  93. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  94. 1e14289 Add cbe support for powi by Chris Lattner · 18 years ago
  95. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 18 years ago
  96. dacbe7b Make functions with an "asm" name propagate that asm name into the cbe.c file. by Chris Lattner · 18 years ago
  97. e3db4da __i386__, __i386, etc. are not defined for x86-64. Use __x86_64__. by Evan Cheng · 18 years ago
  98. 475c553 Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp by Chris Lattner · 18 years ago
  99. d947760 Add mingw support, patch contributed by Anton by Chris Lattner · 18 years ago
  100. 2bc320d Fix casting so there's no warning on Alpha. by Reid Spencer · 18 years ago