1. c1611d8 Specify cpu to get the correct instruction ordering. Remove XFAIL. by Roman Divacky · 13 years ago
  2. 8ce1e43 Make the 'getAsString' function a method of the Attributes class. by Bill Wendling · 13 years ago
  3. 6dfabb6 Fix 80-col violations. by Nadav Rotem · 13 years ago
  4. a668b46 Make sure lli compiles all code before invalidating instruction caches. by Tim Northover · 13 years ago
  5. aa25844 Change enum type in a static table to uint8_t instead. Saves about 700 hundred bytes of static data. Change unsigned char in same table to uint8_t for explicitness. by Craig Topper · 13 years ago
  6. 85fb261 Specify CPu to prevent failure on ATOM due to different code scheduling by Michael Liao · 13 years ago
  7. f5b69f6 Fix Sphinx warnings. by Sean Silva · 13 years ago
  8. b118a07 Re-work X86 code generation of atomic ops with spin-loop by Michael Liao · 13 years ago
  9. 1141b52 Sphinxify DebuggingJITedCode by Sean Silva · 13 years ago
  10. 331e8fb Fix static function names in CodingStandards examples. by Andrew Trick · 13 years ago
  11. e603fe4 Convert some attribute existence queries over to use the predicate methods. by Bill Wendling · 13 years ago
  12. f5958e9 ARM: Tidy up IntrinsicsARM.td a bit. by Jim Grosbach · 13 years ago
  13. e853d2e Add predicates for queries on whether an attribute exists. by Bill Wendling · 13 years ago
  14. 3e9b6db Add in new data types that are used by AMDIL/ANL among others. by Micah Villmow · 13 years ago
  15. eb79b54 Soften the pattern-can-never-match error in TableGen into a warning. This pattern can be very useful in cases where you want to define a multiclass that covers both commutative and non-commutative operators (say, add and sub). by Owen Anderson · 13 years ago
  16. cdac1be Implement a correct copy constructor for Record. Now that we're using the ID number as a key in maps (for determinism), it is imperative that ID numbers be globally unique, even when we copy construct a Record. by Owen Anderson · 13 years ago
  17. d40d4c3 Resolve conflicts involving dead vector lanes for -new-coalescer. by Jakob Stoklund Olesen · 13 years ago
  18. bbf628b This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT. by Andrew Kaylor · 13 years ago
  19. 7b6f203 Add support for macro parameters/arguments delimited by spaces, by Preston Gurd · 13 years ago
  20. 4caf528 Add support for accessing an MDNode's operands via the C binding. Patch by by Duncan Sands · 13 years ago
  21. 6c9176a Support default parameters/arguments for assembler macros. by Preston Gurd · 13 years ago
  22. 6579eea Enhance unmatched '.endr' directive error message in assembler. by Preston Gurd · 13 years ago
  23. cd9ede9 Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArith by Michael Liao · 13 years ago
  24. fc87979 Renaming functions to match coding style guidelines by Michael Ilseman · 13 years ago
  25. 3856b07 Really XFAIL test/CodeGen/PowerPC/structsinregs.ll. by Jordan Rose · 13 years ago
  26. dcc5212 Doxygen-ify comments by Michael Ilseman · 13 years ago
  27. 1bc12b5 XFAIL test/CodeGen/PowerPC/structsinregs.ll by Bill Schmidt · 13 years ago
  28. e87138d Put the * and & next to the variable, rather than the type. by Michael Ilseman · 13 years ago
  29. 16514de Document the interface for integer expansion, using doxygen-style comments by Michael Ilseman · 13 years ago
  30. 4c8f2dd Forward declarations by Michael Ilseman · 13 years ago
  31. 7c89469 GCC doesn't understand that OrigAliasResult having a value is correlated with by Duncan Sands · 13 years ago
  32. 419f376 Small structs for PPC64 SVR4 must be passed right-justified in registers. by Bill Schmidt · 13 years ago
  33. 57933e3 SimplifyCFG: Don't generate invalid code for switch used to initialize by Hans Wennborg · 13 years ago
  34. adb4a40 Fix minor typo in IntervalPartition.h by Will Dietz · 13 years ago
  35. c312f09 Make MapVector a bit more expensive but harder to misuse. We now only by Rafael Espindola · 13 years ago
  36. 9455a61 InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compare warnings. by Benjamin Kramer · 13 years ago
  37. 1c1ab8f IntegerDivision: Style cleanups, avoid warning about mixing || and && without parens. by Benjamin Kramer · 13 years ago
  38. aa6dad9 Remove unused and broken CloneFunction wrapper. by Benjamin Kramer · 13 years ago
  39. c4ba62c Move load_to_switch.ll to test/CodeGen/SPARC/ by Hans Wennborg · 13 years ago
  40. f252441 rename test by Nadav Rotem · 13 years ago
  41. 92df026 Prevent inlining of callees which allocate lots of memory into a recursive caller. by Nadav Rotem · 13 years ago
  42. 93ba133 CodeGenPrep: turn lookup tables into switches for some targets. by Hans Wennborg · 13 years ago
  43. 8a312fb Remove code for setting the VEX L-bit as a function of operand size from the code emitters and the disassembler table builder. Fix a couple instructions that were still missing VEX_L. by Craig Topper · 13 years ago
  44. f787642 whitespace. by Nadav Rotem · 13 years ago
  45. cbf3dae Add explicit VEX_L tags to all 256-bit instructions. This will allow us to remove code from the code emitters that examined operands to set the L-bit. by Craig Topper · 13 years ago
  46. 67076a9 Silence -Wnon-virtual-dtor in llvm-stress. by Andrew Trick · 13 years ago
  47. 3b8fb64 SchedMachineModel: compress the CPU's WriteLatencyTable. by Andrew Trick · 13 years ago
  48. 57838db De-nest if's and fix mix-up by Sean Silva · 13 years ago
  49. b2df610 Iterate deterministicaly over ClassInfo*'s by Sean Silva · 13 years ago
  50. decfdf5 Iterate deterministically over register classes by Sean Silva · 13 years ago
  51. 90fee07 Refactor Record* by-ID comparator to Record.h by Sean Silva · 13 years ago
  52. 2811ae6 llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode. by NAKAMURA Takumi · 13 years ago
  53. b5762bf Tidy up. Minor formatting. by Jim Grosbach · 13 years ago
  54. e75a983 Tidy up. 80 columns. by Jim Grosbach · 13 years ago
  55. d8f39af comment typo by Andrew Trick · 13 years ago
  56. 38f35fd Fix the last crasher I've gotten a reproduction for in SROA. This one by Chandler Carruth · 13 years ago
  57. a177a51 Test commit by Sean Silva · 13 years ago
  58. d201464 New utility for expanding integer division for targets that don't support it. by Michael Ilseman · 13 years ago
  59. b37b6ca MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648 by Evan Cheng · 13 years ago
  60. 30ce40e FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character after the colon. by Benjamin Kramer · 13 years ago
  61. 51ca601 Add test for r164155 and remove two tests superseded by ppc64-calls.ll. by Roman Divacky · 13 years ago
  62. 18505b3 Add hidden flag to exclude aliases from output. by Jan Sjödin · 13 years ago
  63. 3b62b01 Add a MapVector class. It provides a regular set iteration, but by Rafael Espindola · 13 years ago
  64. 6fc3ea2 Fix the isLocalCall() by checking for linker weakness as well. by Roman Divacky · 13 years ago
  65. 3918cad TargetSchedule: cleanup computeOperandLatency logic & diagnostics. by Andrew Trick · 13 years ago
  66. 781ab47 misched: Make ScheduleDAGInstrs use the TargetSchedule interface. by Andrew Trick · 13 years ago
  67. 3723651 Revert r164051. by Akira Hatanaka · 13 years ago
  68. f08c115 LSR critical edge splitting fix for PR13756. by Andrew Trick · 13 years ago
  69. 7c8df7a Fix getCommonType in a different way from the way I fixed it when by Chandler Carruth · 13 years ago
  70. 3b682bd Fix build for compilers that don't understand injected class names properly. by Benjamin Kramer · 13 years ago
  71. f145c13 Avoid symbol name clash when filling TOC. by Roman Divacky · 13 years ago
  72. 371d5d8 SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-dtor warnings that come with it. by Benjamin Kramer · 13 years ago
  73. 4cd5601 On PPC64 emit the environment pointer. Patch by Adhemerval Zanella. by Roman Divacky · 13 years ago
  74. eb8b7dc Optimize local func calls to not emit nop for TOC restoration. by Roman Divacky · 13 years ago
  75. 10a4318 Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella! by Roman Divacky · 13 years ago
  76. 6e67b25 SROA: Replace the member function template contraption for recursively splitting aggregates into a real class. by Benjamin Kramer · 13 years ago
  77. 36b07f2 Add test for r164132. by Roman Divacky · 13 years ago
  78. 536a88a When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend by Roman Divacky · 13 years ago
  79. ad83d08 SROA.cpp: Appease msvc. by NAKAMURA Takumi · 13 years ago
  80. 0480064 llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.ll to X86. by NAKAMURA Takumi · 13 years ago
  81. 6ab4bd7 XFAIL SROA test until Chandler can get to it. by Benjamin Kramer · 13 years ago
  82. e3f1459 Coding standards: fix typo: '= deleted' -> '= delete'. by Dmitri Gribenko · 13 years ago
  83. 879d90f Make MachinePostDominatorTree::DT private by Tom Stellard · 13 years ago
  84. e5373b7 LNT builders have picked up new SROA, disable it to get the remaining builders green again. by Benjamin Kramer · 13 years ago
  85. 9e3f639 Fix a warning in release builds and a test case I forgot to update with by Chandler Carruth · 13 years ago
  86. c370acd Add a major missing piece to the new SROA pass: aggressive splitting of by Chandler Carruth · 13 years ago
  87. d7cc8b8 Fix instcombine to obey requested alignment when merging allocas. by Richard Osborne · 13 years ago
  88. 97ecb83 More domain conversion; convert VFP VMOVS to NEON instructions in more cases - when we may clobber the other S-lane by converting an S to a D instruction, make an effort to work out if the S lane is clobberable or not. by James Molloy · 13 years ago
  89. 3a36444 Make custom operand parsing mnemonic indices use the same mnemonic table as the match table. Reorder fields in OperandMatchEntry to provide the least amount of padding for in tree targets. by Craig Topper · 13 years ago
  90. fee7f01 Use variable type for index into mnemonic table. Shrinks size of index field on in tree targets. Saving static data space. by Craig Topper · 13 years ago
  91. 34aadd6 Replaced ReInitMCSubtargetInfo with InitMCProcessor. by Andrew Trick · 13 years ago
  92. 88b5a2b Add LLVM_DELETED_FUNCTION to coding standards. by Craig Topper · 13 years ago
  93. cee0331 Fix a typo. No functional change. by Craig Topper · 13 years ago
  94. 39adb18 Let NULL slip through again. by Andrew Trick · 13 years ago
  95. 34301ce TargetSchedModel API. Implement latency lookup, disabled. by Andrew Trick · 13 years ago
  96. e076bb1 comment typo by Andrew Trick · 13 years ago
  97. e3dbc98 TableGen subtarget emitter. Use getSchedClassIdx. by Andrew Trick · 13 years ago
  98. 4d2d1c4 TableGen subtarget emitter. Generate resolveSchedClass generated hook for resolving instruction variants. by Andrew Trick · 13 years ago
  99. ee290ba TableGen subtarget emitter. Remove unnecessary header dependence. by Andrew Trick · 13 years ago
  100. ef1623f Mark unimplemented operator new as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago