summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Do not rely on getCompileUnit() to find source file information for a subprog...Devang Patel2010-03-24
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-24
* MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar2010-03-24
* Remove the ConvertActions table and associated code, which is unused.Dan Gohman2010-03-24
* Add a method to get a StringMapEntry from a pointer to the stringChris Lattner2010-03-24
* Fix coding style.Dan Gohman2010-03-24
* Generalize findNearestCommonDominator to work on post-dominators,Dan Gohman2010-03-24
* [llvm_void_ty] is no longer needed for result types, Chris Lattner2010-03-23
* add some accessors to callsite/callinst/invokeinst to checkChris Lattner2010-03-23
* Revert 99335. getTypeToExpandTo's iterative behavior is actuallyDan Gohman2010-03-23
* Remove getTypeToExpandTo, since it isn't adding much valueDan Gohman2010-03-23
* Add comment.Evan Cheng2010-03-23
* Forgot this.Evan Cheng2010-03-23
* MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula...Daniel Dunbar2010-03-23
* MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen...Daniel Dunbar2010-03-23
* MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implement...Daniel Dunbar2010-03-23
* MC: Tweak MCInstFragment to include the encoded data and fixups, so that we d...Daniel Dunbar2010-03-23
* Put MCSectionCOFF::Name into the MCContext instead of leaking it.Jeffrey Yasskin2010-03-22
* MC: Add MCInstFragment, not used yet.Daniel Dunbar2010-03-22
* MC: Fix a few more cases we were passing an MCDataFragment when a MCFragment ...Daniel Dunbar2010-03-22
* MCInst: Add ::dump_pretty.Daniel Dunbar2010-03-22
* MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of...Daniel Dunbar2010-03-22
* MC: Eliminate MCFragment::getMaxFileSize.Daniel Dunbar2010-03-22
* MC: Share the MCAsmLayout object, although its still not used for anything im...Daniel Dunbar2010-03-22
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-22
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-22
* Memoize InlineAsms into the LLVMContext and delete them on shutdown.Jeffrey Yasskin2010-03-21
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-20
* Add a setCalledFunction member to InvokeInst (like in CallInst)Gabor Greif2010-03-20
* Clear the SCEVExpander's insertion point after making deletions,Dan Gohman2010-03-20
* Fix more places to more thoroughly ignore debug intrinsics. This fixesDan Gohman2010-03-19
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-19
* Stop trying to merge identical jump tables. This had been inadvertentlyBob Wilson2010-03-19
* Acccess control is lameDouglas Gregor2010-03-19
* struct -> class, to silence a Clang warningDouglas Gregor2010-03-19
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-19
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-19
* MC: Add TargetAsmBackend::createObjectWriter.Daniel Dunbar2010-03-19
* MCCodeEmitter: Add target independent fixup flag for is-pc-relative.Daniel Dunbar2010-03-19
* MC: Sink code emitter into MCAssembler.Daniel Dunbar2010-03-19
* MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar2010-03-19
* MC: Add TargetAsmBackend::isVirtualSection hook.Daniel Dunbar2010-03-19
* MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar2010-03-19
* MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...Daniel Dunbar2010-03-19
* MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ...Daniel Dunbar2010-03-19
* MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c...Daniel Dunbar2010-03-19
* fix an MCInstPrinter leak that jyasskin pointed out:Chris Lattner2010-03-19
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-19
* MC/Mach-O/x86_64: Add getAtom[ForAddress].Daniel Dunbar2010-03-19
* MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad...Daniel Dunbar2010-03-19