1. e3345c4 X86Subtarget.h: Assume "x86_64-cygwin", though it has not been released yet, to appease test/CodeGen/X86 on cygwin. by NAKAMURA Takumi · 14 years ago
  2. 03c45f6 New pointer rotate test. by Eric Christopher · 14 years ago
  3. cf1e967 Extra semi-colon. by Eric Christopher · 14 years ago
  4. 9e92152 indvars test case for r135558. by Andrew Trick · 14 years ago
  5. f22d957 indvars -disable-iv-rewrite fix: derived GEP IVs by Andrew Trick · 14 years ago
  6. e236dc6 Don't leak CodeGenInfos. by Benjamin Kramer · 14 years ago
  7. de9416e Change name of class. by Akira Hatanaka · 14 years ago
  8. 32b7ebb Define classes for definitions of atomic instructions. by Akira Hatanaka · 14 years ago
  9. c8dad11 Build and install the archive when building the Apple way. by Bill Wendling · 14 years ago
  10. db54826 Lower memory barriers to sync instructions. by Akira Hatanaka · 14 years ago
  11. 70955c2 Fix an obvious typo that's preventing x86 (32-bit) from using .literal16. by Evan Cheng · 14 years ago
  12. 3610604 PR10386: Don't try to split an edge from an indirectbr. by Eli Friedman · 14 years ago
  13. 14c9246 Fix off-by-one. by Benjamin Kramer · 14 years ago
  14. b29b4dd Tweak ARM assembly parsing and printing of MSR instruction. by Jim Grosbach · 14 years ago
  15. c8fcfc9 Distinguish between two copies of one inlined variable. by Devang Patel · 14 years ago
  16. 80d01dd ARM assembly parsing of MRS instruction. by Jim Grosbach · 14 years ago
  17. f1a0090 Enhance the FixedLengthDecoder to be able to generate plausible-looking decoders for ARM. by Owen Anderson · 14 years ago
  18. bdd83fe Change variable name. by Akira Hatanaka · 14 years ago
  19. ccfd931 ARM assembly parsing for MRC/MRC2/MRRC/MRRC2. by Jim Grosbach · 14 years ago
  20. cc7ecc7 Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or by Akira Hatanaka · 14 years ago
  21. 2317fe1 Move mr[r]c[2] ARM tests and tidy up a bit. by Jim Grosbach · 14 years ago
  22. 1a2be4d ARM testcases for MOVT. by Jim Grosbach · 14 years ago
  23. 4061da1 Use descriptive variable names. by Akira Hatanaka · 14 years ago
  24. 5f16057 ARM assembly parsing for MOV (register). by Jim Grosbach · 14 years ago
  25. 558b66d Tidy up. by Jim Grosbach · 14 years ago
  26. 731f209 Tighten conditional for 'mov' cc_out. by Jim Grosbach · 14 years ago
  27. 23336b4 Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yesterday. by Devang Patel · 14 years ago
  28. ffa3225 ARM assembly parsing for MOV (immediate). by Jim Grosbach · 14 years ago
  29. 0ec2aa2 Whitespace. by Jim Grosbach · 14 years ago
  30. 5a18700 Remove unused code. by Jim Grosbach · 14 years ago
  31. 29af091 Fix comments. by Akira Hatanaka · 14 years ago
  32. 70564a9 Remove redundant instructions. by Akira Hatanaka · 14 years ago
  33. 81b4411 Separate code that modifies control flow from code that adds instruction to by Akira Hatanaka · 14 years ago
  34. 6bc1dbc ARM range checking for so_imm operands in assembly parsing. by Jim Grosbach · 14 years ago
  35. f51bb7c Revert "Make a provision to encode inline location in a variable. This will enable dwarf writer to easily distinguish between two instances of a inlined variable in one basic block." by Bob Wilson · 14 years ago
  36. 66fc541 Revert "Update docs to reflect r135457." by Bob Wilson · 14 years ago
  37. 7fc52e2 Convert ConstantFoldGetElementPtr to use ArrayRef. by Jay Foad · 14 years ago
  38. b9b54eb Convert SimplifyGEPInst to use ArrayRef. by Jay Foad · 14 years ago
  39. ca12a21 Convert gep_type_begin and gep_type_end to use ArrayRef. by Jay Foad · 14 years ago
  40. 8fbbb39 Convert TargetData::getIndexedOffset to use ArrayRef. by Jay Foad · 14 years ago
  41. 1d2f569 Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall. by Jay Foad · 14 years ago
  42. c8007ab Add intrinsics for the zext / sext instructions. by Richard Osborne · 14 years ago
  43. 829bef1 Add intrinsics for the testct, testwct instructions. by Richard Osborne · 14 years ago
  44. dee3dd9 Add intrinsics for the peek and endin instructions. by Richard Osborne · 14 years ago
  45. bb2518c Remove bogus test: for all possible inputs of %X, the 'sub nsw' is guaranteed by Nick Lewycky · 14 years ago
  46. 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
  47. 939ece1 Make EmitAtomic functions return the correct MachineBasicBlocks so that by Akira Hatanaka · 14 years ago
  48. a308c67 Do not insert instructions in reverse order. by Akira Hatanaka · 14 years ago
  49. 9710f06 Make isLoadExtLegal and isTruncStoreLegal check what the name says. :) This might have some minor effect on CellSPU, but all other targets should be unaffected. Fixing per report from Damien Vincent on llvmdev. by Eli Friedman · 14 years ago
  50. ba034c0 Update docs to reflect r135457. by Devang Patel · 14 years ago
  51. 9fec5e3 Make a provision to encode inline location in a variable. This will enable dwarf writer to easily distinguish between two instances of a inlined variable in one basic block. by Devang Patel · 14 years ago
  52. 497a397 by Devang Patel · 14 years ago
  53. 343c3a5 Document how to maintain a git-svn clone of the LLVM git repositories. by Jeffrey Yasskin · 14 years ago
  54. 6c2f7e2 Micro-opt: Only emit compact unwind if there is a compact unwind encoding to emit. by Bill Wendling · 14 years ago
  55. e52e3f2 Use the CompactUnwindEncoding from the Frame, if it's defined. by Bill Wendling · 14 years ago
  56. e060a5c Add a frame with the compact unwind encoding if it exists. by Bill Wendling · 14 years ago
  57. d967578 Add a method to set compact unwind encoding information in a frame. by Bill Wendling · 14 years ago
  58. 7d36534 Rename CompactEncoding to CompactUnwindEncoding. by Bill Wendling · 14 years ago
  59. c872143d Fixed a bug where the MC subtarget information by Sean Callanan · 14 years ago
  60. 88b9760 Add a field for the compact unwind encoding. by Bill Wendling · 14 years ago
  61. a67dcea Move the compact encoding from the target-specific library to the code-gen by Bill Wendling · 14 years ago
  62. 565a036 Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD] to avoid having multiple instructions with the same encoding. This resolves another conflict when bringing up the new-style disassembler. by Owen Anderson · 14 years ago
  63. c8c3acf Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of the by Evan Cheng · 14 years ago
  64. 2d28617 Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for by Evan Cheng · 14 years ago
  65. 91614ae Mark the Darwin assembler workout as isCodeGenOnly, so that it doesn't cause decoding conflicts in the new-style disassembler. by Owen Anderson · 14 years ago
  66. 3ba292d Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity by Jeffrey Yasskin · 14 years ago
  67. 3a594f4 FileCheck-ize a couple tests. by Eli Friedman · 14 years ago
  68. 41e0d4e Compiler warning. by Andrew Trick · 14 years ago
  69. 0e6a052 Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down by Evan Cheng · 14 years ago
  70. 1360bc8 by Devang Patel · 14 years ago
  71. fc933c0 indvars: LinearFunctionTestReplace for non-canonical IVs. by Andrew Trick · 14 years ago
  72. a921164 Do not treat atomic.load.sub differently than other atomic binary intrinsics. by Akira Hatanaka · 14 years ago
  73. 0d7d0b5 Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from by Akira Hatanaka · 14 years ago
  74. 0af0dc8 Re-apply r135319 with a fix for the constant island pass. by Owen Anderson · 14 years ago
  75. fc47933 Fix a crash when building 177.mesa for armv6. by Jakob Stoklund Olesen · 14 years ago
  76. f6a0dba indvars: Added verification that LFTR and other indvars goodness does by Andrew Trick · 14 years ago
  77. 5241b79 indvars: Added isHighCostExpansion. Avoid generating extra ops in the by Andrew Trick · 14 years ago
  78. 3f6a8dd Be more smart with VCVTSS2SD. Also place the patterns close to the definitions. by Bruno Cardoso Lopes · 14 years ago
  79. 3aaa010 Add AVX 128-bit sqrt versions by Bruno Cardoso Lopes · 14 years ago
  80. 45473c1 Change destination register operands of SC instructions so that unique by Akira Hatanaka · 14 years ago
  81. 77f8274 Intern all RecTy subclass instances to avoid duplicates. by Jakob Stoklund Olesen · 14 years ago
  82. 22e522e various cleanups noticed by Frits by Chris Lattner · 14 years ago
  83. 1419f92 remove pasto by Chris Lattner · 14 years ago
  84. b80e347 Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a pointer here before overload resolution, so construct with an explicit length instead. by Frits van Bommel · 14 years ago
  85. 39b5abf Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previously explicit non-default constructors were used. by Frits van Bommel · 14 years ago
  86. c48e1ef Introduce the 'makeArrayRef(...)' family of functions, which fills a similar role for ArrayRef<> as std::make_pair() fills for std::pair<>: they return the right instantiation of ArrayRef<T> based on the types of the parameters. by Frits van Bommel · 14 years ago
  87. b8c129e Delete empty unused file. by Nick Lewycky · 14 years ago
  88. 7941350 Fix PR10387. by Jakob Stoklund Olesen · 14 years ago
  89. d132430 document this api change. by Chris Lattner · 14 years ago
  90. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  91. 4b3d546 update for recent api changes. I have a hard time believing that this is actually a useful example. by Chris Lattner · 14 years ago
  92. 77613d4 update this to build with a recent IRBuilder change and de-constify types. by Chris Lattner · 14 years ago
  93. 803fa2c LLC doesn't need to create MCInstrInfo's. by Evan Cheng · 14 years ago
  94. 79976a4 add iteration support to TinyPtrVector for clang's use. by Chris Lattner · 14 years ago
  95. 8406357 fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving some mallocs. by Chris Lattner · 14 years ago
  96. 9d69d4a introduce a new TinyPtrVector class. by Chris Lattner · 14 years ago
  97. 8d4dd79 Simplify & microoptimize code. No intended functionality change. by Benjamin Kramer · 14 years ago
  98. 811ad86 Minor code cleanups by Nadav Rotem · 14 years ago
  99. 2341a3c Fix CMake build on Solaris by Oscar Fuentes · 14 years ago
  100. 3e19473 tidy up by Chris Lattner · 14 years ago