1. 08f9c8d Add missing this->. Fixes pr14238. by Rafael Espindola · 12 years ago
  2. 5445333 Don't infer whether a value is captured in the current function from the by Richard Osborne · 12 years ago
  3. e507fc6 Add a couple of stubs to the release notes for things I noticed while by Chandler Carruth · 12 years ago
  4. 87a1af4 PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ago. Fix references to it in documentation and comments. by Eli Bendersky · 12 years ago
  5. db2b285 ConstantFolding.cpp: Whitespace. by NAKAMURA Takumi · 12 years ago
  6. a1beca6 Apply the patch from PR14160. I failed to construct a testcase for this, but by Duncan Sands · 12 years ago
  7. f23b908 Remove alignments from folding tables for scalar FMA4 instructions. by Craig Topper · 12 years ago
  8. 2578c12 Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue here by Duncan Sands · 12 years ago
  9. c5b969a Generalize the transform that boosts GEP indices to the size of a pointer to by Duncan Sands · 12 years ago
  10. 3c77033 [mips] Set flag neverHasSideEffects flag on floating point conversion by Akira Hatanaka · 12 years ago
  11. b4b04c3 X86 CostModel: Add support for a some of the common arithmetic instructions for SSE4, AVX and AVX2. by Nadav Rotem · 12 years ago
  12. 3c9c1ab [mips] Set flag isAsCheapAsAMove flag on instruction LUi. by Akira Hatanaka · 12 years ago
  13. efcc1ae Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the SETCC node would be illegal. by Owen Anderson · 12 years ago
  14. 11a45c2 [mips] Stop reserving register AT and use register scavenger when a scratch by Akira Hatanaka · 12 years ago
  15. da15a0e [mips] Do not reserve all 64-bit registers, but only the ones which need to be by Akira Hatanaka · 12 years ago
  16. 78c796e Include all the fields so we can correctly emit DW_TAG_structure_type for C++ structs. by David Blaikie · 12 years ago
  17. 0c31e43 Add a stub for the x86 cost model impl. Implement a basic cost rule for inserting/extracting from XMM registers. by Nadav Rotem · 12 years ago
  18. 4b5cde2 Remove empty directory by Nadav Rotem · 12 years ago
  19. f149567 CostModel: add support for Vector Insert and Extract. by Nadav Rotem · 12 years ago
  20. 4c8edb4 remove empty directories by Chris Lattner · 12 years ago
  21. 53e93e8 [mips] Fix disassembler test cases. by Akira Hatanaka · 12 years ago
  22. 6bed58e Add a cost model analysis that allows us to estimate the cost of IR-level instructions. by Nadav Rotem · 12 years ago
  23. 2b0c96f Scalar Bitcasts and Truncs are usually free by Nadav Rotem · 12 years ago
  24. fb60a4e [mips] Fix bug in test case. Disable machine LICM to prevent instruction from by Akira Hatanaka · 12 years ago
  25. 43934ae Vext Lowering was missing opportunities by Quentin Colombet · 12 years ago
  26. 5c87b73 [mips] Use register number instead of name to print register $AT. by Akira Hatanaka · 12 years ago
  27. 265f191 [mips] Add function MipsFrameLowering::estimateStackSize. by Akira Hatanaka · 12 years ago
  28. 294166d [mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the size by Akira Hatanaka · 12 years ago
  29. 322ff88 Fix a build problem with xlc. The error message was by Rafael Espindola · 12 years ago
  30. 173192f [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive by Akira Hatanaka · 12 years ago
  31. 986f29c XLC supports the same atomic functions as GCC, use them. Patch by Kai. by Rafael Espindola · 12 years ago
  32. a307a1c Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer. by Andrew Kaylor · 12 years ago
  33. bb4c23f Documentation: fix typos. by Dmitri Gribenko · 12 years ago
  34. 9ce84c1 Fix whitespaces by Alexey Samsonov · 12 years ago
  35. 9825d1e Enable the assertion in getIntPtrType (I've audited all users of this method and by Duncan Sands · 12 years ago
  36. 52df6c2 Add a testcase to loop-idiom to cover PR14241 when we start handling by Chandler Carruth · 12 years ago
  37. a864748 Revert the switch of loop-idiom to use the new dependence analysis. by Chandler Carruth · 12 years ago
  38. d295c97 Fix an obvious typo that causes an assertion failure when running by Duncan Sands · 12 years ago
  39. 6e48f03 Fix sign compare warning. Patch by Mahesha HS. by Chandler Carruth · 12 years ago
  40. 875618f libprofile/CommonProfiling.c: Fix according to C89. by NAKAMURA Takumi · 12 years ago
  41. 9b25ff6 PGO: allows the profile data file name to be specified by the LLVMPROF_OUTPUT by Manman Ren · 12 years ago
  42. 0a1544d OutputArg: added an index of the original argument to match the change to by Manman Ren · 12 years ago
  43. 4ac300d BBVectorize: Commit the rest of the test-case change. by Hal Finkel · 12 years ago
  44. 78fd353 BBVectorize: Use target costs for incoming and outgoing values instead of the depth heuristic. by Hal Finkel · 12 years ago
  45. 5fc8c7c Fixed format string to avoid pointer truncation during 64-bit debugging. by Andrew Kaylor · 12 years ago
  46. 8aa138c Use the relationship models infrastructure to add two relations - getPredOpcode by Pranav Bhandarkar · 12 years ago
  47. 938482f Add support for generating dwarf debugging info with assembly files by Kevin Enderby · 12 years ago
  48. b6843c2 llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready. by NAKAMURA Takumi · 12 years ago
  49. a5f54f1 [asan] don't instrument globals that we've created ourselves (reduces the binary size a bit) by Kostya Serebryany · 12 years ago
  50. 174fbec Add a getAddressSpace method to the GEP instruction to mirror that of by Chandler Carruth · 12 years ago
  51. d988b75 Add some consistent doxygen comments for the address space helpers. by Chandler Carruth · 12 years ago
  52. 8a96749 Normalize the API and doxygen comments for the ptrtoint instruction. by Chandler Carruth · 12 years ago
  53. 1521406 Remove a weird static helper from the GEP instruction and just directly by Chandler Carruth · 12 years ago
  54. acd01d1 As I'm going to be touching several comments in this file, update the by Chandler Carruth · 12 years ago
  55. 9cb285d Add a test case for PR14233. by Chandler Carruth · 12 years ago
  56. 8fb614c Teach Type::getPointerAddressSpace to look through pointer vectors by Chandler Carruth · 12 years ago
  57. 426c2bf Revert the majority of the next patch in the address space series: by Chandler Carruth · 12 years ago
  58. ece6c6b Revert the series of commits starting with r166578 which introduced the by Chandler Carruth · 12 years ago
  59. 86ccc55 BBVectorize: Account for internal shuffle costs by Hal Finkel · 12 years ago
  60. f0e06e8 Cleanup another place redundant SP maintained by Michael Liao · 12 years ago
  61. d0dd065 [CMake] Add llvm-mcmarkup to check-llvm. by NAKAMURA Takumi · 12 years ago
  62. b75111f test/CodeGen/X86/fp-fast.ll: Add +avx. by NAKAMURA Takumi · 12 years ago
  63. 607ebde Add a few more simple fast-math constant propagations and cancellations. by Owen Anderson · 12 years ago
  64. 21caa9e Exploit the new identity composition in composeSubRegIndices(). by Jakob Stoklund Olesen · 12 years ago
  65. 5801ff9 Don't insert and erase load instruction. Simply create (new) and delete it. by Jakub Staszak · 12 years ago
  66. 647d6d7 Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. by Andrew Kaylor · 12 years ago
  67. 08e712b [Support] Fix StrError on Windows to actually return the error string... by Michael J. Spencer · 12 years ago
  68. ad0b3b2 Generate a table-driven version of TRI::composeSubRegIndices(). by Jakob Stoklund Olesen · 12 years ago
  69. 3037a58 Fixed format strings to avoid pointer truncation during 64-bit debugging. by Andrew Kaylor · 12 years ago
  70. 7dd4dc8 MC: Simple example parser for MC assembly markup. by Jim Grosbach · 12 years ago
  71. a5526a9 (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization. by Shuxin Yang · 12 years ago
  72. e57b2cb LoopVectorize: Preserve NSW, NUW and IsExact flags. by Nadav Rotem · 12 years ago
  73. 0dba9a9 Fix a bug in the cost calculation of vector casts. Detect situations where bitcasts cost zero. by Nadav Rotem · 12 years ago
  74. 2932284 Mark code, not data, as executable in lli RemoteTarget simulator. by Andrew Kaylor · 12 years ago
  75. 6d42bbf Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now. by Rafael Espindola · 12 years ago
  76. 497204a [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables by Akira Hatanaka · 12 years ago
  77. b586aae MCJIT unit test: add calls to ensure that instruction caches are properly invalidated before code execution. by Amara Emerson · 12 years ago
  78. a25ad19 Port lli bug fix from r166920 to MCJIT unit test. by Amara Emerson · 12 years ago
  79. 9f74bc9 Commit access test. by Amara Emerson · 12 years ago
  80. 03b4f06 Remove stale documentation about tail duplicaton IR pass by Arnold Schwaighofer · 12 years ago
  81. 39fa606 Test case for r167039. Check that tail-call optimization is disabled for mips16. by Akira Hatanaka · 12 years ago
  82. 97d6abe Fix typo in CodeGenerator doc by Eli Bendersky · 12 years ago
  83. ccd492c LCSSA: Try to recover compile time regressions due to SCEV updates. by Benjamin Kramer · 12 years ago
  84. 4c1b4b1 Put the threshold magic number in a variable. by Nadav Rotem · 12 years ago
  85. f772f07 Disable all old-JIT unit tests on PowerPC. by Ulrich Weigand · 12 years ago
  86. eb3e089 Remove fixme about unreachable cases from SwitchToLookupTable by Hans Wennborg · 12 years ago
  87. 2a5401c Remove enum values since they are not used anymore. by Nadav Rotem · 12 years ago
  88. daf4cfc Address Duncan's comments on r167121. by Hans Wennborg · 12 years ago
  89. 72465ea BBVectorize: Choose pair ordering to minimize shuffles by Hal Finkel · 12 years ago
  90. ef026f1 Address Duncan's comments on r167115 by Hans Wennborg · 12 years ago
  91. e0f1dca instcombine: Migrate strto* optimizations by Meador Inge · 12 years ago
  92. 2857866 Fix false -> NULL conversion from r167115 spotted by Benjamin Kramer. by Hans Wennborg · 12 years ago
  93. b4c9d9c Replace some instances of UniqueVector with SetVector, which is slightly cheaper. by Benjamin Kramer · 12 years ago
  94. e03d9e4 Do simple constant propagation in lookup table formation for switches by Hans Wennborg · 12 years ago
  95. e803d05 Fix a couple of comment typos. by Benjamin Kramer · 12 years ago
  96. 4ad3d98 LCSSA: Add a workaround for another nasty SCEV cache invalidation issue. by Benjamin Kramer · 12 years ago
  97. 0ceb855 Add IRBuilderBase::getIntPtrTy. by Evgeniy Stepanov · 12 years ago
  98. 061938b DependenceAnalysis: Don't crash if there is no constant operand. by Benjamin Kramer · 12 years ago
  99. 296815d Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNWIND. by James Molloy · 12 years ago
  100. 552e731 Add support for Cortex-A15 host recognition. by James Molloy · 12 years ago