aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add comment.Evan Cheng2010-03-231-0/+3
* Forgot this.Evan Cheng2010-03-231-0/+3
* MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula...Daniel Dunbar2010-03-232-0/+15
* MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen...Daniel Dunbar2010-03-231-0/+7
* MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implement...Daniel Dunbar2010-03-231-0/+7
* MC: Tweak MCInstFragment to include the encoded data and fixups, so that we d...Daniel Dunbar2010-03-231-8/+37
* Put MCSectionCOFF::Name into the MCContext instead of leaking it.Jeffrey Yasskin2010-03-221-4/+3
* MC: Add MCInstFragment, not used yet.Daniel Dunbar2010-03-221-2/+41
* MC: Fix a few more cases we were passing an MCDataFragment when a MCFragment ...Daniel Dunbar2010-03-221-2/+2
* MCInst: Add ::dump_pretty.Daniel Dunbar2010-03-221-0/+9
* MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of...Daniel Dunbar2010-03-222-4/+4
* MC: Eliminate MCFragment::getMaxFileSize.Daniel Dunbar2010-03-221-32/+1
* MC: Share the MCAsmLayout object, although its still not used for anything im...Daniel Dunbar2010-03-221-3/+4
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-222-34/+16
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-222-16/+34
* Memoize InlineAsms into the LLVMContext and delete them on shutdown.Jeffrey Yasskin2010-03-211-3/+16
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-201-5/+5
* Add a setCalledFunction member to InvokeInst (like in CallInst)Gabor Greif2010-03-201-0/+5
* Clear the SCEVExpander's insertion point after making deletions,Dan Gohman2010-03-201-0/+7
* Fix more places to more thoroughly ignore debug intrinsics. This fixesDan Gohman2010-03-191-6/+1
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-191-1/+4
* Stop trying to merge identical jump tables. This had been inadvertentlyBob Wilson2010-03-191-4/+0
* Acccess control is lameDouglas Gregor2010-03-191-0/+1
* struct -> class, to silence a Clang warningDouglas Gregor2010-03-191-1/+1
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-192-33/+15
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-192-15/+33
* MC: Add TargetAsmBackend::createObjectWriter.Daniel Dunbar2010-03-191-0/+6
* MCCodeEmitter: Add target independent fixup flag for is-pc-relative.Daniel Dunbar2010-03-191-0/+9
* MC: Sink code emitter into MCAssembler.Daniel Dunbar2010-03-191-1/+7
* MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar2010-03-191-0/+43
* MC: Add TargetAsmBackend::isVirtualSection hook.Daniel Dunbar2010-03-191-0/+4
* MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar2010-03-192-17/+184
* MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...Daniel Dunbar2010-03-191-0/+10
* MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ...Daniel Dunbar2010-03-191-6/+1
* MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c...Daniel Dunbar2010-03-191-0/+8
* fix an MCInstPrinter leak that jyasskin pointed out:Chris Lattner2010-03-191-1/+2
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-191-0/+1
* MC/Mach-O/x86_64: Add getAtom[ForAddress].Daniel Dunbar2010-03-191-0/+13
* MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad...Daniel Dunbar2010-03-191-0/+6
* use ins/outsChris Lattner2010-03-181-24/+24
* MC/AsmMatcher: Add support for target specific "instruction cleanup" functions,Daniel Dunbar2010-03-181-0/+5
* offsetof always has type size_t.Dan Gohman2010-03-181-1/+1
* Fix a name clash that was breaking MSVC builds.Benjamin Kramer2010-03-181-1/+1
* Explicitly cast std::min's arguments to avoid type mismatches.Dan Gohman2010-03-181-2/+2
* Define placement new wrappers for BumpPtrAllocator andDan Gohman2010-03-182-0/+28
* Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() toBob Wilson2010-03-181-1/+5
* Fix a bug found by inspection; in the __GNUC__ code, the alignmentDan Gohman2010-03-181-8/+9
* Nick wants these alphabetized Andrew Lenharth2010-03-181-1/+1
* Add the ability to "intern" FoldingSetNodeID data into aDan Gohman2010-03-183-24/+50
* Reapply r98755 with a thinko which miscompiled gengtype fixed.Dan Gohman2010-03-181-24/+26