1. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  2. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  3. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  4. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  5. 91b477d Match C backend only if it explicitly requested. by Devang Patel · 16 years ago
  6. 9062d9a Fix some failures in targets on available_externally functions, by Chris Lattner · 16 years ago
  7. 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  8. bb46f52 Add the private linkage. by Rafael Espindola · 17 years ago
  9. bb6382e fix memleaks by Nuno Lopes · 17 years ago
  10. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  11. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 17 years ago
  12. f9ef5b3 __fastcall and __stdcall are mingw extensions to gcc for windows. Use the by Nick Lewycky · 17 years ago
  13. 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  14. aecc22a Fix PR2907 by digging through constant expressions to find FP constants that by Chris Lattner · 17 years ago
  15. abec474 add some simple hacky long double support for the CBE. This by Chris Lattner · 17 years ago
  16. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  17. 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
  18. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  19. dbc2e85 CMake: Builds all examples. Corrected name of CBackend target. by Oscar Fuentes · 17 years ago
  20. e1ad087 CMake: Builds all targets. by Oscar Fuentes · 17 years ago
  21. 0598866 Large mechanical patch. by Devang Patel · 17 years ago
  22. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  23. 1f0f37a unbreak the CBE on treeadd an many others. by Chris Lattner · 17 years ago
  24. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  25. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  26. 9f8d571 Avoid emitting casts in static initializer contexts. This fixes by Dan Gohman · 17 years ago
  27. 1a24539 Use C99 aggregate literal syntax for first-class struct and array values. by Dan Gohman · 17 years ago
  28. fc74abf Enable first-class aggregates support. by Dan Gohman · 17 years ago
  29. 5a11aba In the CBackend, use casts to force integer add, subtract, and by Dan Gohman · 17 years ago
  30. f512281 Make LLVM compile on DragonFly BSD (PR2499). by Matthijs Kooijman · 17 years ago
  31. 9e4ff94 Switch from generating the int128 typedefs based on targetdata to generating by Chris Lattner · 17 years ago
  32. 3e3aa86 Revert r52046. It broke cbe on x86 / Mac OS X. by Evan Cheng · 17 years ago
  33. 001c73e Handle assembler identifiers specially in CBE. This fixes PR2418. by Anton Korobeynikov · 17 years ago
  34. 67f631d Rewrite a bunch of the CBE's inline asm code, giving it the by Chris Lattner · 17 years ago
  35. 193c235 Implement CBE support for first-class structs and array values, by Dan Gohman · 17 years ago
  36. e56d946 Fix the CBE's handling of instructions whose result is an i1. Previously, by Chris Lattner · 17 years ago
  37. 43e2a03 Fix some constructs that gcc-4.4 warns about. by Duncan Sands · 17 years ago
  38. 5ea38a6 Tweak how ConstantFP80Ty constants are output by Duncan Sands · 17 years ago
  39. 17dab19 Fix another isFirstClassType that now needs to be isSingleValueType. by Dan Gohman · 17 years ago
  40. 687a4cb 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
  41. f6a048c Add support for multiple-return values in inline asm. This should by Chris Lattner · 17 years ago
  42. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  43. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  44. 7661279 Initial CBE support for multiple return values. by Dan Gohman · 17 years ago
  45. 271515a Suppress the 128-bit integer typedef on 32-bit targets, because by Dan Gohman · 17 years ago
  46. d761480 Partial CBackend support for 128-bit integers. This is needed by Dan Gohman · 17 years ago
  47. 950a4c4 Add explicit keywords. by Dan Gohman · 17 years ago
  48. cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 17 years ago
  49. 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 17 years ago
  50. 6ad150b gcc likes things spelled correctly by Andrew Lenharth · 17 years ago
  51. 41e2397 s/isReturnStruct()/hasStructRetAttr()/g by Devang Patel · 17 years ago
  52. ff93921 add support for lvsl, fixing PR1481 by Chris Lattner · 17 years ago
  53. 4e22012 add support for the sse.cmp.* intrinsics, which fixes sse.isamax with the CBE. by Chris Lattner · 17 years ago
  54. 2299fec refactor intrinsic handling code out into its own method. by Chris Lattner · 17 years ago
  55. d9a706e fix printing of undef vectors, this fixes "simple" and "build" in UnitTests/Vector. by Chris Lattner · 17 years ago
  56. 9152daf insertelement got the wrong operands. by Chris Lattner · 17 years ago
  57. e05252b4 Several changes: by Chris Lattner · 17 years ago
  58. 939732a Fix a bug I introduced in constant array and constant vector handling. by Chris Lattner · 17 years ago
  59. b1855ad implement shufflevector. by Chris Lattner · 17 years ago
  60. 0452ed6 implement extractelement. by Chris Lattner · 17 years ago
  61. 33a44d9 implement insertelement. by Chris Lattner · 17 years ago
  62. 90683ab respect isSigned for vector types, fixing sdiv of vectors etc. by Chris Lattner · 17 years ago
  63. 32cba8e print the attribute in the right place, this fixes function returning vectors. by Chris Lattner · 17 years ago
  64. b61d41b vector types are simple types. This fixes div/rem of vectors. by Chris Lattner · 17 years ago
  65. 85feab6 Print vector types appropriately. This gets basic vector code working (PR1126) by Chris Lattner · 17 years ago
  66. 0a3d4d9 rename PT -> VT for VectorTypes. by Chris Lattner · 17 years ago
  67. c8b6d33 Print i32/i64 integer constants as 1u instead of ((unsigned int)1). by Chris Lattner · 17 years ago
  68. 1f4a887 Avoid collisions in value names. by Lauro Ramos Venancio · 17 years ago
  69. 22c3979 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 17 years ago
  70. 5144ed1 Temporarily backing out r47337. It breaks a number of CBE tests. by Evan Cheng · 17 years ago
  71. 7c1c261 Remove bunch of gcc 4.3-related warnings from Target by Anton Korobeynikov · 17 years ago
  72. 86532db fix some byval problems in the cbe. Closes PR2065 by Andrew Lenharth · 17 years ago
  73. 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
  74. 859efca CBackend: Implement unaligned load/store. by Lauro Ramos Venancio · 18 years ago
  75. 7723ab3 Indirect call with byval parameter requires a cast first. by Evan Cheng · 18 years ago
  76. d3f6a8a Add support for NetBSD, patch by Krister Walfridsson! by Chris Lattner · 18 years ago
  77. 3d79478 More cbe byval fixes. by Evan Cheng · 18 years ago
  78. 588c6f8 Some C backend ByVal parameter attribute support. Not yet complete. by Evan Cheng · 18 years ago
  79. 681d2b8 A couple of obvious off-by-one bugs. by Evan Cheng · 18 years ago
  80. ce22477 Enabling the target-independent garbage collection infrastructure by hooking it by Gordon Henriksen · 18 years ago
  81. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  82. fc643c5 remove attribution from lib Makefiles. by Chris Lattner · 18 years ago
  83. dceadaf Fix silly typo in the FP CEP handling. by Anton Korobeynikov · 18 years ago
  84. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 18 years ago
  85. 4045e6d Work around a GCC bug, producing this code: by Chris Lattner · 18 years ago
  86. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  87. 4b2b940 Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 18 years ago
  88. 6e64473 Handle PPC long double in CBackend. by Dale Johannesen · 18 years ago
  89. 9ab7fb3 Rewrite sqrt and powi to use anyfloat. By popular demand. by Dale Johannesen · 18 years ago
  90. 693717f Make temporaries explicit to avoid premature by Dale Johannesen · 18 years ago
  91. 96b207c Fix PR1679, by printing GEP indices as signed values instead of unsigned. by Chris Lattner · 18 years ago
  92. 53f0bc1 Implement x86 long double (uses host long double, so only works on x86 target). by Dale Johannesen · 18 years ago
  93. 5bda9e4 Fix PR1666, SPASS with the CBE and 254.gap with the CBE. by Chris Lattner · 18 years ago
  94. 9e3d3ab Remove the assumption that FP's are either float or by Dale Johannesen · 18 years ago
  95. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 18 years ago
  96. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
  97. cdd509a Apply feedback from previous patch. by Dale Johannesen · 18 years ago
  98. 43421b3 Next round of APFloat changes. by Dale Johannesen · 18 years ago
  99. a126bb7 Handle packed structs in the CBackend. by Lauro Ramos Venancio · 18 years ago
  100. 40c1b66 Fix PR1413 by Chris Lattner · 18 years ago