1. 2356ae9 disable some illegal blackfin patterns. sext from i32 to i32 can never by Chris Lattner · 15 years ago
  2. 1d7dbd1 comment out a bunch of parallel store patterns that apparently by Chris Lattner · 15 years ago
  3. 6b7c2cf Fix -Asserts warnings. by Daniel Dunbar · 15 years ago
  4. 65f35d5 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  5. 034843a MC/Mach-O: Add isScatteredFixupFullyResolved, which implements the correct algorithm (used on x86_64) for determining whether an evaluated fixup is fully resolved (doesn't need relocation). by Daniel Dunbar · 15 years ago
  6. 8ad0dcc MC/Mach-O/x86_64: Add getAtom[ForAddress]. by Daniel Dunbar · 15 years ago
  7. 939f8d7 MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix some corner cases. by Daniel Dunbar · 15 years ago
  8. 2386985 MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a made up term to refer to non-temporary labels + temporary labels in sections-which-require symbols. For Darwin, it corresponds to symbols which effectively define an atom. by Daniel Dunbar · 15 years ago
  9. 9bdda3a Drop KLEE blurb, we don't have anything new. by Daniel Dunbar · 15 years ago
  10. c1e5d49 Fixed a widening bug where we were not using the correct size for the load by Mon P Wang · 15 years ago
  11. c28c768 X86: Fix encoding for TEST64rr. by Daniel Dunbar · 15 years ago
  12. aac5b5b eliminate the last use of EEVT::isUnknown by Chris Lattner · 15 years ago
  13. 765028f Remove `ignore` from LLVMC/TestWarnings.td. This avoids by Jeffrey Yasskin · 15 years ago
  14. e14d2e2 Finally change the instruction looking map to be a densemap from by Chris Lattner · 15 years ago
  15. 6a91b18 make inst_begin/inst_end iterate over InstructionsByEnumValue. by Chris Lattner · 15 years ago
  16. 01dcecc revert 98912 by Chris Lattner · 15 years ago
  17. a28bc68 make inst_begin/inst_end iterate over InstructionsByEnumValue. by Chris Lattner · 15 years ago
  18. faa75f6e FP16 constfolding by Anton Korobeynikov · 15 years ago
  19. f650278 change Target.getInstructionsByEnumValue to return a reference by Chris Lattner · 15 years ago
  20. 0392080 Revert r98892. BSD systems may not have bash installed at all. by Jeffrey Yasskin · 15 years ago
  21. e4e8bb1 factor copy and paste code. by Chris Lattner · 15 years ago
  22. b61e09d don't go through getInstructions(). by Chris Lattner · 15 years ago
  23. c3e6859 Bugpoint's default memory limit (100MB) was too low for valgrind, so by Jeffrey Yasskin · 15 years ago
  24. f30187a look up instructions by record, not by name. by Chris Lattner · 15 years ago
  25. e3486a4 Now that tblgen can handle matching implicit defs of instructions by Chris Lattner · 15 years ago
  26. 50622ce Update comment to refer to the right filename. by Bob Wilson · 15 years ago
  27. de3e05f tidy up by Chris Lattner · 15 years ago
  28. 9287953 expand tblgen's support for instructions with implicit defs. by Chris Lattner · 15 years ago
  29. 6c6ba36 infer results of a pattern from implicit defs. This allows you to do something by Chris Lattner · 15 years ago
  30. 1ff781f Work around a valgrind oddity where it doesn't pass the full path of a by Jeffrey Yasskin · 15 years ago
  31. 341ab13 Get rid of target-specific fp <-> int nodes when still I'm here. by Anton Korobeynikov · 15 years ago
  32. f0d5007 Get rid of target-specific nodes for fp16 <-> fp32 conversion. by Anton Korobeynikov · 15 years ago
  33. 6755d97 Refactor Reg-Reg copy emission routine for ARM. This makes cross-regclass copies weirdness more straightforward. Also, add GPR <-> SPR copy support. by Anton Korobeynikov · 15 years ago
  34. 88dee30 Couple of changes that Dan mentioned for llvm.stackprotector fast-isel. by Eric Christopher · 15 years ago
  35. 9fdac902 X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, we by Daniel Dunbar · 15 years ago
  36. f506b6b capture implicit uses and defs in CodeGenInstruction by Chris Lattner · 15 years ago
  37. ef98898 simplify this code, the # of sets in the pattern for an instruction by Chris Lattner · 15 years ago
  38. 0b6c926 disallow concatenation of two dags with different operators. by Chris Lattner · 15 years ago
  39. f55eed2 rewrite this to not artificially force concat the ins/outs list. by Chris Lattner · 15 years ago
  40. b7d5226 fix some buggy ops concatentation by Chris Lattner · 15 years ago
  41. b0be4d2 eliminate support for "ops" in the input/output list of an by Chris Lattner · 15 years ago
  42. 09a2769 use ins/outs by Chris Lattner · 15 years ago
  43. 6784bdf use ins/outs. by Chris Lattner · 15 years ago
  44. cedef1c remove some code that was working around old sparc v9 backend bugs. by Chris Lattner · 15 years ago
  45. 34b8a88 outs come before ins. by Chris Lattner · 15 years ago
  46. 07754c2 Make fast-isel understand llvm.stackprotector. by Eric Christopher · 15 years ago
  47. 9580832 Refactor NEON ld/st instructions to hardcode class arguments that are constants. by Bob Wilson · 15 years ago
  48. 1814cf0 lit: Tweak example tests config. by Daniel Dunbar · 15 years ago
  49. f98bc63 MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a by Daniel Dunbar · 15 years ago
  50. 8cc9c0c MC/AsmMatcher: Add support for target specific "instruction cleanup" functions, by Daniel Dunbar · 15 years ago
  51. 618d0ed fix an x86-64 encoding bug Daniel found. by Chris Lattner · 15 years ago
  52. debbef2 offsetof always has type size_t. by Dan Gohman · 15 years ago
  53. 40b037e Simplify this code. by Dan Gohman · 15 years ago
  54. d720712 Fix a name clash that was breaking MSVC builds. by Benjamin Kramer · 15 years ago
  55. aea1b50 Explicitly cast std::min's arguments to avoid type mismatches. by Dan Gohman · 15 years ago
  56. fe7bb05 another one by Gabor Greif · 15 years ago
  57. 9553188 Define placement new wrappers for BumpPtrAllocator and by Dan Gohman · 15 years ago
  58. 5ffc72e Make this test more lenient; with SmallVector now using actually by Dan Gohman · 15 years ago
  59. d1ec31d Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to by Bob Wilson · 15 years ago
  60. 74cdc75 Fix a bug found by inspection; in the __GNUC__ code, the alignment by Dan Gohman · 15 years ago
  61. 8bba4dd Nick wants these alphabetized by Andrew Lenharth · 15 years ago
  62. 0f53cf2 add a special relocation type for movq loads for object by Chris Lattner · 15 years ago
  63. 1584390 Add explicit braces to avoid ambiguous ‘else’. by Dan Gohman · 15 years ago
  64. e10038e callq is pcrelative by Chris Lattner · 15 years ago
  65. 35ee7d6 Check if function names start with "llvm." before trying to lookup them up as by Bob Wilson · 15 years ago
  66. 1ac2429 Fix comment. by Devang Patel · 15 years ago
  67. c93b4cf Add the ability to "intern" FoldingSetNodeID data into a by Dan Gohman · 15 years ago
  68. 7c4a121 Adding MicroBlaze as an experimental backend in the release notes by Wesley Peck · 15 years ago
  69. 3f0cc8c CMake: Add options for using static runtime on MSVC++ build. by Oscar Fuentes · 15 years ago
  70. e7e891f Add an extra newline to separate PP directives from the contents by Kovarththanan Rajaratnam · 15 years ago
  71. 7c97ed7 Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to format a size_t. by Benjamin Kramer · 15 years ago
  72. fd49430 Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when running by Jeffrey Yasskin · 15 years ago
  73. bdc652b Turning off post-ra scheduling for x86. It isn't a consistent win. by Evan Cheng · 15 years ago
  74. b5f6feb add a couple blurbs back by Chris Lattner · 15 years ago
  75. f9e6472 Reapply r98755 with a thinko which miscompiled gengtype fixed. by Dan Gohman · 15 years ago
  76. 9a1d200 MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will need this for accessing to symbol modifiers. by Daniel Dunbar · 15 years ago
  77. daf9733 Add MCSymbol::isInSection. by Daniel Dunbar · 15 years ago
  78. 0682951 MC/Darwin: Add a new target hook for whether the target uses "reliable" symbol differences, basically whether the assembler should attempt to understand atoms when using scattered symbols. by Daniel Dunbar · 15 years ago
  79. ec1176a Revert "Change coalescer complexity from N^2 to N logN by changing one letter." by Jakob Stoklund Olesen · 15 years ago
  80. f3caa52 X86 address mode matching code MatchAddressRecursively does some aggressive hack which require doing a RAUW. It may end up deleting some SDNode up stream. It should avoid referencing deleted nodes. by Evan Cheng · 15 years ago
  81. c3188ce Debug info intrinsic does not intefer during tail call optimization. by Devang Patel · 15 years ago
  82. 6c8648b Revert 98745 with respect to the addition of NEONFrm subformats for disassembly. by Johnny Chen · 15 years ago
  83. 0427b2a Change coalescer complexity from N^2 to N logN by changing one letter. by Jakob Stoklund Olesen · 15 years ago
  84. b675e25 Fixed a bug in the IT mask printing where T means the cond bit in the mask by Johnny Chen · 15 years ago
  85. 77bdc48 Refines 98745 so that it only contains the patch related to the output of the by Johnny Chen · 15 years ago
  86. e340da7 Changed install_name for libEnhancedDisassembly.dylib on by Sean Callanan · 15 years ago
  87. e4ad0a3 remove arm mode workaround for ARM host by Jim Grosbach · 15 years ago
  88. 11cb87c Use llvm-gcc to build ARM when it's available by Jim Grosbach · 15 years ago
  89. 87949d4 Clean up whitespace. by Bob Wilson · 15 years ago
  90. 89ef7b7 Increase format field from 5 to 6 bits. ARMII::FormMask was increased to 0x3f by Bob Wilson · 15 years ago
  91. e5636a3 Initialize Size member to appease valgrind. by Benjamin Kramer · 15 years ago
  92. ebf78f1 Revert 98755, which may be causing trouble. by Dan Gohman · 15 years ago
  93. f5bf7c5 feedback from Nick by Gabor Greif · 15 years ago
  94. 0afc29c Change SCEVNAryExpr's operand array from a SmallVector to a plain by Dan Gohman · 15 years ago
  95. f9cf8b3 Remove an unnecessary (and misspelled) typedef. Tweak whitespace. by Bob Wilson · 15 years ago
  96. 7e1b037 missing include by Andrew Lenharth · 15 years ago
  97. e6f8387 98745 contains something unrelated to the patch. by Johnny Chen · 15 years ago
  98. f04bdc5 notes from evan by Chris Lattner · 15 years ago
  99. 9e08876 Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm by Johnny Chen · 15 years ago
  100. b0a72ec Testcase for r98728. by Stuart Hastings · 15 years ago