1. 575cd14 Enable using vdup for vector constants which are splat of by Dale Johannesen · 15 years ago
  2. 879b65b Remove extraneous slash. by Owen Anderson · 15 years ago
  3. bd70118 Small cleanups and fixes in preparation for fixing _GLOBAL_OFFSET_TABLE_. by Rafael Espindola · 15 years ago
  4. 2312842 Re-enable register pressure aware machine licm with fixes. Hoist() may have by Evan Cheng · 15 years ago
  5. 9cb4c7f Oops, check in all the files for converting AliasAnalysis to use uint64_t. by Dan Gohman · 15 years ago
  6. 8a806ae unittests: Use the correct defines and global variables when building on CMake. by Michael J. Spencer · 15 years ago
  7. 01734b1 Fix VC2010 build. by Michael J. Spencer · 15 years ago
  8. 62d4ced Factor out the call-once implementation into its own macro. by Owen Anderson · 15 years ago
  9. 4cccb87 Change AliasAnalysis and its clients to use uint64_t instead of unsigned by Dan Gohman · 15 years ago
  10. f7d5278 Fixing r116753 r116756 r116777 by Jason W Kim · 15 years ago
  11. 081c34b Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  12. 9869413 Revert r116781 "- Add a hook for target to determine whether an instruction def by Daniel Dunbar · 15 years ago
  13. f3a925d Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. by Dan Gohman · 15 years ago
  14. 99fca5d GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals. by Mikhail Glushenkov · 15 years ago
  15. d3b0053 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  16. 4d17454 Add svn:ignore by Che-Liang Chiou · 15 years ago
  17. 6005ae9 Add svn:ignore to lib/Target/PTX/ by Che-Liang Chiou · 15 years ago
  18. 21239d6 Add test case mov.ll for PTX device function by Che-Liang Chiou · 15 years ago
  19. b48f2c2 Add lower argument and return of device function by Che-Liang Chiou · 15 years ago
  20. cf2561d Fix spelling. by Bill Wendling · 15 years ago
  21. 6b24116 First step to allowing the resource directory of Clang to be adjusted for by Chandler Carruth · 15 years ago
  22. 94f7eeb X86: Add MS-CRT libcalls. by Michael J. Spencer · 15 years ago
  23. 87b8665 Fix Whitespace. by Michael J. Spencer · 15 years ago
  24. 3b3b0eb lib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak to emit ".{section}${name}" instead of ".{section}$linkonce_{name}" for linkonce sections. by NAKAMURA Takumi · 15 years ago
  25. dc986d2 Fix for machine licm assert: RCCost <= RegPressure[RCId] by Andrew Trick · 15 years ago
  26. 1978599 Fix PR8300 by remembering to keep the bitcast in all cases. by Rafael Espindola · 15 years ago
  27. 5c0db76 lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts. by NAKAMURA Takumi · 15 years ago
  28. 1b5de0e lib/Support/raw_ostream.cpp: Fix Cygwin's build. by NAKAMURA Takumi · 15 years ago
  29. 11e8b74 - Add a hook for target to determine whether an instruction def is by Evan Cheng · 15 years ago
  30. b5a2d3f Move the definition of this to the source file to anchor the vtable. by Chandler Carruth · 15 years ago
  31. 1dcb1ea Speculatively revert 116753 and 116756 to attempt to fix the bots. by Eric Christopher · 15 years ago
  32. 3454ed9 Support alignment for NEON vld-lane and vst-lane instructions. by Bob Wilson · 15 years ago
  33. 87f4a1a Added a few tweaks to the Intel Descriptor-table support instructions to allow by Kevin Enderby · 15 years ago
  34. 70987fb ARM encoding information for [SU]SAT* instructions. by Jim Grosbach · 15 years ago
  35. eee5400 Make the representation of AliasSets explicitly differentiate by Dan Gohman · 15 years ago
  36. 1be4ab6 Add a virtual destructor to silence a GCC warning. by Chandler Carruth · 15 years ago
  37. 6e5367d Revert r116220 - thus turning arm fast isel back on by default. by Eric Christopher · 15 years ago
  38. 4a23a37 Get rid of unneeded FormatOutput global variable by Jason W Kim · 15 years ago
  39. d49e2aa CrashRecoveryContext: Add missing return, so that the signal fires after we our by Daniel Dunbar · 15 years ago
  40. e7d4a4c Changed elf-dump to output hex format by default. Also updated tests. by Jason W Kim · 15 years ago
  41. fb8096d Don't pass the raw invalid pointer used to represent conflicting by Dan Gohman · 15 years ago
  42. b41ee96 Don't recompute MachineRegisterInfo in the Optimize* method. by Bill Wendling · 15 years ago
  43. 9d28fdd Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  44. 992ac3e Add a basic testcase for TBAA-aware LICM. by Dan Gohman · 15 years ago
  45. eada304 Implement R_386_GOT32. by Rafael Espindola · 15 years ago
  46. a8702ea Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. by Dan Gohman · 15 years ago
  47. ce2d3c5 Relocate with .bss instead of using the symbol. Matches gas behavior. by Rafael Espindola · 15 years ago
  48. 24dc9ec Reenable assert. by Rafael Espindola · 15 years ago
  49. 3bcb3a6 Transfer debug loc to lowered call. Patch by Alexander Herz! by Devang Patel · 15 years ago
  50. 4021fcc Add TypeBasedAliasAnalysis to the standard pass lists. Note that it by Dan Gohman · 15 years ago
  51. bdcbf61 Run tbaa before basicaa, since that's how it's expected to be used. by Dan Gohman · 15 years ago
  52. 6cc7c9b Fix BasicAA to pass TBAAInfo through to the chained analysis. by Dan Gohman · 15 years ago
  53. 5c57639 For Thumb2, try to use frame pointer references for stack slots even when a by Jim Grosbach · 15 years ago
  54. aa85c21 Produce ELF::R_386_GOTPC relocations. by Rafael Espindola · 15 years ago
  55. 01b58f6 Make TypeBasedAliasAnalysis default to doing nothing, with a command-line by Dan Gohman · 15 years ago
  56. acf50f5 Use chaining in TypeBasedAliasAnalysis::pointsToConstantMemory. by Dan Gohman · 15 years ago
  57. c1be92f Make BasicAliasAnalysis a normal AliasAnalysis implementation which by Dan Gohman · 15 years ago
  58. 9baee3b Make the bots happy. by Rafael Espindola · 15 years ago
  59. 7aef62f Added a handful of x86-32 instructions that were missing so that llvm-mc would by Kevin Enderby · 15 years ago
  60. 9edab3a Produce a R_386_PLT32 when needed. Moved the default cases of switches to the by Rafael Espindola · 15 years ago
  61. 0f0127f ARM addrmode4 instructions (ldm, stm and friends) can't encode an immediate by Jim Grosbach · 15 years ago
  62. e038a20 Grammar tweak. by Jim Grosbach · 15 years ago
  63. c97f80e Handle GOTOFF correctly on i386. by Rafael Espindola · 15 years ago
  64. c0c7c2b Trivial grammar tweak. by Jim Grosbach · 15 years ago
  65. 940e796 Improve lowering of sext to i128 on SPU. by Kalle Raiskila · 15 years ago
  66. 4cf34c6 Remove the check for invalid calling conventions. Testing shows that they're by Eric Christopher · 15 years ago
  67. fa87d66 Lift arg promotion from the X86 backend. This should be unified at some point. by Eric Christopher · 15 years ago
  68. 404be0c Now that we handle all allocas via a non-SP reg offset remove all of the by Eric Christopher · 15 years ago
  69. 4c8a985 std::string cleanup. by Benjamin Kramer · 15 years ago
  70. 24f1206 Fix a typo and silence unused variable warnings in -Asserts build. by Benjamin Kramer · 15 years ago
  71. ec8bf97 Allow more load types to be materialized through the allocas. by Eric Christopher · 15 years ago
  72. f0c55a9 Build with RTTI and exceptions disabled. Only in GCC for now. by Oscar Fuentes · 15 years ago
  73. d56d61a Optimize GEP off of intermediate allocas. by Eric Christopher · 15 years ago
  74. 7208dbf Fix comment. by Eric Christopher · 15 years ago
  75. dc0b0ef Turn on AddOperator folding in GEP. by Eric Christopher · 15 years ago
  76. 45c6071 Use the i12 immediate versions of the load instructions - they're handled by Eric Christopher · 15 years ago
  77. f230df9 Add a MCObjectFormat class so that code common to all targets that use a by Rafael Espindola · 15 years ago
  78. cb2caf7 Hack around incompatible pointer warnings. by Benjamin Kramer · 15 years ago
  79. af81235 Eliminate some calls to Value::getNameStr. by Benjamin Kramer · 15 years ago
  80. d30dcfe Unbreak test on non-COFF targets. by Benjamin Kramer · 15 years ago
  81. 4cee289 MC-COFF: Add support for default-null weak externals. by Michael J. Spencer · 15 years ago
  82. 84ac4d5 X86-Windows: Emit an undefined global __fltused symbol when targeting Windows by Michael J. Spencer · 15 years ago
  83. e70c526 Whitespace! by Michael J. Spencer · 15 years ago
  84. 138abae MC/AsmParser: Report .stabs directive as unsupported. by Daniel Dunbar · 15 years ago
  85. 03a9fdf More machine LICM work. It now tracks register pressure for path from preheader to current BB and use the information determine whether hoisting is worthwhile. by Evan Cheng · 15 years ago
  86. 47650ec Fix some funky formatting that got through. by Eric Christopher · 15 years ago
  87. 07fda9f ARMCodeEmitter::emitMiscInstruction is dead. Long live by Bill Wendling · 15 years ago
  88. c9a91fd Make sure offset is 0 for load/store register to the stack call. by Eric Christopher · 15 years ago
  89. 6549121 Generalize MemCpyOpt's handling of call slot forwarding to function properly when the call slot by Owen Anderson · 15 years ago
  90. 00ed59a Formatting. by Eric Christopher · 15 years ago
  91. 8535403 lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with by Daniel Dunbar · 15 years ago
  92. 315030c Fix else if -> if in store machinery. by Eric Christopher · 15 years ago
  93. 2695d8e Reformatting. No functionalogicality changes. by Bill Wendling · 15 years ago
  94. a322425 Refactor ARM fast-isel reg + offset to be a base + offset. by Eric Christopher · 15 years ago
  95. 5ad01c7 Encoding information for the various ARM saturating add/sub instructions. by Jim Grosbach · 15 years ago
  96. 900152b llvmc: Add a test for the -c flag. by Mikhail Glushenkov · 15 years ago
  97. 8476088 ARM binary encoding information for RSB and RSC instructions. by Jim Grosbach · 15 years ago
  98. fd52906 Don't mark argument value stores as immutable, as otherwise the post-RA by Jim Grosbach · 15 years ago
  99. 01b35c2 Use simple RegState::Define flag instead of getDefRegState(true). by Bob Wilson · 15 years ago
  100. de89b01 Refactor alias handling to AliasedSymbol. by Rafael Espindola · 15 years ago