1. 1f41986 Fixup for r182715: provide correct arg to --gtest-filter by Alexey Samsonov · 12 years ago
  2. 9f5de6d Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias another argument, even if the other argument is not itself marked noalias. by Michael Kuperstein · 12 years ago
  3. af10fe6 Make it explicit that GlobalAlias are ok in llvm.used. by Rafael Espindola · 12 years ago
  4. 078bdc6 Make helper functions static. by Rafael Espindola · 12 years ago
  5. b704d23 Convert sqrt functions into sqrt instructions when -ffast-math is in effect. by Preston Gurd · 12 years ago
  6. f594e41 Add a cpu to try to bring back the atom bots. by Rafael Espindola · 12 years ago
  7. 119da2e PPC: Add a isConsecutiveLS utility function by Hal Finkel · 12 years ago
  8. d1c99b2 llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error. by NAKAMURA Takumi · 12 years ago
  9. 1907cad Prefer to duplicate PPC Altivec loads when expanding unaligned loads by Hal Finkel · 12 years ago
  10. ea99163 Add LDC compiler to list of external OS projects using LLVM 3.3 by Kai Nacke · 12 years ago
  11. 9edb37f Fix PR16143: Insert DEBUG_VALUE before terminator. by Andrew Trick · 12 years ago
  12. f0c74bd Fixed bug when tests in executable partially used absolute paths. by Galina Kistanova · 12 years ago
  13. 03abfc7 Disable the StringMapEntry copy constructor, to make sure we by Chris Lattner · 12 years ago
  14. 41b646c Add support for DWARF line number table entries for values in the instruction by Cameron Zwarich · 12 years ago
  15. 6005727 Add some comments to the stringify function. by Eric Christopher · 12 years ago
  16. 5a0e604 PPC: Combine duplicate (offset) lvsl Altivec intrinsics by Hal Finkel · 12 years ago
  17. 81349a7 Track IR ordering of SelectionDAG nodes 4/4. by Andrew Trick · 12 years ago
  18. dd0fb01 Track IR ordering of SelectionDAG nodes 3/4. by Andrew Trick · 12 years ago
  19. ac6d9be Track IR ordering of SelectionDAG nodes 2/4. by Andrew Trick · 12 years ago
  20. ea5db0c Track IR ordering of SelectionDAG nodes 1/4. by Andrew Trick · 12 years ago
  21. ba3500e Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats. by Andrew Trick · 12 years ago
  22. 725e3d3 Add to testsuite. by Eric Christopher · 12 years ago
  23. f7306f2 ArrayRef-ize MD5 and clean up a few variable names. by Eric Christopher · 12 years ago
  24. 80d10de PPC: Initial support for permutation-based unaligned Altivec loads by Hal Finkel · 12 years ago
  25. 3b77151 [Support] Remove Count{Leading,Trailing}Zeros_{32,64}. by Michael J. Spencer · 12 years ago
  26. 4e505a4 Tidy up. Whitespace. by Jim Grosbach · 12 years ago
  27. de7cbbf Follow up of the introduction of MCSymbolizer. by Quentin Colombet · 12 years ago
  28. fce7b6b clang formatted APFloat.h by Michael Gottesman · 12 years ago
  29. 612ca08 clang-formatted APInt.h by Michael Gottesman · 12 years ago
  30. 927d8dc MathExtras: Return the result of find(First|Last)Set in the input type. by Benjamin Kramer · 12 years ago
  31. c6af243 Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 12 years ago
  32. 54c7482 [Support][MathExtras] Fix literal type issues. by Michael J. Spencer · 12 years ago
  33. c93cdef Add missing header for atexit. by Michael J. Spencer · 12 years ago
  34. a0cfb8f [Support][MathExtras] Add missing include and disable _BitScan{Forward,Reverse}64 on non x64 MSVC systems. by Michael J. Spencer · 12 years ago
  35. 7932798 [objc-arc] KnownSafe does not imply that it is safe to perform code motion across CFG edges since even if it is safe to remove RR pairs, we may still be able to move a retain/release into a loop. by Michael Gottesman · 12 years ago
  36. 35e88e5 [objc-arc] Make sure that multiple owners is propogated correctly through the pass via the usage of a global data structure. by Michael Gottesman · 12 years ago
  37. 36fe3f2 [Support] Add type generic bit utilities to MathExtras.h by Michael J. Spencer · 12 years ago
  38. 959ecb2 LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases. by Benjamin Kramer · 12 years ago
  39. fe80892 Do not reserve space for the ColdEdges and NormalEdges vectors. by Diego Novillo · 12 years ago
  40. bfe3212 [SystemZ] Improve AsmParser handling of invalid instructions by Richard Sandiford · 12 years ago
  41. f386961 [SystemZ] Improve AsmParser register parsing by Richard Sandiford · 12 years ago
  42. 7ab9fb0 Run clang-format over the scalarizePHI function. by Joey Gouly · 12 years ago
  43. 4a94131 scalarizePHI needs to insert the next ExtractElement in the same block by Joey Gouly · 12 years ago
  44. 77226a0 Add a new function attribute 'cold' to functions. by Diego Novillo · 12 years ago
  45. 49a6a8d Remove the Copied parameter from MemoryObject::readBytes. by Benjamin Kramer · 12 years ago
  46. 35b2a7a Fix unused warning in opt builds. by Daniel Jasper · 12 years ago
  47. ef99356 MC: Disassembled CFG reconstruction. by Ahmed Bougacha · 12 years ago
  48. 2c94d0f Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 12 years ago
  49. 586f6d0 by Ulrich Weigand · 12 years ago
  50. f8c243a Re-implement DebugIR in a way that does not subclass AssemblyWriter: by Daniel Malea · 12 years ago
  51. edaa58e by Ulrich Weigand · 12 years ago
  52. 8c18a6f The command line options need to be processed before we create the TargetMachine. by Bill Wendling · 12 years ago
  53. 5a02fc4 ARM: implement @llvm.readcyclecounter intrinsic by Tim Northover · 12 years ago
  54. b94a353 ARM: Add Performance Monitor Extensions feature by Tim Northover · 12 years ago
  55. d078070 R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg by Tom Stellard · 12 years ago
  56. 5c35290 Move passes from namespace llvm into anonymous namespaces. Sort includes while there. by Benjamin Kramer · 12 years ago
  57. e0b5977 Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute(). by Jakob Stoklund Olesen · 12 years ago
  58. 603100d More symbols that should be static. by Benjamin Kramer · 12 years ago
  59. a32218a Hexagon: Make helper functions static. by Benjamin Kramer · 12 years ago
  60. 879b071 R600: Hide symbols of implementation details. by Benjamin Kramer · 12 years ago
  61. 2db14ba InlineSpiller: Store bucket pointers instead of iterators. by Benjamin Kramer · 12 years ago
  62. 061ff34 Setting the default value (fixes CRT assertions about uninitialized variable use when doing debug MSVC builds), and fixing coding style. by Aaron Ballman · 12 years ago
  63. 7eac032 Fix 32 bit build in c++11 mode. by Rafael Espindola · 12 years ago
  64. fa03ff9 Add missing test from r175092. by Nick Lewycky · 12 years ago
  65. 5110102 Fix a leak on the r600 backend. by Rafael Espindola · 12 years ago
  66. 23e24bd clang-format this file. by Rafael Espindola · 12 years ago
  67. 1529f0c Remove redundant rpath. by Rafael Espindola · 12 years ago
  68. b58484e Fix indentation. by Rafael Espindola · 12 years ago
  69. e5b9790 [objc-arc] Fixed number of prefixing slashes in some comments in a function from 3 to 2 to match the rest of ObjCARCOpts. by Michael Gottesman · 12 years ago
  70. a519666 Fixed trailing whitespace. by Michael Gottesman · 12 years ago
  71. cbc8777 Updated the comments of APInt.h to match the llvm style guide and be consistent. No functionality change. by Michael Gottesman · 12 years ago
  72. b737702 Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() library by Kevin Enderby · 12 years ago
  73. 549221f Minor fix to comment from my previous commit. by Chad Rosier · 12 years ago
  74. 6cd0d18 Simplify the logic described in the comment. by Chad Rosier · 12 years ago
  75. 3d33184 Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutine_type by David Blaikie · 12 years ago
  76. 62c320a Simplify logic now that r182490 is in place. No functional change intended. by Chad Rosier · 12 years ago
  77. b018bab Simplify logic now that r182490 is in place. No functional change intended. by Chad Rosier · 12 years ago
  78. 5cc3c98 Simplify logic now that r182490 is in place. No functional change intended. by Chad Rosier · 12 years ago
  79. d35da50 Recognize ValueType operands in source patterns for fast-isel. by Bill Schmidt · 12 years ago
  80. 5cd01f7 Change some PowerPC PatLeaf definitions to ImmLeaf for fast-isel. by Bill Schmidt · 12 years ago
  81. 3f75c6c SLPVectorizer: Change the order in which new instructions are added to the function. by Nadav Rotem · 12 years ago
  82. 23d1d5e X86: Fix a bug in EltsFromConsecutiveLoads. We can't generate new loads without chains. by Nadav Rotem · 12 years ago
  83. 9e8dbe0 Remove unneeded call to a base default ctor by Reid Kleckner · 12 years ago
  84. 5e6cabd This is an update to a previous commit (r181216). by Jean-Luc Duprat · 12 years ago
  85. e0f26bc Fix typo in docs/GettingStarted.rst. by Rui Ueyama · 12 years ago
  86. 5da4e4f Unify formatting of debug output. by Adrian Prantl · 12 years ago
  87. 039c56f Fix StringMapIterator compile errors for non-MSVC compilers. by Reid Kleckner · 12 years ago
  88. 0e1fae4 Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIterator by Chad Rosier · 12 years ago
  89. 284ffa3 [Support] Add StringMap::swap() and a default ctor for iterators by Reid Kleckner · 12 years ago
  90. 60ef6c9 X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower halves as unsigned. by Benjamin Kramer · 12 years ago
  91. 6e4a9c1 LoopVectorize: Make Value pointers that could be RAUW'ed a VH by Arnold Schwaighofer · 12 years ago
  92. 812789d Fix use after free (pr16103). by Rafael Espindola · 12 years ago
  93. 431c73b Check that a function starts with llvm. before using GET_FUNCTION_RECOGNIZER. by Rafael Espindola · 12 years ago
  94. dbd8eb2 [SystemZ] Rename PSW to CC by Richard Sandiford · 12 years ago
  95. d34c405 sync projects/sample's autohell. by Rafael Espindola · 12 years ago
  96. 487399a [SystemZ] Fix thinko in long branch pass by Richard Sandiford · 12 years ago
  97. 3b4b536 X86: Remove test instructions proceeding shift by immediate instructions by David Majnemer · 12 years ago
  98. 7849728 R600ISelLowering.cpp: Avoid "using namespace Intrinsic;" to appease MSC. Specify namespaces explicitly here. by NAKAMURA Takumi · 12 years ago
  99. 51c2e12 R600: Whitespace and untabify. by NAKAMURA Takumi · 12 years ago
  100. f9c3ea3 Create an FPOW SDNode opcode def in the target independent .td file rather than in a specific backend. by Owen Anderson · 12 years ago