1. 52ea245 Remove unnecessary subtraction and addition by 1 around a couple for loops. by Craig Topper · 12 years ago
  2. 8cb8c81 Tidy up spacing. No functional change. by Craig Topper · 12 years ago
  3. 5ed5c37 Removed unimplemented method declaration. by Craig Topper · 12 years ago
  4. 8aae8dd Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functions static. by Craig Topper · 12 years ago
  5. e29c880 instcombine: Query target library information to gate libcall simplifications by Meador Inge · 12 years ago
  6. 939f500 Add more functions to the target library information. by Meador Inge · 12 years ago
  7. b341fac Disable the Thumb no-return call optimization: mov lr, pc b.w _foo by Evan Cheng · 12 years ago
  8. 9c7ae01 Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support. by Craig Topper · 12 years ago
  9. 89443ff [NVPTX] Use ABI alignment for parameters when alignment is not specified. by Justin Holewinski · 12 years ago
  10. 12cfa11 Add ARM TARGET2 relocation. The testcase will follow with actualy use-case. by Anton Korobeynikov · 12 years ago
  11. 64f0367 Switch FreeBSD/i386 back to 4byte stack alignment. This partially by Roman Divacky · 12 years ago
  12. 722c9a7 Fix assertions in updateRegMaskSlots(). by Jakob Stoklund Olesen · 12 years ago
  13. b3235b1 Revert r167620; this can be implemented using an existing CL option. by Chad Rosier · 12 years ago
  14. d054eda Add support for -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 12 years ago
  15. b754687 Silence GCC warning about falling off the end of a non-void function. by Benjamin Kramer · 12 years ago
  16. c2e9ca1 tsan: switch to new memory_order constants (ABI compatible) by Dmitry Vyukov · 12 years ago
  17. 9f8a90b tsan: instrument all atomics (including fetch_add, exchange, cas, etc) by Dmitry Vyukov · 12 years ago
  18. b1bf1ee Add support for memory runtime check. When we can, we calculate array bounds. by Nadav Rotem · 12 years ago
  19. b14a5f5 indent by Nadav Rotem · 12 years ago
  20. 562b1d8 llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware. by NAKAMURA Takumi · 12 years ago
  21. 6b370e6 Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmul transform. by Benjamin Kramer · 12 years ago
  22. 214fd3d Recommit modified r167540. by Amara Emerson · 12 years ago
  23. be02a90 Add support of RTM from TSX extension by Michael Liao · 12 years ago
  24. 7629de3 instcombine: Migrate strspn optimizations by Meador Inge · 12 years ago
  25. 806e03d Add a relocation visitor to lib object. This works via caching relocated by Eric Christopher · 12 years ago
  26. b031996 Only do switch-to-lookup table transformation when TargetTransformInfo by Hans Wennborg · 12 years ago
  27. e90a3bc [mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node. by Akira Hatanaka · 12 years ago
  28. 7085221 Delete MipsFunctionInfo::NextStackOffset. No functionality change intended. by Akira Hatanaka · 12 years ago
  29. 162d91c Revert r167540 until regression tests are updated. by Amara Emerson · 12 years ago
  30. 19a1fcf Improve ARM build attribute emission for architectures types. by Amara Emerson · 12 years ago
  31. 7846c1c [asan] fix bug 14277 (asan needs to fail with fata error if an __asan interface function is being redefined. Before this fix asan asserts) by Kostya Serebryany · 12 years ago
  32. 3b87f62 misched: Heuristics based on the machine model. by Andrew Trick · 12 years ago
  33. 881a05b misched: handle on-the-fly regpressure queries better for 2-addr by Andrew Trick · 12 years ago
  34. 168c190 Add comment describing what's going on here. by Bill Wendling · 12 years ago
  35. a4c7693 When we're updating the subprogram scope DIE, we want to determine if we're by Bill Wendling · 12 years ago
  36. 6aa6e5a [arm fast-isel] Appease the machine verifier by using the proper register by Chad Rosier · 12 years ago
  37. dccd7f9 Simplify code. No functionality change. by Jakub Staszak · 12 years ago
  38. d8eae8b Make the helper functions static. No functional change. by Nadav Rotem · 12 years ago
  39. e7bd519 Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering all by Chad Rosier · 12 years ago
  40. 7979b24 [regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from a by Chad Rosier · 12 years ago
  41. a6fb97a CostModel: add another known vector trunc optimization. by Nadav Rotem · 12 years ago
  42. b042868 Cost Model: add tables for some avx type-conversion hacks. by Nadav Rotem · 12 years ago
  43. a082892 Fix build error from previous commit. by Andrew Kaylor · 12 years ago
  44. 776054d Add interface for object-based JIT events. by Andrew Kaylor · 12 years ago
  45. 64afe13 MemoryBuffer: Windows doesn't define S_IFIFO. by Daniel Dunbar · 12 years ago
  46. 0f6a599 Remove tailing whitespaces by Michael Liao · 12 years ago
  47. 8d4abb2 misched: TargetSchedule interface for machine resources. by Andrew Trick · 12 years ago
  48. 2276453 misched: Rename RemainingCount to avoid confusion with remaining resources. by Andrew Trick · 12 years ago
  49. a78d322 ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies. by Andrew Trick · 12 years ago
  50. 887c1fe Refactor the getTypeLegalizationCost interface. No functionality change. by Nadav Rotem · 12 years ago
  51. 7ae3bcc CostModel: Add tables for the common x86 compares. by Nadav Rotem · 12 years ago
  52. 2d1528b Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation. by Nadav Rotem · 12 years ago
  53. e010eb3 Suppress signed/unsigned comparison warning. by Richard Smith · 12 years ago
  54. 32c1a82 Fix for PR14264 cause by commit r167237 which did not take into account a by Kevin Enderby · 12 years ago
  55. 7895353 MemoryBuffer: Support reading named pipes in getFile(). by Daniel Dunbar · 12 years ago
  56. a4ab529 Cost Model: Normalize the insert/extract index when splitting types by Nadav Rotem · 12 years ago
  57. 75138f5 Cost Model: teach the cost model about expanding integers. by Nadav Rotem · 12 years ago
  58. 2898988 Add a method to indicate section address re-assignment is finished. by Andrew Kaylor · 12 years ago
  59. 86aef0a On PowerPC64, integer return values (as well as arguments) are supposed by Ulrich Weigand · 12 years ago
  60. e623702 Implement the cost of abnormal x86 instruction lowering as a table. by Nadav Rotem · 12 years ago
  61. 827b7a0 Add support for the PowerPC-specific inline asm Z constraint and y modifier. by Hal Finkel · 12 years ago
  62. cfe09ed [PATCH] PowerPC: Expand load extend vector operations by Adhemerval Zanella · 12 years ago
  63. 5445333 Don't infer whether a value is captured in the current function from the by Richard Osborne · 12 years ago
  64. db2b285 ConstantFolding.cpp: Whitespace. by NAKAMURA Takumi · 12 years ago
  65. a1beca6 Apply the patch from PR14160. I failed to construct a testcase for this, but by Duncan Sands · 12 years ago
  66. f23b908 Remove alignments from folding tables for scalar FMA4 instructions. by Craig Topper · 12 years ago
  67. c5b969a Generalize the transform that boosts GEP indices to the size of a pointer to by Duncan Sands · 12 years ago
  68. 3c77033 [mips] Set flag neverHasSideEffects flag on floating point conversion by Akira Hatanaka · 12 years ago
  69. b4b04c3 X86 CostModel: Add support for a some of the common arithmetic instructions for SSE4, AVX and AVX2. by Nadav Rotem · 12 years ago
  70. 3c9c1ab [mips] Set flag isAsCheapAsAMove flag on instruction LUi. by Akira Hatanaka · 12 years ago
  71. 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
  72. 11a45c2 [mips] Stop reserving register AT and use register scavenger when a scratch by Akira Hatanaka · 12 years ago
  73. da15a0e [mips] Do not reserve all 64-bit registers, but only the ones which need to be by Akira Hatanaka · 12 years ago
  74. 78c796e Include all the fields so we can correctly emit DW_TAG_structure_type for C++ structs. by David Blaikie · 12 years ago
  75. 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
  76. f149567 CostModel: add support for Vector Insert and Extract. by Nadav Rotem · 12 years ago
  77. 6bed58e Add a cost model analysis that allows us to estimate the cost of IR-level instructions. by Nadav Rotem · 12 years ago
  78. 2b0c96f Scalar Bitcasts and Truncs are usually free by Nadav Rotem · 12 years ago
  79. 43934ae Vext Lowering was missing opportunities by Quentin Colombet · 12 years ago
  80. 5c87b73 [mips] Use register number instead of name to print register $AT. by Akira Hatanaka · 12 years ago
  81. 265f191 [mips] Add function MipsFrameLowering::estimateStackSize. by Akira Hatanaka · 12 years ago
  82. 294166d [mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the size by Akira Hatanaka · 12 years ago
  83. 173192f [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive by Akira Hatanaka · 12 years ago
  84. 986f29c XLC supports the same atomic functions as GCC, use them. Patch by Kai. by Rafael Espindola · 12 years ago
  85. a307a1c Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer. by Andrew Kaylor · 12 years ago
  86. 9ce84c1 Fix whitespaces by Alexey Samsonov · 12 years ago
  87. 9825d1e Enable the assertion in getIntPtrType (I've audited all users of this method and by Duncan Sands · 12 years ago
  88. a864748 Revert the switch of loop-idiom to use the new dependence analysis. by Chandler Carruth · 12 years ago
  89. d295c97 Fix an obvious typo that causes an assertion failure when running by Duncan Sands · 12 years ago
  90. 6e48f03 Fix sign compare warning. Patch by Mahesha HS. by Chandler Carruth · 12 years ago
  91. 0a1544d OutputArg: added an index of the original argument to match the change to by Manman Ren · 12 years ago
  92. 78fd353 BBVectorize: Use target costs for incoming and outgoing values instead of the depth heuristic. by Hal Finkel · 12 years ago
  93. 5fc8c7c Fixed format string to avoid pointer truncation during 64-bit debugging. by Andrew Kaylor · 12 years ago
  94. 8aa138c Use the relationship models infrastructure to add two relations - getPredOpcode by Pranav Bhandarkar · 12 years ago
  95. 938482f Add support for generating dwarf debugging info with assembly files by Kevin Enderby · 12 years ago
  96. a5f54f1 [asan] don't instrument globals that we've created ourselves (reduces the binary size a bit) by Kostya Serebryany · 12 years ago
  97. 1521406 Remove a weird static helper from the GEP instruction and just directly by Chandler Carruth · 12 years ago
  98. 8fb614c Teach Type::getPointerAddressSpace to look through pointer vectors by Chandler Carruth · 12 years ago
  99. 426c2bf Revert the majority of the next patch in the address space series: by Chandler Carruth · 12 years ago
  100. ece6c6b Revert the series of commits starting with r166578 which introduced the by Chandler Carruth · 12 years ago