1. 60e7127 Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux though it by Wesley Peck · 14 years ago
  2. d9707e3 Revert r116983, which is breaking all the buildbots. by Owen Anderson · 14 years ago
  3. 13a9490 Major update of the MicroBlaze backend. The new features are: by Wesley Peck · 14 years ago
  4. 17ffc52 Adding the EM_MBLAZE value to the machine architectures enumeration to by Wesley Peck · 14 years ago
  5. e9c253e X86: Add alloca probing to dynamic alloca on Windows. Fixes PR8424. by Michael J. Spencer · 14 years ago
  6. d6865de Add missing scheduling itineraries for transfers between core registers and VFP registers. by Evan Cheng · 14 years ago
  7. d779554 Implement correct encodings for NEON vadd, both integer and floating point. by Owen Anderson · 14 years ago
  8. dd0a00a CodeGen-Windows: Only emit _fltused if a VarArg function is called with floating point args. by Michael J. Spencer · 14 years ago
  9. 2d8f6fe Custom lower f64 args passed in integer registers. by Eric Christopher · 14 years ago
  10. 6e56b18 Fix Whitespace. by Michael J. Spencer · 14 years ago
  11. 01aabda Add encoding for moving a value between two ARM core registers and a doublework by Bill Wendling · 14 years ago
  12. f1583ae Remember to keep track of rematted values. by Jakob Stoklund Olesen · 14 years ago
  13. 7d31a16 Add encodings for movement between ARM core registers and single-precision by Bill Wendling · 14 years ago
  14. adb30d2 Memdep says that an instruction clobbers itself by Dan Gohman · 14 years ago
  15. 75f6df2 Attempt to fix valgrind complaining about (benign) leaks in pass registration by having PassRegistry by Owen Anderson · 14 years ago
  16. ba13864 Factor out the main aliasing check into a separate function. by Dan Gohman · 14 years ago
  17. 561ac17 Add some comments. by Dan Gohman · 14 years ago
  18. 134982d More accurate estimate / tracking of register pressure. by Evan Cheng · 14 years ago
  19. e4d3159 Fix crash introduced in 116852. 8573915. by Dale Johannesen · 14 years ago
  20. 0b62f95 Fix comments; the type graph is currently a tree, not a DAG. by Dan Gohman · 14 years ago
  21. 7ab2af0 Cut unneeded global variable. by Jason W Kim · 14 years ago
  22. 080c316 Move some of the InlineSpiller rematerialization code into LiveRangeEdit. by Jakob Stoklund Olesen · 14 years ago
  23. e93d99c Remove Synthesizable from the Type system; as MMX vector by Dale Johannesen · 14 years ago
  24. 9b25940 When SimpleRegisterCoalescing is trimming kill flags on a physical register by Jakob Stoklund Olesen · 14 years ago
  25. 64e6719 Handle _GLOBAL_OFFSET_TABLE_ correctly. by Rafael Espindola · 14 years ago
  26. 9f608b1 Use C++03... by Michael J. Spencer · 14 years ago
  27. a9cf7b8 System-Win32/Path: Fix incorrect assumption in isValid. by Michael J. Spencer · 14 years ago
  28. 7283da5 Add a comment about ATTRIBUTE_UNUSED to avoid further confusion over when to by Chandler Carruth · 14 years ago
  29. 1cd9708 Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three by Chandler Carruth · 14 years ago
  30. 3659ac2 Fix a TODO by removing some unnecesary copies. by Eric Christopher · 14 years ago
  31. 02003ca Record sysbols created by aliases. Fixes PR8414. by Rafael Espindola · 14 years ago
  32. f10c519 Add ATTRIBUTE_UNUSED for -Asserts. by NAKAMURA Takumi · 14 years ago
  33. 6551360 Add RegionPass support. by Tobias Grosser · 14 years ago
  34. 3e26c3c Fix CMake build by Douglas Gregor · 14 years ago
  35. 238777e Add a way to emit StringSwitch of clang attribute spellings. by Anders Carlsson · 14 years ago
  36. b8e67fc Fix backwards conditional. by Jim Grosbach · 14 years ago
  37. f96e4bd Make CodeGen TBAA-aware. by Dan Gohman · 14 years ago
  38. 8b95c3e Add dynamic realignment when rematerializing the base register. by Jim Grosbach · 14 years ago
  39. f6d7df6 Nuke a commented out bit that got missed a while back. by Jim Grosbach · 14 years ago
  40. df7ec20 Spelling typo fix. s/incput/input/. Thanks, Bob! by Jim Grosbach · 14 years ago
  41. e4ad387 Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any by Jim Grosbach · 14 years ago
  42. db4708c Move NoAA out of BasicAliasAnalysis.cpp into its own file, now that by Dan Gohman · 14 years ago
  43. 3da848b Reapply r116831 and r116839, converting AliasAnalysis to use by Dan Gohman · 14 years ago
  44. 5ee568a Extend StringRef's edit-distance algorithm to permit an upper bound on the allowed edit distance by Douglas Gregor · 14 years ago
  45. 8155ea4 Update comments to remove obsolete references. by Jim Grosbach · 14 years ago
  46. 1db839e Revert r116831 and r116839, which are breaking selfhost builds. by Dan Gohman · 14 years ago
  47. 2594746 Shrink MachineOperand from 40 to 32 bytes on 64-bit hosts. by Jakob Stoklund Olesen · 14 years ago
  48. 205942a Passes do not need to recursively initialize passes that they preserve, if by Owen Anderson · 14 years ago
  49. 575cd14 Enable using vdup for vector constants which are splat of by Dale Johannesen · 14 years ago
  50. 879b65b Remove extraneous slash. by Owen Anderson · 14 years ago
  51. bd70118 Small cleanups and fixes in preparation for fixing _GLOBAL_OFFSET_TABLE_. by Rafael Espindola · 14 years ago
  52. 2312842 Re-enable register pressure aware machine licm with fixes. Hoist() may have by Evan Cheng · 14 years ago
  53. 9cb4c7f Oops, check in all the files for converting AliasAnalysis to use uint64_t. by Dan Gohman · 14 years ago
  54. 8a806ae unittests: Use the correct defines and global variables when building on CMake. by Michael J. Spencer · 14 years ago
  55. 01734b1 Fix VC2010 build. by Michael J. Spencer · 14 years ago
  56. 62d4ced Factor out the call-once implementation into its own macro. by Owen Anderson · 14 years ago
  57. 4cccb87 Change AliasAnalysis and its clients to use uint64_t instead of unsigned by Dan Gohman · 14 years ago
  58. f7d5278 Fixing r116753 r116756 r116777 by Jason W Kim · 14 years ago
  59. 081c34b Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 14 years ago
  60. 9869413 Revert r116781 "- Add a hook for target to determine whether an instruction def by Daniel Dunbar · 14 years ago
  61. f3a925d Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. by Dan Gohman · 14 years ago
  62. 99fca5d GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals. by Mikhail Glushenkov · 14 years ago
  63. d3b0053 Trailing whitespace. by Mikhail Glushenkov · 14 years ago
  64. 4d17454 Add svn:ignore by Che-Liang Chiou · 14 years ago
  65. 6005ae9 Add svn:ignore to lib/Target/PTX/ by Che-Liang Chiou · 14 years ago
  66. 21239d6 Add test case mov.ll for PTX device function by Che-Liang Chiou · 14 years ago
  67. b48f2c2 Add lower argument and return of device function by Che-Liang Chiou · 14 years ago
  68. cf2561d Fix spelling. by Bill Wendling · 14 years ago
  69. 6b24116 First step to allowing the resource directory of Clang to be adjusted for by Chandler Carruth · 14 years ago
  70. 94f7eeb X86: Add MS-CRT libcalls. by Michael J. Spencer · 14 years ago
  71. 87b8665 Fix Whitespace. by Michael J. Spencer · 14 years ago
  72. 3b3b0eb lib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak to emit ".{section}${name}" instead of ".{section}$linkonce_{name}" for linkonce sections. by NAKAMURA Takumi · 14 years ago
  73. dc986d2 Fix for machine licm assert: RCCost <= RegPressure[RCId] by Andrew Trick · 14 years ago
  74. 1978599 Fix PR8300 by remembering to keep the bitcast in all cases. by Rafael Espindola · 14 years ago
  75. 5c0db76 lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts. by NAKAMURA Takumi · 14 years ago
  76. 1b5de0e lib/Support/raw_ostream.cpp: Fix Cygwin's build. by NAKAMURA Takumi · 14 years ago
  77. 11e8b74 - Add a hook for target to determine whether an instruction def is by Evan Cheng · 14 years ago
  78. b5a2d3f Move the definition of this to the source file to anchor the vtable. by Chandler Carruth · 14 years ago
  79. 1dcb1ea Speculatively revert 116753 and 116756 to attempt to fix the bots. by Eric Christopher · 14 years ago
  80. 3454ed9 Support alignment for NEON vld-lane and vst-lane instructions. by Bob Wilson · 14 years ago
  81. 87f4a1a Added a few tweaks to the Intel Descriptor-table support instructions to allow by Kevin Enderby · 14 years ago
  82. 70987fb ARM encoding information for [SU]SAT* instructions. by Jim Grosbach · 14 years ago
  83. eee5400 Make the representation of AliasSets explicitly differentiate by Dan Gohman · 14 years ago
  84. 1be4ab6 Add a virtual destructor to silence a GCC warning. by Chandler Carruth · 14 years ago
  85. 6e5367d Revert r116220 - thus turning arm fast isel back on by default. by Eric Christopher · 14 years ago
  86. 4a23a37 Get rid of unneeded FormatOutput global variable by Jason W Kim · 14 years ago
  87. d49e2aa CrashRecoveryContext: Add missing return, so that the signal fires after we our by Daniel Dunbar · 14 years ago
  88. e7d4a4c Changed elf-dump to output hex format by default. Also updated tests. by Jason W Kim · 14 years ago
  89. fb8096d Don't pass the raw invalid pointer used to represent conflicting by Dan Gohman · 14 years ago
  90. b41ee96 Don't recompute MachineRegisterInfo in the Optimize* method. by Bill Wendling · 14 years ago
  91. 9d28fdd Trailing whitespace. by Mikhail Glushenkov · 14 years ago
  92. 992ac3e Add a basic testcase for TBAA-aware LICM. by Dan Gohman · 14 years ago
  93. eada304 Implement R_386_GOT32. by Rafael Espindola · 14 years ago
  94. a8702ea Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. by Dan Gohman · 14 years ago
  95. ce2d3c5 Relocate with .bss instead of using the symbol. Matches gas behavior. by Rafael Espindola · 14 years ago
  96. 24dc9ec Reenable assert. by Rafael Espindola · 14 years ago
  97. 3bcb3a6 Transfer debug loc to lowered call. Patch by Alexander Herz! by Devang Patel · 14 years ago
  98. 4021fcc Add TypeBasedAliasAnalysis to the standard pass lists. Note that it by Dan Gohman · 14 years ago
  99. bdcbf61 Run tbaa before basicaa, since that's how it's expected to be used. by Dan Gohman · 14 years ago
  100. 6cc7c9b Fix BasicAA to pass TBAAInfo through to the chained analysis. by Dan Gohman · 14 years ago