1. fd1ae95 allow the 8-bit abbrev to be used for either bb or other values by Chris Lattner · 17 years ago
  2. 2453f71 shave another 150K off of kc++, by using a 7-bit encoding for BB names by Chris Lattner · 17 years ago
  3. 5969830 where possible, encode symtab names with 7 bits per char instead of 8. This by Chris Lattner · 17 years ago
  4. 8d42fc3 use a template to eliminate manual code duplication by Chris Lattner · 17 years ago
  5. 4222d80 Add an "implies" field to features. This indicates that, if the current by Bill Wendling · 17 years ago
  6. 2e7899d Encode all value symtab strings as arrays of 8-bit fixed width integers, by Chris Lattner · 17 years ago
  7. 3c074f6 add support for array abbreviations. by Chris Lattner · 17 years ago
  8. 15e6d17 eliminate internal length fields from record. Records already know their by Chris Lattner · 17 years ago
  9. 1d33bb3 eliminate lengths from record bodies by Chris Lattner · 17 years ago
  10. 07faafc stub out creation of BLOCKINFO_BLOCK by Chris Lattner · 17 years ago
  11. a727d55 minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK block type. by Chris Lattner · 17 years ago
  12. 299b2d2 refcount BitCodeAbbrev objects by Chris Lattner · 17 years ago
  13. f0799fe Test that the eh lowering code can handle constant folded bitcasts. by Duncan Sands · 17 years ago
  14. 3b34636 A bitcast of a global variable may have been constant folded to a GEP - by Duncan Sands · 17 years ago
  15. e5b01be Use IntrinsicInst to test for prefetch instructions, which is ever so by Dan Gohman · 17 years ago
  16. 6da91d3 optimize constant layout. This fixes encoding of 181.mcf (by ensuring by Chris Lattner · 17 years ago
  17. 12f535b simple optimization for the type table by Chris Lattner · 17 years ago
  18. 39b2e8b regenerate by Chris Lattner · 17 years ago
  19. dd3094a fix a bug where llvm-as couldn't assemble the .ll file for 252.eon. by Chris Lattner · 17 years ago
  20. 964b5f2 storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips by Chris Lattner · 17 years ago
  21. 1d1f9ad fix encoding of invoke instructions. kc++ now round trips by Chris Lattner · 17 years ago
  22. 35a0470 fix a misplaced error by Chris Lattner · 17 years ago
  23. 9113e73 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 17 years ago
  24. 645fc4e if functiontype is going to have a pointer to a paramattr object, it better by Chris Lattner · 17 years ago
  25. e4b4394 Bitcast all the bits of a floating point value, not just one. The zero by Reid Spencer · 17 years ago
  26. 0504744 Add a test case for testing the LLI interpreter wrt bitcast of fp to integer. by Reid Spencer · 17 years ago
  27. 48c85b8 add support for reading the param attrs block by Chris Lattner · 17 years ago
  28. f6f9cd1 fix a bug encoding param attrs by Chris Lattner · 17 years ago
  29. 310fbbf add a helper by Chris Lattner · 17 years ago
  30. dc78d3a remove dead code by Chris Lattner · 17 years ago
  31. 20c7b98 remove unused code by Chris Lattner · 17 years ago
  32. cd5b7d7 add support for new codes/block by Chris Lattner · 17 years ago
  33. dea4205 add new codes by Chris Lattner · 17 years ago
  34. f0a6531 add writer support for param attrs by Chris Lattner · 17 years ago
  35. c8f8a24 Allow this to compile with gcc 4.0.X by Reid Spencer · 17 years ago
  36. 38e94b2 new testcase by Chris Lattner · 17 years ago
  37. 2020ca2 pass by reference, not by value by Chris Lattner · 17 years ago
  38. 62bbeea trivial scaffolding for param attrs by Chris Lattner · 17 years ago
  39. 8535072 Test load global in static mode. by Evan Cheng · 17 years ago
  40. 97c9bb5 On Mac OS X, GV requires an extra load only when relocation-model is non-static. by Evan Cheng · 17 years ago
  41. 874ebad New test case. by Evan Cheng · 17 years ago
  42. a7d4a04 Don't create indexed load / store with zero offset! by Evan Cheng · 17 years ago
  43. bdc9869 Should never see an indexed load / store with zero offset. by Evan Cheng · 17 years ago
  44. 2acc760 Allow strength reduction to make use of addressing modes for the by Dan Gohman · 17 years ago
  45. 50954f5 enumerate parameter attr lists. by Chris Lattner · 17 years ago
  46. 7652019 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 17 years ago
  47. c9c55a9 the type field for a store is the type of the pointer, not the value. by Chris Lattner · 17 years ago
  48. 38b12ce don't bother encoding # varargs by Chris Lattner · 17 years ago
  49. e825ed5 fix encoding of BB names in the symtab by Chris Lattner · 17 years ago
  50. b7dd88f add a new code by Chris Lattner · 17 years ago
  51. f61e645 bug fixes by Chris Lattner · 17 years ago
  52. b4dbd9e Unbreak VC++ build. by Jeff Cohen · 17 years ago
  53. 0579f7f implement the rest of the instructions by Chris Lattner · 17 years ago
  54. 99c2824 Use iterative while loop instead of recursive function call. by Devang Patel · 17 years ago
  55. 4ac075c Evan's patch to avoid FPreg->intreg copy for cvt; store to mem by Dale Johannesen · 17 years ago
  56. e8e5495 Debug support for arm-linux. Patch by Raul Herbster. by Lauro Ramos Venancio · 17 years ago
  57. 2a98cca add a few more instructions, getting close by Chris Lattner · 17 years ago
  58. 9570165 Indent the .text, .data, and .bss directives in assembly output, so that by Dan Gohman · 17 years ago
  59. 4998264 Use the explicit keyword for the SCEV class' constructor. by Dan Gohman · 17 years ago
  60. 34e400e Added -rsh-host and -rsh-user to support remote execution. by Evan Cheng · 17 years ago
  61. 8249328 This is a patch to fix a compile error in STLExtras.h, and by Chris Lattner · 17 years ago
  62. b2ef40c negatize -> negative by Evan Cheng · 17 years ago
  63. 24eac6c silence annoying gcc 4.3 warnings by Chris Lattner · 17 years ago
  64. a5ae15e silence some annoying gcc 4.3 warnings by Chris Lattner · 17 years ago
  65. 18a4c74 remove extraneous type qualifiers by Chris Lattner · 17 years ago
  66. 7cf67df remove extraneous top-level semi's by Chris Lattner · 17 years ago
  67. a6bb4a9 remove two useless functions. Just inherit Type's implementation instead. by Chris Lattner · 17 years ago
  68. 49e1580 remove useless type qualifiers by Chris Lattner · 17 years ago
  69. f509253 avoid invalid C++ token in #error by Chris Lattner · 17 years ago
  70. 75c7d2b Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll by Chris Lattner · 17 years ago
  71. b0d1515 new testcase by Chris Lattner · 17 years ago
  72. dc43a88 Fix two classes of bugs: by Chris Lattner · 17 years ago
  73. 388488d add support for printing offset from global by Chris Lattner · 17 years ago
  74. 5f69603 revert accidental commit by Chris Lattner · 17 years ago
  75. 4105a9f add support for printing offset of global by Chris Lattner · 17 years ago
  76. 6f858e2 Sets the section names for fixed-size constants and use the mergeable by Dan Gohman · 17 years ago
  77. 4604023 Make my proxy happy. by Lauro Ramos Venancio · 17 years ago
  78. 7262336 revert reid's patch to fix these failures: by Chris Lattner · 17 years ago
  79. 0b0a9a9 Typo. It's checking if V is multiple of 4, not multiple of 3. :-) by Evan Cheng · 17 years ago
  80. 1997473 Drop 'const' by Devang Patel · 17 years ago
  81. 10c9a82 New test. by Devang Patel · 17 years ago
  82. 7293912 match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.ll by Chris Lattner · 17 years ago
  83. f972db0 match a reassociated form of fnmul by Chris Lattner · 17 years ago
  84. a7ad3d1 expose HonorSignDependentRoundingFPMathOption to .td files by Chris Lattner · 17 years ago
  85. aa4f1e1 Add a new option. by Chris Lattner · 17 years ago
  86. ddd3532 Non-algorithmic change. Moved definitions around into separate sections by Bill Wendling · 17 years ago
  87. 6ad8256 Properly set arguments bitwidth of EHSELECT node by Anton Korobeynikov · 17 years ago
  88. 4b693b0 Update. by Bill Wendling · 17 years ago
  89. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  90. 749a89b Disable RTTI handling until we're ready. by Reid Spencer · 17 years ago
  91. 6548bf1 Add a rule to get the footprint of binaries and libraries. by Reid Spencer · 17 years ago
  92. eae540a Re-install patch to enable use of PassID. by Devang Patel · 17 years ago
  93. c718288 Fix build error. by Lauro Ramos Venancio · 17 years ago
  94. ce3b465 Emit correct register move information in eh frames for X86. This allows Shootout-C++/except to pass on x86/linux by Anton Korobeynikov · 17 years ago
  95. 038082d Emit correct DWARF reg # for RA (return address) register by Anton Korobeynikov · 17 years ago
  96. d60a18d Test that TREE_CONSTANT is being set correctly. by Duncan Sands · 17 years ago
  97. 00d4bc0 Test that inline assembler compiles (llvm-gcc added an extra "uses" parameter by Duncan Sands · 17 years ago
  98. fa5416b update to reflect reality by Chris Lattner · 17 years ago
  99. f4c8e52 add reader logic for terminator instrs. by Chris Lattner · 17 years ago
  100. 01ff65f add reader support for a bunch of new instructions by Chris Lattner · 17 years ago