1. c447ff6 Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the native by Chris Lattner · 15 years ago
  2. 3034c10 Fix ScalarEvolution's Xor handling to not assume that an And by Dan Gohman · 15 years ago
  3. 369de26 Do not use first actual instruction's location for prologue. The debug wants to skip prologue while setting a breakpoint for the function. by Devang Patel · 15 years ago
  4. 0711c30 Update auto-generated configuration files by Douglas Gregor · 15 years ago
  5. 76166fc Define LLVM_NATIVE_ARCH in llvm/Config/config.h to be the LLVM back end that corresponds to the native executable, but only when that LLVM back end is being built by Douglas Gregor · 15 years ago
  6. efdbfc4 Use atomic increment/decrement for reference counting of Type's. by Owen Anderson · 15 years ago
  7. 9a3df67 Add an atomic increment and decrement implementation, which will be used for by Owen Anderson · 15 years ago
  8. 142fb2a Add locking around the accessors for AbstractTypeUsers. by Owen Anderson · 15 years ago
  9. 6be9266 Remove support for building LLVM libraries into "relinked" by Chris Lattner · 15 years ago
  10. 1527f54 Forgot this file in my last commit. by Owen Anderson · 15 years ago
  11. 845e7e8 Use a reader-writer lock to guard large portions of the Type infrastructure, including abstract type refinement. by Owen Anderson · 15 years ago
  12. e8f1018 fix a circular dependency between the mips code generator and its asmprinter. by Chris Lattner · 15 years ago
  13. 86ecd50 Fix the EE bindings to use the proper EE interfaces for creating a JIT. by Chris Lattner · 15 years ago
  14. 5dd4272 CMake: Only include LLVM example executables in the build if requested by the user by Douglas Gregor · 15 years ago
  15. 0ab2863 Test for llvm-gcc patch 73564. by Dale Johannesen · 15 years ago
  16. 95efbcb Accidentally broke this file. by Owen Anderson · 15 years ago
  17. 1cca27e Add newline at end of file. by Owen Anderson · 15 years ago
  18. d76a077 Remove the Win32 implementation, since it doesn't compile pre-Vista. by Owen Anderson · 15 years ago
  19. 82995a8 Fix #include guards. by Owen Anderson · 15 years ago
  20. a4e968c Make the test target-neutral by Anton Korobeynikov · 15 years ago
  21. ff30b7d Fix/cleanup trailing newlines. by Owen Anderson · 15 years ago
  22. 2a8cf9a Add a portable wrapper for reader-writer locks. by Owen Anderson · 15 years ago
  23. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
  24. c6ac322 Generalize a few more instcombines to be vector/scalar-independent. by Dan Gohman · 15 years ago
  25. 61ffa8e Instcombine's ShrinkDemandedConstant may strip bits out of constants, by Dan Gohman · 15 years ago
  26. 876eac9 CALL64pcrel32 immediate field is 32-bit. Patch by Abhinav Duggal. by Evan Cheng · 15 years ago
  27. 385f5a9 Address review comments: add 3 ARM calling conventions. by Anton Korobeynikov · 15 years ago
  28. 2932795 GNU as refuses to assemble "pop {}" instruction. Do not emit such by Anton Korobeynikov · 15 years ago
  29. de8aed2 Add a configure check for pthread_rwlock_init. by Owen Anderson · 15 years ago
  30. 1ad70e3 Update the threading section to reflect current plans/implementation. by Owen Anderson · 15 years ago
  31. dd0ae75 Add Threading.cpp to the CMake project files by Douglas Gregor · 15 years ago
  32. 5e8c50e Fix validation errors. by Owen Anderson · 15 years ago
  33. 4c7ac18 Split the thread-related APIs out into their own file, and add a few more by Owen Anderson · 15 years ago
  34. 3d0cbbe Testcase for r73506 by Chris Lattner · 15 years ago
  35. 6cc8a93 Generalize instcombine's isSafeToLoadUnconditionally() function by Chris Lattner · 15 years ago
  36. 003263b Added missing libcalls for floating point to int conversions. by Sanjiv Gupta · 15 years ago
  37. 7ed5d56 Remove the "llvm.umul.with.overflow is broken" warning; it should be by Eli Friedman · 15 years ago
  38. 7d8d36a Fixed names of libcalls checked in r73480. by Sanjiv Gupta · 15 years ago
  39. bde7942 Code Restructuring. No functionality change. by Sanjiv Gupta · 15 years ago
  40. 8aa207e Added required libcalls for PIC16 (mostly floating points to integer casting operations). by Sanjiv Gupta · 15 years ago
  41. 7b11365 Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs. by Evan Cheng · 15 years ago
  42. 67fcf56 If a val# is defined by an implicit_def and it is being removed, all of the copies off the val# were removed. This causes problem later since the scavenger will see uses of registers without defs. The proper solution is to change the copies into implicit_def's instead. by Evan Cheng · 15 years ago
  43. db3c169 Add some generic expansion logic for SMULO and UMULO. Fixes UMULO by Eli Friedman · 15 years ago
  44. 6314ac2 Misc accumulated tweaks to legalization logic for various targets. by Eli Friedman · 15 years ago
  45. b42e20b another xform that is target-independent (should be done in instcombine). by Chris Lattner · 15 years ago
  46. d23fffe I think instcombine should unconditionally do this xform. by Chris Lattner · 15 years ago
  47. 714fa95 Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic. by Chris Lattner · 15 years ago
  48. fe7f294 There doesn't seem to be a reason to move the save FP stuff. by Bill Wendling · 15 years ago
  49. d0446b0 The DWARF to compact encoding converter assumes that the DW_CFA_def_cfa_offset by Bill Wendling · 15 years ago
  50. 05b5e03 Fix typos. by Bill Wendling · 15 years ago
  51. c223082 Use MainCU if it is available. by Devang Patel · 15 years ago
  52. 8bc1b3b Add initial stab at documenting the use of LLVM with threaded clients. by Owen Anderson · 15 years ago
  53. 079f858 Add comments to ConstantInt::get and ConstantFP::get to more fully by Dan Gohman · 15 years ago
  54. 44118f0 Use Type::getScalarType. by Dan Gohman · 15 years ago
  55. 502106a Regenerate. by Mikhail Glushenkov · 15 years ago
  56. 530f399 Documentation update. by Mikhail Glushenkov · 15 years ago
  57. 461d41c Remove extraneous propset. by Owen Anderson · 15 years ago
  58. be24f1b Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_iterator. by Owen Anderson · 15 years ago
  59. a7a8af0 Add a CreateFNeg function to IRBuilder. by Dan Gohman · 15 years ago
  60. 9a8c580 Update this test to use fmul instead of mul. by Dan Gohman · 15 years ago
  61. 15480bd Change this from an assert to a cerr+exit, since it's diagnosing an by Dan Gohman · 15 years ago
  62. 88cc7c4 On Darwin, frame pointer r7 is never available. by Evan Cheng · 15 years ago
  63. f57478f Use Type::isIntOrIntVector and Type::isFPOrFPVector. by Dan Gohman · 15 years ago
  64. 6de29f8 Support vector casts in more places, fixing a variety of assertion failures. by Dan Gohman · 15 years ago
  65. 0d492bd Address more comments :) by Anton Korobeynikov · 15 years ago
  66. 24b108b Fix a typo in a diagnostic. by Dan Gohman · 15 years ago
  67. bb62962 Rename methods for the sake of consistency. by Anton Korobeynikov · 15 years ago
  68. 52edfc7 Document ABIType enum. Patch by Sandeep Patel! by Anton Korobeynikov · 15 years ago
  69. 11a407f Gracefully handle imbalanced inline function begin and end markers. by Devang Patel · 15 years ago
  70. 2077e18 ifcvt should ignore cfg where true and false successors are the same. by Evan Cheng · 15 years ago
  71. 6758607 Typo. by Evan Cheng · 15 years ago
  72. 125473b Rewrite the noredzone description, attempting to avoid confusing language. by Dan Gohman · 15 years ago
  73. 927788c The Ls and Qs were mixed up. Patch by Sean. by Bill Wendling · 15 years ago
  74. c1f1040 Fix the crash in this test. This is basically the same by Dale Johannesen · 15 years ago
  75. d780f35 Do not form ldrd / strd if the two dests / srcs are the same. Code clean up. by Evan Cheng · 15 years ago
  76. 6367684 Merge PartialInliner changes. by Owen Anderson · 15 years ago
  77. 453eb26 "The Intel instruction tables should include the 64-bit and 32-bit instructions by Bill Wendling · 15 years ago
  78. 7f04428 Silence a warning. by Evan Cheng · 15 years ago
  79. 8c3befd This test is failing. Revert for now. by Bill Wendling · 15 years ago
  80. 743e41e Code cleanups. getSCEVAtScope no longer uses SCEVCouldNotCompute. by Dan Gohman · 15 years ago
  81. f88f21c Add another testcase for r71478. by Bill Wendling · 15 years ago
  82. c915c95 Make the EnableLoadPRE variable static. by Dan Gohman · 15 years ago
  83. d87c9e3 Fix a typo. by Dan Gohman · 15 years ago
  84. 070c42f glibc has two versions of strerror_r, a standards compliant one and a GNU by Dan Gohman · 15 years ago
  85. 2185f9e Reword the description of the noredzone attribute. by Dan Gohman · 15 years ago
  86. 5d2c01e CheckTailCallReturnConstraints is missing a check on the by Arnold Schwaighofer · 15 years ago
  87. c457b65 x86_64 was completely missing from the target triples supported by the X86 code by Torok Edwin · 15 years ago
  88. 42de34f Remove the gcc= option. llvm-gcc uses only as= by Rafael Espindola · 15 years ago
  89. 358dec5 Part 1. by Evan Cheng · 15 years ago
  90. d3b295c fix testcase to properly check for the patch in r73195. by Chris Lattner · 15 years ago
  91. c5718d0 "This patch implements the method with the GetModuleFileName function for windows." by Chris Lattner · 15 years ago
  92. 3771071 remove extraneous const qualifier by Chris Lattner · 15 years ago
  93. 2e06dd2 I got J and K backward, many thanks to Eli for spotting this! by Chris Lattner · 15 years ago
  94. 8792232 remove some old CVS-specific arguments that don't work with SVN. by Chris Lattner · 15 years ago
  95. 88d7e40 add a new static method to portably determine whether a patch is by Chris Lattner · 15 years ago
  96. e493515 implement support for the 'K' asm constraint, PR4347 by Chris Lattner · 15 years ago
  97. a119de8 Fix old-style type names in comments. by Dan Gohman · 15 years ago
  98. bd59d7b Implement more aggressive folding of add operand lists when by Dan Gohman · 15 years ago
  99. 444f491 Specialize DenseMapInfo for SCEVHandle, so that SCEVHandles can be by Dan Gohman · 15 years ago
  100. 7f7c436 Check for the short-circuiting condition before performing by Dan Gohman · 15 years ago