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