1. 332376b Unbreak VC++. by Jeff Cohen · 18 years ago
  2. b330e38 if -bitcode is specified, read and write a bitcode file instead of a bytecode file. by Chris Lattner · 18 years ago
  3. f9f2e83 add abbrevs for binops and casts. This shrinks a testcase from 725132->682500 by Chris Lattner · 18 years ago
  4. e8e1e4b add a new CreateBitcodeWriterPass method, which creates a bitcode writer as by Chris Lattner · 18 years ago
  5. 2bce93a implement reading/writing of inlineasm objects by Chris Lattner · 18 years ago
  6. c5ff2cc add inline asm code by Chris Lattner · 18 years ago
  7. 048d0bd Fix a subtle bug that prevented round-tripping 470.lbm by Chris Lattner · 18 years ago
  8. f5816fb Make my credits refer to my wiki page. by Reid Spencer · 18 years ago
  9. 94687ac add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388 by Chris Lattner · 18 years ago
  10. 7a303d1 enumerate the operands of a constant before we enumerate the constant itself by Chris Lattner · 18 years ago
  11. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 18 years ago
  12. 817f08a add an abbreviation for the string constants opzn, shrinking the constnats by Chris Lattner · 18 years ago
  13. 2d6b4bf Add myself. by Lauro Ramos Venancio · 18 years ago
  14. ff7fc5d implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 18 years ago
  15. abfbf85 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 18 years ago
  16. 7337ab9 stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 18 years ago
  17. 2bf6e6a handle gep aliasee by Chris Lattner · 18 years ago
  18. 8f57667 Fix PR1390. Don't spill extra register to align the stack. by Lauro Ramos Venancio · 18 years ago
  19. 07b5424 fix a bug I introduced when I merged some code together by Chris Lattner · 18 years ago
  20. 677f7ee this test is now in Target/README.txt by Chris Lattner · 18 years ago
  21. f110a2b add a note by Chris Lattner · 18 years ago
  22. 86c7745 remove an old xfailed test by Chris Lattner · 18 years ago
  23. 8c756c1 Implement Transforms/InstCombine/cast_ptr.ll by Chris Lattner · 18 years ago
  24. a993dd0 un-xfail this. by Chris Lattner · 18 years ago
  25. d717c18 wrap long lines by Chris Lattner · 18 years ago
  26. 5e14b0d the mason example is implemented. Move some examples out of llvm/test, by Chris Lattner · 18 years ago
  27. 581f84f move these xfailed tests to lib/Target/README.txt by Chris Lattner · 18 years ago
  28. 514630f by Chris Lattner · 18 years ago
  29. fe09dd4 remvoe two tests that cee has never gotten right by Chris Lattner · 18 years ago
  30. 0d75f57 implement anyextend from i1 -> i64 by Chris Lattner · 18 years ago
  31. 23f7f58 the sparc v8 backend handles this correctly by Chris Lattner · 18 years ago
  32. 2947fd5 remove this xfail'd test, move it to the X86 readme. by Chris Lattner · 18 years ago
  33. 0258011 move CodeGen/X86/overlap-add.ll here. by Chris Lattner · 18 years ago
  34. 60ef91a We need support for tail calls, this is moved to PR1392 by Chris Lattner · 18 years ago
  35. 2d4a5ab remove xfailed testcase (attached to pr) by Chris Lattner · 18 years ago
  36. 2db3956 unxfail this, llc doesn't support this feature yet, so don't run it. by Chris Lattner · 18 years ago
  37. 36f24cb Remove bogus testcase, PR409 is wontfix by Chris Lattner · 18 years ago
  38. d6b740f this tests for a missing feature. Move it to PR1391 instead of being an by Chris Lattner · 18 years ago
  39. e9f0f48 remove this xfailed testcase, move it into a comment in PR279, an enhancement PR. by Chris Lattner · 18 years ago
  40. 5f2a3df llvm-gcc3 is gone by Chris Lattner · 18 years ago
  41. 6169f85 fix failure on ahs3's tester by Chris Lattner · 18 years ago
  42. 19292a4 remove bogus xfailed testcase by Chris Lattner · 18 years ago
  43. 3194f57 Use the personality function that was registered with MMI rather than by Duncan Sands · 18 years ago
  44. 9426caa Check that the right eh personality function is used. by Duncan Sands · 18 years ago
  45. b464c44 Propagate alignment/volatility in two places. by Chris Lattner · 18 years ago
  46. 09d933f new testcase for PR1371 by Chris Lattner · 18 years ago
  47. 3f79980 add support for BLOCKINFO records at the module level. This fixes the reader by Chris Lattner · 18 years ago
  48. caccc99 Fix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll and PR1385. by Chris Lattner · 18 years ago
  49. 823572d new testcase for PR1385 by Chris Lattner · 18 years ago
  50. a0c54f3 make a temporary for *SI, no functionality change. by Chris Lattner · 18 years ago
  51. 01dfdcd Spelling fix. by Duncan Sands · 18 years ago
  52. 2a07e2f Emit sections/directives in the proper order. This fixes PR1376. Also, by Anton Korobeynikov · 18 years ago
  53. 440168b add an abbrev for loads. This shrinks the function block about 50K, from: by Chris Lattner · 18 years ago
  54. a0f1ecc add abbrevs for the constants tables. This shrinks it from 4.49755e6 bits by Chris Lattner · 18 years ago
  55. 02a13b5 minor bugfix by Chris Lattner · 18 years ago
  56. d092e0e Add abbreviations to the TYPE_BLOCK for pointers, functions, structs and arrays. by Chris Lattner · 18 years ago
  57. c42e226 Fix InstCombine/2007-05-04-Crash.ll and PR1384 by Chris Lattner · 18 years ago
  58. 51e04da new testacse for PR1384 by Chris Lattner · 18 years ago
  59. b1e85b5 emit spiffy little histograms of codes, if enabled. Don't print averages if by Chris Lattner · 18 years ago
  60. 44b0f10 do not charge subblock sizes to the parent block. by Chris Lattner · 18 years ago
  61. ff294a4 add a char6 abbrev for bbnames and value names. This represents each character by Chris Lattner · 18 years ago
  62. 28e4c4c add a 6-bit encoding type for strings. by Chris Lattner · 18 years ago
  63. 7a263ea add an abbreviation for the type symtab, this shrinks the TST from 175197 bits by Chris Lattner · 18 years ago
  64. 1772b12d update to new APIs, make output a bit (haha) nicer by Chris Lattner · 18 years ago
  65. e17b658 Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 18 years ago
  66. a8e9562 Add a processor. by Lauro Ramos Venancio · 18 years ago
  67. fd1ae95 allow the 8-bit abbrev to be used for either bb or other values by Chris Lattner · 18 years ago
  68. 2453f71 shave another 150K off of kc++, by using a 7-bit encoding for BB names by Chris Lattner · 18 years ago
  69. 5969830 where possible, encode symtab names with 7 bits per char instead of 8. This by Chris Lattner · 18 years ago
  70. 8d42fc3 use a template to eliminate manual code duplication by Chris Lattner · 18 years ago
  71. 4222d80 Add an "implies" field to features. This indicates that, if the current by Bill Wendling · 18 years ago
  72. 2e7899d Encode all value symtab strings as arrays of 8-bit fixed width integers, by Chris Lattner · 18 years ago
  73. 3c074f6 add support for array abbreviations. by Chris Lattner · 18 years ago
  74. 15e6d17 eliminate internal length fields from record. Records already know their by Chris Lattner · 18 years ago
  75. 1d33bb3 eliminate lengths from record bodies by Chris Lattner · 18 years ago
  76. 07faafc stub out creation of BLOCKINFO_BLOCK by Chris Lattner · 18 years ago
  77. a727d55 minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK block type. by Chris Lattner · 18 years ago
  78. 299b2d2 refcount BitCodeAbbrev objects by Chris Lattner · 18 years ago
  79. f0799fe Test that the eh lowering code can handle constant folded bitcasts. by Duncan Sands · 18 years ago
  80. 3b34636 A bitcast of a global variable may have been constant folded to a GEP - by Duncan Sands · 18 years ago
  81. e5b01be Use IntrinsicInst to test for prefetch instructions, which is ever so by Dan Gohman · 18 years ago
  82. 6da91d3 optimize constant layout. This fixes encoding of 181.mcf (by ensuring by Chris Lattner · 18 years ago
  83. 12f535b simple optimization for the type table by Chris Lattner · 18 years ago
  84. 39b2e8b regenerate by Chris Lattner · 18 years ago
  85. dd3094a fix a bug where llvm-as couldn't assemble the .ll file for 252.eon. by Chris Lattner · 18 years ago
  86. 964b5f2 storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips by Chris Lattner · 18 years ago
  87. 1d1f9ad fix encoding of invoke instructions. kc++ now round trips by Chris Lattner · 18 years ago
  88. 35a0470 fix a misplaced error by Chris Lattner · 18 years ago
  89. 9113e73 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 18 years ago
  90. 645fc4e if functiontype is going to have a pointer to a paramattr object, it better by Chris Lattner · 18 years ago
  91. e4b4394 Bitcast all the bits of a floating point value, not just one. The zero by Reid Spencer · 18 years ago
  92. 0504744 Add a test case for testing the LLI interpreter wrt bitcast of fp to integer. by Reid Spencer · 18 years ago
  93. 48c85b8 add support for reading the param attrs block by Chris Lattner · 18 years ago
  94. f6f9cd1 fix a bug encoding param attrs by Chris Lattner · 18 years ago
  95. 310fbbf add a helper by Chris Lattner · 18 years ago
  96. dc78d3a remove dead code by Chris Lattner · 18 years ago
  97. 20c7b98 remove unused code by Chris Lattner · 18 years ago
  98. cd5b7d7 add support for new codes/block by Chris Lattner · 18 years ago
  99. dea4205 add new codes by Chris Lattner · 18 years ago
  100. f0a6531 add writer support for param attrs by Chris Lattner · 18 years ago