aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee...Daniel Dunbar2010-03-181-8/+9
* Add MCSymbol::isInSection.Daniel Dunbar2010-03-181-4/+9
* MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...Daniel Dunbar2010-03-181-2/+20
* Revert 98755, which may be causing trouble.Dan Gohman2010-03-171-26/+24
* Change SCEVNAryExpr's operand array from a SmallVector to a plainDan Gohman2010-03-171-24/+26
* Remove an unnecessary (and misspelled) typedef. Tweak whitespace.Bob Wilson2010-03-171-3/+3
* missing includeAndrew Lenharth2010-03-171-0/+1
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-171-3/+4
* remove dead variable, patch by Nathan Howell!Chris Lattner2010-03-171-5/+0
* work around an MSVC2010 bug, PR6504Chris Lattner2010-03-161-1/+2
* fix PR6589Gabor Greif2010-03-162-3/+6
* Fix the third (and last known) case of code update problems due Chris Lattner2010-03-161-0/+5
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-151-5/+43
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-151-0/+7
* MC/Mach-O: Add MCSectionMachO::getType()Daniel Dunbar2010-03-151-3/+5
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-151-0/+8
* Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor2010-03-151-2/+5
* Fix the case when a reference to an address taken BB is emitted in oneChris Lattner2010-03-151-1/+3
* Don't save a temporary string into a StringRef field.Jeffrey Yasskin2010-03-151-1/+1
* fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner2010-03-152-5/+6