1. 8e635db Begin the transition to using the AttributesImpl object for the Attributes ivar. by Bill Wendling · 12 years ago
  2. 5b4461c Add names for the accelerator table sections so that they can by Eric Christopher · 12 years ago
  3. 6c7a5ac Update comment. by Eric Christopher · 12 years ago
  4. e57cb73 Use a special path to place the .o files in. by Bill Wendling · 12 years ago
  5. c56e3f0 Fixup comment. by Eric Christopher · 12 years ago
  6. 02c1a64 Fixup comments. by Eric Christopher · 12 years ago
  7. 1c7d69b PR12716: PPC crashes on vector compare by Adhemerval Zanella · 12 years ago
  8. 39817f9 misched: remove the unused getSpecialAddressLatency hook. by Andrew Trick · 12 years ago
  9. a98f600 misched: remove forceUnitLatencies. Defaults are handled by the default SchedModel by Andrew Trick · 12 years ago
  10. 30c6ec2 misched: avoid scheduling an instruction twice. by Andrew Trick · 12 years ago
  11. cd58508 PowerPC: Fix object creation with PPC::MTCRF8 instruction by Adhemerval Zanella · 12 years ago
  12. 51aaadb Add floating-point to and from integer conversion by Adhemerval Zanella · 12 years ago
  13. e2c207d Fix the ocaml binding breakage from TargetData -> DataLayout changes. by Micah Villmow · 12 years ago
  14. 5b7c42c Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  15. 791cfc2 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  16. 3574eca Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  17. 2b4b44e Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  18. c105471 Some regression tests which are testing the old jit and are exercising functionality which is both known to be broken and not expected to be fixed in the old jit. To remove these from the regression test output, I've marked them XFAIL (for lit tests) and ifdef'd them out (unit tests). These modifications remove the last long-standing regression test failures from the buildbots (though updating the triple to reflect new ubuntu configuration has temporarily caused some new failures). Tested on x86-64 and ARM Linux. by James Molloy · 12 years ago
  19. 87802d5 Remove unused MachineInstr constructors that don't take a DebugLoc argument. by Craig Topper · 12 years ago
  20. 14ce91c Fix indentation. Remove 'else' after return. No functional change. by Craig Topper · 12 years ago
  21. 59ccfb0 Silence Sphinx warnings. by Sean Silva · 12 years ago
  22. dcf2420 X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the others. by Benjamin Kramer · 12 years ago
  23. b10c88f Move more methods out-of-line. This is in preparation for changing the internal by Bill Wendling · 12 years ago
  24. f93c55a Sphinxify the GettinStarted documentation. by Bill Wendling · 12 years ago
  25. bef3ef9 Sphinxify the ExtendingLLVM documentation. by Bill Wendling · 12 years ago
  26. 53960a6 Sphinxify the compiler writer info documentation. by Bill Wendling · 12 years ago
  27. c38b636 Make sure always-inline functions get inlined. <rdar://problem/12423986> by Bob Wilson · 12 years ago
  28. af63f0b Document MapVector. by Rafael Espindola · 12 years ago
  29. de33227 Adding support for instructions mfc0, mfc2, mtc0, mtc2 by Jack Carter · 12 years ago
  30. 2490dc6 Minor changes based on post commit review: by Jack Carter · 12 years ago
  31. 10d5ff6 Minor changes based on post commit review: by Jack Carter · 12 years ago
  32. b2544ec This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4 by Bill Schmidt · 12 years ago
  33. 07d1c21 HowToSetUpLLVMStyleRTTI.rst: remove unneeded semicolons in code examples. by Dmitri Gribenko · 12 years ago
  34. 038c43b GoldPlugin.rst: minor typesetting fixes. by Dmitri Gribenko · 12 years ago
  35. a4b5050 Remove unused but set variable flagged by GCC. by Benjamin Kramer · 12 years ago
  36. 685d348 [ms-inline asm] Add a comment describing the MapAndConstraints. by Chad Rosier · 12 years ago
  37. 9ba9d4d [ms-inline asm] Add a few typedefs to simplify future changes. by Chad Rosier · 12 years ago
  38. dfb8dbb Patch for integer multiply, signed/unsigned, long/long long. by Reed Kotler · 12 years ago
  39. ebd7eab Simplify code, don't or a bool with an uint64_t. by Benjamin Kramer · 12 years ago
  40. 1bc03e6 Remove empty file. by Benjamin Kramer · 12 years ago
  41. f420eec Remove extraneous semicolon. by Chad Rosier · 12 years ago
  42. 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
  43. a06fd99 Add ELF program header. by Hemant Kulkarni · 12 years ago
  44. d875533 by Will Schmidt · 12 years ago
  45. a5e01b1 Add PowerPC64 definitions for ELF.h by Adhemerval Zanella · 12 years ago
  46. b894f96 Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. by NAKAMURA Takumi · 12 years ago
  47. 55587cf lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPointerToNamedFunction(), like legacy JITMemoryManager's. by NAKAMURA Takumi · 12 years ago
  48. 1e10bd6 [CMake] Enhance add_llvm_external_project. by NAKAMURA Takumi · 12 years ago
  49. 0559d31 SROA.cpp: Fix a warning, [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  50. 7c0278e Convert to unix line endings. by Rafael Espindola · 12 years ago
  51. 3372c5a Move this test a bit later, after the point at which we know that we either by Duncan Sands · 12 years ago
  52. e66f3d3 Move methods out-of-line. by Bill Wendling · 12 years ago
  53. 1fddc9d Use method to query for attributes. by Bill Wendling · 12 years ago
  54. 7a92230 Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in r165302. by Craig Topper · 12 years ago
  55. 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
  56. 36be1ae docs: Add HowToSetUpLLVMStyleRTTI.rst. by Sean Silva · 12 years ago
  57. 6355498 tblgen: Use appropriate LLVM-style RTTI functions. by Sean Silva · 12 years ago
  58. 736ceac tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>. by Sean Silva · 12 years ago
  59. 89adeb2 tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy. by Sean Silva · 12 years ago
  60. ce3da6f Make sure to generate the right kind of MDNode for enum forward declarations. by Eli Friedman · 12 years ago
  61. 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
  62. fca3f40 Teach the new SROA a new trick. Now we zap any memcpy or memmoves which by Chandler Carruth · 12 years ago
  63. 0e9da58 Lift the speculation visitor above all the helpers that are targeted at by Chandler Carruth · 12 years ago
  64. 0a03117 Use -object_path_lto when linking executables if building Apple style. by Bill Wendling · 12 years ago
  65. 5b0f1b3 [ms-inline asm] Add support for parsing [Intel dialect] memory operands that use by Chad Rosier · 12 years ago
  66. 99b1148 Rename the Target specific passes in the DataLayout class to be Target agnostic. by Micah Villmow · 12 years ago
  67. ea2c50c When merging connsecutive stores, use vectors to store the constant zero. by Nadav Rotem · 12 years ago
  68. 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
  69. 8d662b5 This patch corrects commit 165126 by using an integer bit width instead of by Preston Gurd · 12 years ago
  70. 837c28a ARM: locate user-defined text sections next to default text. by Jim Grosbach · 12 years ago
  71. a36091a Backing out my changes, something screwed up from my patches, starting over. by Micah Villmow · 12 years ago
  72. 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
  73. 0313ced Update this a bit more to represent how the prologue should work: by Eric Christopher · 12 years ago
  74. 726b88f Create the DataLayout class, as a direct copy of TargetData. by Micah Villmow · 12 years ago
  75. 2d6d585 Adding MCJIT and MemoryBuffer unit tests by Andrew Kaylor · 12 years ago
  76. 55977f6 Accidently checked in the files, only wanted to copy them. by Micah Villmow · 12 years ago
  77. 761dc22 by Micah Villmow · 12 years ago
  78. ea0dc09 by Micah Villmow · 12 years ago
  79. 7abf67a Add register encoding support in X86 backend by Michael Liao · 12 years ago
  80. 4fde2f6 Fix doxygen comment to match parameters' names. by Jakub Staszak · 12 years ago
  81. eb51e95 Add a comment to the commit r165187. by Jakub Staszak · 12 years ago
  82. 9163815 by Will Schmidt · 12 years ago
  83. e6521b5 Get MCSchedModel directly from the subtarget. by Jakob Stoklund Olesen · 12 years ago
  84. f43fe1d Switch MachineTraceMetrics to the new TargetSchedModel interface. by Jakob Stoklund Olesen · 12 years ago
  85. e370919 test commit / whitespace by Will Schmidt · 12 years ago
  86. 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
  87. 7508f94 In my recent change to avoid use of underaligned memory I didn't notice that by Duncan Sands · 12 years ago
  88. ffcf6df The alignment of an sret parameter is known: it must be at least the by Duncan Sands · 12 years ago
  89. e660fc1 Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCObjectStreamer. by Benjamin Kramer · 12 years ago
  90. ee700cf Fix wrong name in comment. by Duncan Sands · 12 years ago
  91. b2d98c2 Fix PR13969, a mini-phase-ordering issue with the new SROA pass. by Chandler Carruth · 12 years ago
  92. f587475 The memcpy optimizer was happily doing call slot forwarding when the new memory by Duncan Sands · 12 years ago
  93. aa3cb33 Teach the integer-promotion rewrite strategy to be endianness aware. by Chandler Carruth · 12 years ago
  94. 47a3395 Use method to query if there are attributes. by Bill Wendling · 12 years ago
  95. 365b9e0 Add method to query for NoCapture attribute. by Bill Wendling · 12 years ago
  96. 1f9855a Use method to query for NoAlias attribute. by Bill Wendling · 12 years ago
  97. 5d0061e Use attribute query methods. by Bill Wendling · 12 years ago
  98. b44e3ee Use method to query for attributes. by Bill Wendling · 12 years ago
  99. 5df15c6 Add method to query for 'NoAlias' attribute on call/invoke instructions. by Bill Wendling · 12 years ago
  100. fac31de Use method to query for attributes. by Bill Wendling · 12 years ago