1. 43e2a03 Fix some constructs that gcc-4.4 warns about. by Duncan Sands · 16 years ago
  2. 5ea38a6 Tweak how ConstantFP80Ty constants are output by Duncan Sands · 16 years ago
  3. 17dab19 Fix another isFirstClassType that now needs to be isSingleValueType. by Dan Gohman · 16 years ago
  4. 687a4cb fix an off-by-one error in my previous patch, don't treat the callee as a incoming arg. by Chris Lattner · 16 years ago
  5. f6a048c Add support for multiple-return values in inline asm. This should by Chris Lattner · 16 years ago
  6. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 16 years ago
  7. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 16 years ago
  8. 7661279 Initial CBE support for multiple return values. by Dan Gohman · 16 years ago
  9. 271515a Suppress the 128-bit integer typedef on 32-bit targets, because by Dan Gohman · 16 years ago
  10. d761480 Partial CBackend support for 128-bit integers. This is needed by Dan Gohman · 16 years ago
  11. 950a4c4 Add explicit keywords. by Dan Gohman · 16 years ago
  12. cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 16 years ago
  13. 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 16 years ago
  14. 6ad150b gcc likes things spelled correctly by Andrew Lenharth · 16 years ago
  15. 41e2397 s/isReturnStruct()/hasStructRetAttr()/g by Devang Patel · 16 years ago
  16. ff93921 add support for lvsl, fixing PR1481 by Chris Lattner · 16 years ago
  17. 4e22012 add support for the sse.cmp.* intrinsics, which fixes sse.isamax with the CBE. by Chris Lattner · 16 years ago
  18. 2299fec refactor intrinsic handling code out into its own method. by Chris Lattner · 16 years ago
  19. d9a706e fix printing of undef vectors, this fixes "simple" and "build" in UnitTests/Vector. by Chris Lattner · 16 years ago
  20. 9152daf insertelement got the wrong operands. by Chris Lattner · 16 years ago
  21. e05252b4 Several changes: by Chris Lattner · 16 years ago
  22. 939732a Fix a bug I introduced in constant array and constant vector handling. by Chris Lattner · 16 years ago
  23. b1855ad implement shufflevector. by Chris Lattner · 16 years ago
  24. 0452ed6 implement extractelement. by Chris Lattner · 16 years ago
  25. 33a44d9 implement insertelement. by Chris Lattner · 16 years ago
  26. 90683ab respect isSigned for vector types, fixing sdiv of vectors etc. by Chris Lattner · 16 years ago
  27. 32cba8e print the attribute in the right place, this fixes function returning vectors. by Chris Lattner · 16 years ago
  28. b61d41b vector types are simple types. This fixes div/rem of vectors. by Chris Lattner · 16 years ago
  29. 85feab6 Print vector types appropriately. This gets basic vector code working (PR1126) by Chris Lattner · 16 years ago
  30. 0a3d4d9 rename PT -> VT for VectorTypes. by Chris Lattner · 16 years ago
  31. c8b6d33 Print i32/i64 integer constants as 1u instead of ((unsigned int)1). by Chris Lattner · 16 years ago
  32. 1f4a887 Avoid collisions in value names. by Lauro Ramos Venancio · 16 years ago
  33. 22c3979 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 16 years ago
  34. 5144ed1 Temporarily backing out r47337. It breaks a number of CBE tests. by Evan Cheng · 16 years ago
  35. 7c1c261 Remove bunch of gcc 4.3-related warnings from Target by Anton Korobeynikov · 16 years ago
  36. 86532db fix some byval problems in the cbe. Closes PR2065 by Andrew Lenharth · 16 years ago
  37. d497d9f I cannot find a libgcc function for this builtin. Therefor expanding it to a noop (which is how it use to be treated). If someone who knows the x86 backend better than me could tell me how to get a lock prefix on an instruction, that would be nice to complete x86 support. by Andrew Lenharth · 16 years ago
  38. 859efca CBackend: Implement unaligned load/store. by Lauro Ramos Venancio · 17 years ago
  39. 7723ab3 Indirect call with byval parameter requires a cast first. by Evan Cheng · 17 years ago
  40. d3f6a8a Add support for NetBSD, patch by Krister Walfridsson! by Chris Lattner · 17 years ago
  41. 3d79478 More cbe byval fixes. by Evan Cheng · 17 years ago
  42. 588c6f8 Some C backend ByVal parameter attribute support. Not yet complete. by Evan Cheng · 17 years ago
  43. 681d2b8 A couple of obvious off-by-one bugs. by Evan Cheng · 17 years ago
  44. ce22477 Enabling the target-independent garbage collection infrastructure by hooking it by Gordon Henriksen · 17 years ago
  45. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  46. dceadaf Fix silly typo in the FP CEP handling. by Anton Korobeynikov · 17 years ago
  47. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
  48. 4045e6d Work around a GCC bug, producing this code: by Chris Lattner · 17 years ago
  49. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  50. 4b2b940 Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 17 years ago
  51. 6e64473 Handle PPC long double in CBackend. by Dale Johannesen · 17 years ago
  52. 9ab7fb3 Rewrite sqrt and powi to use anyfloat. By popular demand. by Dale Johannesen · 17 years ago
  53. 693717f Make temporaries explicit to avoid premature by Dale Johannesen · 17 years ago
  54. 96b207c Fix PR1679, by printing GEP indices as signed values instead of unsigned. by Chris Lattner · 17 years ago
  55. 53f0bc1 Implement x86 long double (uses host long double, so only works on x86 target). by Dale Johannesen · 17 years ago
  56. 5bda9e4 Fix PR1666, SPASS with the CBE and 254.gap with the CBE. by Chris Lattner · 17 years ago
  57. 9e3d3ab Remove the assumption that FP's are either float or by Dale Johannesen · 17 years ago
  58. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  59. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  60. cdd509a Apply feedback from previous patch. by Dale Johannesen · 17 years ago
  61. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  62. a126bb7 Handle packed structs in the CBackend. by Lauro Ramos Venancio · 17 years ago
  63. 40c1b66 Fix PR1413 by Chris Lattner · 17 years ago
  64. 7262336 revert reid's patch to fix these failures: by Chris Lattner · 17 years ago
  65. 1997473 Drop 'const' by Devang Patel · 17 years ago
  66. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  67. cee7ba3 Make sign extension work correctly for unusual bit widths. by Reid Spencer · 17 years ago
  68. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  69. 57fc00d Implemented correct stack probing on mingw/cygwin for dynamic alloca's. by Anton Korobeynikov · 17 years ago
  70. 614408d Silence VC++ warning. by Jeff Cohen · 17 years ago
  71. 57c5b18 Implement review feedback .. don't double search a set. by Reid Spencer · 17 years ago
  72. 69f80a6 Provide support for intrinsics that lower themselves to a function body. by Reid Spencer · 17 years ago
  73. 26ca64c Implement Thread Local Storage (TLS) in CBackend. by Lauro Ramos Venancio · 17 years ago
  74. 18da072 For PR1146: by Reid Spencer · 17 years ago
  75. 5694b6e For PR1146: by Reid Spencer · 17 years ago
  76. e2cd2a0 MS C does have inlining after all, just uses _inline instead of inline. by Jeff Cohen · 17 years ago
  77. ab47895 Fix C Backend to generate code that works with Microsoft C for the benefit of by Jeff Cohen · 17 years ago
  78. bdc7508 Make sure that when we store a value it is masked to its correct bit by Reid Spencer · 17 years ago
  79. 145aad0 PR1164: by Bill Wendling · 17 years ago
  80. ac9dcb9 For PR1195: by Reid Spencer · 17 years ago
  81. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  82. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  83. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 18 years ago
  84. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  85. 519e239 Implement use of new IntrinsicLowering interface. by Reid Spencer · 18 years ago
  86. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 18 years ago
  87. 0fc052c For PR645: by Reid Spencer · 18 years ago
  88. a80cc93 Fix SMG2000 with the CBE: opaque types need names too. by Chris Lattner · 18 years ago
  89. 19e8b0c Fix PR918 by only using typedefs to name struct types. This makes the later by Chris Lattner · 18 years ago
  90. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  91. 9e1b1cf Make use of isInteger vs isIntegral more explicit by Chris Lattner · 18 years ago
  92. c09b52f remove obsolete fixme by Chris Lattner · 18 years ago
  93. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 18 years ago
  94. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  95. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  96. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  97. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  98. 7679693 Change the file header name as this file was renamed. by Reid Spencer · 18 years ago
  99. 251f214 For PR1099: by Reid Spencer · 18 years ago
  100. 30f9e27f For PR1099: by Reid Spencer · 18 years ago