1. 0204032 reset errno to zero on entry to the application's main function. This fixes by Chris Lattner · 17 years ago
  2. b35417c Fix prolific source of 'possible loss of data' warnings. by Jeff Cohen · 17 years ago
  3. 64f4fa5 ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. by Lauro Ramos Venancio · 17 years ago
  4. b1df8f2 Darwin runtime library does not have these. by Evan Cheng · 17 years ago
  5. 768c9f7 Special handling of LEApcrel and tLEApcrel. by Evan Cheng · 17 years ago
  6. eec041a Back out previous check-in. Incorrect. by Evan Cheng · 17 years ago
  7. 33fdc98 tLEApcrel is a AddrModeTs, i.e. pc relative. by Evan Cheng · 17 years ago
  8. 4c6cfad Expand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_* libcalls are not available. by Evan Cheng · 17 years ago
  9. c88725f Test that eh_selector lowering accepts global variables as well as bitcasts by Duncan Sands · 17 years ago
  10. 99f9a77 improve EH global handling, patch by Duncan Sands. by Chris Lattner · 17 years ago
  11. 6e21ff0 Move ~Pass() from Pass.h into Pass.cpp by Devang Patel · 17 years ago
  12. 3d18d64 Unxfail tests by Anton Korobeynikov · 17 years ago
  13. 64c0f84 enable Anton's shift/and switch lowering stuff! It now passes ppc bootstrap by Chris Lattner · 17 years ago
  14. 2a3250c Fix PR1339 and CodeGen/X86/dollar-name.ll by Dan Gohman · 17 years ago
  15. bff35d1 Have MMX registers clobbered in x86-64 too. by Bill Wendling · 17 years ago
  16. 5230eaa Delete Analysis Resolver. by Devang Patel · 17 years ago
  17. 330ce44 testcase for PR1339: http://llvm.org/PR1339 by Dan Gohman · 17 years ago
  18. 566dfcb Add test to proper place. Also, XFAIL until ppc bootstrap will be ok. by Anton Korobeynikov · 17 years ago
  19. ab8fd40 Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32 by Anton Korobeynikov · 17 years ago
  20. 01929c0 Update a comment to reflect recent changes in the type system. by Dan Gohman · 17 years ago
  21. edc1d15 Fix a typo in a comment. by Dan Gohman · 17 years ago
  22. b7522c7 An example for PR1362 by Andrew Lenharth · 17 years ago
  23. faa5107 Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion. by Evan Cheng · 17 years ago
  24. 6bc6333 1. Don't swap byte order in scanf. It isn't necessary and leads to by Reid Spencer · 17 years ago
  25. dfa1ec3 Use toplevel function pass manager as OnTheFly manager. by Devang Patel · 17 years ago
  26. 195c6c2 bugfix: remember that ResNode was declared. by Lauro Ramos Venancio · 17 years ago
  27. fc24a72 Add two test cases to cover apintification change. by Zhou Sheng · 17 years ago
  28. c125c00 Using APInt more efficiently. by Zhou Sheng · 17 years ago
  29. 2864b77 Rename identifier that GCC uses as a macro, breaking llvm-gcc build. by Jeff Cohen · 17 years ago
  30. 8e29b21 Minor bug. by Evan Cheng · 17 years ago
  31. b9d0c2a start code for writing out instructions. Separate BB#s from normal value #'s. by Chris Lattner · 17 years ago
  32. c651e4c start defining codes for instructions by Chris Lattner · 17 years ago
  33. 6cdc682 regen by Chris Lattner · 17 years ago
  34. 4989b84 wrap long lines by Chris Lattner · 17 years ago
  35. 5fc30df new testcase by Chris Lattner · 17 years ago
  36. c59c0af enumerate BB's separately from other function values. by Chris Lattner · 17 years ago
  37. 0e72512 For PR1355: by Reid Spencer · 17 years ago
  38. 8d35c79 add support for incorporating and purging functions to the value enumerator by Chris Lattner · 17 years ago
  39. 51d5f29 improve a comment by Chris Lattner · 17 years ago
  40. 198f34a move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 17 years ago
  41. eb0107a add a new code by Chris Lattner · 17 years ago
  42. 07d98b4 add bitcode alias support by Chris Lattner · 17 years ago
  43. d743f0e add alias support to bitcode by Chris Lattner · 17 years ago
  44. 69dacfc print aliases before functions by Chris Lattner · 17 years ago
  45. 0535028 Be careful when to add implicit kill / dead operands. Don't add them during / post reg-allocation. by Evan Cheng · 17 years ago
  46. 37a2145 PR1348 test case. by Evan Cheng · 17 years ago
  47. a24dddd Fix for PR1348. If stack inc / dec amount is > 32-bits, issue a series of add / sub instructions. by Evan Cheng · 17 years ago
  48. 0f8ad0d New test case. by Evan Cheng · 17 years ago
  49. 9de1371 Quiet a compiler warning about assignment in an if-then conditional. by Bill Wendling · 17 years ago
  50. 0bc2f48 && no longer needed by Chris Lattner · 17 years ago
  51. 6c087e5 Match MachineFunction::UsedPhysRegs changes. by Evan Cheng · 17 years ago
  52. 505e551 Change UsedPhysRegs from array bool to BitVector to save some space. Setting / getting its states now go through MachineFunction. by Evan Cheng · 17 years ago
  53. a03f1e3 Testcase for codegen bug. by Bill Wendling · 17 years ago
  54. ade31f9 Clean up. by Evan Cheng · 17 years ago
  55. 3f3a17d Add SSSE3 as a feature of Core2. Add MMX registers to the list of registers by Bill Wendling · 17 years ago
  56. e96f501 Data structure change to improve compile time (especially in debug mode). by Evan Cheng · 17 years ago
  57. c20a64d Mem2Reg does not need TargetData. by Devang Patel · 17 years ago
  58. c1a3520 This was lefted out. Fixed sumarray-dbl. by Evan Cheng · 17 years ago
  59. 68c01b3 Mem2Reg does not need TargetData. by Devang Patel · 17 years ago
  60. c0fabcb Add missed semicolon. Resotre compatibility with older bisons by Anton Korobeynikov · 17 years ago
  61. 7c6eefa do the multiplication as signed, so that 2*-2 == -4 instead of 4294967292 by Chris Lattner · 17 years ago
  62. 41968df Remove unused function argument. by Devang Patel · 17 years ago
  63. 65e203d Note new header file. by Jeff Cohen · 17 years ago
  64. 7bc428f Add missed file by Anton Korobeynikov · 17 years ago
  65. 305b8a5 remember to emit weak reference in one more case. by Lauro Ramos Venancio · 17 years ago
  66. 77d0f97 Regenerate by Anton Korobeynikov · 17 years ago
  67. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  68. 24a3cc4 Fix for PR1306. by Evan Cheng · 17 years ago
  69. b2f2e64 Test if a register is sub- or super-register of another. by Evan Cheng · 17 years ago
  70. cdee1c4 Minor speed tweak. by Evan Cheng · 17 years ago
  71. 92efbfc Clean up. by Evan Cheng · 17 years ago
  72. 1e341729 Relex assertions to account for additional implicit def / use operands. by Evan Cheng · 17 years ago
  73. 79b3bd3 If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove that by Chris Lattner · 17 years ago
  74. 54c4d40 new testcase, should be able to eliminate the alloca and memcpy by Chris Lattner · 17 years ago
  75. 1a34b7b simplify some code by Chris Lattner · 17 years ago
  76. a10b29b refactor the SROA code out into its own method, no functionality change. by Chris Lattner · 17 years ago
  77. ea84c5e support for >4G stack frames by Chris Lattner · 17 years ago
  78. e47b144 support for >4G frames by Chris Lattner · 17 years ago
  79. 6180780 support >4G stack frames by Chris Lattner · 17 years ago
  80. a401b1e support > 4G stack objects by Chris Lattner · 17 years ago
  81. ab0e4d3 Undo my previous changes. Since my approach to this problem is being revised, by Owen Anderson · 17 years ago
  82. 6266c18 allow support for 64-bit stack objects by Chris Lattner · 17 years ago
  83. be7d83e allow 64-bit stack objects by Chris Lattner · 17 years ago
  84. 4aa8495 new testcase by Chris Lattner · 17 years ago
  85. 75abc1e Fix by Devang Patel · 17 years ago
  86. 193b585 New test. by Devang Patel · 17 years ago
  87. 5fa4c43 testcase for PR1352 by Chris Lattner · 17 years ago
  88. 8243438 fix typo by Dale Johannesen · 17 years ago
  89. 964dd86 Be more careful about folding op(x, undef) when we have vector operands. by Chris Lattner · 17 years ago
  90. 3d4a548 new testcase that crashes llc by Chris Lattner · 17 years ago
  91. 2fcdf64 Add me by Dale Johannesen · 17 years ago
  92. 6c2d260 Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll by Chris Lattner · 17 years ago
  93. 10161db testcase for PR1351 by Chris Lattner · 17 years ago
  94. b635d3f Testcases for MMX. by Bill Wendling · 17 years ago
  95. a2c38ae Update. by Bill Wendling · 17 years ago
  96. b53e98e Add the PADDQ to the list. by Bill Wendling · 17 years ago
  97. 69dc533 Add the final MMX instructions. Correct a few wrong patterns. by Bill Wendling · 17 years ago
  98. 6dd29e0 Remove some invalid instructions from this check. by Bill Wendling · 17 years ago
  99. 2f9bb1a Support for the special case of a vector with the canonical form: by Bill Wendling · 17 years ago
  100. 95b3955 Assertion when using a 1-element vector for an add operation. Get the by Bill Wendling · 17 years ago