1. 776054d Add interface for object-based JIT events. by Andrew Kaylor · 12 years ago
  2. 64afe13 MemoryBuffer: Windows doesn't define S_IFIFO. by Daniel Dunbar · 12 years ago
  3. 4db4a71 docs: use code font for console commands in phabricator manual by Alexey Samsonov · 12 years ago
  4. 0f6a599 Remove tailing whitespaces by Michael Liao · 12 years ago
  5. 8d4abb2 misched: TargetSchedule interface for machine resources. by Andrew Trick · 12 years ago
  6. 2276453 misched: Rename RemainingCount to avoid confusion with remaining resources. by Andrew Trick · 12 years ago
  7. a78d322 ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies. by Andrew Trick · 12 years ago
  8. 887c1fe Refactor the getTypeLegalizationCost interface. No functionality change. by Nadav Rotem · 12 years ago
  9. 7ae3bcc CostModel: Add tables for the common x86 compares. by Nadav Rotem · 12 years ago
  10. 2d1528b Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation. by Nadav Rotem · 12 years ago
  11. e010eb3 Suppress signed/unsigned comparison warning. by Richard Smith · 12 years ago
  12. 32c1a82 Fix for PR14264 cause by commit r167237 which did not take into account a by Kevin Enderby · 12 years ago
  13. 7895353 MemoryBuffer: Support reading named pipes in getFile(). by Daniel Dunbar · 12 years ago
  14. a4ab529 Cost Model: Normalize the insert/extract index when splitting types by Nadav Rotem · 12 years ago
  15. 75138f5 Cost Model: teach the cost model about expanding integers. by Nadav Rotem · 12 years ago
  16. 2898988 Add a method to indicate section address re-assignment is finished. by Andrew Kaylor · 12 years ago
  17. 86aef0a On PowerPC64, integer return values (as well as arguments) are supposed by Ulrich Weigand · 12 years ago
  18. e623702 Implement the cost of abnormal x86 instruction lowering as a table. by Nadav Rotem · 12 years ago
  19. 6837232 lli: Initialize the native asm parser for inline assembly. by Jim Grosbach · 12 years ago
  20. 827b7a0 Add support for the PowerPC-specific inline asm Z constraint and y modifier. by Hal Finkel · 12 years ago
  21. cfe09ed [PATCH] PowerPC: Expand load extend vector operations by Adhemerval Zanella · 12 years ago
  22. 08f9c8d Add missing this->. Fixes pr14238. by Rafael Espindola · 12 years ago
  23. 5445333 Don't infer whether a value is captured in the current function from the by Richard Osborne · 12 years ago
  24. e507fc6 Add a couple of stubs to the release notes for things I noticed while by Chandler Carruth · 12 years ago
  25. 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
  26. db2b285 ConstantFolding.cpp: Whitespace. by NAKAMURA Takumi · 12 years ago
  27. a1beca6 Apply the patch from PR14160. I failed to construct a testcase for this, but by Duncan Sands · 12 years ago
  28. f23b908 Remove alignments from folding tables for scalar FMA4 instructions. by Craig Topper · 12 years ago
  29. 2578c12 Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue here by Duncan Sands · 12 years ago
  30. c5b969a Generalize the transform that boosts GEP indices to the size of a pointer to by Duncan Sands · 12 years ago
  31. 3c77033 [mips] Set flag neverHasSideEffects flag on floating point conversion by Akira Hatanaka · 12 years ago
  32. b4b04c3 X86 CostModel: Add support for a some of the common arithmetic instructions for SSE4, AVX and AVX2. by Nadav Rotem · 12 years ago
  33. 3c9c1ab [mips] Set flag isAsCheapAsAMove flag on instruction LUi. by Akira Hatanaka · 12 years ago
  34. 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
  35. 11a45c2 [mips] Stop reserving register AT and use register scavenger when a scratch by Akira Hatanaka · 12 years ago
  36. da15a0e [mips] Do not reserve all 64-bit registers, but only the ones which need to be by Akira Hatanaka · 12 years ago
  37. 78c796e Include all the fields so we can correctly emit DW_TAG_structure_type for C++ structs. by David Blaikie · 12 years ago
  38. 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
  39. 4b5cde2 Remove empty directory by Nadav Rotem · 12 years ago
  40. f149567 CostModel: add support for Vector Insert and Extract. by Nadav Rotem · 12 years ago
  41. 4c8edb4 remove empty directories by Chris Lattner · 12 years ago
  42. 53e93e8 [mips] Fix disassembler test cases. by Akira Hatanaka · 12 years ago
  43. 6bed58e Add a cost model analysis that allows us to estimate the cost of IR-level instructions. by Nadav Rotem · 12 years ago
  44. 2b0c96f Scalar Bitcasts and Truncs are usually free by Nadav Rotem · 12 years ago
  45. fb60a4e [mips] Fix bug in test case. Disable machine LICM to prevent instruction from by Akira Hatanaka · 12 years ago
  46. 43934ae Vext Lowering was missing opportunities by Quentin Colombet · 12 years ago
  47. 5c87b73 [mips] Use register number instead of name to print register $AT. by Akira Hatanaka · 12 years ago
  48. 265f191 [mips] Add function MipsFrameLowering::estimateStackSize. by Akira Hatanaka · 12 years ago
  49. 294166d [mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the size by Akira Hatanaka · 12 years ago
  50. 322ff88 Fix a build problem with xlc. The error message was by Rafael Espindola · 12 years ago
  51. 173192f [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive by Akira Hatanaka · 12 years ago
  52. 986f29c XLC supports the same atomic functions as GCC, use them. Patch by Kai. by Rafael Espindola · 12 years ago
  53. a307a1c Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer. by Andrew Kaylor · 12 years ago
  54. bb4c23f Documentation: fix typos. by Dmitri Gribenko · 12 years ago
  55. 9ce84c1 Fix whitespaces by Alexey Samsonov · 12 years ago
  56. 9825d1e Enable the assertion in getIntPtrType (I've audited all users of this method and by Duncan Sands · 12 years ago
  57. 52df6c2 Add a testcase to loop-idiom to cover PR14241 when we start handling by Chandler Carruth · 12 years ago
  58. a864748 Revert the switch of loop-idiom to use the new dependence analysis. by Chandler Carruth · 12 years ago
  59. d295c97 Fix an obvious typo that causes an assertion failure when running by Duncan Sands · 12 years ago
  60. 6e48f03 Fix sign compare warning. Patch by Mahesha HS. by Chandler Carruth · 12 years ago
  61. 875618f libprofile/CommonProfiling.c: Fix according to C89. by NAKAMURA Takumi · 12 years ago
  62. 9b25ff6 PGO: allows the profile data file name to be specified by the LLVMPROF_OUTPUT by Manman Ren · 12 years ago
  63. 0a1544d OutputArg: added an index of the original argument to match the change to by Manman Ren · 12 years ago
  64. 4ac300d BBVectorize: Commit the rest of the test-case change. by Hal Finkel · 12 years ago
  65. 78fd353 BBVectorize: Use target costs for incoming and outgoing values instead of the depth heuristic. by Hal Finkel · 12 years ago
  66. 5fc8c7c Fixed format string to avoid pointer truncation during 64-bit debugging. by Andrew Kaylor · 12 years ago
  67. 8aa138c Use the relationship models infrastructure to add two relations - getPredOpcode by Pranav Bhandarkar · 12 years ago
  68. 938482f Add support for generating dwarf debugging info with assembly files by Kevin Enderby · 12 years ago
  69. b6843c2 llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready. by NAKAMURA Takumi · 12 years ago
  70. a5f54f1 [asan] don't instrument globals that we've created ourselves (reduces the binary size a bit) by Kostya Serebryany · 12 years ago
  71. 174fbec Add a getAddressSpace method to the GEP instruction to mirror that of by Chandler Carruth · 12 years ago
  72. d988b75 Add some consistent doxygen comments for the address space helpers. by Chandler Carruth · 12 years ago
  73. 8a96749 Normalize the API and doxygen comments for the ptrtoint instruction. by Chandler Carruth · 12 years ago
  74. 1521406 Remove a weird static helper from the GEP instruction and just directly by Chandler Carruth · 12 years ago
  75. acd01d1 As I'm going to be touching several comments in this file, update the by Chandler Carruth · 12 years ago
  76. 9cb285d Add a test case for PR14233. by Chandler Carruth · 12 years ago
  77. 8fb614c Teach Type::getPointerAddressSpace to look through pointer vectors by Chandler Carruth · 12 years ago
  78. 426c2bf Revert the majority of the next patch in the address space series: by Chandler Carruth · 12 years ago
  79. ece6c6b Revert the series of commits starting with r166578 which introduced the by Chandler Carruth · 12 years ago
  80. 86ccc55 BBVectorize: Account for internal shuffle costs by Hal Finkel · 12 years ago
  81. f0e06e8 Cleanup another place redundant SP maintained by Michael Liao · 12 years ago
  82. d0dd065 [CMake] Add llvm-mcmarkup to check-llvm. by NAKAMURA Takumi · 12 years ago
  83. b75111f test/CodeGen/X86/fp-fast.ll: Add +avx. by NAKAMURA Takumi · 12 years ago
  84. 607ebde Add a few more simple fast-math constant propagations and cancellations. by Owen Anderson · 12 years ago
  85. 21caa9e Exploit the new identity composition in composeSubRegIndices(). by Jakob Stoklund Olesen · 12 years ago
  86. 5801ff9 Don't insert and erase load instruction. Simply create (new) and delete it. by Jakub Staszak · 12 years ago
  87. 647d6d7 Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. by Andrew Kaylor · 12 years ago
  88. 08e712b [Support] Fix StrError on Windows to actually return the error string... by Michael J. Spencer · 12 years ago
  89. ad0b3b2 Generate a table-driven version of TRI::composeSubRegIndices(). by Jakob Stoklund Olesen · 12 years ago
  90. 3037a58 Fixed format strings to avoid pointer truncation during 64-bit debugging. by Andrew Kaylor · 12 years ago
  91. 7dd4dc8 MC: Simple example parser for MC assembly markup. by Jim Grosbach · 12 years ago
  92. a5526a9 (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization. by Shuxin Yang · 12 years ago
  93. e57b2cb LoopVectorize: Preserve NSW, NUW and IsExact flags. by Nadav Rotem · 12 years ago
  94. 0dba9a9 Fix a bug in the cost calculation of vector casts. Detect situations where bitcasts cost zero. by Nadav Rotem · 12 years ago
  95. 2932284 Mark code, not data, as executable in lli RemoteTarget simulator. by Andrew Kaylor · 12 years ago
  96. 6d42bbf Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now. by Rafael Espindola · 12 years ago
  97. 497204a [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables by Akira Hatanaka · 12 years ago
  98. b586aae MCJIT unit test: add calls to ensure that instruction caches are properly invalidated before code execution. by Amara Emerson · 12 years ago
  99. a25ad19 Port lli bug fix from r166920 to MCJIT unit test. by Amara Emerson · 12 years ago
  100. 9f74bc9 Commit access test. by Amara Emerson · 12 years ago