1. da58365 Make this test less sensitive to codegen optimizations. by Dan Gohman · 13 years ago
  2. 2f52338 Add RA to the set of registers that are defined if instruction is a call. by Akira Hatanaka · 13 years ago
  3. 2dbb46a Support a valid, but not very useful, encoding of CPSIE where none of the AIF bits are set. by Owen Anderson · 13 years ago
  4. b73a841 Typo. Thanks Bob. by Andrew Trick · 13 years ago
  5. b0e1bc7 Add a FIXME. by Jakob Stoklund Olesen · 13 years ago
  6. 62c607b Ensure OpCode is not used uninitialized. by Duncan Sands · 13 years ago
  7. 72478e6 Comment out a variable that is only used in commented out code. by Duncan Sands · 13 years ago
  8. 37f8065 Remove a bunch of unused variables in the PTX backend (warned about by gcc-4.6). by Duncan Sands · 13 years ago
  9. 6478bdc Fix compilation when using gcc-4.6. Patch by wanders. by Duncan Sands · 13 years ago
  10. 02b5e72 GVN does simple propagation of conditions: when it sees a conditional by Duncan Sands · 13 years ago
  11. 452c58f Generalize GVN's conditional propagation logic slightly: by Duncan Sands · 13 years ago
  12. 4cbc5a1 MipsDelaySlotFiller.cpp: Appease msvc to specify llvm::next() explicitly. by NAKAMURA Takumi · 13 years ago
  13. fb77752 Add braces around something that throws me for a loop. by Cameron Zwarich · 13 years ago
  14. 5ee0262 There is no point in setting out-parameters for a ComplexPattern function when by Cameron Zwarich · 13 years ago
  15. e9b88cb Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for pointing it out. by Bill Wendling · 13 years ago
  16. f3baa58 Fix a broken assert found by -Wparentheses. by Chandler Carruth · 13 years ago
  17. 0c38858 Missing test case for r141164. by Andrew Trick · 13 years ago
  18. 28ab7db Fix disabled SCEV analysis caused r141161 and add unit test. by Andrew Trick · 13 years ago
  19. ce4984f Add more initializers to quiet a clang warning. by Eric Christopher · 13 years ago
  20. 41e59c7 Change C++ style comments to C style comments in X86 disassembler. Patch from Joe Abbey. by Craig Topper · 13 years ago
  21. 13d31e0 Avoid exponential recursion in SCEV getConstantEvolvingPHI and EvaluateExpression. by Andrew Trick · 13 years ago
  22. 176965f Insert space. by Akira Hatanaka · 13 years ago
  23. 6e4e648 Do not examine variadic or implicit operands if instruction is a return (jr). by Akira Hatanaka · 13 years ago
  24. 0c419a7 Clean up function Filler::delayHasHazard. by Akira Hatanaka · 13 years ago
  25. 0f0c59a0 Remove function Filler::insertCallUses. by Akira Hatanaka · 13 years ago
  26. 7d8e04d Clean up Filler::findDelayInstr. by Akira Hatanaka · 13 years ago
  27. 53120e0 Remove function Filler::isDelayFiller. Check if I is the same instruction that by Akira Hatanaka · 13 years ago
  28. 6f818ab Clean up Filler::runOnMachineBasicBlock. Change interface of by Akira Hatanaka · 13 years ago
  29. 98f4d4d Define a statistic for the number of slots that were filled with useful by Akira Hatanaka · 13 years ago
  30. f2f70c2 Remove unnecessary check. isDelayFiller(MBB, I) will evaluate to true before by Akira Hatanaka · 13 years ago
  31. cfc3fb5 Add comments and move assignment statement. If sawStore is true, sawLoad does by Akira Hatanaka · 13 years ago
  32. 6585b51 Correct description string of enable-mips-delay-filler. by Akira Hatanaka · 13 years ago
  33. bb73468 Look at the number of entries in the jump table and jump to a 'trap' block if by Bill Wendling · 13 years ago
  34. 845d2c0 Add TRI::getSubClassWithSubReg(RC, Idx) function. by Jakob Stoklund Olesen · 13 years ago
  35. 2a85015 Checkpoint for SJLJ EH code. by Bill Wendling · 13 years ago
  36. 200a8ce Also add <imp-use,kill> flags for redefined super-registers. by Jakob Stoklund Olesen · 13 years ago
  37. b077cf3 Also add <def,undef> flags when coalescing sub-registers. by Jakob Stoklund Olesen · 13 years ago
  38. 2fec6c5 Teach the MC to output code/data region marker labels in MachO and ELF modes. These are used by disassemblers to provide better disassembly, particularly on targets like ARM Thumb that like to intermingle data in the TEXT segment. by Owen Anderson · 13 years ago
  39. 9e5887b Adding back support for printing operands symbolically to ARM's new disassembler by Kevin Enderby · 13 years ago
  40. a8512ed Create a mapping between the landing pad basic block and the call site index for later use. by Bill Wendling · 13 years ago
  41. 7016cf6 Allow <undef> flags on def operands as well as uses. by Jakob Stoklund Olesen · 13 years ago
  42. 0ebefdf Tidy up formatting. by Jim Grosbach · 13 years ago
  43. fbc6e40 Doxygen-ize comments. No functionality change. by Bill Wendling · 13 years ago
  44. 168d135 Remove unused web page. by Daniel Dunbar · 13 years ago
  45. fdf6bb4 Un-XFAIL file. Comment out individual failing instructions. by Jim Grosbach · 13 years ago
  46. 11ad7e5 Replace snprintf with raw_string_ostream. by Francois Pichet · 13 years ago
  47. 20f8eb2 Tidy up formatting. by Jim Grosbach · 13 years ago
  48. e5c9338 Un-XFAIL file. Fix incorrect CHECK lines. General format cleanup. by Jim Grosbach · 13 years ago
  49. dc6c935 Un-XFAIL file. Fix incorrect CHECK line. General format cleanup. by Jim Grosbach · 13 years ago
  50. 100902c Tidy up formatting. by Jim Grosbach · 13 years ago
  51. 0c0cf47 Un-XFAIL file. Fix incorrect CHECK line. by Jim Grosbach · 13 years ago
  52. 62ea269 Un-XFAIL the file. Disable only the individual tests that aren't working yet. by Jim Grosbach · 13 years ago
  53. 58d3548 Add method to determine if a begin label has a call site number associated with it. by Bill Wendling · 13 years ago
  54. dae7909 Properly use const_iterator. by Jakob Stoklund Olesen · 13 years ago
  55. 1e97def Update cmake list. by Devang Patel · 13 years ago
  56. c7d93be Tell people using the tutorial how to make it actually work. by David Chisnall · 13 years ago
  57. 764b29e Test Operand Arguments by David Greene · 13 years ago
  58. cedaae1 Allow Operator Arguments by David Greene · 13 years ago
  59. a02dfe7 Un-XFAIL the file. Disable only the individual tests that aren't working yet. by Jim Grosbach · 13 years ago
  60. a589b1f Unbreak CMake build. by Ted Kremenek · 13 years ago
  61. 36db6fb Tidy up. Formatting. by Jim Grosbach · 13 years ago
  62. 58c6200 Put GCOVFile and other related interface in a common header so that llvm-cov tool can share it with GCOV writer. by Devang Patel · 13 years ago
  63. 1f121e8 Unbreak MSVC build. by Francois Pichet · 13 years ago
  64. 8a567f1 Fix PR9833/PR11054 (patch provided by Patrik Hägglund) by David Dean · 13 years ago
  65. babf056 Teach TableGen to infer missing register classes. by Jakob Stoklund Olesen · 13 years ago
  66. 01faf43 Teach PPCInstrInfo to handle sub-classes. by Jakob Stoklund Olesen · 13 years ago
  67. cc0c975 TableGen: Store all allocation orders together. by Jakob Stoklund Olesen · 13 years ago
  68. 6fea31e TableGen: Privatize CodeGenRegisterClass::TheDef and Name. by Jakob Stoklund Olesen · 13 years ago
  69. 877b6d4 TableGen: Don't add synthetic Records to the RecordKeeper. by Jakob Stoklund Olesen · 13 years ago
  70. f987425 tblgen: add preprocessor as a separate mode by Che-Liang Chiou · 13 years ago
  71. 34804c4 Set operation actions to legal types only. by Nadav Rotem · 13 years ago
  72. e878309 Operations should be custom lowered only if their type is legal. by Nadav Rotem · 13 years ago
  73. e97728e The product of two chrec's can always be represented as a chrec. by Nick Lewycky · 13 years ago
  74. 6744a17 Add support in the disassembler for ignoring the L-bit on certain VEX instructions. Mark instructions that have this behavior. Fixes PR10676. by Craig Topper · 13 years ago
  75. f143b79 LSR should avoid redundant edge splitting. by Andrew Trick · 13 years ago
  76. 2aeb802 whitespace by Andrew Trick · 13 years ago
  77. b3c4e26 Remove last references to hotpatch. by Rafael Espindola · 13 years ago
  78. e97552e Exclude libLLVMTableGen.a from the shared library by Peter Collingbourne · 13 years ago
  79. da7e6a9 Generic cleanup. by Bill Wendling · 13 years ago
  80. d974ea2 Unit test for r140919, loop unroll heuristics. by Andrew Trick · 13 years ago
  81. 3207e6c Tidy up. These tests are covered in the .s file tests now. by Jim Grosbach · 13 years ago
  82. 9d39036 ARM assembly parsing and encoding for VMOV immediate. by Jim Grosbach · 13 years ago
  83. 2a3f19d Tidy up. 80 columns. by Jim Grosbach · 13 years ago
  84. ff4216a Use the PC label ID rather than '1'. Add support for thumb-2, because I heard that some people use it. by Bill Wendling · 13 years ago
  85. f8520d5 Don't carry over the dispatchsetup hack from the old system. by Bill Wendling · 13 years ago
  86. 6825914 ARM parsing/encoding for VCMP/VCMPE. by Jim Grosbach · 13 years ago
  87. 03dd4e8 Fix typo in comments. by Nick Lewycky · 13 years ago
  88. f7e4aef Check-pointing the new SjLj EH lowering. by Bill Wendling · 13 years ago
  89. bbb47b3 Move CHECK after entry label. by Akira Hatanaka · 13 years ago
  90. 43e43f7 Add support for 64-bit logical NOR. by Akira Hatanaka · 13 years ago
  91. 2d57088 Add support for 64-bit count leading ones and zeros instructions. by Akira Hatanaka · 13 years ago
  92. 631d117 Move the grabbing of the jump buffer into the caller function, eliminating the need for returning a std::pair. by Bill Wendling · 13 years ago
  93. 5cd5ac6 ARM assembly parsing and encoding for VMRS/FMSTAT. by Jim Grosbach · 13 years ago
  94. dda4a07 Add support for 64-bit divide instructions. by Akira Hatanaka · 13 years ago
  95. 0e6a24d Add C api for Instruction->eraseFromParent(). by Devang Patel · 13 years ago
  96. f8bf43e Update test for 141010. by Jim Grosbach · 13 years ago
  97. b95ed6e Thumb2 ADD/SUB can take SP as a destination register. by Jim Grosbach · 13 years ago
  98. 2ad7668 Clean up MipsInstrInfo::copyPhysReg and handle copies from and to 64-bit integer by Akira Hatanaka · 13 years ago
  99. 04d3762 Add support for 64-bit integer multiply instructions. by Akira Hatanaka · 13 years ago
  100. 3678793 Add definitions of instructions which move values between 64-bit integer by Akira Hatanaka · 13 years ago