1. 4d4358e llvm-mc: Fix target selection for --disassemble to use GetTarget. by Daniel Dunbar · 15 years ago
  2. 0180dae MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen only" so they don't get selected by the asm matcher. by Daniel Dunbar · 15 years ago
  3. 7a68e0d FileCheck: Don't print "possibly intended match" line if it would match the by Daniel Dunbar · 15 years ago
  4. 2f36fe4 Set numThreads to 1 by default when Python is older than 2.5.2. by Torok Edwin · 15 years ago
  5. 774ce29 make FillWithPossibleTypes take a predicate to filter types so that by Chris Lattner · 15 years ago
  6. 81f04d5 Renumber LdStExFrm from 28 to 11 and shift the existing format values to make by Johnny Chen · 15 years ago
  7. d4d4a90 Acccess control is lame by Douglas Gregor · 15 years ago
  8. 1a07bc5 struct -> class, to silence a Clang warning by Douglas Gregor · 15 years ago
  9. cc52ed0c back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/703 in the nightly test suite by Gabor Greif · 15 years ago
  10. f4f10e3 Recommit r80858 again (which has been backed out in r80871). by Gabor Greif · 15 years ago
  11. 1a9158c MC: Add TargetAsmBackend::createObjectWriter. by Daniel Dunbar · 15 years ago
  12. b36052f MCCodeEmitter: Add target independent fixup flag for is-pc-relative. by Daniel Dunbar · 15 years ago
  13. cf871e5 MC: Sink code emitter into MCAssembler. by Daniel Dunbar · 15 years ago
  14. 2df4ceb MC/Mach-O: Move to MachObjectWriter.{h,cpp}. by Daniel Dunbar · 15 years ago
  15. cc5b84c MC: Add TargetAsmBackend::isVirtualSection hook. by Daniel Dunbar · 15 years ago
  16. 53b2338 MC: Split MCObjectWriter out of MCAssembler.cpp. by Daniel Dunbar · 15 years ago
  17. bdd9281 MCAssembler: Pull out MCObjectWriter class. by Daniel Dunbar · 15 years ago
  18. 87190c4 MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specific not object writer specific task. by Daniel Dunbar · 15 years ago
  19. b1e9894 MC/Mach-O: Lift the fixup evaluation and application up (to the same place), and eliminate MCAsmFixup::FixedValue. by Daniel Dunbar · 15 years ago
  20. bacba99 MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout changes the object writer may need to make to the assembler from the actual .o writing. by Daniel Dunbar · 15 years ago
  21. 17a0650 MC/Mach-O: Lift relocation emission logic a bit higher to separate evaluation / relocation handling from the actual .o writing. by Daniel Dunbar · 15 years ago
  22. 509bcb1 Remove a memory leak from the CBackend. by Jeffrey Yasskin · 15 years ago
  23. 4c42a6d fix an MCInstPrinter leak that jyasskin pointed out: by Chris Lattner · 15 years ago
  24. 1e50631 resolve fixme: we now infer the instruction-level 'isvariadic' bit by Chris Lattner · 15 years ago
  25. 60e9eac set SDNPVariadic on nodes throughout the rest of the targets that need them. by Chris Lattner · 15 years ago
  26. c3e45f1 Remove a memory leak from ThumbTargetMachine. by Jeffrey Yasskin · 15 years ago
  27. e8cabf3 add a new SDNPVariadic SDNP node flag, and use it in by Chris Lattner · 15 years ago
  28. 5a9b8fb rewrite EnforceSmallerThan to be less bone headed. by Chris Lattner · 15 years ago
  29. e9eda0f remove some damaged sign extend patterns that can never match. by Chris Lattner · 15 years ago
  30. 2356ae9 disable some illegal blackfin patterns. sext from i32 to i32 can never by Chris Lattner · 15 years ago
  31. 1d7dbd1 comment out a bunch of parallel store patterns that apparently by Chris Lattner · 15 years ago
  32. 6b7c2cf Fix -Asserts warnings. by Daniel Dunbar · 15 years ago
  33. 65f35d5 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  34. 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
  35. 8ad0dcc MC/Mach-O/x86_64: Add getAtom[ForAddress]. by Daniel Dunbar · 15 years ago
  36. 939f8d7 MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix some corner cases. by Daniel Dunbar · 15 years ago
  37. 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
  38. 9bdda3a Drop KLEE blurb, we don't have anything new. by Daniel Dunbar · 15 years ago
  39. c1e5d49 Fixed a widening bug where we were not using the correct size for the load by Mon P Wang · 15 years ago
  40. c28c768 X86: Fix encoding for TEST64rr. by Daniel Dunbar · 15 years ago
  41. aac5b5b eliminate the last use of EEVT::isUnknown by Chris Lattner · 15 years ago
  42. 765028f Remove `ignore` from LLVMC/TestWarnings.td. This avoids by Jeffrey Yasskin · 15 years ago
  43. e14d2e2 Finally change the instruction looking map to be a densemap from by Chris Lattner · 15 years ago
  44. 6a91b18 make inst_begin/inst_end iterate over InstructionsByEnumValue. by Chris Lattner · 15 years ago
  45. 01dcecc revert 98912 by Chris Lattner · 15 years ago
  46. a28bc68 make inst_begin/inst_end iterate over InstructionsByEnumValue. by Chris Lattner · 15 years ago
  47. faa75f6e FP16 constfolding by Anton Korobeynikov · 15 years ago
  48. f650278 change Target.getInstructionsByEnumValue to return a reference by Chris Lattner · 15 years ago
  49. 0392080 Revert r98892. BSD systems may not have bash installed at all. by Jeffrey Yasskin · 15 years ago
  50. e4e8bb1 factor copy and paste code. by Chris Lattner · 15 years ago
  51. b61e09d don't go through getInstructions(). by Chris Lattner · 15 years ago
  52. c3e6859 Bugpoint's default memory limit (100MB) was too low for valgrind, so by Jeffrey Yasskin · 15 years ago
  53. f30187a look up instructions by record, not by name. by Chris Lattner · 15 years ago
  54. e3486a4 Now that tblgen can handle matching implicit defs of instructions by Chris Lattner · 15 years ago
  55. 50622ce Update comment to refer to the right filename. by Bob Wilson · 15 years ago
  56. de3e05f tidy up by Chris Lattner · 15 years ago
  57. 9287953 expand tblgen's support for instructions with implicit defs. by Chris Lattner · 15 years ago
  58. 6c6ba36 infer results of a pattern from implicit defs. This allows you to do something by Chris Lattner · 15 years ago
  59. 1ff781f Work around a valgrind oddity where it doesn't pass the full path of a by Jeffrey Yasskin · 15 years ago
  60. 341ab13 Get rid of target-specific fp <-> int nodes when still I'm here. by Anton Korobeynikov · 15 years ago
  61. f0d5007 Get rid of target-specific nodes for fp16 <-> fp32 conversion. by Anton Korobeynikov · 15 years ago
  62. 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
  63. 88dee30 Couple of changes that Dan mentioned for llvm.stackprotector fast-isel. by Eric Christopher · 15 years ago
  64. 9fdac90 X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, we by Daniel Dunbar · 15 years ago
  65. f506b6b capture implicit uses and defs in CodeGenInstruction by Chris Lattner · 15 years ago
  66. ef98898 simplify this code, the # of sets in the pattern for an instruction by Chris Lattner · 15 years ago
  67. 0b6c926 disallow concatenation of two dags with different operators. by Chris Lattner · 15 years ago
  68. f55eed2 rewrite this to not artificially force concat the ins/outs list. by Chris Lattner · 15 years ago
  69. b7d5226 fix some buggy ops concatentation by Chris Lattner · 15 years ago
  70. b0be4d2 eliminate support for "ops" in the input/output list of an by Chris Lattner · 15 years ago
  71. 09a2769 use ins/outs by Chris Lattner · 15 years ago
  72. 6784bdf use ins/outs. by Chris Lattner · 15 years ago
  73. cedef1c remove some code that was working around old sparc v9 backend bugs. by Chris Lattner · 15 years ago
  74. 34b8a88 outs come before ins. by Chris Lattner · 15 years ago
  75. 07754c2 Make fast-isel understand llvm.stackprotector. by Eric Christopher · 15 years ago
  76. 9580832 Refactor NEON ld/st instructions to hardcode class arguments that are constants. by Bob Wilson · 15 years ago
  77. 1814cf0 lit: Tweak example tests config. by Daniel Dunbar · 15 years ago
  78. f98bc63 MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a by Daniel Dunbar · 15 years ago
  79. 8cc9c0c MC/AsmMatcher: Add support for target specific "instruction cleanup" functions, by Daniel Dunbar · 15 years ago
  80. 618d0ed fix an x86-64 encoding bug Daniel found. by Chris Lattner · 15 years ago
  81. debbef2 offsetof always has type size_t. by Dan Gohman · 15 years ago
  82. 40b037e Simplify this code. by Dan Gohman · 15 years ago
  83. d720712 Fix a name clash that was breaking MSVC builds. by Benjamin Kramer · 15 years ago
  84. aea1b50 Explicitly cast std::min's arguments to avoid type mismatches. by Dan Gohman · 15 years ago
  85. fe7bb05 another one by Gabor Greif · 15 years ago
  86. 9553188 Define placement new wrappers for BumpPtrAllocator and by Dan Gohman · 15 years ago
  87. 5ffc72e Make this test more lenient; with SmallVector now using actually by Dan Gohman · 15 years ago
  88. d1ec31d Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to by Bob Wilson · 15 years ago
  89. 74cdc75 Fix a bug found by inspection; in the __GNUC__ code, the alignment by Dan Gohman · 15 years ago
  90. 8bba4dd Nick wants these alphabetized by Andrew Lenharth · 15 years ago
  91. 0f53cf2 add a special relocation type for movq loads for object by Chris Lattner · 15 years ago
  92. 1584390 Add explicit braces to avoid ambiguous ‘else’. by Dan Gohman · 15 years ago
  93. e10038e callq is pcrelative by Chris Lattner · 15 years ago
  94. 35ee7d6 Check if function names start with "llvm." before trying to lookup them up as by Bob Wilson · 15 years ago
  95. 1ac2429 Fix comment. by Devang Patel · 15 years ago
  96. c93b4cf Add the ability to "intern" FoldingSetNodeID data into a by Dan Gohman · 15 years ago
  97. 7c4a121 Adding MicroBlaze as an experimental backend in the release notes by Wesley Peck · 15 years ago
  98. 3f0cc8c CMake: Add options for using static runtime on MSVC++ build. by Oscar Fuentes · 15 years ago
  99. e7e891f Add an extra newline to separate PP directives from the contents by Kovarththanan Rajaratnam · 15 years ago
  100. 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