1. b7d0688 Fix some ..'s by Chris Lattner · 15 years ago
  2. 51bfd45 Fix PR6520. An earlyclobber physreg must not be allocated to anything else. by Jakob Stoklund Olesen · 15 years ago
  3. 08bbda3 Test case for pr2394 and r102979. by Stuart Hastings · 15 years ago
  4. be192dd Fixed a sign-extension bug in the X86 disassembler by Sean Callanan · 15 years ago
  5. d47f3c8 Use getValue() for PHINodes when direct NodeMap access does not work. by Devang Patel · 15 years ago
  6. 7d25521 Select an ARM-hosted cross build with a separate makefile target instead of by Bob Wilson · 15 years ago
  7. 676b2df Do not pre-allocate references of D registers pairs if they are extracted from the same Q register and are in the right order. by Evan Cheng · 15 years ago
  8. bc1c98d fix copy/paste oops. by Jim Grosbach · 15 years ago
  9. 9f2cda7 No-ops emitted for scheduling don't correspond with anything in the by Dan Gohman · 15 years ago
  10. 3a548e7 Add tests for ARMV7M divide instruction use by Jim Grosbach · 15 years ago
  11. b1dc393 Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch by by Jim Grosbach · 15 years ago
  12. bc78653 Use the right version of "append" to combine two SmallVectors. by Bob Wilson · 15 years ago
  13. 9ad2aaf remove unneeded underscores. by Jim Grosbach · 15 years ago
  14. ab42ec3 Convert to filecheck by Jim Grosbach · 15 years ago
  15. 2d7fd61 MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for by Daniel Dunbar · 15 years ago
  16. c304718 MC: Reject attempts to define a variable symbol. by Daniel Dunbar · 15 years ago
  17. 8d627d3 MC: Make setVariableValue check the redefinition condition a bit more strongly. by Daniel Dunbar · 15 years ago
  18. 3d720fb Move REG_SEQUENCE removal to 2addr pass. by Evan Cheng · 15 years ago
  19. ea03e10 Implement rdar://7415680 - Twine integer support lacks greatness by Chris Lattner · 15 years ago
  20. 15cdda2 Rearrange the suppressions files to be by-architecture instead of by-problem. by Jeffrey Yasskin · 15 years ago
  21. de8aa4e Model CONCAT_VECTORS of two 64-bit values as a REG_SEQUENCE. by Evan Cheng · 15 years ago
  22. d2c2d18 Trim include. by Evan Cheng · 15 years ago
  23. 3749943 Teach liveintervalanalysis about virtual registers which are defined by reg_sequence instructions that are formed by registers defined by distinct instructions. e.g. by Evan Cheng · 15 years ago
  24. 91dd419b Add a suppressions file for an intermittent "leak" under RegisterPass. by Jeffrey Yasskin · 15 years ago
  25. 08a408a MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. by Daniel Dunbar · 15 years ago
  26. ae7fb0b MC/Mach-O/x86_64: Relocations in debug sections should use local relocations by Daniel Dunbar · 15 years ago
  27. e4eae84 lit: Allow test_format to be None. by Daniel Dunbar · 15 years ago
  28. 66760be Try again if write(2) reports an recoverable error. by Benjamin Kramer · 15 years ago
  29. d1dd5ed Add newline to end of file to avoid warning when building llvm with clang by Shantonu Sen · 15 years ago
  30. f4f0690 Revert 102941, we're going to do this via attr and can just by Eric Christopher · 15 years ago
  31. dc896a4 Include the right header for toupper by Sean Hunt · 15 years ago
  32. 84e2f95 Add an emitter to handle the list of clang statement nodes. by Sean Hunt · 15 years ago
  33. 4aad88d Combine the implementations of the core part of the SSAUpdater and by Bob Wilson · 15 years ago
  34. d2760d1 Update comment. by Eric Christopher · 15 years ago
  35. af1465b add the ability to associate 'category' names with clang diagnostics by Chris Lattner · 15 years ago
  36. 94cc6d3 With -neon-reg-sequence, models forming a Q register from a pair of consecutive D registers as a REG_SEQUENCE. by Evan Cheng · 15 years ago
  37. 826bdfa Do not pre-allocate for registers which form a REG_SEQUENCE. by Evan Cheng · 15 years ago
  38. afff40a Teach PHI elimination to remove REG_SEQUENCE instructions and update references of the source operands with references of the destination with subreg indices. e.g. by Evan Cheng · 15 years ago
  39. 55cd6cb Use llvm.foo as the intrinsic, rather than llvm.dbg.value. Since the by Duncan Sands · 15 years ago
  40. 34414a6 Defer adding critical edges to the "toSplit" list until after checking for by Bob Wilson · 15 years ago
  41. cd46501 one more thing. by Chris Lattner · 15 years ago
  42. 860e0b4 update instructions for llvm-gcc4, the brave new world! PR7037 by Chris Lattner · 15 years ago
  43. d4ac35b "on the rare occasion the SPU BE produces illegal assembly - it tries to emit an add instruction of the form 'a reg, reg, imm'." by Chris Lattner · 15 years ago
  44. e9f0fb4 MC/X86: Chris pointed that 'as' isn't consistent in accepting the long form of by Daniel Dunbar · 15 years ago
  45. 28428cd Rename variables for consistency. by Evan Cheng · 15 years ago
  46. c918d60 MC/X86: Add "support" for matching ATT style mnemonic prefixes. by Daniel Dunbar · 15 years ago
  47. d29f528 Fix a problem exposed by my previous commit and noticed by a release-asserts by Duncan Sands · 15 years ago
  48. 203f7cb Fix a variant of PR6112 found by thinking about it: when doing by Duncan Sands · 15 years ago
  49. 2f256f4 fix operand indexes when outputting InvokeInsts by Gabor Greif · 15 years ago
  50. 9c48837 Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is available all the time. by Devang Patel · 15 years ago
  51. acd8cab Use the SCEVAddRecExpr::getPostIncExpr utility function instead by Dan Gohman · 15 years ago
  52. c0ed009 Fix a copy+pasto. by Dan Gohman · 15 years ago
  53. 01c5ff6 Do not ignore debug loc attached with llvm.dbg.declare while collecting debug info used by a module. by Devang Patel · 15 years ago
  54. f1ced25 Instruction selection optimizations may have moved the def of a function argument out of the entry block. rdar://7937489 by Evan Cheng · 15 years ago
  55. a0161cd Fix to r102952. The MOV64toSDrm record in X86Instr64bit.td needed the opcode by Kevin Enderby · 15 years ago
  56. 4f83e73 MC/Matcher: Add support for over-riding the default MatchInstruction function by Daniel Dunbar · 15 years ago
  57. 31e8e1d llvm-mc: Fix case were we would skip a line in the .s file after an instruction by Daniel Dunbar · 15 years ago
  58. ba609c8 Teach scheduler about REG_SEQUENCE. by Evan Cheng · 15 years ago
  59. d622b0b Add a polygen rule that reflects the fact that nsw and nuw can be by Dan Gohman · 15 years ago
  60. 2131e2a Re-enable isel kill flags, now that the local allocator is ignoring them. by Dan Gohman · 15 years ago
  61. 6e62b4e rdar://7937137 - dbg values not being handled in thumb1 version of by Jim Grosbach · 15 years ago
  62. 7ae3ac8 Update one more 2.7 to 2.8. by Dan Gohman · 15 years ago
  63. b44f6c6 Minimally update ReleaseNotes.html for 2.8 development; uncomment and by Dan Gohman · 15 years ago
  64. a50fba9 Remove preexisting kill flags in RegAllocLocal, just like LiveVariables does. by Jakob Stoklund Olesen · 15 years ago
  65. 1fdc614 Factor out FastISel's code for materializing constants and other values by Dan Gohman · 15 years ago
  66. 08673d2 Implement builtin_return_address(x) and builtin_frame_address(x) by Dale Johannesen · 15 years ago
  67. 1eaac53 Remove the API compatibility layer which converted add, sub, and mul by Dan Gohman · 15 years ago
  68. b98c549 Check that subregisters don't have independent values in RemoveCopyByCommutingDef(). by Jakob Stoklund Olesen · 15 years ago
  69. d4d0115 Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul, by Dan Gohman · 15 years ago
  70. b4c14aa Reword a comment slightly. by Eric Christopher · 15 years ago
  71. deff621 Use getConstant instead of getIntegerSCEV. The two are basically the by Dan Gohman · 15 years ago
  72. cec9c50 Revert r102948. by Bill Wendling · 15 years ago
  73. 857a894 Remove special case for llvmCore_Embedded project. This is no longer needed by Bob Wilson · 15 years ago
  74. ad98f79 Print basic block numbers in live interval debug output. Since the rest of the by Bob Wilson · 15 years ago
  75. a75586f Fix function prototype mismatch in LLVMUnionType(). Fixes PR7019. by Nick Lewycky · 15 years ago
  76. 9d0838f Changed llvm-mc to use the same suffixes with floating point compare by Kevin Enderby · 15 years ago
  77. eb61234 Fixed the encoding of two of the X86 movq instuctions. The Move quadword from by Kevin Enderby · 15 years ago
  78. 3c979b0 Fixed the encoding of the x86 push instructions. Using a 32-bit immediate value by Kevin Enderby · 15 years ago
  79. 5f84c02 Testcase for r102947. by Bill Wendling · 15 years ago
  80. f16c680 Silence warnings about -1 being converted to an unsigned value. by Dan Gohman · 15 years ago
  81. 0b12348 Add an option, defaulting to off, to disable the sse domain crossing opts. by Eric Christopher · 15 years ago
  82. 86b6f80 Check for side effects before splitting loop. Patch by Jakub Staszak! by Devang Patel · 15 years ago
  83. 34c3e36 Use isTrueWhenEqual and isFalseWhenEqual instead of assuming that by Dan Gohman · 15 years ago
  84. a189bae In ScalarEvolution::print, don't bother printing out the SCEVs for by Dan Gohman · 15 years ago
  85. 3abb69c In SimplifyICmpOperands, avoid needlessly swapping the operands in the by Dan Gohman · 15 years ago
  86. 03557dc Factor out the new <= and >= analysis code into SimplifyICmpOperands. by Dan Gohman · 15 years ago
  87. 7c24ff1 Update this comment to note its relationship with the "happens-before" by Dan Gohman · 15 years ago
  88. 45baf41 Delete this comment. The behavior of struct loads and stores with by Dan Gohman · 15 years ago
  89. b532816 Describe invoke instruction dependencies. Generalize the text for by Dan Gohman · 15 years ago
  90. 855abed Say "operations" instead of "instructions", as nsw can be applied to by Dan Gohman · 15 years ago
  91. 30fc5bb Fix a bug which prevented tail merging of return instructions in by Dan Gohman · 15 years ago
  92. 3a2a484 Add a README entry. by Dan Gohman · 15 years ago
  93. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
  94. 241d3fe fix some inconsistent line endings, patch by Jakub Staszak! by Chris Lattner · 15 years ago
  95. 83f66fe revert r102831. We already delete dead readonly calls in by Chris Lattner · 15 years ago
  96. d014761 Don't count debug info as instructions. This was by Dale Johannesen · 15 years ago
  97. 752e259 Added a variant of InlineCostAnalyzer::getInlineCost() that takes the called function as an explicit argument, for use when inlining function pointers. by David Chisnall · 15 years ago
  98. 17458a7 Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1), by Anton Korobeynikov · 15 years ago
  99. 1b17614 Do folding for indirect branches, where possible by Anton Korobeynikov · 15 years ago
  100. 69d5b48 Implement indirect branches on MSP430 by Anton Korobeynikov · 15 years ago