1. 7ca9d81 Simplify this some more. No functionality change. by Duncan Sands · 16 years ago
  2. e4c6b61 Resolve aliases, when possible by Anton Korobeynikov · 16 years ago
  3. bd297bc Add limited precision floating-point conversions of log10 for 6- and 18-bit by Bill Wendling · 16 years ago
  4. e3b4c0e Mark IMPLICIT_DEF as being rematerializable and cheap-as-a-move. by Dan Gohman · 16 years ago
  5. 820c83b Fix typo by Anton Korobeynikov · 16 years ago
  6. 832b2a9 Fix incorrect linker behaviour: we shouldn't resolve weak aliases. by Anton Korobeynikov · 16 years ago
  7. bff66b0 Replace explicit pointer-size constants to TargetData query. by Anton Korobeynikov · 16 years ago
  8. 488fbfc Make SimplifyDemandedVectorElts simplify vectors with multiple by Dan Gohman · 16 years ago
  9. 0938f74 Simplify. Fix outdated comment. by Devang Patel · 16 years ago
  10. acd12fc fit in 80 cols, minor tweaks by Gabor Greif · 16 years ago
  11. 24a0521 Optimization suggested by Matthijs Kooijman. by Duncan Sands · 16 years ago
  12. 99c1a7c Correct callgraph construction. It has two problems: by Duncan Sands · 16 years ago
  13. 076055c Update VC++ project files. by Argyrios Kyrtzidis · 16 years ago
  14. baf37cd Check for type legality before materializing integer constants in fast isel. With this change, by Owen Anderson · 16 years ago
  15. 70f684f Allow use of ssh to perform remote execution. by Evan Cheng · 16 years ago
  16. cf01f7a Remove the code that protected FastISel from aborting in by Dan Gohman · 16 years ago
  17. be91940 Temporarily disable vector select in the bitcode reader. The by Dan Gohman · 16 years ago
  18. 59fbc80 Fix a constant lowering bug. Now we can do load and store instructions with funky getelementptr embedded in the address operand. by Evan Cheng · 16 years ago
  19. b2dfb89 Fix logic for not emitting no-dead-strip for some by Dale Johannesen · 16 years ago
  20. d8ee59b Update generated files. by Dan Gohman · 16 years ago
  21. e435a5d Fix simplifycfg crash in handing block merge. by Devang Patel · 16 years ago
  22. f72fb67 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 16 years ago
  23. 3eb5940 Add support for floating-point calculations of log2 with limited precisions of 6 by Bill Wendling · 16 years ago
  24. 2379089 s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g by Devang Patel · 16 years ago
  25. 14b0a2b Don't suppress no-dead-strip for used static functions. by Dale Johannesen · 16 years ago
  26. 369bbbb Reapply 55902: Add test for checking proper lowering of eh_return & unwind init intrinsics on 32bit x86 targets by Anton Korobeynikov · 16 years ago
  27. b9fb005 Reapply 55903: Testcase for 64-bit lowering of eh_return & unwind_init by Anton Korobeynikov · 16 years ago
  28. a0e8a1e Reapply 55904: Unbreak and fix indentation by Anton Korobeynikov · 16 years ago
  29. a177871 Reapply 55901: Drop unused variable by Anton Korobeynikov · 16 years ago
  30. c4da15a Reapply 55900: We do support EH on x86-64! by Anton Korobeynikov · 16 years ago
  31. b84c167 Reapply 55899: First draft of EH support on x86/64-linux by Anton Korobeynikov · 16 years ago
  32. 260a6b8 Reapply blindly reverted 55898: Implement FRAME_TO_ARGS_OFFSET for x86-64 by Anton Korobeynikov · 16 years ago
  33. a8657e3 Fix a few I's that were meant to be renamed to BI's. by Dan Gohman · 16 years ago
  34. 36d81ba Add a target triple; apparently LLVM doesn't use 64-bit by Dan Gohman · 16 years ago
  35. 1b0123c Reverting r55898 as well. This wasn't reverted in the original revert... by Bill Wendling · 16 years ago
  36. 1ed49fb Accidental commit of partial 'stack canaries' code by Bill Wendling · 16 years ago
  37. fdddcc0 Remove these testcases associated with changes between r 55898 and r 55909. by Bill Wendling · 16 years ago
  38. 07cabb9 Redo the 3 existing low-precision expansions to by Dale Johannesen · 16 years ago
  39. a425e00 Reverting r55898 to r55909. One of these patches was causing an ICE during the full bootstrap on Darwin: by Bill Wendling · 16 years ago
  40. debdea0 Handle calls which produce i1 results: promote to i8 but and it with 1 to get the low bit. by Evan Cheng · 16 years ago
  41. 245d0ab Remove unused counter. by Devang Patel · 16 years ago
  42. 942ca7f In visitUREM, arrange for the temporary UDIV node to be by Dan Gohman · 16 years ago
  43. 1e0e04c Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo by Daniel Dunbar · 16 years ago
  44. 500233a Bitcasting two or from aggregate types is not permitted. Update by Dan Gohman · 16 years ago
  45. f91570c i128 and f80 are implemented for x86-64 now. by Dan Gohman · 16 years ago
  46. 82f94f1 Add AsmPrinter support for i128 and larger static initializer data. by Dan Gohman · 16 years ago
  47. 863890e Fix copy+pastos in comments. by Dan Gohman · 16 years ago
  48. a47916d Fix the string for ISD::UDIVREM. by Dan Gohman · 16 years ago
  49. eb3db1c Fix typos in (generated) comments. by Dan Gohman · 16 years ago
  50. 8106b0a Delete an unused variable. by Dan Gohman · 16 years ago
  51. ac8ab78 xfail by Devang Patel · 16 years ago
  52. 175f9d9 Remove OptimizeIVType() by Devang Patel · 16 years ago
  53. 28f0212 Didn't mean to commit this change to how the callgraph is printed. by Duncan Sands · 16 years ago
  54. 9f11850 Avoid redefinition and nnbreak windows build. by Evan Cheng · 16 years ago
  55. d4fde0b Unbreak and fix indentation by Anton Korobeynikov · 16 years ago
  56. e665c07 Testcase for 64-bit lowering of eh_return & unwind_init by Anton Korobeynikov · 16 years ago
  57. a8268a7 Add test for checking proper lowering of eh_return & unwind init intrinsics on 32bit x86 targets by Anton Korobeynikov · 16 years ago
  58. 9bf41ef Drop unused variable by Anton Korobeynikov · 16 years ago
  59. 28b1dea We do support EH on x86-64! by Anton Korobeynikov · 16 years ago
  60. 302affb First draft of EH support on x86/64-linux by Anton Korobeynikov · 16 years ago
  61. 559189e Implement FRAME_TO_ARGS_OFFSET for x86-64 by Anton Korobeynikov · 16 years ago
  62. 1db6a2b Add testcase from bug 2770. by Rafael Espindola · 16 years ago
  63. a9c3251 Update the callgraph correctly. by Duncan Sands · 16 years ago
  64. 34c8847 Update the callgraph correctly in ArgumentPromotion. by Duncan Sands · 16 years ago
  65. d7b9851 Reapply 55859. This doesn't change anything as by Duncan Sands · 16 years ago
  66. 98d2d07 Correctly handle physical register inputs. They are not explicit input operands in the resulting machine instrs. by Evan Cheng · 16 years ago
  67. 5960e4e Add fast isel physical register definition support. by Evan Cheng · 16 years ago
  68. 24e3a90 Add support to extend call operands when needed. Enable x86 fastisel call support. by Evan Cheng · 16 years ago
  69. 9a0d1ba Revert my previous change -- the subtraction of two constants was a no-op by Bill Wendling · 16 years ago
  70. ca460d5 Convert by Bill Wendling · 16 years ago
  71. c7e4c4d Clean up CSS validator errors: 'Property align doesn't exist : center' by Bill Wendling · 16 years ago
  72. e36dccc Formatting changes. to make the information cleaner. by Bill Wendling · 16 years ago
  73. 4cddaf7 Correct a comment and strip trailing whitespace. by Duncan Sands · 16 years ago
  74. f3d4efe Initial fastisel call support for C, Fast, and X86_FastCall calling conventions. It's meant to handle "simple" calls, i.e. no byval, structret, etc. It doesn't support multi-result returns either. by Evan Cheng · 16 years ago
  75. e9ac9e6 Some code clean up. by Evan Cheng · 16 years ago
  76. f099178 Indentation. by Evan Cheng · 16 years ago
  77. c7fcfa0 - Doh. Pass vector by value is bad. by Evan Cheng · 16 years ago
  78. e3e3626 Eliminate a compile time warning. by Evan Cheng · 16 years ago
  79. 10a8d9c Handle x86 truncate to i8 with target hook for now. by Evan Cheng · 16 years ago
  80. d07b46e Fix indentation of generated code. by Evan Cheng · 16 years ago
  81. 34fc6ce Ignore multi-instruction patterns. e.g. by Evan Cheng · 16 years ago
  82. b9baf31 fix crash when the malloc/free function is defined or is a declaration with 0 parameters. by Nuno Lopes · 16 years ago
  83. fec2c2b When PruneEH turned an invoke into an ordinary by Duncan Sands · 16 years ago
  84. 3b217c6 Fix constant pool loads, and remove broken versions of addConstantPoolReference. by Owen Anderson · 16 years ago
  85. 99d6dca Fix the X86 addConstantPoolReference, which had the operands in the wrong order. by Owen Anderson · 16 years ago
  86. 853244f Next limited float precision expansion (log2 12 bits) by Dale Johannesen · 16 years ago
  87. 6e60745 Revert r55859. This is breaking the build in the abscence of its companion commit. by Owen Anderson · 16 years ago
  88. d0c0fae Fix for PR2687: Add patterns to match sint_to_fp and fp_to_sint for <2 x by Eli Friedman · 16 years ago
  89. 8a11053 Move the code that inserts copies for function livein registers by Dan Gohman · 16 years ago
  90. bcc11d2 Remove unused map. by Devang Patel · 16 years ago
  91. 54d9f98 Mark math lib intrinsics readonly, on the grounds by Dale Johannesen · 16 years ago
  92. c94fe21 Delete the removeCallEdgeTo callgraph method, by Duncan Sands · 16 years ago
  93. f8e3541 Prevent our own passes from promoting this to readonly. by Duncan Sands · 16 years ago
  94. f58cb6d Fix X86FastISel's shift and select code to reject illegal types. by Dan Gohman · 16 years ago
  95. 852680a Add the next limited-precision expansion. by Dale Johannesen · 16 years ago
  96. 31d2691 Fix the opcodes used by X86FastISel for shifts and conditional moves. by Dan Gohman · 16 years ago
  97. 0de588f Factor out code that emits load and store instructions. by Evan Cheng · 16 years ago
  98. 9c7216f Rename method. by Owen Anderson · 16 years ago
  99. 7f13212 Fix test. by Evan Cheng · 16 years ago
  100. 638c683 FastISel support for AND and OR with type i1. by Dan Gohman · 16 years ago