1. 938b9d8 Use better data structure for ConstPoolId2AddrMap. by Evan Cheng · 17 years ago
  2. ba44df6 Actually make debug output understandable. by Evan Cheng · 17 years ago
  3. fd532d7 x86_64 rip-relative and magic mode address by Mon P Wang · 17 years ago
  4. c072966 Forgot this in last commit. by Evan Cheng · 17 years ago
  5. eb4ed4b Encode PICADD; some code clean up. by Evan Cheng · 17 years ago
  6. 87e82f0 Remove some unused virtual function bodies. by Dan Gohman · 17 years ago
  7. f7c0940 Revert r58489. It isn't correct for all cases. by Bill Wendling · 17 years ago
  8. 476527a Symbol visibility is unsupported on cygwin too. Patch by Jay Foad! by Anton Korobeynikov · 17 years ago
  9. d249316 Add an assert to catch user errors like: MyFunctionPass() : FunctionPass(ID) {} by Torok Edwin · 17 years ago
  10. 9ed08f4 Change x86 register allocation ordering to match that of gcc. Otherwise some tools get confused by prologue generated by llvm. by Evan Cheng · 17 years ago
  11. 36f3adf Add a fixme. by Evan Cheng · 17 years ago
  12. 00b58df Totally disable the setSubgraphColor calls temporarily, as they're by Dan Gohman · 17 years ago
  13. 06f0aff Add a bunch of libcalls for ppcf128 that were somehow by Duncan Sands · 17 years ago
  14. d2840fd For some targets pointer and int are 16-bits. Allow 16-bits as a valid index by Sanjiv Gupta · 17 years ago
  15. f6a9988 Don't skip over all "terminator" instructions when determining where to put the by Bill Wendling · 17 years ago
  16. 0656466 Fix warning. by Daniel Dunbar · 17 years ago
  17. 4727f83 CMake: Fix some unwanted commentary line wraps on the last change. by Oscar Fuentes · 17 years ago
  18. 9b17d97 CMake: Establish dependencies among executables and libraries, using by Oscar Fuentes · 17 years ago
  19. d17cfbe Use MOVSSmr instead of EXTRACTPSmr in the case of extracting by Dan Gohman · 17 years ago
  20. 8fe9535 Revert errant deletion. The target needs to be able to specify that it doesn't want the generic constant pool to be emitted. by Jim Grosbach · 17 years ago
  21. e53a5af I think we got non-machine specific constpool entries covered. by Evan Cheng · 17 years ago
  22. 1d083f4 Change the name of the generated solution file for a CMake build. (from 'project' to 'LLVM'). by Cedric Venet · 17 years ago
  23. 557291c Testcase for PR2987. by Duncan Sands · 17 years ago
  24. 1975d03 Canonicalize sext(i1) to i1?-1:0, and update various instcombine by Dan Gohman · 17 years ago
  25. d383ff3 Testcase for PR2986. by Duncan Sands · 17 years ago
  26. 3d0f5af Fix PR2986: do not use a potentially illegal by Duncan Sands · 17 years ago
  27. c9d4d75 Set svn:ignore on cscope.{files,out} in root llvm directory. by Daniel Dunbar · 17 years ago
  28. b702351 Set svn:ignore for some Release-Asserts and Output dirs. by Daniel Dunbar · 17 years ago
  29. 2fbfbd2 Shift amounts should have type getShiftAmountTy by Duncan Sands · 17 years ago
  30. c5e1ec4 Add InlineCost class for represent the estimated cost of inlining a by Daniel Dunbar · 17 years ago
  31. fa7935f Shift amounts should have the type given by by Duncan Sands · 17 years ago
  32. 2eb13c3 Add missing vsetcc expansion for widening by Mon P Wang · 17 years ago
  33. 0a48698 CMake: Reverted some unintentional changes on the previous commit. by Oscar Fuentes · 17 years ago
  34. 4fd38b8 CMake: Cygwin pretends to be Unix. Patch by Jay Foad. by Oscar Fuentes · 17 years ago
  35. 65f2442 ARM JIT should observe -relocation-model command line option. by Evan Cheng · 17 years ago
  36. 0c39719 Add initial support for vector widening. Logic is set to widen for X86. by Mon P Wang · 17 years ago
  37. 1eb4df6 mention fortran status. by Chris Lattner · 17 years ago
  38. d976c21 Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stack by Scott Michel · 17 years ago
  39. a872aae Revert r58411. The user needs to #define this when using the JITMemoryManager.h header. by Bill Wendling · 17 years ago
  40. c6e2241 Spell DISABLE_ASSERTIONS correctly. by Dan Gohman · 17 years ago
  41. fb309cb Revert part of r58048. It was breaking on SnowLeopard claiming that by Bill Wendling · 17 years ago
  42. 0f28243 Correct way to handle CONSTPOOL_ENTRY instructions. by Evan Cheng · 17 years ago
  43. 5be59ea Add debugging support. by Evan Cheng · 17 years ago
  44. ef5784e Let target resolve some relocation results. by Evan Cheng · 17 years ago
  45. 4628186 This is not needed anymore. by Evan Cheng · 17 years ago
  46. 70ba70f Add a bit to MachineRelocation that tells JIT that target is responsible for resolving the address. e.g. ARM constpool. by Evan Cheng · 17 years ago
  47. 110e3b3 Fix PEXTRQ encoding by Nate Begeman · 17 years ago
  48. db97348 add testcase for PR2964 by Chris Lattner · 17 years ago
  49. b384ab9 Add a RM pseudoreg for the rounding mode, which by Dale Johannesen · 17 years ago
  50. 492f04c Testcase for PR2917. by Duncan Sands · 17 years ago
  51. b99e740 Uniformize capitalization of NodeId. by Duncan Sands · 17 years ago
  52. f8131c9 Fix PR2967 by not deleting volatile load/stores that occur before unreachable. by Chris Lattner · 17 years ago
  53. 90e619a fix typo by Torok Edwin · 17 years ago
  54. f258b02 Make the declaration of bzero match size_t on x86-64-linux. by Duncan Sands · 17 years ago
  55. 21c2972 Fix PR2977: LegalizeTypes support for expanding VAARG. by Duncan Sands · 17 years ago
  56. d22ec5f Add sanity checking for BUILD_PAIR (I noticed the by Duncan Sands · 17 years ago
  57. 5489893 - More pre-split fixes: spill slot live interval computation bug; restore point bug. by Evan Cheng · 17 years ago
  58. 23b10f5 Fix a FIXME: in ReplaceNodeWith, if the new node by Duncan Sands · 17 years ago
  59. b3bc635 Fix 80 column violations. by Duncan Sands · 17 years ago
  60. 86813ce Fix 80 column violations. by Duncan Sands · 17 years ago
  61. d0e32c5 - Rewrite code that update register live interval that's split. by Evan Cheng · 17 years ago
  62. 980e842 CMake: Removed some cruft. by Oscar Fuentes · 17 years ago
  63. 1a99dbf Factor shouldInline method out of Inliner. - No functionality change. by Daniel Dunbar · 17 years ago
  64. 2d5a0b9 by David Greene · 17 years ago
  65. f184c66 Assorted comment/naming fixes, 80-col violations, and reindentation. by Daniel Dunbar · 17 years ago
  66. b493b27 (A & sext(C)) | (B & ~sext(C) -> C ? A : B by Dan Gohman · 17 years ago
  67. 2275105 Take Chris' suggestion and define EnableFastISelVerbose and by Dan Gohman · 17 years ago
  68. 19bd0ad llvm-ld doesn't have a -march option. This fixes PR2961 by Chris Lattner · 17 years ago
  69. e9da133 Reuse PrintEscapedString for printing names in .ll by Daniel Dunbar · 17 years ago
  70. 727809a Protect the code for fast-isel debugging with #ifndef NDEBUG. by Dan Gohman · 17 years ago
  71. f4717aa Add some more information to the top-level comment for this file. by Dan Gohman · 17 years ago
  72. bc6d876 Support for constant islands in the ARM JIT. by Jim Grosbach · 17 years ago
  73. 52790e5 fix prototype of print, it is (llvm/Pass.h): by Torok Edwin · 17 years ago
  74. 83f5c85 Avoid calls to setSubgraphColor in release mode. They generate lots of error messages and slow down compilation. by Evan Cheng · 17 years ago
  75. 803f5fc Do not allow a user to set the operand for a constant. by Tanya Lattner · 17 years ago
  76. 2b9cbf1 fix duplicate anchor names, and broken anchor links from the TOC by Torok Edwin · 17 years ago
  77. 57760d9 Fix darwin ppc llvm-gcc build breakage: intercept by Duncan Sands · 17 years ago
  78. 42d4499 Turn off LegalizeTypes for this test for the by Duncan Sands · 17 years ago
  79. 1acb29c Fix a testcase provided by Bill in which the node by Duncan Sands · 17 years ago
  80. 6e1c623 Don't produce invalid comparisons after legalize. by Chris Lattner · 17 years ago
  81. 7fe5e18 fix some whitespace stuff by Chris Lattner · 17 years ago
  82. 0fed8bf fit in 80 cols by Chris Lattner · 17 years ago
  83. 4002a1b Fix a nasty miscompilation of 176.gcc on linux/x86 where we synthesized by Chris Lattner · 17 years ago
  84. b3696d8 more comment cleanups. by Chris Lattner · 17 years ago
  85. b2ccf8f comment cleanups. by Chris Lattner · 17 years ago
  86. 1f08cc2 If def is in the same mbb as the barrier, spilt the value after the last use before the barrier. by Evan Cheng · 17 years ago
  87. ae7fa5b Add command line option to limit the number splits to help debugging. by Evan Cheng · 17 years ago
  88. 5a9a4bf Fix the name of the include guard to match the filename. by Dan Gohman · 17 years ago
  89. f62ce37 Avoid putting a split past the end of the live range; always shrink wrap live interval in the barrier mbb. by Evan Cheng · 17 years ago
  90. e649778 - Fix SUBVERSION string to handle x.x.x version number formats. by Bill Wendling · 17 years ago
  91. 985921e Silence a bogus compile time warning. by Evan Cheng · 17 years ago
  92. c714f13 by David Greene · 17 years ago
  93. b3990d5 Remove val# defined by a remat'ed def that is now dead. by Evan Cheng · 17 years ago
  94. 8e7fa91 Fix bogus comparison of "const char *" with c-string literal. Use strcmp instead. by Ted Kremenek · 17 years ago
  95. 8ad4c00 by David Greene · 17 years ago
  96. 9a40d33 Return bool (inserted) from StringSet::insert as for StringMap::insert. by Daniel Dunbar · 17 years ago
  97. 7caa2d0 Remove tabs from my previous commit. by Cedric Venet · 17 years ago
  98. 4af2c40 rename vec_spat -> vec_splat, pointed out by duncan by Chris Lattner · 17 years ago
  99. c5e7e8d by David Greene · 17 years ago
  100. 13e781e by David Greene · 17 years ago