1. 360e820 Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K by Chris Lattner · 19 years ago
  2. f190d38 Use hidden visibility to reduce the sizes of some .o files. This chops 60K off a release llvm-dis. by Chris Lattner · 19 years ago
  3. c521409 Add support for hidden visibility by Chris Lattner · 19 years ago
  4. b916ba1 not really XFailing these, as only incompleteness is wrong in the graph by Andrew Lenharth · 19 years ago
  5. e2339af change I flag on test by Andrew Lenharth · 19 years ago
  6. 883a52d Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll by Chris Lattner · 19 years ago
  7. 7aeeac7 Testcase that crashes the ppc backend. by Chris Lattner · 19 years ago
  8. 33c36f30 Doh. by Evan Cheng · 19 years ago
  9. 372994b Switch to a very conservative heuristic for determining when loop-unswitching by Owen Anderson · 19 years ago
  10. d228018 Fix Transforms/InstCombine/2006-06-28-infloop.ll by Chris Lattner · 19 years ago
  11. f363ce2 Infinite loop in instcombine that nate hit. by Chris Lattner · 19 years ago
  12. daa2bf9 Don't unswitch really large loops even if they are mostly filled with empty by Chris Lattner · 19 years ago
  13. ee12e8f Oops. Need to keep CP index. by Evan Cheng · 19 years ago
  14. 07103d3 Darwin puts float and double literal constants into literal4 and literal8 sections. by Evan Cheng · 19 years ago
  15. cc131c4 add some missing externals by Andrew Lenharth · 19 years ago
  16. b8e604c Catch more function pointer casting problems by Andrew Lenharth · 19 years ago
  17. c9094db Allow EmitConstantPool to be redefined by derived classes. by Evan Cheng · 19 years ago
  18. 356d8c2 Handle alias sets that have been unified, and thus can have other references by Chris Lattner · 19 years ago
  19. f299857 Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue by Chris Lattner · 19 years ago
  20. 4ba6bf7 New testcase, reduced by nate, which crashes DSE by Chris Lattner · 19 years ago
  21. 7794bd3 this case isn't handled by Andrew Lenharth · 19 years ago
  22. bef8508 Fix for 2006-06-27-DeadSwitchCase.ll by Owen Anderson · 19 years ago
  23. 2f62a9e Testcase that Nate found where LoopUnswitch chokes on eliminating a dead case by Owen Anderson · 19 years ago
  24. 49e4415 handle the "mov reg1, reg2" case in isMoveInstr by Rafael Espindola · 19 years ago
  25. cccef1c Don't match 64-bit bitfield inserts into rlwimi's. todo add rldimi. :) by Chris Lattner · 19 years ago
  26. 92044ce Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not by Chris Lattner · 19 years ago
  27. a60af32 testcase that crashes dead arg elim. by Chris Lattner · 19 years ago
  28. 6b76b96 Fix ppc64 jump tables by Chris Lattner · 19 years ago
  29. 130e2a3 Pass -Xlinker flags to gcc when it builds the shared object. by Chris Lattner · 19 years ago
  30. 4df24f2 Remove dead code. by Evan Cheng · 19 years ago
  31. 14c299e Fix -extraflags by Evan Cheng · 19 years ago
  32. 9f029a6 Print stubs for external globals right. by Chris Lattner · 19 years ago
  33. f89437d Implement 64-bit select, bswap, etc. by Chris Lattner · 19 years ago
  34. e4172be Add a pattern for i64 sra. Print 8-byte units with a space between the .quad by Chris Lattner · 19 years ago
  35. 7ffa9ab Fix rewriting frame offsets with ixaddr instructions, which implicitly shift by Chris Lattner · 19 years ago
  36. 5f9faea PPC doesn't have bit converts to/from i64 by Chris Lattner · 19 years ago
  37. 2e6b77d Add 64-bit MTCTR so that indirect calls work. by Chris Lattner · 19 years ago
  38. 1fd8110 Fix an incorrect store pattern. This fixes em3d. by Chris Lattner · 19 years ago
  39. 563ecfb Implement 64-bit undef, sub, shl/shr, srem/urem by Chris Lattner · 19 years ago
  40. e2f8ad8 Fix cut-n-pasto in comments. by Devang Patel · 19 years ago
  41. 7b0c58c Use i32 for shift amounts instead of i64. This gets bisort working. by Chris Lattner · 19 years ago
  42. 00659b1 Add zextload from i32 -> i64, with this, perimeter works. by Chris Lattner · 19 years ago
  43. 9d5b532 For PR801: by Reid Spencer · 19 years ago
  44. f9b238e De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully this by Owen Anderson · 19 years ago
  45. 7e097e4 Print darwin stub stuff correctly in 64-bit mode. With this, treeadd works in by Chris Lattner · 19 years ago
  46. 529c233 Fix variable shadowing issue by Chris Lattner · 19 years ago
  47. c08f902 Implement a bunch of 64-bit cleanliness work. With this, treeadd builds (but by Chris Lattner · 19 years ago
  48. 041e9d3 Rearrange compares, add ADDI8, add sext from 32-to-64 bit register by Chris Lattner · 19 years ago
  49. c91a475 Improve PPC64 calling convention support by Chris Lattner · 19 years ago
  50. 924c576 Remove two more definitions by Chris Lattner · 19 years ago
  51. 7b4e478 remove two unused instructions. by Chris Lattner · 19 years ago
  52. 959e321 Fix a stale pointer issue that caused 300.twolf to fail to build on zion by Chris Lattner · 19 years ago
  53. 69fd7a3 Add a new method. by Chris Lattner · 19 years ago
  54. 3c80a51 random code cleanups, no functionality change by Chris Lattner · 19 years ago
  55. 2b67f07 Make LoopUnswitch able to unswitch loops with live-out values by taking advantage by Owen Anderson · 19 years ago
  56. da08d2c Simplify X86CompilationCallback: always align to 16-byte boundary; don't save EAX/EDX if unnecessary. by Evan Cheng · 19 years ago
  57. 89d67fa Add and sort "sections" in debug lines. This always stepping through by Jim Laskey · 19 years ago
  58. 52b510b Added jump table address relocation. by Evan Cheng · 19 years ago
  59. 74cb064 Eliminate unneeded parameter. by Evan Cheng · 19 years ago
  60. 22f7131 variable_ops instructions such as call can have any number of operands. by Evan Cheng · 19 years ago
  61. 72a8e6f Whoops, missed a couple more C-style casts. by Reid Spencer · 19 years ago
  62. 54cb985 Use C++ style casts instead of C-style casts to shut up compiler warnings by Reid Spencer · 19 years ago
  63. 8eb12de Add targets for generating .s file in addition to .o files. by Chris Lattner · 19 years ago
  64. d92490f Factor a bunch of rules together, no functionality change. by Chris Lattner · 19 years ago
  65. 51df6d5 Add more anonymous namespaces to make it clear that these are private classes by Chris Lattner · 19 years ago
  66. f8625d9 Remove unneeded libs by Chris Lattner · 19 years ago
  67. 28f6f22 For PR811: by Reid Spencer · 19 years ago
  68. 70aa33e Add some out-of-line virtual dtors so that the class has a "home", preventing by Chris Lattner · 19 years ago
  69. 0ad1970 fix typo by Chris Lattner · 19 years ago
  70. df97cc6 Add memory operand and int regs by Andrew Lenharth · 19 years ago
  71. 1725599 inline asm, at least for floats by Andrew Lenharth · 19 years ago
  72. b329fe1 fix typos by Jim Laskey · 19 years ago
  73. d1aab35 fix argument problem by Andrew Lenharth · 19 years ago
  74. ef95710 Correct returns of 64-bit values, though they seemed to work before... by Chris Lattner · 19 years ago
  75. 76f6115 Fix non-64-bit clean code. by Evan Cheng · 19 years ago
  76. 7f7b346e Make these predicates correct in 64-bit mode too. by Chris Lattner · 19 years ago
  77. b410dc9 Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit file by Chris Lattner · 19 years ago
  78. 96dc5e5 remove unused flag by Chris Lattner · 19 years ago
  79. f2c5bca add some logical ops by Chris Lattner · 19 years ago
  80. 4b25b40 remove some unused patterns by Chris Lattner · 19 years ago
  81. 3ae5eef Add some more immediate patterns. This allows us to compile: by Chris Lattner · 19 years ago
  82. eded521 Instead of li/xoris use li/oris. Note that this doesn't work if bit 15 is by Chris Lattner · 19 years ago
  83. 0ea70b2 Add some 64-bit logical ops. by Chris Lattner · 19 years ago
  84. cf9be26 Added --with-extra-options=opts to specify additional options to build LLVM and run tests. by Evan Cheng · 19 years ago
  85. e3db4da __i386__, __i386, etc. are not defined for x86-64. Use __x86_64__. by Evan Cheng · 19 years ago
  86. dd58343 64-bit bugfix: 0xFFFF0000 cannot be formed with a single lis. by Chris Lattner · 19 years ago
  87. f27bb6d Add some patterns for globals, so we can now compile this: by Chris Lattner · 19 years ago
  88. 094ee72 add subroutine types by Jim Laskey · 19 years ago
  89. fded8a2 remove quotes for better consistency by Chris Lattner · 19 years ago
  90. 4a463a3 more significant moving of stuff around. by Chris Lattner · 19 years ago
  91. a2bc7b0 Fix broken links, remove author information, add brief summary. by Chris Lattner · 19 years ago
  92. 650f609 Add support for function types. by Jim Laskey · 19 years ago
  93. 6cee033 Allow LLVM to be built with extra options. by Evan Cheng · 19 years ago
  94. 6d11ddb Rename EXTRA_FLAGS to EXTRA_OPTIONS. by Evan Cheng · 19 years ago
  95. a877f14 Added LLVM publications describing the LLVM compiler infrastructure. by John Criswell · 19 years ago
  96. 0389cf7 Added the privbracket project to the list of projects to auto-configure. by John Criswell · 19 years ago
  97. a51139f Fix build on old compilers by Andrew Lenharth · 19 years ago
  98. 02cdb37 Fix an error message regression. Print: by Chris Lattner · 19 years ago
  99. 4e85e64 Remove some now-unneeded casts from instruction patterns. With the casts by Chris Lattner · 19 years ago
  100. 047854f Add some patterns for ppc64 by Chris Lattner · 19 years ago