1. f174221 llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target. by NAKAMURA Takumi · 13 years ago
  2. 2f1d5d4 Cortex-A9 latency fixes (w/ -schedmodel only). by Andrew Trick · 13 years ago
  3. fe87c30 Add missing i8 max/min/umax/umin support by Michael Liao · 13 years ago
  4. 0838249 Revise td of X86 atomic instructions by Michael Liao · 13 years ago
  5. 258aeb5 docs: Fix Sphinx warning over Atomics.rst. by Sean Silva · 13 years ago
  6. 5cc1e23 docs: Fix Sphinx warning over yaml2obj.rst. by Sean Silva · 13 years ago
  7. b377635 Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-variable] by NAKAMURA Takumi · 13 years ago
  8. df03a28 llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_store/@unaligned_i16_load/g. by NAKAMURA Takumi · 13 years ago
  9. 0fdf3b0 Properly save and restore RA and Mips16 callee save registers S0,S1 by Akira Hatanaka · 13 years ago
  10. 3ca380d Testcase does not need to be this strict. by Chad Rosier · 13 years ago
  11. ba6aec2 Add newline. by Chad Rosier · 13 years ago
  12. d70c98e [fast-isel] Fallback to SelectionDAG isel if we require strict alignment for by Chad Rosier · 13 years ago
  13. d314ab5 Tidy up. Whitespace. by Jim Grosbach · 13 years ago
  14. 1f9f599 Tidy up. Formatting. by Jim Grosbach · 13 years ago
  15. ced674e ARM: Use a dedicated intrinsic for vector bitwise select. by Jim Grosbach · 13 years ago
  16. e6e2d8c Ignore PHI-defs for -new-coalescer interference checks. by Jakob Stoklund Olesen · 13 years ago
  17. 2df8ac8 Extend -new-coalescer SSA update to handle mapped values as well. by Jakob Stoklund Olesen · 13 years ago
  18. d57ae39 Only emit DW_AT_object_pointer if this is a definition. by Eric Christopher · 13 years ago
  19. 554da1a SimplifyCFG: sink common codes from IF, ELSE blocks down to END block. by Manman Ren · 13 years ago
  20. 2dad6b5 Try to make these tests more portable. by Evan Cheng · 13 years ago
  21. 902ba57 Fix broken check lines. by Benjamin Kramer · 13 years ago
  22. e9f5988 Fix function names in coding style examples by Andrew Trick · 13 years ago
  23. 4aa1899 Revert r164308 to fix buildbots. by Bill Wendling · 13 years ago
  24. f2e89e0 Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. by Bill Wendling · 13 years ago
  25. 342cea9 Remove more bare uses of the different Attribute enums. by Bill Wendling · 13 years ago
  26. c1611d8 Specify cpu to get the correct instruction ordering. Remove XFAIL. by Roman Divacky · 13 years ago
  27. 8ce1e43 Make the 'getAsString' function a method of the Attributes class. by Bill Wendling · 13 years ago
  28. 6dfabb6 Fix 80-col violations. by Nadav Rotem · 13 years ago
  29. a668b46 Make sure lli compiles all code before invalidating instruction caches. by Tim Northover · 13 years ago
  30. 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
  31. 85fb261 Specify CPu to prevent failure on ATOM due to different code scheduling by Michael Liao · 13 years ago
  32. f5b69f6 Fix Sphinx warnings. by Sean Silva · 13 years ago
  33. b118a07 Re-work X86 code generation of atomic ops with spin-loop by Michael Liao · 13 years ago
  34. 1141b52 Sphinxify DebuggingJITedCode by Sean Silva · 13 years ago
  35. 331e8fb Fix static function names in CodingStandards examples. by Andrew Trick · 13 years ago
  36. e603fe4 Convert some attribute existence queries over to use the predicate methods. by Bill Wendling · 13 years ago
  37. f5958e9 ARM: Tidy up IntrinsicsARM.td a bit. by Jim Grosbach · 13 years ago
  38. e853d2e Add predicates for queries on whether an attribute exists. by Bill Wendling · 13 years ago
  39. 3e9b6db Add in new data types that are used by AMDIL/ANL among others. by Micah Villmow · 13 years ago
  40. 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
  41. 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
  42. d40d4c3 Resolve conflicts involving dead vector lanes for -new-coalescer. by Jakob Stoklund Olesen · 13 years ago
  43. 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
  44. 7b6f203 Add support for macro parameters/arguments delimited by spaces, by Preston Gurd · 13 years ago
  45. 4caf528 Add support for accessing an MDNode's operands via the C binding. Patch by by Duncan Sands · 13 years ago
  46. 6c9176a Support default parameters/arguments for assembler macros. by Preston Gurd · 13 years ago
  47. 6579eea Enhance unmatched '.endr' directive error message in assembler. by Preston Gurd · 13 years ago
  48. cd9ede9 Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArith by Michael Liao · 13 years ago
  49. fc87979 Renaming functions to match coding style guidelines by Michael Ilseman · 13 years ago
  50. 3856b07 Really XFAIL test/CodeGen/PowerPC/structsinregs.ll. by Jordan Rose · 13 years ago
  51. dcc5212 Doxygen-ify comments by Michael Ilseman · 13 years ago
  52. 1bc12b5 XFAIL test/CodeGen/PowerPC/structsinregs.ll by Bill Schmidt · 13 years ago
  53. e87138d Put the * and & next to the variable, rather than the type. by Michael Ilseman · 13 years ago
  54. 16514de Document the interface for integer expansion, using doxygen-style comments by Michael Ilseman · 13 years ago
  55. 4c8f2dd Forward declarations by Michael Ilseman · 13 years ago
  56. 7c89469 GCC doesn't understand that OrigAliasResult having a value is correlated with by Duncan Sands · 13 years ago
  57. 419f376 Small structs for PPC64 SVR4 must be passed right-justified in registers. by Bill Schmidt · 13 years ago
  58. 57933e3 SimplifyCFG: Don't generate invalid code for switch used to initialize by Hans Wennborg · 13 years ago
  59. adb4a40 Fix minor typo in IntervalPartition.h by Will Dietz · 13 years ago
  60. c312f09 Make MapVector a bit more expensive but harder to misuse. We now only by Rafael Espindola · 13 years ago
  61. 9455a61 InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compare warnings. by Benjamin Kramer · 13 years ago
  62. 1c1ab8f IntegerDivision: Style cleanups, avoid warning about mixing || and && without parens. by Benjamin Kramer · 13 years ago
  63. aa6dad9 Remove unused and broken CloneFunction wrapper. by Benjamin Kramer · 13 years ago
  64. c4ba62c Move load_to_switch.ll to test/CodeGen/SPARC/ by Hans Wennborg · 13 years ago
  65. f252441 rename test by Nadav Rotem · 13 years ago
  66. 92df026 Prevent inlining of callees which allocate lots of memory into a recursive caller. by Nadav Rotem · 13 years ago
  67. 93ba133 CodeGenPrep: turn lookup tables into switches for some targets. by Hans Wennborg · 13 years ago
  68. 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
  69. f787642 whitespace. by Nadav Rotem · 13 years ago
  70. 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
  71. 67076a9 Silence -Wnon-virtual-dtor in llvm-stress. by Andrew Trick · 13 years ago
  72. 3b8fb64 SchedMachineModel: compress the CPU's WriteLatencyTable. by Andrew Trick · 13 years ago
  73. 57838db De-nest if's and fix mix-up by Sean Silva · 13 years ago
  74. b2df610 Iterate deterministicaly over ClassInfo*'s by Sean Silva · 13 years ago
  75. decfdf5 Iterate deterministically over register classes by Sean Silva · 13 years ago
  76. 90fee07 Refactor Record* by-ID comparator to Record.h by Sean Silva · 13 years ago
  77. 2811ae6 llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode. by NAKAMURA Takumi · 13 years ago
  78. b5762bf Tidy up. Minor formatting. by Jim Grosbach · 13 years ago
  79. e75a983 Tidy up. 80 columns. by Jim Grosbach · 13 years ago
  80. d8f39af comment typo by Andrew Trick · 13 years ago
  81. 38f35fd Fix the last crasher I've gotten a reproduction for in SROA. This one by Chandler Carruth · 13 years ago
  82. a177a51 Test commit by Sean Silva · 13 years ago
  83. d201464 New utility for expanding integer division for targets that don't support it. by Michael Ilseman · 13 years ago
  84. b37b6ca MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648 by Evan Cheng · 13 years ago
  85. 30ce40e FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character after the colon. by Benjamin Kramer · 13 years ago
  86. 51ca601 Add test for r164155 and remove two tests superseded by ppc64-calls.ll. by Roman Divacky · 13 years ago
  87. 18505b3 Add hidden flag to exclude aliases from output. by Jan Sjödin · 13 years ago
  88. 3b62b01 Add a MapVector class. It provides a regular set iteration, but by Rafael Espindola · 13 years ago
  89. 6fc3ea2 Fix the isLocalCall() by checking for linker weakness as well. by Roman Divacky · 13 years ago
  90. 3918cad TargetSchedule: cleanup computeOperandLatency logic & diagnostics. by Andrew Trick · 13 years ago
  91. 781ab47 misched: Make ScheduleDAGInstrs use the TargetSchedule interface. by Andrew Trick · 13 years ago
  92. 3723651 Revert r164051. by Akira Hatanaka · 13 years ago
  93. f08c115 LSR critical edge splitting fix for PR13756. by Andrew Trick · 13 years ago
  94. 7c8df7a Fix getCommonType in a different way from the way I fixed it when by Chandler Carruth · 13 years ago
  95. 3b682bd Fix build for compilers that don't understand injected class names properly. by Benjamin Kramer · 13 years ago
  96. f145c13 Avoid symbol name clash when filling TOC. by Roman Divacky · 13 years ago
  97. 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
  98. 4cd5601 On PPC64 emit the environment pointer. Patch by Adhemerval Zanella. by Roman Divacky · 13 years ago
  99. eb8b7dc Optimize local func calls to not emit nop for TOC restoration. by Roman Divacky · 13 years ago
  100. 10a4318 Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella! by Roman Divacky · 13 years ago