1. f93c55a Sphinxify the GettinStarted documentation. by Bill Wendling · 12 years ago
  2. bef3ef9 Sphinxify the ExtendingLLVM documentation. by Bill Wendling · 12 years ago
  3. 53960a6 Sphinxify the compiler writer info documentation. by Bill Wendling · 12 years ago
  4. c38b636 Make sure always-inline functions get inlined. <rdar://problem/12423986> by Bob Wilson · 12 years ago
  5. af63f0b Document MapVector. by Rafael Espindola · 12 years ago
  6. de33227 Adding support for instructions mfc0, mfc2, mtc0, mtc2 by Jack Carter · 12 years ago
  7. 2490dc6 Minor changes based on post commit review: by Jack Carter · 12 years ago
  8. 10d5ff6 Minor changes based on post commit review: by Jack Carter · 12 years ago
  9. b2544ec This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4 by Bill Schmidt · 12 years ago
  10. 07d1c21 HowToSetUpLLVMStyleRTTI.rst: remove unneeded semicolons in code examples. by Dmitri Gribenko · 12 years ago
  11. 038c43b GoldPlugin.rst: minor typesetting fixes. by Dmitri Gribenko · 12 years ago
  12. a4b5050 Remove unused but set variable flagged by GCC. by Benjamin Kramer · 12 years ago
  13. 685d348 [ms-inline asm] Add a comment describing the MapAndConstraints. by Chad Rosier · 12 years ago
  14. 9ba9d4d [ms-inline asm] Add a few typedefs to simplify future changes. by Chad Rosier · 12 years ago
  15. dfb8dbb Patch for integer multiply, signed/unsigned, long/long long. by Reed Kotler · 12 years ago
  16. ebd7eab Simplify code, don't or a bool with an uint64_t. by Benjamin Kramer · 12 years ago
  17. 1bc03e6 Remove empty file. by Benjamin Kramer · 12 years ago
  18. f420eec Remove extraneous semicolon. by Chad Rosier · 12 years ago
  19. bf07a51 Implement TargetData with the DataLayout class, this will allow LLVM projects to transition to DataLayout without loosing functionality. by Micah Villmow · 12 years ago
  20. a06fd99 Add ELF program header. by Hemant Kulkarni · 12 years ago
  21. d875533 by Will Schmidt · 12 years ago
  22. a5e01b1 Add PowerPC64 definitions for ELF.h by Adhemerval Zanella · 12 years ago
  23. b894f96 Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. by NAKAMURA Takumi · 12 years ago
  24. 55587cf lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPointerToNamedFunction(), like legacy JITMemoryManager's. by NAKAMURA Takumi · 12 years ago
  25. 1e10bd6 [CMake] Enhance add_llvm_external_project. by NAKAMURA Takumi · 12 years ago
  26. 0559d31 SROA.cpp: Fix a warning, [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  27. 7c0278e Convert to unix line endings. by Rafael Espindola · 12 years ago
  28. 3372c5a Move this test a bit later, after the point at which we know that we either by Duncan Sands · 12 years ago
  29. e66f3d3 Move methods out-of-line. by Bill Wendling · 12 years ago
  30. 1fddc9d Use method to query for attributes. by Bill Wendling · 12 years ago
  31. 7a92230 Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in r165302. by Craig Topper · 12 years ago
  32. ff9d51b Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos and mark them as pseudos in the td file. by Craig Topper · 12 years ago
  33. 36be1ae docs: Add HowToSetUpLLVMStyleRTTI.rst. by Sean Silva · 12 years ago
  34. 6355498 tblgen: Use appropriate LLVM-style RTTI functions. by Sean Silva · 12 years ago
  35. 736ceac tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>. by Sean Silva · 12 years ago
  36. 89adeb2 tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy. by Sean Silva · 12 years ago
  37. ce3da6f Make sure to generate the right kind of MDNode for enum forward declarations. by Eli Friedman · 12 years ago
  38. 2a29478 Follow up to r165072. Try a different approach: only move the load when it's going to be folded into the call. rdar://12437604 by Evan Cheng · 12 years ago
  39. fca3f40 Teach the new SROA a new trick. Now we zap any memcpy or memmoves which by Chandler Carruth · 12 years ago
  40. 0e9da58 Lift the speculation visitor above all the helpers that are targeted at by Chandler Carruth · 12 years ago
  41. 0a03117 Use -object_path_lto when linking executables if building Apple style. by Bill Wendling · 12 years ago
  42. 5b0f1b3 [ms-inline asm] Add support for parsing [Intel dialect] memory operands that use by Chad Rosier · 12 years ago
  43. 99b1148 Rename the Target specific passes in the DataLayout class to be Target agnostic. by Micah Villmow · 12 years ago
  44. ea2c50c When merging connsecutive stores, use vectors to store the constant zero. by Nadav Rotem · 12 years ago
  45. e18c2ae Resubmit the copying of TargetData to DataLayout without any changes to the files, this should fix the problems and the changes to rename to DataLayout will come next. by Micah Villmow · 12 years ago
  46. 8d662b5 This patch corrects commit 165126 by using an integer bit width instead of by Preston Gurd · 12 years ago
  47. 837c28a ARM: locate user-defined text sections next to default text. by Jim Grosbach · 12 years ago
  48. a36091a Backing out my changes, something screwed up from my patches, starting over. by Micah Villmow · 12 years ago
  49. 5afc50a Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build failure from r165249 where the wrong version of the file was submitted. by Micah Villmow · 12 years ago
  50. 0313ced Update this a bit more to represent how the prologue should work: by Eric Christopher · 12 years ago
  51. 726b88f Create the DataLayout class, as a direct copy of TargetData. by Micah Villmow · 12 years ago
  52. 2d6d585 Adding MCJIT and MemoryBuffer unit tests by Andrew Kaylor · 12 years ago
  53. 55977f6 Accidently checked in the files, only wanted to copy them. by Micah Villmow · 12 years ago
  54. 761dc22 by Micah Villmow · 12 years ago
  55. ea0dc09 by Micah Villmow · 12 years ago
  56. 7abf67a Add register encoding support in X86 backend by Michael Liao · 12 years ago
  57. 4fde2f6 Fix doxygen comment to match parameters' names. by Jakub Staszak · 12 years ago
  58. eb51e95 Add a comment to the commit r165187. by Jakub Staszak · 12 years ago
  59. 9163815 by Will Schmidt · 12 years ago
  60. e6521b5 Get MCSchedModel directly from the subtarget. by Jakob Stoklund Olesen · 12 years ago
  61. f43fe1d Switch MachineTraceMetrics to the new TargetSchedModel interface. by Jakob Stoklund Olesen · 12 years ago
  62. e370919 test commit / whitespace by Will Schmidt · 12 years ago
  63. 1e21db6 SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer dereference" optimization to also handle instructions with multiple uses. by Benjamin Kramer · 12 years ago
  64. 7508f94 In my recent change to avoid use of underaligned memory I didn't notice that by Duncan Sands · 12 years ago
  65. ffcf6df The alignment of an sret parameter is known: it must be at least the by Duncan Sands · 12 years ago
  66. e660fc1 Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCObjectStreamer. by Benjamin Kramer · 12 years ago
  67. ee700cf Fix wrong name in comment. by Duncan Sands · 12 years ago
  68. b2d98c2 Fix PR13969, a mini-phase-ordering issue with the new SROA pass. by Chandler Carruth · 12 years ago
  69. f587475 The memcpy optimizer was happily doing call slot forwarding when the new memory by Duncan Sands · 12 years ago
  70. aa3cb33 Teach the integer-promotion rewrite strategy to be endianness aware. by Chandler Carruth · 12 years ago
  71. 47a3395 Use method to query if there are attributes. by Bill Wendling · 12 years ago
  72. 365b9e0 Add method to query for NoCapture attribute. by Bill Wendling · 12 years ago
  73. 1f9855a Use method to query for NoAlias attribute. by Bill Wendling · 12 years ago
  74. 5d0061e Use attribute query methods. by Bill Wendling · 12 years ago
  75. b44e3ee Use method to query for attributes. by Bill Wendling · 12 years ago
  76. 5df15c6 Add method to query for 'NoAlias' attribute on call/invoke instructions. by Bill Wendling · 12 years ago
  77. fac31de Use method to query for attributes. by Bill Wendling · 12 years ago
  78. 9158eec Query for attributes via the correct method call. by Bill Wendling · 12 years ago
  79. 8f00ae6 Use new accessor methods to query for attributes. by Bill Wendling · 12 years ago
  80. 41d876c [tsan] add 3 internal flags for fine-grain control of what is instrumented and what is not. by Kostya Serebryany · 12 years ago
  81. 266eff8 Remove template from function that is only used with one type after r165092. by Craig Topper · 12 years ago
  82. 442c59f Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQP by Lang Hames · 12 years ago
  83. 9609878 docs: Fix typo on front page by Sean Silva · 12 years ago
  84. 9d577c8 Implement methods that enable expansion of load immediate by Jack Carter · 12 years ago
  85. 34c6b7e docs: Sphinxify GoldPlugin document. by Sean Silva · 12 years ago
  86. 30116cd This patch is a partial implementation of mips .set assembler directive. Directive is defined as follows: by Jack Carter · 12 years ago
  87. 047d361 tblgen: Whitespace and 80-col cleanup. by Sean Silva · 12 years ago
  88. 81be6bf Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'. by Jordan Rose · 12 years ago
  89. 72fd0a9 Enable -schedmodel, but prefer itineraries until we have more benchmark data. by Andrew Trick · 12 years ago
  90. 395c150 Fix PR13967. by Jakub Staszak · 12 years ago
  91. 10181ae Add an explicit -object_path_lto flag during linking with a uniquified temporary by Bill Wendling · 12 years ago
  92. 471b917 Clean up tailing whitespaces by Michael Liao · 12 years ago
  93. 1374526 Added instregex support to TableGen subtarget emitter. by Andrew Trick · 12 years ago
  94. 2062b12 TableGen subtarget emitter, nearly first class support for SchedAlias. by Andrew Trick · 12 years ago
  95. fe05d98 Cleanup TableGen subtarget emitter. by Andrew Trick · 12 years ago
  96. d494a3b [ms-inline asm] Default to the 'm' constraint. This matches the behavior of the by Chad Rosier · 12 years ago
  97. 34448ae [ms-inline asm] Add support in the X86AsmPrinter for printing memory references by Chad Rosier · 12 years ago
  98. 42faefc This patch moves from using a hard coded number (4) by Jack Carter · 12 years ago
  99. 3c09628 tblgen: Remove last traces of old TableGenMain API. by Sean Silva · 12 years ago
  100. 9e21138 tblgen: Migrate llvm-tblgen to new TableGenMain API. by Sean Silva · 12 years ago