1. 59315d1 llvm-objdump: Remove redundant includes. by Michael J. Spencer · 14 years ago
  2. d11699d llvm-nm: Fix warning. by Michael J. Spencer · 14 years ago
  3. db26073 Object: Add some tests! by Michael J. Spencer · 14 years ago
  4. 92e1deb Add llvm-objdump by Michael J. Spencer · 14 years ago
  5. 20d335a llvm-nm: Update to use the new LLVMObject library. by Michael J. Spencer · 14 years ago
  6. b84551a Object: Add ELF support. by Michael J. Spencer · 14 years ago
  7. a1ef8ef Object: Add COFF Support. by Michael J. Spencer · 14 years ago
  8. 0bc3086 Selection DAG scheduler register pressure heuristic fixes. by Andrew Trick · 14 years ago
  9. fd50d76 Check that a live range exists before shortening it. This fixes PR8989. by Jakob Stoklund Olesen · 14 years ago
  10. b908a00 Add hidden -verify-coalescing to run the machine code verifier before and after by Jakob Stoklund Olesen · 14 years ago
  11. 8b1659e gold: MinGW fix. by Michael J. Spencer · 14 years ago
  12. 71e39da Sparc backend: Implements a delay slot filler that attempt to fill delay slots by Venkatraman Govindaraju · 14 years ago
  13. a9ba456 Update a comment. by Cameron Zwarich · 14 years ago
  14. 229b221 Remove an unnecessary #include. by Cameron Zwarich · 14 years ago
  15. b7683c0 Fix bug found by new clang warning. by Jakob Stoklund Olesen · 14 years ago
  16. e338581 Use only one API at a time. by Eric Christopher · 14 years ago
  17. 38a1826 If we can, lower the multiply part of a umulo/smulo call to a libcall by Eric Christopher · 14 years ago
  18. e449d1f Fix debug info for merged global. by Devang Patel · 14 years ago
  19. fc7d775 Divert Hopfield network debug output. It is very noisy. by Jakob Stoklund Olesen · 14 years ago
  20. 92e6939 Don't accidentally leave small gaps in the live ranges when leaving the active by Jakob Stoklund Olesen · 14 years ago
  21. 4121e8a Make sure to propogate the error code when we fail to parse a modifier. by Jim Grosbach · 14 years ago
  22. dacde94 Fix register address expression. Patch by Ken Dyck. by Devang Patel · 14 years ago
  23. ccdb3fc Implement RAGreedy::splitAroundRegion and remove loop splitting. by Jakob Stoklund Olesen · 14 years ago
  24. 5c6fc1c Similarly, analyze truncate through multiply. by Nick Lewycky · 14 years ago
  25. 30aa8b1 Add a missed SCEV fold that is required to continue analyzing the IR produced by Nick Lewycky · 14 years ago
  26. 3abd75b Fix the encoding of mrrc and mcrr family of instructions. Also add testcases for mcr and mrc by Bruno Cardoso Lopes · 14 years ago
  27. c4440e3 Add unnamed_addr when we can show that address of a global is not used. by Rafael Espindola · 14 years ago
  28. 348c975 Fix comment for gen-clang-decl-nodes tblgen backend, from Michael Han by Douglas Gregor · 14 years ago
  29. 73f565e Add a missing SCEV simplification sext(zext x) --> zext x. by Nick Lewycky · 14 years ago
  30. ec91d52 ARM/ISel: Factor out isScaledConstantInRange() helper. by Daniel Dunbar · 14 years ago
  31. 32cec0a For ARM subtargets with useNEONForSinglePrecisionFP, double count uses by Andrew Trick · 14 years ago
  32. 7fa75ce whitespace by Andrew Trick · 14 years ago
  33. fc8475b Don't forget to emit the load from indirect symbol when using movw + movt to materialize GA indirect symbols. by Evan Cheng · 14 years ago
  34. 6cd0b17 When matching asm operands, always try to match the most restricted type first. by Owen Anderson · 14 years ago
  35. 6150590 Create two new generic classes to represent the following VMRS/VMSR variations: by Bruno Cardoso Lopes · 14 years ago
  36. e7255a8 Fix MRS encoding for arm and thumb. by Bruno Cardoso Lopes · 14 years ago
  37. 892fc6d Fix the encoding of t2ISB by using the right class and also parse it correctly by Bruno Cardoso Lopes · 14 years ago
  38. 615da1a Teach BasicAA to return PartialAlias in cases where both pointers by Dan Gohman · 14 years ago
  39. b5fa933 Add RAGreedy methods for splitting live ranges around regions. by Jakob Stoklund Olesen · 14 years ago
  40. fdcee77 Follow the current hack set and enable the correct parsing of bkpt while in thumb mode. by Bruno Cardoso Lopes · 14 years ago
  41. 435b4d2 fix rdar://8878965, a regression I introduced with the recent by Chris Lattner · 14 years ago
  42. a461d42 Add support for parsing and encoding ARM's official syntax for the BFI instruction by Bruno Cardoso Lopes · 14 years ago
  43. ff12a8b Add a FIXME. by Jim Grosbach · 14 years ago
  44. fb67faa Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Stankovic by Bruno Cardoso Lopes · 14 years ago
  45. 6b90282 Negative zero is not legal on mips. Patch by Sasa Stankovic by Bruno Cardoso Lopes · 14 years ago
  46. b1fce0a Handle (i32,i32) => f64 in a cleaner way. Patch by Sasa Stankovic by Bruno Cardoso Lopes · 14 years ago
  47. 8be7611 Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka by Bruno Cardoso Lopes · 14 years ago
  48. b2f3c38 For completeness, generalize the (X + Y) - Y -> X transform and add X - (X + 1) -> -1. by Duncan Sands · 14 years ago
  49. fe02c69 Simplify (X<<1)-X into X. According to my auto-simplier this is the most common missed by Duncan Sands · 14 years ago
  50. 908d8e8 add a note by Chris Lattner · 14 years ago
  51. 8994075 finish a sentence. by Chris Lattner · 14 years ago
  52. 687ae96 SPARC backend: Modified LowerCall and LowerFormalArguments so that they use CallingConv assignments. by Venkatraman Govindaraju · 14 years ago
  53. f889b3b Remove an unnecessary #include. by Cameron Zwarich · 14 years ago
  54. 4676599 Move DominanceFrontier from VMCore to Analysis. by Cameron Zwarich · 14 years ago
  55. 4b46267 McARM: Use accessors where appropriate. by Daniel Dunbar · 14 years ago
  56. 6ec5620 McARM: Fill in ASMOperand::dump() for memory operands. by Daniel Dunbar · 14 years ago
  57. 2637dc9 McARM: Make ARMOperand use a union where appropriate. by Daniel Dunbar · 14 years ago
  58. 5d2cf40 There is no point in verifying an analysis that is never updated. by Cameron Zwarich · 14 years ago
  59. 05d8b71 McARM: Unify ParseMemory() successfull return. by Daniel Dunbar · 14 years ago
  60. 0571093 McARM: Early exit on failure (NEFC). by Daniel Dunbar · 14 years ago
  61. d3df5f3 McARM: Always keep an offset expression, if used (instead of assuming == 0 if used but not present), and simplify logic. by Daniel Dunbar · 14 years ago
  62. 023835d McARM: Add a variety of asserts on the sanity of memory operands. by Daniel Dunbar · 14 years ago
  63. 81f453c McARM: Use a consistent marker for not-set OffsetRegNum. by Daniel Dunbar · 14 years ago
  64. 59f5319 Convert a std::map to a DenseMap for another 1.7% speedup on -scalarrepl. by Cameron Zwarich · 14 years ago
  65. 443997d Make a std::vector a SmallVector<*, 32> like the other vectors in the same by Cameron Zwarich · 14 years ago
  66. daad56a Reduce indentation and remove commented out code. by Rafael Espindola · 14 years ago
  67. 72d1695 Remove some now-unused DominanceFrontier methods. by Cameron Zwarich · 14 years ago
  68. 3012787 Remove code for updating dominance frontiers and some outdated references to by Cameron Zwarich · 14 years ago
  69. b1686c3 Remove outdated references to dominance frontiers. by Cameron Zwarich · 14 years ago
  70. 2e3cea3 McARM: Start marking T2 address operands as such, for the benefit of the parser. by Daniel Dunbar · 14 years ago
  71. 55b5e85 Formatting tweak. by Daniel Dunbar · 14 years ago
  72. f4fb66a Support/CommandLine: Add "Did you mean" print for mismatched operands. by Daniel Dunbar · 14 years ago
  73. cdfe3c3 The stub routine that we're calling uses test and so clobbers the flags. by Eric Christopher · 14 years ago
  74. 3289919 minor change to rafael's recent patches: if something is by Chris Lattner · 14 years ago
  75. 955ed73 Remove unused variables found by gcc-4.6's -Wunused-but-set-variable. by Jeffrey Yasskin · 14 years ago
  76. f224322 Remove checking that prevented overlapping CALLSEQ_START/CALLSEQ_END by Stuart Hastings · 14 years ago
  77. edd0924 Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be specified for easy use. by NAKAMURA Takumi · 14 years ago
  78. 8ee48c5 Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOVEFILE_COPY_ALLOWED | MOVEFILE_REPLACE_EXISTING. by NAKAMURA Takumi · 14 years ago
  79. ac25e44 lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with SetErrorMode() on Windows 7. by NAKAMURA Takumi · 14 years ago
  80. 390b9f0 Remove dead code, that I apparently wrote a while back. We seem to be doing well enough by Owen Anderson · 14 years ago
  81. e735882 Add a missing <cctype> include, from Joerg Sonnenberger! by Douglas Gregor · 14 years ago
  82. 6bbf5eb Trailing whitespace. by Jim Grosbach · 14 years ago
  83. c9b6a3e Fix an off-by-one error in ctpop combining. by Benjamin Kramer · 14 years ago
  84. 2522ae5 Update tests to accomodate unnamed_addr introduction. by Devang Patel · 14 years ago
  85. 419e8a6 Roll r123609 back in with two changes that fix test failures with expensive by Cameron Zwarich · 14 years ago
  86. 5860c6c Revert rr123550. It causes clang build failure on darwin9. by Devang Patel · 14 years ago
  87. 02e27ed Archive: Fix temp path names. by Michael J. Spencer · 14 years ago
  88. 3c00a83 Add some platform checks. Also fix a typo on a Makefile. by Oscar Fuentes · 14 years ago
  89. 2634a54 Support/raw_ostream: Fix uninitalized variable in raw_fd_ostream constructor. by Michael J. Spencer · 14 years ago
  90. 0d1941a Remove useless Tag enumeration. by Jay Foad · 14 years ago
  91. 9dcb98c Split up RotateShift itinerary in SPU. by Kalle Raiskila · 14 years ago
  92. d822892 Add a DAGCombine to turn (ctpop x) u< 2 into (x & x-1) == 0. by Benjamin Kramer · 14 years ago
  93. 8702e8b Don't crash SPU BE with memory accesses with big alignmnet. by Kalle Raiskila · 14 years ago
  94. 5de5d4b Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g. by Evan Cheng · 14 years ago
  95. b1086a9 Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot. by Cameron Zwarich · 14 years ago
  96. 119266c Suppress warning "switch statement contains 'default' but no 'case' labels" on MSVC. by Francois Pichet · 14 years ago
  97. ebed6de Eliminate the use of dominance frontiers in PromoteMemToReg. In addition to by Cameron Zwarich · 14 years ago
  98. e7a820c UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. The external API still uses PathV1."" by Michael J. Spencer · 14 years ago
  99. 283d49c Fix rename. by Michael J. Spencer · 14 years ago
  100. 33d8400 Test for lazy value info's ability to prove the absense of NULLs in pointers. by Nick Lewycky · 14 years ago