1. 0e9d5d0 Add some accessor and query methods for retrieving Attribute objects and such. by Bill Wendling · 12 years ago
  2. 8080696 Make jumptables work for -static by Reed Kotler · 12 years ago
  3. d29804f Prevent insertion of "vzeroupper" before call that preserves YMM registers, since a caller uses preserved registers across the call. by Elena Demikhovsky · 12 years ago
  4. cef6cfe Remove unnecessary condtional assignment. The next line ignores the result of the assignment with the same condition. by Craig Topper · 12 years ago
  5. 34760ee This is actually located at the end, not the middle. by Eric Christopher · 12 years ago
  6. 23571f4 Check i1 as well as i8 variables for 8 bit registers for x86 inline assembly. by Eric Christopher · 12 years ago
  7. a4e8694 Finish obviously broken thought. by Eric Christopher · 12 years ago
  8. 7bce462 [tsan] disable load widening in ThreadSanitizer mode by Kostya Serebryany · 12 years ago
  9. 39f0294 [asan] fix confusing indentation by Kostya Serebryany · 12 years ago
  10. 519e147 use memcpy instead of dubious union to type pun two values, by Chris Lattner · 12 years ago
  11. b3cecdf Fix comment. by Eric Christopher · 12 years ago
  12. 4be3853 Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back. by Manman Ren · 12 years ago
  13. b195398 [ms-inline-asm] Make sure the AsmRewrite list is sorted in lexical order. by Chad Rosier · 12 years ago
  14. e68542e Test commit. Fixed typo. by David Peixotto · 12 years ago
  15. 66bff1e Fix comment by Arnaud A. de Grandmaison · 12 years ago
  16. 49b5bb4 Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change. by Michael Gottesman · 12 years ago
  17. ad19d9c Add a default empty string to the 'value' of a string attribute. by Bill Wendling · 12 years ago
  18. 8a8de98 Actually delete this code, since it's really not clear what it's trying to do. by Dan Gohman · 12 years ago
  19. 469b144 [ms-inline-asm] Implement align directive (which is roughly equivalent to .align). by Chad Rosier · 12 years ago
  20. dc08bfb This patch just fixes up various llvm formatting by Jack Carter · 12 years ago
  21. 87d0b9e Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. by Guy Benyei · 12 years ago
  22. 5f3c4a3 Record PRE predecessors with a SmallVector instead of a DenseMap, and by Dan Gohman · 12 years ago
  23. e1d6403 [ms-inline asm] Pass the length of the IDVal, so we can do a proper AsmRewrite. by Chad Rosier · 12 years ago
  24. ab9d251 [ms-inline asm] Accept the emit directive as either _emit or __emit. by Chad Rosier · 12 years ago
  25. 8c0d29f When disabling PRE for a value is directly redundant with itself by Dan Gohman · 12 years ago
  26. b97c14b Remove target-specific info from the testcase for DWARF/pubnames. by Krzysztof Parzyszek · 12 years ago
  27. c73b96a Check that pointers are removed from maps before calling delete on the pointers, by Dan Gohman · 12 years ago
  28. 67cd669 Minor code simplification. by Dan Gohman · 12 years ago
  29. 8915e27 [ms-inline asm] Add support for lexing binary integers with a [bB] suffix. by Chad Rosier · 12 years ago
  30. 1cb058f Documentation: HowToUseAttributes: formatting (use monospaced font) by Dmitri Gribenko · 12 years ago
  31. c5ef7ee Allow optionally generating pubnames section in DWARF info. Introduce by Krzysztof Parzyszek · 12 years ago
  32. 9a79058 added test cases for r174920 (prefetch disassembly) by Kay Tiong Khoo · 12 years ago
  33. 91231a6 by Sergei Larin · 12 years ago
  34. e38825f Add support for the pubnames section to llvm-dwarfdump. by Krzysztof Parzyszek · 12 years ago
  35. de53477 Fix the lit test added in r174972 by Paul Redmond · 12 years ago
  36. 6b8d202 Hexagon: Add support to generate predicated absolute addressing mode by Jyotsna Verma · 12 years ago
  37. 5c97450 PR14562 - Truncation of left shift became undef by Paul Redmond · 12 years ago
  38. 7eacad0 [NVPTX] Disable vector registers by Justin Holewinski · 12 years ago
  39. c8a196a [ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries may get mapped at 0x100000000+ and thus may interleave with the shadow. by Alexander Potapenko · 12 years ago
  40. 6158ad1 R600: Fix regression with shadow array sampler on pre-SI GPUs. by Michel Danzer · 12 years ago
  41. 0013a5d Adding a HowTo for Attributes. by Joe Abbey · 12 years ago
  42. f28e321 [asan] fix tests for the new ABI by Kostya Serebryany · 12 years ago
  43. 0bc55d5 [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives roughly 5% speedup. Since this is an ABI change, bump the asan ABI version by renaming __asan_init to __asan_init_v1. llvm part, compiler-rt part will follow by Kostya Serebryany · 12 years ago
  44. f546762 Merge the collected attributes into the call instruction's attributes. by Bill Wendling · 12 years ago
  45. d7fdee4 Test for string attributes and for attribute group output. by Bill Wendling · 12 years ago
  46. 48fbcfe Have the bitcode writer and reader handle the new attribute references. by Bill Wendling · 12 years ago
  47. 105ea3d Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer. by Bill Wendling · 12 years ago
  48. 74fe825 Support string attributes in the AttrBuilder. by Bill Wendling · 12 years ago
  49. 4930e72 Don't consider definitions by other PHIs live-in when trimming a PHI source's by Cameron Zwarich · 12 years ago
  50. 8d49134 Fix indentation. by Cameron Zwarich · 12 years ago
  51. 5758a71 Add a hidden option to PHIElimination to split all critical edges. This is by Cameron Zwarich · 12 years ago
  52. 1fc8893 Renumber SlotIndexes locally when a new block is inserted. by Cameron Zwarich · 12 years ago
  53. dd58fa4 Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splitting by Cameron Zwarich · 12 years ago
  54. dbf10c4 Fix the updating of LiveIntervals after splitting a critical edge. PHI operand by Cameron Zwarich · 12 years ago
  55. b0fde6d Check type for legality before forming a select from loads. by Pete Cooper · 12 years ago
  56. 6851623 ARM cost model: Add vector reverse shuffle costs by Arnold Schwaighofer · 12 years ago
  57. 4fc6484 Cost model: Add check for reverse shuffles to CostModel analysis by Arnold Schwaighofer · 12 years ago
  58. d9316da ARM NEON: Handle v16i8 and v8i16 reverse shuffles by Arnold Schwaighofer · 12 years ago
  59. 53e5bb7 Update error message due to previous commit, r174926. by Chad Rosier · 12 years ago
  60. d556fd1 [ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix. by Chad Rosier · 12 years ago
  61. 2ce067a DIBuilder: make the return type of createBasicType more specific by David Blaikie · 12 years ago
  62. 6c3daab Added 0x0D to 2-byte opcode extension table for prefetch* variants by Kay Tiong Khoo · 12 years ago
  63. c951003 BBVectorize: Don't over-search when building the dependency map by Hal Finkel · 12 years ago
  64. 8f3359a BBVectorize: Omit unnecessary entries in PairableInstUsers by Hal Finkel · 12 years ago
  65. 86f18eb [Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES. by Michael J. Spencer · 12 years ago
  66. b4b4fa8 [mips] Expand pseudo instructions before they are emitted in by Akira Hatanaka · 12 years ago
  67. e9229a6 Rename AttributeSets to AttributeGroups so that it's more meaningful. by Bill Wendling · 12 years ago
  68. 04ef4be Use a std::map so that we record the group ID. by Bill Wendling · 12 years ago
  69. e3db204 Rename to something more sensible. No functionality change. by Bill Wendling · 12 years ago
  70. 1b235a2 [mips] Fix indentation. by Akira Hatanaka · 12 years ago
  71. 9c213cc Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcast X to ... by Michael Ilseman · 12 years ago
  72. 71490fa Extend Hexagon hardware loop generation to handle various additional cases: by Krzysztof Parzyszek · 12 years ago
  73. 651fb49 Remove trailing whitespace by Michael Ilseman · 12 years ago
  74. ce55d91 Implement HexagonInstrInfo::analyzeCompare. by Krzysztof Parzyszek · 12 years ago
  75. 86494d7 *fixed disassembly of some i386 system insts with intel syntax by Kay Tiong Khoo · 12 years ago
  76. ff5adad [NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture is not valid in this case, and was causing incorrect optimizations. by Justin Holewinski · 12 years ago
  77. b1a8258 BBVectorize: Eliminate one more restricted linear search by Hal Finkel · 12 years ago
  78. 511d285 AArch64: generate dwarfdump test rather than include .o in subversion by Tim Northover · 12 years ago
  79. 311ea66 R600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp/neg/abs modifiers. by Michel Danzer · 12 years ago
  80. 117de48 [asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default) by Kostya Serebryany · 12 years ago
  81. 716d26b AArch64: fix build on some MSVC versions by Tim Northover · 12 years ago
  82. fd98072 Restore the resurrected doc link previously deleted by Bill Schmidt · 12 years ago
  83. db04122 Remove a dead PowerPC doc link by Bill Schmidt · 12 years ago
  84. 77b1c9c AArch64: Simplify logic in deciding whether bfi is valid by Tim Northover · 12 years ago
  85. b05dc55 AArch64: Add basic relocation processing for llvm-dwarfdump. by Tim Northover · 12 years ago
  86. c37aa99 AArch64: Undo change to how test was run by Tim Northover · 12 years ago
  87. b516186 Make use of DiagnosticType to provide better AArch64 diagnostics. by Tim Northover · 12 years ago
  88. 8597c14 Add support for updating LiveIntervals to MachineBasicBlock::SplitCriticalEdge(). by Cameron Zwarich · 12 years ago
  89. cbe3f5e Update SlotIndexes after updateTerminator() possibly removes instructions. I am by Cameron Zwarich · 12 years ago
  90. 4e08e35 Fix some problems with the updating of SlotIndexes after adding a new MBB. In by Cameron Zwarich · 12 years ago
  91. b29ce26 Add support for printing out the attribute groups. by Bill Wendling · 12 years ago
  92. 595ef3e FileCheck-ize the tests. by Bill Wendling · 12 years ago
  93. ab39afa [tsan/msan] adding thread_safety and uninitialized_checks attributes by Kostya Serebryany · 12 years ago
  94. f64c889 Revert "Rename LLVMContext diagnostic handler types and functions." by Bob Wilson · 12 years ago
  95. 00f63b1 BBVectorize: Remove the linear searches from pair connection searching by Hal Finkel · 12 years ago
  96. 2f0e63c BBVectorize: Avoid linear searches within the load-move set by Hal Finkel · 12 years ago
  97. 3fc1e4a BBVectorize: isa/cast cleanup in getInstructionTypes by Hal Finkel · 12 years ago
  98. da20ea6 BBVectorize: Make the bookkeeping to support full cycle checking less expensive by Hal Finkel · 12 years ago
  99. 092e5e7 Currently, codegen may spent some time in SDISel passes even if an entire by Evan Cheng · 12 years ago
  100. 5f352cc Remove unnecessary code. by Evan Cheng · 12 years ago