1. 7247a5f Fix APFloat::getLargest so that it actually returns the correct value. Found by accident while reviewing a patch to nearby code. by Eli Friedman · 13 years ago
  2. 4124294 Section indices in MachO symbol tables begin at 1, not 0. by Owen Anderson · 13 years ago
  3. acbaecd Finish supporting cpp #file/line comments in assembler for error messages. So by Kevin Enderby · 13 years ago
  4. 7007e4c Disable machine LICM speculation check (for profitability) until I have time to investigate the regressions. by Evan Cheng · 13 years ago
  5. 980df16 To find the exiting VN of a LiveInterval from a block, use the previous slot by Cameron Zwarich · 13 years ago
  6. c66e7af Thumb2 assembly parsing and encoding for LDC/STC. by Jim Grosbach · 13 years ago
  7. 18ad76b Hoist vector.size() computation out of the loop. No functionality change. by Nick Lewycky · 13 years ago
  8. b0786b3 addrmode2 is gone from these, so no need for the reg0 operand. by Jim Grosbach · 13 years ago
  9. 9f45754 ARM encoding tests for STC. by Jim Grosbach · 13 years ago
  10. 9b8f2a0 ARM parsing and encoding for the <option> form of LDC/STC instructions. by Jim Grosbach · 13 years ago
  11. 01208d5 80 columns. by Jim Grosbach · 13 years ago
  12. bc9c802 Tidy up. Formatting. by Jim Grosbach · 13 years ago
  13. 9e15d65 Fix a thinko that Nick noticed. The previous code actually worked as by Dan Gohman · 13 years ago
  14. 18dcb87 lib/Object/ELFObjectFile.cpp: Fix undefined behavior for MC/ELF/many-section.s not to fail (on msvc). by NAKAMURA Takumi · 13 years ago
  15. a2e8791 Expand the check for a landing pad so that it looks at the basic block's by Bill Wendling · 13 years ago
  16. 22e8a36 Use an existing function. by Jakob Stoklund Olesen · 13 years ago
  17. 41f9a43 Define base class LogicNOR and make 32-bit and 64-bit NOR derive from it. by Akira Hatanaka · 13 years ago
  18. 6baabc1 Fix encoding of 32-bit integer instructions. Change names of operands and nodes. by Akira Hatanaka · 13 years ago
  19. d0851aa Make this use a public accessor too. by Eric Christopher · 13 years ago
  20. 865703e Add missing space. by Nick Lewycky · 13 years ago
  21. 1f9c686 Fix indent in comment. by Nick Lewycky · 13 years ago
  22. 7efba85 Fix r141744. by Evan Cheng · 13 years ago
  23. 1c062c2 Fix -widen-vmovs liveness issues. by Jakob Stoklund Olesen · 13 years ago
  24. fad6287 Refine r141689 with a tri-state variable. by Evan Cheng · 13 years ago
  25. 80eb994 Change name of class to ArithOverflowR. by Akira Hatanaka · 13 years ago
  26. 2dfd3a9 Define class ArithLogicI. Make 32-bit and 64-bit arithmetic and logical by Akira Hatanaka · 13 years ago
  27. b75e5d9 Make this test more specific. There are 3 stats that matched "machine-licm". by Bob Wilson · 13 years ago
  28. 3c43b48 Use public accessors on the scope that is returned. by Eric Christopher · 13 years ago
  29. 76d9f1c Fix comment. by Akira Hatanaka · 13 years ago
  30. c2f3ac9 Define classes ArithLogicR and ArithLogicOfR and make 32-bit and 64-bit by Akira Hatanaka · 13 years ago
  31. e4617b0 target data is a contract with the code generator, not the "processor" by Chris Lattner · 13 years ago
  32. 6509f50 improve some of the documentation around target data layout strings. by Chris Lattner · 13 years ago
  33. 6618a24 Add a new wrapper node for a DILexicalBlock that encapsulates it and a by Eric Christopher · 13 years ago
  34. 5ba7b50 Formatting. by Eric Christopher · 13 years ago
  35. 0f69197 Spacing. by Eric Christopher · 13 years ago
  36. c83693f N.B. This is with the new EH scheme: by Bill Wendling · 13 years ago
  37. 68ad567 Fix function isUnalignedLoadStore. by Akira Hatanaka · 13 years ago
  38. 2bd0118 ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions. by Jim Grosbach · 13 years ago
  39. d8212b2 Remove unused PatLeaf. by Akira Hatanaka · 13 years ago
  40. 7cc037a Change the names of 64-bit logical instructions so that they match the names of by Akira Hatanaka · 13 years ago
  41. e575499 Revert r141529. This is causing failures in the test-suite, like bigstack and ReedSolomon. Boo... by Bill Wendling · 13 years ago
  42. 395d76c Remove redundancy in setcc patterns using multiclass. by Akira Hatanaka · 13 years ago
  43. c055a87 Fix PR11106 by correcting a typo that has been in the code for over a year. This by Cameron Zwarich · 13 years ago
  44. b07a3d6 Use sltiu instead of sltu when a register operand and immediate are compared. by Akira Hatanaka · 13 years ago
  45. fbab220 Update test for r141704. by Jim Grosbach · 13 years ago
  46. 2cf8dd3 ARM addressing mode cleanup for LDC/STC. by Jim Grosbach · 13 years ago
  47. 2c607b6 Clean up a few references to System/. We still have docs/SystemLibrary.html by Daniel Dunbar · 13 years ago
  48. b5e8bc1 Support/DataTypes.h: Clean up some types and add matching (but presumably by Daniel Dunbar · 13 years ago
  49. 830378f Remove extra semicolon. by Eli Friedman · 13 years ago
  50. 06f8231 Add patterns for conditional branches with 64-bit register operands. by Akira Hatanaka · 13 years ago
  51. 8191f34 Add support for 64-bit set-on-less-than instructions. by Akira Hatanaka · 13 years ago
  52. 3e3427a Add support for conditional branch instructions with 64-bit register operands. by Akira Hatanaka · 13 years ago
  53. 2e35047 Add dominance check for the instruction being hoisted. by Devang Patel · 13 years ago
  54. 5f119a6 Fixed docs to reflect the proper default value and behaviour of the natural stack alignment. by Lang Hames · 13 years ago
  55. f7c93a3 Expose MachOObjectFile externally, like we do for COFF. First step in reducing the amount of special-purpose code needed for llvm-objdump. by Owen Anderson · 13 years ago
  56. 57dcb85 ARM parse alignment specifier for NEON load/store instructions. by Jim Grosbach · 13 years ago
  57. 32ee5c2 Mention the cmake build guide on the main docs page. by Duncan Sands · 13 years ago
  58. e53c87b ARM Rename operand sub-structure 'Mem' to 'Memory' for a bit more clarity. by Jim Grosbach · 13 years ago
  59. 6fe4e51 Add support for legalization of vector SHL/SRA/SRL instructions by Nadav Rotem · 13 years ago
  60. 6c6f28f Implement the emitFrameIndexDebugValue and getDebugValueLocation hooks. by Richard Osborne · 13 years ago
  61. 56354d4 Fix a iterator out of bounds error, that triggers rarely. by Kalle Raiskila · 13 years ago
  62. f048c3f llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t. by NAKAMURA Takumi · 13 years ago
  63. e2aa5d5 Add -D__STDC_FORMAT_MACROS to use PRIx64. by NAKAMURA Takumi · 13 years ago
  64. 11b8a00 cmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_CONSTANT_MACROS and __STDC_LIMIT_MACROS. by NAKAMURA Takumi · 13 years ago
  65. 884b918 Add support for legalization of vector trunc-store where the saved scalar type is illegal (for example, v2i16 on systems where the smallest store size is i32) by Nadav Rotem · 13 years ago
  66. c2b2e13 Cleanup the trunc-store legalization code and add asserts. by Nadav Rotem · 13 years ago
  67. eb13b61 Update to a newer doxygen version. PR8214. Patch by Jeremy Huddleston. by Bill Wendling · 13 years ago
  68. c48b301 Add HasPOPCNT predicate to the POPCNT instructions. Also mark POPCNT as modifying EFLAGS. by Craig Topper · 13 years ago
  69. b99d5b0 Minor modifications to make the Hello World example resemble the Hello World by Bill Wendling · 13 years ago
  70. 227358e Make Ivy Bridge 16-bit floating point conversion instructions require AVX. by Craig Topper · 13 years ago
  71. b1b8f5f Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. Take by Nick Lewycky · 13 years ago
  72. a6f386b Test case for X86 LZCNT instruction selection. by Craig Topper · 13 years ago
  73. 37f2167 Add X86 LZCNT instruction. Including instruction selection support. by Craig Topper · 13 years ago
  74. f7f0610 Use the proper name for "externally visible" linkage -- 'external'. This is the by Bill Wendling · 13 years ago
  75. 3478173 Reword the SetVector description to reflect reality. Patch by Michael Ilseman! by Bill Wendling · 13 years ago
  76. 66b20c4 Add a test for PR10565. by Cameron Zwarich · 13 years ago
  77. 446d952 Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc's by Cameron Zwarich · 13 years ago
  78. 3606f75 Test simplification that Ana Pazos noticed. by Bill Wendling · 13 years ago
  79. 29480fd Fix disassembling of popcntw. Also remove some code that says it accounts for 64BIT_REXW_XD not existing, but it does exist. by Craig Topper · 13 years ago
  80. 7aabcb1 Also create a shndx even if there are no symbols. This lets us test by Nick Lewycky · 13 years ago
  81. b1044b0 test/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_64-linux, to unbreak win32 hosts. by NAKAMURA Takumi · 13 years ago
  82. bfbbe32 Reapply r141605 with fixes for appropriate handling of reserved section numbers by Nick Lewycky · 13 years ago
  83. 15c3f72 Add support for .symtab_shnidx. Unfortunately, doing this required breaking a by Nick Lewycky · 13 years ago
  84. a02bfce Add experimental -enable-lsr-phielim option. by Andrew Trick · 13 years ago
  85. 2044941 Move replaceCongruentIVs into SCEVExapander and bias toward "expanded" IVs. by Andrew Trick · 13 years ago
  86. b58078b Test cases for 64-bit load and store instructions. by Akira Hatanaka · 13 years ago
  87. eafc819 Added a testcase for r141599, rdar://problem/10063881. by Lang Hames · 13 years ago
  88. 1acb7df Make changes necessary for supporting floating point load and store instructions by Akira Hatanaka · 13 years ago
  89. 142bd1a Move -widen-vmovs to ARMBaseInstrInfo::expandPostRAPseudo(). by Jakob Stoklund Olesen · 13 years ago
  90. a5903ac Modify lowering of GlobalAddress so that correct code is emitted when target is by Akira Hatanaka · 13 years ago
  91. 4ad06e6 Fixed natural stack alignment for Linux x86-32. Thanks Eli. by Lang Hames · 13 years ago
  92. 381e97d Modify MipsDAGToDAGISel::SelectAddr so that it can handle 64-bit pointers too. by Akira Hatanaka · 13 years ago
  93. fb05d3d Revert r141605 as it broke tests for llvm-nm. by Nick Lewycky · 13 years ago
  94. 43aed32 Simplify and update functions storeRegToStackSlot and loadRegFromStackSlot. by Akira Hatanaka · 13 years ago
  95. 7bd19bd Add definitions of 64-bit loads and stores. Add a patterns for unaligned by Akira Hatanaka · 13 years ago
  96. 26e8ca3 Add testcase for PR11107. by Bill Wendling · 13 years ago
  97. f1f1a4f Make it possible to use the linker without destroying the source module. This is so the source module can be linked to multiple other destination modules. For all that used LinkModules() before, they will continue to destroy the source module as before. by Tanya Lattner · 13 years ago
  98. fad138d Add support for reading many-section ELF files. by Nick Lewycky · 13 years ago
  99. d55bb38 Change definitions of classes LoadM and StoreM in preparation for adding support by Akira Hatanaka · 13 years ago
  100. 3f56d4b Simplify check that optional def is there and is CPSR. by Bill Wendling · 13 years ago