1. 2b0c96f Scalar Bitcasts and Truncs are usually free by Nadav Rotem · 12 years ago
  2. fb60a4e [mips] Fix bug in test case. Disable machine LICM to prevent instruction from by Akira Hatanaka · 12 years ago
  3. 43934ae Vext Lowering was missing opportunities by Quentin Colombet · 12 years ago
  4. 5c87b73 [mips] Use register number instead of name to print register $AT. by Akira Hatanaka · 12 years ago
  5. 265f191 [mips] Add function MipsFrameLowering::estimateStackSize. by Akira Hatanaka · 12 years ago
  6. 294166d [mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the size by Akira Hatanaka · 12 years ago
  7. 322ff88 Fix a build problem with xlc. The error message was by Rafael Espindola · 12 years ago
  8. 173192f [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive by Akira Hatanaka · 12 years ago
  9. 986f29c XLC supports the same atomic functions as GCC, use them. Patch by Kai. by Rafael Espindola · 12 years ago
  10. a307a1c Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer. by Andrew Kaylor · 12 years ago
  11. bb4c23f Documentation: fix typos. by Dmitri Gribenko · 12 years ago
  12. 9ce84c1 Fix whitespaces by Alexey Samsonov · 12 years ago
  13. 9825d1e Enable the assertion in getIntPtrType (I've audited all users of this method and by Duncan Sands · 12 years ago
  14. 52df6c2 Add a testcase to loop-idiom to cover PR14241 when we start handling by Chandler Carruth · 12 years ago
  15. a864748 Revert the switch of loop-idiom to use the new dependence analysis. by Chandler Carruth · 12 years ago
  16. d295c97 Fix an obvious typo that causes an assertion failure when running by Duncan Sands · 12 years ago
  17. 6e48f03 Fix sign compare warning. Patch by Mahesha HS. by Chandler Carruth · 12 years ago
  18. 875618f libprofile/CommonProfiling.c: Fix according to C89. by NAKAMURA Takumi · 12 years ago
  19. 9b25ff6 PGO: allows the profile data file name to be specified by the LLVMPROF_OUTPUT by Manman Ren · 12 years ago
  20. 0a1544d OutputArg: added an index of the original argument to match the change to by Manman Ren · 12 years ago
  21. 4ac300d BBVectorize: Commit the rest of the test-case change. by Hal Finkel · 12 years ago
  22. 78fd353 BBVectorize: Use target costs for incoming and outgoing values instead of the depth heuristic. by Hal Finkel · 12 years ago
  23. 5fc8c7c Fixed format string to avoid pointer truncation during 64-bit debugging. by Andrew Kaylor · 12 years ago
  24. 8aa138c Use the relationship models infrastructure to add two relations - getPredOpcode by Pranav Bhandarkar · 12 years ago
  25. 938482f Add support for generating dwarf debugging info with assembly files by Kevin Enderby · 12 years ago
  26. b6843c2 llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready. by NAKAMURA Takumi · 12 years ago
  27. a5f54f1 [asan] don't instrument globals that we've created ourselves (reduces the binary size a bit) by Kostya Serebryany · 12 years ago
  28. 174fbec Add a getAddressSpace method to the GEP instruction to mirror that of by Chandler Carruth · 12 years ago
  29. d988b75 Add some consistent doxygen comments for the address space helpers. by Chandler Carruth · 12 years ago
  30. 8a96749 Normalize the API and doxygen comments for the ptrtoint instruction. by Chandler Carruth · 12 years ago
  31. 1521406 Remove a weird static helper from the GEP instruction and just directly by Chandler Carruth · 12 years ago
  32. acd01d1 As I'm going to be touching several comments in this file, update the by Chandler Carruth · 12 years ago
  33. 9cb285d Add a test case for PR14233. by Chandler Carruth · 12 years ago
  34. 8fb614c Teach Type::getPointerAddressSpace to look through pointer vectors by Chandler Carruth · 12 years ago
  35. 426c2bf Revert the majority of the next patch in the address space series: by Chandler Carruth · 12 years ago
  36. ece6c6b Revert the series of commits starting with r166578 which introduced the by Chandler Carruth · 12 years ago
  37. 86ccc55 BBVectorize: Account for internal shuffle costs by Hal Finkel · 12 years ago
  38. f0e06e8 Cleanup another place redundant SP maintained by Michael Liao · 12 years ago
  39. d0dd065 [CMake] Add llvm-mcmarkup to check-llvm. by NAKAMURA Takumi · 12 years ago
  40. b75111f test/CodeGen/X86/fp-fast.ll: Add +avx. by NAKAMURA Takumi · 12 years ago
  41. 607ebde Add a few more simple fast-math constant propagations and cancellations. by Owen Anderson · 12 years ago
  42. 21caa9e Exploit the new identity composition in composeSubRegIndices(). by Jakob Stoklund Olesen · 12 years ago
  43. 5801ff9 Don't insert and erase load instruction. Simply create (new) and delete it. by Jakub Staszak · 12 years ago
  44. 647d6d7 Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. by Andrew Kaylor · 12 years ago
  45. 08e712b [Support] Fix StrError on Windows to actually return the error string... by Michael J. Spencer · 12 years ago
  46. ad0b3b2 Generate a table-driven version of TRI::composeSubRegIndices(). by Jakob Stoklund Olesen · 12 years ago
  47. 3037a58 Fixed format strings to avoid pointer truncation during 64-bit debugging. by Andrew Kaylor · 12 years ago
  48. 7dd4dc8 MC: Simple example parser for MC assembly markup. by Jim Grosbach · 12 years ago
  49. a5526a9 (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization. by Shuxin Yang · 12 years ago
  50. e57b2cb LoopVectorize: Preserve NSW, NUW and IsExact flags. by Nadav Rotem · 12 years ago
  51. 0dba9a9 Fix a bug in the cost calculation of vector casts. Detect situations where bitcasts cost zero. by Nadav Rotem · 12 years ago
  52. 2932284 Mark code, not data, as executable in lli RemoteTarget simulator. by Andrew Kaylor · 12 years ago
  53. 6d42bbf Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now. by Rafael Espindola · 12 years ago
  54. 497204a [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables by Akira Hatanaka · 12 years ago
  55. b586aae MCJIT unit test: add calls to ensure that instruction caches are properly invalidated before code execution. by Amara Emerson · 12 years ago
  56. a25ad19 Port lli bug fix from r166920 to MCJIT unit test. by Amara Emerson · 12 years ago
  57. 9f74bc9 Commit access test. by Amara Emerson · 12 years ago
  58. 03b4f06 Remove stale documentation about tail duplicaton IR pass by Arnold Schwaighofer · 12 years ago
  59. 39fa606 Test case for r167039. Check that tail-call optimization is disabled for mips16. by Akira Hatanaka · 12 years ago
  60. 97d6abe Fix typo in CodeGenerator doc by Eli Bendersky · 12 years ago
  61. ccd492c LCSSA: Try to recover compile time regressions due to SCEV updates. by Benjamin Kramer · 12 years ago
  62. 4c1b4b1 Put the threshold magic number in a variable. by Nadav Rotem · 12 years ago
  63. f772f07 Disable all old-JIT unit tests on PowerPC. by Ulrich Weigand · 12 years ago
  64. eb3e089 Remove fixme about unreachable cases from SwitchToLookupTable by Hans Wennborg · 12 years ago
  65. 2a5401c Remove enum values since they are not used anymore. by Nadav Rotem · 12 years ago
  66. daf4cfc Address Duncan's comments on r167121. by Hans Wennborg · 12 years ago
  67. 72465ea BBVectorize: Choose pair ordering to minimize shuffles by Hal Finkel · 12 years ago
  68. ef026f1 Address Duncan's comments on r167115 by Hans Wennborg · 12 years ago
  69. e0f1dca instcombine: Migrate strto* optimizations by Meador Inge · 12 years ago
  70. 2857866 Fix false -> NULL conversion from r167115 spotted by Benjamin Kramer. by Hans Wennborg · 12 years ago
  71. b4c9d9c Replace some instances of UniqueVector with SetVector, which is slightly cheaper. by Benjamin Kramer · 12 years ago
  72. e03d9e4 Do simple constant propagation in lookup table formation for switches by Hans Wennborg · 12 years ago
  73. e803d05 Fix a couple of comment typos. by Benjamin Kramer · 12 years ago
  74. 4ad3d98 LCSSA: Add a workaround for another nasty SCEV cache invalidation issue. by Benjamin Kramer · 12 years ago
  75. 0ceb855 Add IRBuilderBase::getIntPtrTy. by Evgeniy Stepanov · 12 years ago
  76. 061938b DependenceAnalysis: Don't crash if there is no constant operand. by Benjamin Kramer · 12 years ago
  77. 296815d Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNWIND. by James Molloy · 12 years ago
  78. 552e731 Add support for Cortex-A15 host recognition. by James Molloy · 12 years ago
  79. 9441125 Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN by Reed Kotler · 12 years ago
  80. b5bc8d0 Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Cameron McInally. by Craig Topper · 12 years ago
  81. 08684d1 instcombine: Migrate strpbrk optimizations by Meador Inge · 12 years ago
  82. c5c970e Clean up redundant SP register maintained in X86 TLI by Michael Liao · 12 years ago
  83. 57cfd71 instcombine: Migrate strlen optimizations by Meador Inge · 12 years ago
  84. a0885fb instcombine: Migrate strncpy optimizations by Meador Inge · 12 years ago
  85. 5b2c4dc LoopVectorize: Do not vectorize loops with tiny constant trip counts. by Nadav Rotem · 12 years ago
  86. 42d4335 This patch addresses an ABI compatibility issue with empty aggregate by Bill Schmidt · 12 years ago
  87. bab2421 Change signature of function RAFast::spillAll to avoid conversion between by Akira Hatanaka · 12 years ago
  88. 52d0532 xlc supports __attribute__((aligned(x))), use it. Patch by Kai. by Rafael Espindola · 12 years ago
  89. dc6d846 Check that iterator I is not the end iterator. by Akira Hatanaka · 12 years ago
  90. 3a9b714 Add extra declarations of hash_value needed to build llvm with xlc 12.1. by Rafael Espindola · 12 years ago
  91. 462d1ca Add support for loops that don't start with Zero. by Nadav Rotem · 12 years ago
  92. e6d781f instcombine: Migrate stpcpy optimizations by Meador Inge · 12 years ago
  93. fa9d137 instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOpt by Meador Inge · 12 years ago
  94. dfd0b9b X86 SSE: update rsqrtss and rcpss to use two source operands and by Manman Ren · 12 years ago
  95. bbc6e67 Fix regression in old-style JIT. by Eli Friedman · 12 years ago
  96. 4c74a95 X86 MMX: optimize transfer from mmx to i32 by Manman Ren · 12 years ago
  97. a368b89 Add documentation. by Nadav Rotem · 12 years ago
  98. 203e6f6 Reformat and 80-column this. It's not strictly conforming yet, but it's better. by Eric Christopher · 12 years ago
  99. 70dace3 Fix PR14212: For some strange reason I treated vectors differently from by Chandler Carruth · 12 years ago
  100. daeec8f [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand. by Chad Rosier · 12 years ago