1. 6ec9f40 rename getValueName -> getMangledName by Chris Lattner · 16 years ago
  2. 874727f fix CBE & MSIL backends to not use the mangler for non-global symbols. by Chris Lattner · 16 years ago
  3. bb2501b These don't really need contexts either. by Owen Anderson · 16 years ago
  4. 53a5221 Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
  5. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  6. fb8d6d5 Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 16 years ago
  7. 304d85b Privatize some variables. by Owen Anderson · 16 years ago
  8. 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  9. 9d9acb0 It looks like nobody is working on PR 4158, so I'm by Dale Johannesen · 16 years ago
  10. 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  11. 5c36f4f Fix an erroneous check for isFNeg; the FNeg case is handled by Dan Gohman · 16 years ago
  12. a5b9645 Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  13. 5668077 Spacing fix. by Dale Johannesen · 16 years ago
  14. af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
  15. 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
  16. 084669a Second attempt: by Bill Wendling · 17 years ago
  17. 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago
  18. d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 17 years ago
  19. a8919d0 Fix some failures in targets on available_externally functions, by Chris Lattner · 17 years ago
  20. 93eefa0 Fix internal representation of fp80 to be the by Dale Johannesen · 17 years ago
  21. 6de96a1 Add the private linkage. by Rafael Espindola · 17 years ago
  22. b0a78f8 fix memleaks by Nuno Lopes · 17 years ago
  23. dc020f9 Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  24. ea0bd51 __fastcall and __stdcall are mingw extensions to gcc for windows. Use the by Nick Lewycky · 17 years ago
  25. ba4eb2a Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  26. 35b40f8 Fix PR2907 by digging through constant expressions to find FP constants that by Chris Lattner · 17 years ago
  27. 7e9e3b3 add some simple hacky long double support for the CBE. This by Chris Lattner · 17 years ago
  28. 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  29. 4f0bd68 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
  30. 54306fe Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  31. 4c758ea Large mechanical patch. by Devang Patel · 17 years ago
  32. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  33. c1270f8 unbreak the CBE on treeadd an many others. by Chris Lattner · 17 years ago
  34. 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  35. d930f91 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  36. f29c527 Avoid emitting casts in static initializer contexts. This fixes by Dan Gohman · 17 years ago
  37. ae187c6 Use C99 aggregate literal syntax for first-class struct and array values. by Dan Gohman · 17 years ago
  38. fa1211f Enable first-class aggregates support. by Dan Gohman · 17 years ago
  39. 44dfd7b In the CBackend, use casts to force integer add, subtract, and by Dan Gohman · 17 years ago
  40. f61fd54 Make LLVM compile on DragonFly BSD (PR2499). by Matthijs Kooijman · 17 years ago
  41. 91f4a0f Switch from generating the int128 typedefs based on targetdata to generating by Chris Lattner · 17 years ago
  42. 1a08350 Revert r52046. It broke cbe on x86 / Mac OS X. by Evan Cheng · 17 years ago
  43. f69bc3d Handle assembler identifiers specially in CBE. This fixes PR2418. by Anton Korobeynikov · 17 years ago
  44. c596ec0 Rewrite a bunch of the CBE's inline asm code, giving it the by Chris Lattner · 17 years ago
  45. 4e8a512 Implement CBE support for first-class structs and array values, by Dan Gohman · 17 years ago
  46. 666d664 Fix the CBE's handling of instructions whose result is an i1. Previously, by Chris Lattner · 17 years ago
  47. 698348d Fix some constructs that gcc-4.4 warns about. by Duncan Sands · 17 years ago
  48. 91dea27 Tweak how ConstantFP80Ty constants are output by Duncan Sands · 17 years ago
  49. 0f73101 Fix another isFirstClassType that now needs to be isSingleValueType. by Dan Gohman · 17 years ago
  50. 3d1797c fix an off-by-one error in my previous patch, don't treat the callee as a incoming arg. by Chris Lattner · 17 years ago
  51. 79be90c3 Add support for multiple-return values in inline asm. This should by Chris Lattner · 17 years ago
  52. ce4396b Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  53. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  54. d871fa5 Initial CBE support for multiple return values. by Dan Gohman · 18 years ago
  55. bd72cea Suppress the 128-bit integer typedef on 32-bit targets, because by Dan Gohman · 18 years ago
  56. 39d8b26 Partial CBackend support for 128-bit integers. This is needed by Dan Gohman · 18 years ago
  57. c60c67f Add explicit keywords. by Dan Gohman · 18 years ago
  58. bdc24ad A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 18 years ago
  59. 8a923e7 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 18 years ago
  60. dcabdb1 gcc likes things spelled correctly by Andrew Lenharth · 18 years ago
  61. 9d917859 s/isReturnStruct()/hasStructRetAttr()/g by Devang Patel · 18 years ago
  62. c93b48c add support for lvsl, fixing PR1481 by Chris Lattner · 18 years ago
  63. 8fb4c98 add support for the sse.cmp.* intrinsics, which fixes sse.isamax with the CBE. by Chris Lattner · 18 years ago
  64. 9044719 refactor intrinsic handling code out into its own method. by Chris Lattner · 18 years ago
  65. 2541f1d fix printing of undef vectors, this fixes "simple" and "build" in UnitTests/Vector. by Chris Lattner · 18 years ago
  66. 4c058b3 insertelement got the wrong operands. by Chris Lattner · 18 years ago
  67. 0517094 Several changes: by Chris Lattner · 18 years ago
  68. 9140fba Fix a bug I introduced in constant array and constant vector handling. by Chris Lattner · 18 years ago
  69. 7295bc1 implement shufflevector. by Chris Lattner · 18 years ago
  70. 689d830 implement extractelement. by Chris Lattner · 18 years ago
  71. d9cc003 implement insertelement. by Chris Lattner · 18 years ago
  72. 92d929c respect isSigned for vector types, fixing sdiv of vectors etc. by Chris Lattner · 18 years ago
  73. fe1083b print the attribute in the right place, this fixes function returning vectors. by Chris Lattner · 18 years ago
  74. d861066 vector types are simple types. This fixes div/rem of vectors. by Chris Lattner · 18 years ago
  75. b104be5 Print vector types appropriately. This gets basic vector code working (PR1126) by Chris Lattner · 18 years ago
  76. c8d974a rename PT -> VT for VectorTypes. by Chris Lattner · 18 years ago
  77. 895aef4 Print i32/i64 integer constants as 1u instead of ((unsigned int)1). by Chris Lattner · 18 years ago
  78. 9781aee Avoid collisions in value names. by Lauro Ramos Venancio · 18 years ago
  79. 09f410b Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 18 years ago
  80. e43b605 Temporarily backing out r47337. It breaks a number of CBE tests. by Evan Cheng · 18 years ago
  81. 40d67c5 Remove bunch of gcc 4.3-related warnings from Target by Anton Korobeynikov · 18 years ago
  82. 4aa9e20 fix some byval problems in the cbe. Closes PR2065 by Andrew Lenharth · 18 years ago
  83. fedcf47 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 · 18 years ago
  84. 192c07b CBackend: Implement unaligned load/store. by Lauro Ramos Venancio · 18 years ago
  85. f755ff7 Indirect call with byval parameter requires a cast first. by Evan Cheng · 18 years ago
  86. 459dc52 Add support for NetBSD, patch by Krister Walfridsson! by Chris Lattner · 18 years ago
  87. b51d228 More cbe byval fixes. by Evan Cheng · 18 years ago
  88. ef5285e Some C backend ByVal parameter attribute support. Not yet complete. by Evan Cheng · 18 years ago
  89. aaef8ce A couple of obvious off-by-one bugs. by Evan Cheng · 18 years ago
  90. 5180e85 Enabling the target-independent garbage collection infrastructure by hooking it by Gordon Henriksen · 18 years ago
  91. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  92. 1e8c130 Fix silly typo in the FP CEP handling. by Anton Korobeynikov · 18 years ago
  93. 38ef3a8 Rather than having special rules like "intrinsics cannot by Duncan Sands · 18 years ago
  94. 246b7b2 Work around a GCC bug, producing this code: by Chris Lattner · 18 years ago
  95. ad0ea2d Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  96. ef5d08f Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 18 years ago
  97. 207bd4d Handle PPC long double in CBackend. by Dale Johannesen · 18 years ago
  98. 4d4e77a Rewrite sqrt and powi to use anyfloat. By popular demand. by Dale Johannesen · 18 years ago
  99. 34aa41c Make temporaries explicit to avoid premature by Dale Johannesen · 18 years ago
  100. e48195e Fix PR1679, by printing GEP indices as signed values instead of unsigned. by Chris Lattner · 18 years ago