1. 581126e build: regenerate configure by Saleem Abdulrasool · 12 years ago
  2. 3ef8b0a build: add --with-python option by Saleem Abdulrasool · 12 years ago
  3. d7800df Removing initializer for the field removed in r173887 by David Blaikie · 12 years ago
  4. 84fb963 Remove unused variable (introduced in r173884) to clear clang -Werror build by David Blaikie · 12 years ago
  5. cbaf2ac Forgot to add new file to CMakeLists by Jack Carter · 12 years ago
  6. 97130e2 This patch implements runtime ARM specific setting of ELF header e_flags. by Jack Carter · 12 years ago
  7. dba1430 This patch implements runtime Mips specific setting of ELF header e_flags. by Jack Carter · 12 years ago
  8. 9a7bf43 This patch reworks how llvm targets set and update ELF header e_flags. by Jack Carter · 12 years ago
  9. d749382 [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO. by NAKAMURA Takumi · 12 years ago
  10. a4afeef [autoconf] Fix m4 quoting for newer autotools by NAKAMURA Takumi · 12 years ago
  11. fd6fbec [autoconf] Fix 80+ and quoting. by NAKAMURA Takumi · 12 years ago
  12. 25832e2 [mips] Test case for r173862. by Akira Hatanaka · 12 years ago
  13. 544cc21 [mips] Lower EH_RETURN. by Akira Hatanaka · 12 years ago
  14. 1d13b1b [lit] Add some TODO notes to myself. by Daniel Dunbar · 12 years ago
  15. 0261cea Adding simple cast cost to ARM by Renato Golin · 12 years ago
  16. 76122f9 Remove unused variable (unused since r173839) by Dmitri Gribenko · 12 years ago
  17. d8acb28 Documentation: add empty lines so that lists are properly recognized by Dmitri Gribenko · 12 years ago
  18. 5500943 Made certain small functions in PtrState inlined. by Michael Gottesman · 12 years ago
  19. 0933134 [MC][COFF] Delay handling symbol aliases when writing by Michael J. Spencer · 12 years ago
  20. d855049 LoopVectorize: convert TinyTripCountVectorThreshold constant by Pekka Jaaskelainen · 12 years ago
  21. 485da64 Removed trailing comma in last element of enum declaration. by Michael Gottesman · 12 years ago
  22. b82d200 Moved S_Stop back to its previous position in the sequence order. by Michael Gottesman · 12 years ago
  23. f662a59 Add a special handling case for untyped CopyFromReg node in GetCostForDef() of ScheduleDAGRRList by Weiming Zhao · 12 years ago
  24. 02c953e Fixed a few debug messages and some 80+ violations. by Michael Gottesman · 12 years ago
  25. a519c97 Added some periods to some comments and added an overload for operator<< for type Sequence so I can print out Sequences in debug statements. by Michael Gottesman · 12 years ago
  26. 82b8301 Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to perform escape analysis of other retainable object pointers in other locations. by Michael Gottesman · 12 years ago
  27. 6dc3781 Add a couple of accessor methods to get the kind and values of an attribute. by Bill Wendling · 12 years ago
  28. 9f175f8 s/Data/Kind/g. No functionality change. by Bill Wendling · 12 years ago
  29. aaf2e63 Support artificial parameters in function types. by David Blaikie · 12 years ago
  30. 9c3846c Use multiclass for post-increment store instructions. by Jyotsna Verma · 12 years ago
  31. 30c3bbe Add constant extender support for MInst type instructions. by Jyotsna Verma · 12 years ago
  32. 9b5a14d Remove dead code. by Evan Cheng · 12 years ago
  33. f1af1fe Fixing warnings revealed by gcc release build by Edwin Vane · 12 years ago
  34. 8c3a411 LoopVectorize: Clean up ValueMap a bit and avoid double lookups. by Benjamin Kramer · 12 years ago
  35. 86651e4 R600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair to satisfy C++11. by NAKAMURA Takumi · 12 years ago
  36. 3ba51ce AttributeSet::get(): Fix a valgrind error. It doesn't affect actual behavior, though. by NAKAMURA Takumi · 12 years ago
  37. 7c1ac76 Fix typo in X86BaseInfo.h that I introduced in r157818. by Hans Wennborg · 12 years ago
  38. 09840da Hopefully fix the Windows build failure introduced in r173769 by Timur Iskhodzhanov · 12 years ago
  39. 0adfded Fix 64-bit atomic operations in Thumb mode. by Tim Northover · 12 years ago
  40. e6482fa Merge SSE and AVX shuffle instructions in the comment printer. by Craig Topper · 12 years ago
  41. 4c6a2ba MIsched: cleanup code. Use isBoundaryNode(). by Andrew Trick · 12 years ago
  42. 9d46ef6 Fixed 2 more header comments... by Michael Gottesman · 12 years ago
  43. 7fd324a Fixed header comment. by Michael Gottesman · 12 years ago
  44. 3dcfdab Fixed some whitespace/80+ violations. Also added a space after a namespace declaration. by Michael Gottesman · 12 years ago
  45. 6786610 Added missing dashes from header declaration comment. by Michael Gottesman · 12 years ago
  46. 9ab758b Juggled Debug.h from ObjCARC.h to only the including cpp files that by Michael Gottesman · 12 years ago
  47. 7a7102d Sorted includes using utils/sort_includes. by Michael Gottesman · 12 years ago
  48. 4a0480a Added two missing headers from ObjCARCAliasAnalysis.h. by Michael Gottesman · 12 years ago
  49. b0f82e7 Removed InstCombine/Targets as library dependencies for libObjCARCOpts since they are unnecessary. by Michael Gottesman · 12 years ago
  50. 606c8e3 Convert getAttributes() to return an AttributeSetNode. by Bill Wendling · 12 years ago
  51. 3a57c37 Extracted ObjCARCContract from ObjCARCOpts into its own file. by Michael Gottesman · 12 years ago
  52. 3b0f537 Removed some cruft from ObjCARCAliasAnalysis.cpp. by Michael Gottesman · 12 years ago
  53. 8688a58 Teach SDISel to combine fsin / fcos into a fsincos node if the following by Evan Cheng · 12 years ago
  54. 8232ece Use an AttrBuilder to generate the correct AttributeSet. by Bill Wendling · 12 years ago
  55. 8fbc0c2 Convert the AttrBuilder into a list of Attributes instead of one Attribute object that holds all of its attributes. by Bill Wendling · 12 years ago
  56. b8d2c92 Formatting correction by Andrew Kaylor · 12 years ago
  57. 817abdd S'more small non-functional changes in comments and #includes. by Bill Wendling · 12 years ago
  58. c22f4aa Reorder some functions and add comments. No functionality change. by Bill Wendling · 12 years ago
  59. c0b3d4c Unroll again after running BBVectorize by Hal Finkel · 12 years ago
  60. d3427d3 Add isBGQ method to PPCSubtarget by Hal Finkel · 12 years ago
  61. 6bdbf06 Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'. by Bill Wendling · 12 years ago
  62. fcb979c Avoid Unnecessary Builds by David Greene · 12 years ago
  63. 87e10df Remove the AttributeWithIndex class. by Bill Wendling · 12 years ago
  64. c4e4418 Add a comment mentioning that InstructionSimplify routines do, by Dan Gohman · 12 years ago
  65. ae70224 docs: reorganize front page slightly by Sean Silva · 12 years ago
  66. 710cb0c Add support for source and line information to IntelJITEventListener for object emitted by MCJIT. by Andrew Kaylor · 12 years ago
  67. 3c1c042 Fix gcc/printf/ISO C++ warning by Edwin Vane · 12 years ago
  68. 5ff776b This patch addresses bug 15031. by Bill Schmidt · 12 years ago
  69. 498703b Fix comment. by Eric Christopher · 12 years ago
  70. 237f09d Vectorization Factor clarification by Renato Golin · 12 years ago
  71. 647c66e [msan] Mostly disable msan-handle-icmp-exact. by Evgeniy Stepanov · 12 years ago
  72. ccfc295 Revert r173678. by Evgeniy Stepanov · 12 years ago
  73. 2f36a16 [msan] Make msan-handle-icmp-exact=0 by default. by Evgeniy Stepanov · 12 years ago
  74. 467016e Fix 256-bit PALIGNR comment decoding to understand that it works on independent 256-bit lanes. by Craig Topper · 12 years ago
  75. 6ab4cbc by Nadav Rotem · 12 years ago
  76. 53597b2 Add missing break in 256-bit palignr comment printing. No test case yet because the comment itself is still wrong. by Craig Topper · 12 years ago
  77. 4aee1bb Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instruction. by Craig Topper · 12 years ago
  78. 64437ea Created ObjCARCUtil.cpp for functions which in my humble opinion are too large to static inline and place in a header file such as ObjCARC.h. by Michael Gottesman · 12 years ago
  79. 52dd806 Remove addToNoHelperNeeded function that was left unused after r173649. Fixes a -Wunused warning. by Craig Topper · 12 years ago
  80. 074ddd6 Cleaned up includes in various ObjCARC files and removed some whitespace violations. by Michael Gottesman · 12 years ago
  81. 6086847 Refactor ObjCARCAliasAnalysis into its own file. by Michael Gottesman · 12 years ago
  82. 19d815c Mid-air collision. reapply r173656. by Bill Wendling · 12 years ago
  83. 98b92f3 Rewrite the removeAttr() method. by Bill Wendling · 12 years ago
  84. 49f6060 Rewrite the addAttr() method. by Bill Wendling · 12 years ago
  85. 53ff78b Revert r173646, "Use proper type for the index." by NAKAMURA Takumi · 12 years ago
  86. 3c67f1c Refactored out pass ObjCARCAPElim from ObjCARCOpts.cpp => ObjCARCAPElim.cpp. by Michael Gottesman · 12 years ago
  87. 73104b7 Fixed case insensitive issue. by Michael Gottesman · 12 years ago
  88. 6313c99 Removed extraneous doxygen end module statement. by Michael Gottesman · 12 years ago
  89. 6504255 Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp. by Michael Gottesman · 12 years ago
  90. 410b46a Improved svn repo searching for 'make update' by Edwin Vane · 12 years ago
  91. bc49cf7 Make some code a little simpler. by Reed Kotler · 12 years ago
  92. 24c4898 Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. by Michael Gottesman · 12 years ago
  93. a9b9f0a Use proper type for the index. by Bill Wendling · 12 years ago
  94. e2501f5 Remove another use of AttributeWithIndex, using the AttributeSetImpl accessors instead. by Bill Wendling · 12 years ago
  95. 70cdaaa Remove another use of AttributeWithIndex, using the AttributeSetImpl accessors instead. by Bill Wendling · 12 years ago
  96. 73bc452 Remove a use of AttributeWithIndex. by Bill Wendling · 12 years ago
  97. 49716e5 Improve the debug output a bit. by Bill Wendling · 12 years ago
  98. 3e3e789 Use proper return type for attribute index. by Bill Wendling · 12 years ago
  99. 5f33912 Use proper return type for attribute index. by Bill Wendling · 12 years ago
  100. d05204a Push the calculation of the 'Raw' attribute mask down into the implementation. It in turn uses the correct list for calculating the 'Raw' value. by Bill Wendling · 12 years ago