1. c38c36a Object: Add isSymbolWeak. by Michael J. Spencer · 14 years ago
  2. 0e752cb Object/COFF: Expose more data in the public API. by Michael J. Spencer · 14 years ago
  3. ab6bcf3 Object: Implement casting for concrete classes. by Michael J. Spencer · 14 years ago
  4. 7c81013 Enable a few more NEON immediate tests. by Jim Grosbach · 14 years ago
  5. 2c10ecb 80-col. by Michael J. Spencer · 14 years ago
  6. d5d5213 Minor style cleanup, no functionality change. by Nick Lewycky · 14 years ago
  7. 5fa792e Re-applying the target data layout verification patch from r142288, plus appropriate CMake dependencies. by Lang Hames · 14 years ago
  8. ea46110 ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16. by Jim Grosbach · 14 years ago
  9. 44d798d Add support for a new extension to the .file directive: by Nick Lewycky · 14 years ago
  10. 3a7572f Add a few FIXME comments. by Chad Rosier · 14 years ago
  11. a974bea Teach the ARC optimizer about the !clang.arc.copy_on_escape metadata by Dan Gohman · 14 years ago
  12. fa1ee88 Tidy up. by Jim Grosbach · 14 years ago
  13. 10820d9 142288 broke the build: by Rafael Espindola · 14 years ago
  14. cd2db16 Update DebugInfoFinder to match recent debug info encoding changes. by Devang Patel · 14 years ago
  15. 13a7121 Now Igor, throw the switch...give my creation life! by Bill Wendling · 14 years ago
  16. 0e387b2 ARM NEON "vmov.i8" immediate assembly parsing and encoding. by Jim Grosbach · 14 years ago
  17. 599d2d4 Validate target data layout strings. by Lang Hames · 14 years ago
  18. 419eb36 When deleting a phi cycle after looking through copies, constrain the register by Cameron Zwarich · 14 years ago
  19. f2ddbcd Fixed quoting on default data layout option. by Lang Hames · 14 years ago
  20. 540d5b7 Forgot to add the project name to the 'svn ls' command. by Bill Wendling · 14 years ago
  21. 10f3210 Add message to svn mkdir command. by Bill Wendling · 14 years ago
  22. 481837a Rewrite most of MachODump to work through the generic libObject interfaces rather than accessing the MachO internals directly. by Owen Anderson · 14 years ago
  23. df3f929 Add an accessor to get the underlying MachO representation. by Owen Anderson · 14 years ago
  24. d2c6ff1 Use a SmallVector for intrinsic argument types. by Benjamin Kramer · 14 years ago
  25. a48ed4f Don't renumber the blocks here. This could cause problems later on if another by Bill Wendling · 14 years ago
  26. 9ca9acf Use the correct predicate for determining if a branch is conditional or not. by Owen Anderson · 14 years ago
  27. 76f267d Add support for the Objective-C personality function to the instruction by Bill Wendling · 14 years ago
  28. 6f9c280 Pseudoinstructions should not be less constrained than the instruction they are by Cameron Zwarich · 14 years ago
  29. b006337 MCOperand is pod-like. by Benjamin Kramer · 14 years ago
  30. 698f3b0 Tidy up organization. by Jim Grosbach · 14 years ago
  31. e7a0719 Fix handling of the From parameter in StringRef::find. by Benjamin Kramer · 14 years ago
  32. 5bc8528 Add a call to EmitSjLjDispatchBlock. by Bill Wendling · 14 years ago
  33. dfc56de Remove mention of llvm-gcc and add mention of dragonegg. by Bill Wendling · 14 years ago
  34. f9b9abb Add CHECKs and document PR11158. by Nadav Rotem · 14 years ago
  35. 32ab4af Fix improperly formed assert() call. by Jim Grosbach · 14 years ago
  36. 1130a79 Object: Fix redundant name. by Michael J. Spencer · 14 years ago
  37. 1025cce Constraint register class with constrainRegClass() to CSE a virtual into another. rdar://10293289 by Evan Cheng · 14 years ago
  38. 63aa791 stabalize tests by specifying the exact sse level by Nadav Rotem · 14 years ago
  39. 8ae330a Add definitions of conditional moves with 64-bit operands. Comment out code for by Akira Hatanaka · 14 years ago
  40. c612916 Revert change to function alignment b/c existing logic was fine by Hal Finkel · 14 years ago
  41. c378015 Removed set, but unused variables. by Chad Rosier · 14 years ago
  42. 90b8bcd Suppress partial retain+release elimination when there's a by Dan Gohman · 14 years ago
  43. 3c5e609 Correct over-zealous removal of hack. by Bill Wendling · 14 years ago
  44. 8f3af87 Move class and instruction definitions for conditional moves to a seperate file. by Akira Hatanaka · 14 years ago
  45. eea367e Revert change made in r142205. by Akira Hatanaka · 14 years ago
  46. bdfd98a Redefine count-leading 0s and 1s instructions. by Akira Hatanaka · 14 years ago
  47. 164741c Temporarily XFAIL waiting for a fix. by Bill Wendling · 14 years ago
  48. 89d3066 Redefine mfhi/lo and mthi/lo instructions. by Akira Hatanaka · 14 years ago
  49. 442bf7a Add comments to TargetLowering.h indicating that the set*Alignment functions take arguments in log2(bytes) by Hal Finkel · 14 years ago
  50. 728662f Now that we have the ReturnsTwice function attribute, this method is by Bill Wendling · 14 years ago
  51. f1fddcd Redefine multiply and divide instructions. by Akira Hatanaka · 14 years ago
  52. 2d0a61d Add definition of a base class for logical shift/rotate instructions with two by Akira Hatanaka · 14 years ago
  53. e9e5791 Remove >80-col line and unicode by Hal Finkel · 14 years ago
  54. 3639346 Add definition of a base class for logical shift/rotate immediate instructions by Akira Hatanaka · 14 years ago
  55. 6065541 Removed set, but unused variable. by Chad Rosier · 14 years ago
  56. a01820a Add definition of immZExt5_64 and redefine immZExt5 as an ImmLeaf. by Akira Hatanaka · 14 years ago
  57. 9904056 Fix CMake build. by Michael J. Spencer · 14 years ago
  58. 6c15fec It is safe to speculate load from GOT. This fixes performance regression caused by r141689. by Devang Patel · 14 years ago
  59. 4007529 Admonish that MI is not IR and virtual registers have constraints. by Jakob Stoklund Olesen · 14 years ago
  60. 827454e svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp by Devang Patel · 14 years ago
  61. 1e8ba3f llvm-objdump: Add -s, which prints the contents of each section. by Michael J. Spencer · 14 years ago
  62. d955cf2 llvm-objdump: Add tests. by Michael J. Spencer · 14 years ago
  63. 98daa9d Instructions for Book E PPC should be word aligned, set function alignment to reflect this by Hal Finkel · 14 years ago
  64. 684dfcf Fix unused variable warning in the rare circumstance that we have no feature-dependent instructions. by Owen Anderson · 14 years ago
  65. af482cf Pick low-hanging MatchEntry shrinkage fruit. by Benjamin Kramer · 14 years ago
  66. 3bca0b9 use FileCheck and not grep in new tests by Hal Finkel · 14 years ago
  67. 41adc5f Don't download and compile compiler-rt, libcxx, and libcxxabi by default. by Bill Wendling · 14 years ago
  68. 39c14ef Clean the triple, add check lines. by Nadav Rotem · 14 years ago
  69. ee6fd6a Previously v2i32 vectors were legalized to v4i32. Now, they are legalized to by Nadav Rotem · 14 years ago
  70. 4b2dc74 Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means that cpuid leaf 7 can't be queried on versions of Visual Studio earlier than VS 2008 SP1. Fixes PR11147. by Craig Topper · 14 years ago
  71. 24bb925 Add comment explaining that the order of processing doesn't matter here. by Bill Wendling · 14 years ago
  72. a854f5d Update to disable asserts. Build a phase 3 compiler, and compare phase 2 files against phase 3. by Bill Wendling · 14 years ago
  73. 87525be Test case for CanLowerReturn fix (r141981) by Hal Finkel · 14 years ago
  74. b31d3d2 Add PPC 440 scheduler and some associated tests (new files) by Hal Finkel · 14 years ago
  75. c6d08f1 Add PPC 440 scheduler and some associated tests by Hal Finkel · 14 years ago
  76. 602650c Add a routine to swap branch instruction operands, and update any by Chandler Carruth · 14 years ago
  77. 1416dc2 Overhaul the 'test-release' script. by Bill Wendling · 14 years ago
  78. 7a34c8b Delete a dead member. Dunno if this was ever used, but the current code by Chandler Carruth · 14 years ago
  79. 5820d62 Add a proper LLVM banner to this file. by Chandler Carruth · 14 years ago
  80. f6481ae Add tripple and stabalize a few more tests. by Nadav Rotem · 14 years ago
  81. eeb58a7 Update the tree before applying patch. by Bill Wendling · 14 years ago
  82. acb10f15 Add triple to tests. by Nadav Rotem · 14 years ago
  83. 9eee96a fix a typo in the test by Nadav Rotem · 14 years ago
  84. 8fb06b3 Enable element promotion type legalization by deafault. by Nadav Rotem · 14 years ago
  85. c4a90c5 Oops! Fix testcase. by Nick Lewycky · 14 years ago
  86. 36c7e6c When looking for dependencies on the src pointer, scan the src pointer. Scanning by Nick Lewycky · 14 years ago
  87. ea6578b Remove the the test which checks the saving of a vector of booleans into memory. by Nadav Rotem · 14 years ago
  88. ee62e4f Add X86 PEXTR and PDEP instructions. by Craig Topper · 14 years ago
  89. 962bad7 Let printf do the formatting instead aligning strings ourselves. by Benjamin Kramer · 14 years ago
  90. 47b8798 Twinify better. by Benjamin Kramer · 14 years ago
  91. 5efabcf Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing. by Benjamin Kramer · 14 years ago
  92. 3a35a38 tools/CMakeLists.txt: Fixup r142103. I don't remember why I had missed the line. by NAKAMURA Takumi · 14 years ago
  93. f82edaf X86AsmParser: Synthesize EndLoc for tokens out of StartLoc + Length and print ranges for invalid operands. by Benjamin Kramer · 14 years ago
  94. 04a0426 PR11143: Save the old diagnostic handler and call it when munging diagnostics for #line directives. by Benjamin Kramer · 14 years ago
  95. c32a8c9 Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there was by Nadav Rotem · 14 years ago
  96. 9cabfa6 Install the PNG file as well. PR4780. by Bill Wendling · 14 years ago
  97. 545a2be Update tutorial to reflect the current APIs. Also correct a small omission in by Bill Wendling · 14 years ago
  98. b53fa8b Add X86 BZHI instruction as well as BMI2 feature detection. by Craig Topper · 14 years ago
  99. dc479c4 Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMREAD, and VMWRITE to remove hack from X86RecognizableInstr. by Craig Topper · 14 years ago
  100. 28588e1 Enable CREATE_SUBDIRS for a performance win, because there are a lot of files being generated. by Bill Wendling · 14 years ago