1. 333ffd4 Add a new memorybuffer class, to unify all the file reading code in the system by Chris Lattner · 17 years ago
  2. a527bf1 new method for creating a path, which does not create a temporary string. by Chris Lattner · 17 years ago
  3. 63db485 fit in 80 cols by Chris Lattner · 17 years ago
  4. 01b2745 Fix this to use the right block ID by Chris Lattner · 17 years ago
  5. 1a9df8e moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree. by Chris Lattner · 17 years ago
  6. b627eab Minor corrections. by Jeff Cohen · 17 years ago
  7. 09e4b7e memory operands that have a direct operand should have their stores created by Chris Lattner · 17 years ago
  8. c83994e eliminate more redundant constraint type analysis by Chris Lattner · 17 years ago
  9. 2a600be merge constraint type analysis stuff together. by Chris Lattner · 17 years ago
  10. 0c58340 Significant refactoring of the inline asm stuff, to support future changes. by Chris Lattner · 17 years ago
  11. 9c9b63a Regenerate. by Reid Spencer · 17 years ago
  12. 863dd88 Revert the premature portion of the last commit. by Reid Spencer · 17 years ago
  13. 7dde0ff This is not "FIXME" anymore by Anton Korobeynikov · 17 years ago
  14. 0f53f7f Let Verifier check aliasees by Anton Korobeynikov · 17 years ago
  15. 3cb4dda Fix a compilation error (jump to case label). by Reid Spencer · 17 years ago
  16. 38e0980 Regenerate by Anton Korobeynikov · 17 years ago
  17. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  18. 44b2c50 memory inputs to an inline asm are required to have an address available. by Chris Lattner · 17 years ago
  19. c44f3ea new testcase for PR1356 by Chris Lattner · 17 years ago
  20. f2f3cd5 Fix CodeGen/Generic/2007-04-27-LargeMemObject.ll and by Chris Lattner · 17 years ago
  21. 15c9286 ensure the operand prints. by Chris Lattner · 17 years ago
  22. 5bee46d new testcase by Chris Lattner · 17 years ago
  23. 93e3d8f update syntax by Chris Lattner · 17 years ago
  24. 83f241e not fully implemented yet. by Chris Lattner · 17 years ago
  25. 4c27344 add a default parameter by Chris Lattner · 17 years ago
  26. bb58b9c add a way to make this less brittle by Chris Lattner · 17 years ago
  27. 7f3c4d4 fix a bug triggered by 403.gcc by Chris Lattner · 17 years ago
  28. 827a1f4 update for new inline asm syntax by Chris Lattner · 17 years ago
  29. e62f021 Fix several latent bugs in EmitGEPOffset that didn't manifest with its by Chris Lattner · 17 years ago
  30. b017318 Fix this to match change to InlineAsm class. by Chris Lattner · 17 years ago
  31. 53c22fc uhn zap cvs by Chris Lattner · 17 years ago
  32. 73d0d0d represent indirect operands explicitly in inline asm strings. by Chris Lattner · 17 years ago
  33. 9bc1464 Implement PR1345 and Transforms/InstCombine/bitcast-gep.ll by Chris Lattner · 17 years ago
  34. 947780b new testcase by Chris Lattner · 17 years ago
  35. caa8055 change per review by Dale Johannesen · 17 years ago
  36. 25c1f9e Prevent Thumb code from generating ARM instructions by Dale Johannesen · 17 years ago
  37. 2a37799 fix the test tls1. by Lauro Ramos Venancio · 17 years ago
  38. 1bd151a add TLS tests. by Lauro Ramos Venancio · 17 years ago
  39. 6b0974c add a GEP helper function by Chris Lattner · 17 years ago
  40. 4c6d20a add parenthesis. by Lauro Ramos Venancio · 17 years ago
  41. 185ea1e Doh. ARM::LEApcrel is a single instruction MI. by Evan Cheng · 17 years ago
  42. fdc9692 In Thumb mode, the frame register must be R7. by Lauro Ramos Venancio · 17 years ago
  43. d3e2834 refactor some code relating to pointer cast xforms, pulling it out of the codepath by Chris Lattner · 17 years ago
  44. eb7f34f Fix incorrect legalization of EHSELECTOR. This fixes by Chris Lattner · 17 years ago
  45. 85f7779 make this testcase harder, to cover PR1326 by Chris Lattner · 17 years ago
  46. 0204032 reset errno to zero on entry to the application's main function. This fixes by Chris Lattner · 17 years ago
  47. b35417c Fix prolific source of 'possible loss of data' warnings. by Jeff Cohen · 17 years ago
  48. 64f4fa5 ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. by Lauro Ramos Venancio · 17 years ago
  49. b1df8f2 Darwin runtime library does not have these. by Evan Cheng · 17 years ago
  50. 768c9f7 Special handling of LEApcrel and tLEApcrel. by Evan Cheng · 17 years ago
  51. eec041a Back out previous check-in. Incorrect. by Evan Cheng · 17 years ago
  52. 33fdc98 tLEApcrel is a AddrModeTs, i.e. pc relative. by Evan Cheng · 17 years ago
  53. 4c6cfad Expand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_* libcalls are not available. by Evan Cheng · 17 years ago
  54. c88725f Test that eh_selector lowering accepts global variables as well as bitcasts by Duncan Sands · 17 years ago
  55. 99f9a77 improve EH global handling, patch by Duncan Sands. by Chris Lattner · 17 years ago
  56. 6e21ff0 Move ~Pass() from Pass.h into Pass.cpp by Devang Patel · 17 years ago
  57. 3d18d64 Unxfail tests by Anton Korobeynikov · 17 years ago
  58. 64c0f84 enable Anton's shift/and switch lowering stuff! It now passes ppc bootstrap by Chris Lattner · 17 years ago
  59. 2a3250c Fix PR1339 and CodeGen/X86/dollar-name.ll by Dan Gohman · 17 years ago
  60. bff35d1 Have MMX registers clobbered in x86-64 too. by Bill Wendling · 17 years ago
  61. 5230eaa Delete Analysis Resolver. by Devang Patel · 17 years ago
  62. 330ce44 testcase for PR1339: http://llvm.org/PR1339 by Dan Gohman · 17 years ago
  63. 566dfcb Add test to proper place. Also, XFAIL until ppc bootstrap will be ok. by Anton Korobeynikov · 17 years ago
  64. ab8fd40 Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32 by Anton Korobeynikov · 17 years ago
  65. 01929c0 Update a comment to reflect recent changes in the type system. by Dan Gohman · 17 years ago
  66. edc1d15 Fix a typo in a comment. by Dan Gohman · 17 years ago
  67. b7522c7 An example for PR1362 by Andrew Lenharth · 17 years ago
  68. faa5107 Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion. by Evan Cheng · 17 years ago
  69. 6bc6333 1. Don't swap byte order in scanf. It isn't necessary and leads to by Reid Spencer · 17 years ago
  70. dfa1ec3 Use toplevel function pass manager as OnTheFly manager. by Devang Patel · 17 years ago
  71. 195c6c2 bugfix: remember that ResNode was declared. by Lauro Ramos Venancio · 17 years ago
  72. fc24a72 Add two test cases to cover apintification change. by Zhou Sheng · 17 years ago
  73. c125c00 Using APInt more efficiently. by Zhou Sheng · 17 years ago
  74. 2864b77 Rename identifier that GCC uses as a macro, breaking llvm-gcc build. by Jeff Cohen · 17 years ago
  75. 8e29b21 Minor bug. by Evan Cheng · 17 years ago
  76. b9d0c2a start code for writing out instructions. Separate BB#s from normal value #'s. by Chris Lattner · 17 years ago
  77. c651e4c start defining codes for instructions by Chris Lattner · 17 years ago
  78. 6cdc682 regen by Chris Lattner · 17 years ago
  79. 4989b84 wrap long lines by Chris Lattner · 17 years ago
  80. 5fc30df new testcase by Chris Lattner · 17 years ago
  81. c59c0af enumerate BB's separately from other function values. by Chris Lattner · 17 years ago
  82. 0e72512 For PR1355: by Reid Spencer · 17 years ago
  83. 8d35c79 add support for incorporating and purging functions to the value enumerator by Chris Lattner · 17 years ago
  84. 51d5f29 improve a comment by Chris Lattner · 17 years ago
  85. 198f34a move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 17 years ago
  86. eb0107a add a new code by Chris Lattner · 17 years ago
  87. 07d98b4 add bitcode alias support by Chris Lattner · 17 years ago
  88. d743f0e add alias support to bitcode by Chris Lattner · 17 years ago
  89. 69dacfc print aliases before functions by Chris Lattner · 17 years ago
  90. 0535028 Be careful when to add implicit kill / dead operands. Don't add them during / post reg-allocation. by Evan Cheng · 17 years ago
  91. 37a2145 PR1348 test case. by Evan Cheng · 17 years ago
  92. 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
  93. 0f8ad0d New test case. by Evan Cheng · 17 years ago
  94. 9de1371 Quiet a compiler warning about assignment in an if-then conditional. by Bill Wendling · 17 years ago
  95. 0bc2f48 && no longer needed by Chris Lattner · 17 years ago
  96. 6c087e5 Match MachineFunction::UsedPhysRegs changes. by Evan Cheng · 17 years ago
  97. 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
  98. a03f1e3 Testcase for codegen bug. by Bill Wendling · 17 years ago
  99. ade31f9 Clean up. by Evan Cheng · 17 years ago
  100. 3f3a17d Add SSSE3 as a feature of Core2. Add MMX registers to the list of registers by Bill Wendling · 17 years ago