summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* use ins/outsChris Lattner2010-03-18
* MC/AsmMatcher: Add support for target specific "instruction cleanup" functions,Daniel Dunbar2010-03-18
* offsetof always has type size_t.Dan Gohman2010-03-18
* Fix a name clash that was breaking MSVC builds.Benjamin Kramer2010-03-18
* Explicitly cast std::min's arguments to avoid type mismatches.Dan Gohman2010-03-18
* Define placement new wrappers for BumpPtrAllocator andDan Gohman2010-03-18
* Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() toBob Wilson2010-03-18
* Fix a bug found by inspection; in the __GNUC__ code, the alignmentDan Gohman2010-03-18
* Nick wants these alphabetized Andrew Lenharth2010-03-18
* Add the ability to "intern" FoldingSetNodeID data into aDan Gohman2010-03-18
* Reapply r98755 with a thinko which miscompiled gengtype fixed.Dan Gohman2010-03-18
* MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee...Daniel Dunbar2010-03-18
* Add MCSymbol::isInSection.Daniel Dunbar2010-03-18
* MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...Daniel Dunbar2010-03-18
* Revert 98755, which may be causing trouble.Dan Gohman2010-03-17
* Change SCEVNAryExpr's operand array from a SmallVector to a plainDan Gohman2010-03-17
* Remove an unnecessary (and misspelled) typedef. Tweak whitespace.Bob Wilson2010-03-17
* missing includeAndrew Lenharth2010-03-17
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-17
* remove dead variable, patch by Nathan Howell!Chris Lattner2010-03-17
* work around an MSVC2010 bug, PR6504Chris Lattner2010-03-16
* fix PR6589Gabor Greif2010-03-16
* Fix the third (and last known) case of code update problems due Chris Lattner2010-03-16
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-15
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-15
* MC/Mach-O: Add MCSectionMachO::getType()Daniel Dunbar2010-03-15
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-15
* Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor2010-03-15
* Fix the case when a reference to an address taken BB is emitted in oneChris Lattner2010-03-15
* Don't save a temporary string into a StringRef field.Jeffrey Yasskin2010-03-15
* fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner2010-03-15