1. b1cacc7 Fix an illegal tailcall opt where the callee returns a double via xmm while caller returns x86_fp80 via st0. rdar://12229511 by Evan Cheng · 12 years ago
  2. d0a553e Fix a -Wparentheses warning in the mingw build by Nico Weber · 12 years ago
  3. 72bf29f Fix a crash in SROA. This was reported independently by Takumi and by Chandler Carruth · 12 years ago
  4. 24ab21c Don't forget that strcpy and friends return a pointer to the destination, so by Nick Lewycky · 12 years ago
  5. e5510db Unit tests for IntegerDivision. Currently, just a basic sanity check to ensure that the code was generated properly. Future work would be finding some way to test the actual result that would be computed. by Michael Ilseman · 12 years ago
  6. fbc21fa ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. by Jim Grosbach · 12 years ago
  7. 1afd6bb Remove unused name of variable to quiet a warning. Also canonicalize a by Nick Lewycky · 12 years ago
  8. e9525d8 Mark jump tables in code sections with DataRegion directives. by Jim Grosbach · 12 years ago
  9. 7f8f3f7 Typo. by Chad Rosier · 12 years ago
  10. 2590c2e Rather then have a wrapper function, have tblgen instantiate the implementation. by Chad Rosier · 12 years ago
  11. c9d0c70 Clear UNIVERSAL_SDK_PATH setting when building host tools. <rdar://12360497> by Bob Wilson · 12 years ago
  12. 3dbefbd Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be by Nick Lewycky · 12 years ago
  13. 97a1a61 Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable. by Nick Lewycky · 12 years ago
  14. 5236ab3 Specify MachinePointerInfo as refering to the argument value and offset of the by Roman Divacky · 12 years ago
  15. 00796a1 Rather then have a wrapper function, have tblgen instantiate the implementation. by Chad Rosier · 12 years ago
  16. 47bd469 Add missing : in CHECK line. by Richard Osborne · 12 years ago
  17. bdc76fc Add missing check for presence of target data. by Richard Osborne · 12 years ago
  18. 84d882e Enable the new SROA pass by default. by Chandler Carruth · 12 years ago
  19. bc4021f Address one of the original FIXMEs for the new SROA pass by implementing by Chandler Carruth · 12 years ago
  20. 371e17c Emit dtors into proper section while compiling in vcpp-compatible mode. by Anton Korobeynikov · 12 years ago
  21. 02e92a0 Switch to a signed representation for the dynamic offsets while walking by Chandler Carruth · 12 years ago
  22. 85aa4f6 Don't do actual work inside an assert statement. Fixes PR11760! by Nick Lewycky · 12 years ago
  23. 90d9e94 Revise test to avoid using of 'grep' by Michael Liao · 12 years ago
  24. a96a182 Add LLVM_OVERRIDE to methods that override their base classes. by Craig Topper · 12 years ago
  25. 4d6b840 Enhance test case of atomic16 to verify inst encoding fixed in r164453. by Michael Liao · 12 years ago
  26. d15e2a0 ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  27. 2d67eac Whitespace. by NAKAMURA Takumi · 12 years ago
  28. bb51742 Fix edge cases of ARM shift operands in arith instructions. by Tim Northover · 12 years ago
  29. 93c7c44 Fix the handling of edge cases in ARM shifted operands. by Tim Northover · 12 years ago
  30. 23bd47c Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#' by Michael Liao · 12 years ago
  31. 730b9dd Fix typo in r164357 by Michael Liao · 12 years ago
  32. 9264988 Machine Model (-schedmodel only). Added SchedAliases. by Andrew Trick · 12 years ago
  33. a2df2ba Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix. by Jordan Rose · 12 years ago
  34. f5091b4 Casting: assert that pointer arguments to isa<> are non-null. by Jordan Rose · 12 years ago
  35. 3bbdddf DenseMap: assert that we have found a bucket before we try to insert into it. by Jordan Rose · 12 years ago
  36. ef5fc95 MIPS DSP: Add immediate leaves. by Akira Hatanaka · 12 years ago
  37. 67032b2 MIPS DSP: Add predicates and instruction template. by Akira Hatanaka · 12 years ago
  38. b430cec Add MIPS DSP register classes. Set actions of DSP vector operations and override by Akira Hatanaka · 12 years ago
  39. 6fad5e7 SelectionDAG node enums for MIPS DSP nodes. by Akira Hatanaka · 12 years ago
  40. 1024f29 Add MIPS accumulator and DSP control registers. by Akira Hatanaka · 12 years ago
  41. a9adbf6 Add flags and feature bits for mips dsp. by Akira Hatanaka · 12 years ago
  42. d54a6b5 Fix a case where the new SROA pass failed to zap dead operands to by Chandler Carruth · 12 years ago
  43. c69bdad Add an --enable-backtraces option to configure to determine by Eric Christopher · 12 years ago
  44. c912494 Add an MDBuilder utility for creating !tbaa.struct nodes. by Dan Gohman · 12 years ago
  45. 0543c14 [CMake] Respect LLVM_BUILD_RUNTIME. by Michael J. Spencer · 12 years ago
  46. d717a06 [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser. by Chad Rosier · 12 years ago
  47. 7b451cf Have the DbgVariable "isArtificial" and "isObjectPointer" not by Eric Christopher · 12 years ago
  48. 7d4e989 Add comment. by Chad Rosier · 12 years ago
  49. 4a6203a Add comment. by Chad Rosier · 12 years ago
  50. bb36a43 Fix a significant recent(?) regression. StackSlotColoring no longer did anything by Evan Cheng · 12 years ago
  51. fdb6ec3 docs: Fix long-standing typo in yaml2obj.rst. by Sean Silva · 12 years ago
  52. 6018944 Whitespace. by Chad Rosier · 12 years ago
  53. ee9f726 Say "bytes" instead of "address units", since that's what the by Dan Gohman · 12 years ago
  54. 273a92e Document the new !tbaa.struct metadata. by Dan Gohman · 12 years ago
  55. b890e9f Add missing 'to' and rephrase an explanation of GCC's assumptions. by David Blaikie · 12 years ago
  56. 67bf429 Document "do not use defaults in covered switch-over-enum" coding standard. by David Blaikie · 12 years ago
  57. 28aff84 LoopIdiom: Give up when the loop is not in canonical form. by Benjamin Kramer · 12 years ago
  58. e5e674b [fast-isel] Fallback to SelectionDAG isel if we require strict alignment for by Chad Rosier · 12 years ago
  59. e5bd3cf InstCombine: Make sure we use the pre-zext type when creating a constant of a value that is zext'd. by Benjamin Kramer · 12 years ago
  60. 30b483c Encapsulate the "construct*AlignmentFromInt" functions. by Bill Wendling · 12 years ago
  61. ba43886 Fix a typo in r164357 by Michael Liao · 12 years ago
  62. 9d227af Clarify comment. by Dmitri Gribenko · 12 years ago
  63. ef99fe8 Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. Now with fix. by Bill Wendling · 12 years ago
  64. 122f5e5 BitcodeReader: Correctly insert blockaddress constant referring to a already parsed function. by Benjamin Kramer · 12 years ago
  65. 01fa41a Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol table entry should be treated differently for relocatable and relocated files. This patch fixes symbol addresses printed by llvm-nm for executables and shared objects. by Alexey Samsonov · 12 years ago
  66. f174221 llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target. by NAKAMURA Takumi · 12 years ago
  67. 2f1d5d4 Cortex-A9 latency fixes (w/ -schedmodel only). by Andrew Trick · 12 years ago
  68. fe87c30 Add missing i8 max/min/umax/umin support by Michael Liao · 12 years ago
  69. 0838249 Revise td of X86 atomic instructions by Michael Liao · 12 years ago
  70. 258aeb5 docs: Fix Sphinx warning over Atomics.rst. by Sean Silva · 12 years ago
  71. 5cc1e23 docs: Fix Sphinx warning over yaml2obj.rst. by Sean Silva · 12 years ago
  72. b377635 Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  73. df03a28 llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_store/@unaligned_i16_load/g. by NAKAMURA Takumi · 12 years ago
  74. 0fdf3b0 Properly save and restore RA and Mips16 callee save registers S0,S1 by Akira Hatanaka · 12 years ago
  75. 3ca380d Testcase does not need to be this strict. by Chad Rosier · 12 years ago
  76. ba6aec2 Add newline. by Chad Rosier · 12 years ago
  77. d70c98e [fast-isel] Fallback to SelectionDAG isel if we require strict alignment for by Chad Rosier · 12 years ago
  78. d314ab5 Tidy up. Whitespace. by Jim Grosbach · 12 years ago
  79. 1f9f599 Tidy up. Formatting. by Jim Grosbach · 12 years ago
  80. ced674e ARM: Use a dedicated intrinsic for vector bitwise select. by Jim Grosbach · 12 years ago
  81. e6e2d8c Ignore PHI-defs for -new-coalescer interference checks. by Jakob Stoklund Olesen · 12 years ago
  82. 2df8ac8 Extend -new-coalescer SSA update to handle mapped values as well. by Jakob Stoklund Olesen · 12 years ago
  83. d57ae39 Only emit DW_AT_object_pointer if this is a definition. by Eric Christopher · 12 years ago
  84. 554da1a SimplifyCFG: sink common codes from IF, ELSE blocks down to END block. by Manman Ren · 12 years ago
  85. 2dad6b5 Try to make these tests more portable. by Evan Cheng · 12 years ago
  86. 902ba57 Fix broken check lines. by Benjamin Kramer · 12 years ago
  87. e9f5988 Fix function names in coding style examples by Andrew Trick · 12 years ago
  88. 4aa1899 Revert r164308 to fix buildbots. by Bill Wendling · 12 years ago
  89. f2e89e0 Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. by Bill Wendling · 12 years ago
  90. 342cea9 Remove more bare uses of the different Attribute enums. by Bill Wendling · 12 years ago
  91. c1611d8 Specify cpu to get the correct instruction ordering. Remove XFAIL. by Roman Divacky · 12 years ago
  92. 8ce1e43 Make the 'getAsString' function a method of the Attributes class. by Bill Wendling · 12 years ago
  93. 6dfabb6 Fix 80-col violations. by Nadav Rotem · 12 years ago
  94. a668b46 Make sure lli compiles all code before invalidating instruction caches. by Tim Northover · 12 years ago
  95. 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 · 12 years ago
  96. 85fb261 Specify CPu to prevent failure on ATOM due to different code scheduling by Michael Liao · 12 years ago
  97. f5b69f6 Fix Sphinx warnings. by Sean Silva · 12 years ago
  98. b118a07 Re-work X86 code generation of atomic ops with spin-loop by Michael Liao · 12 years ago
  99. 1141b52 Sphinxify DebuggingJITedCode by Sean Silva · 12 years ago
  100. 331e8fb Fix static function names in CodingStandards examples. by Andrew Trick · 12 years ago