summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Re-add the Metadata.h include to LLVMContextImpl.h so that MDNode is completeJeffrey Yasskin2010-03-21
* Move the LLVMContextImpl implementation into a .cpp file.Jeffrey Yasskin2010-03-21
* Memoize InlineAsms into the LLVMContext and delete them on shutdown.Jeffrey Yasskin2010-03-21
* Free SavedLI even if SimpleRegisterCoalescing::JoinCopy() returns early.Jeffrey Yasskin2010-03-21
* MC/X86: Fix an MCOperand link, when we parsing shrld $1,%eax and friends; I b...Daniel Dunbar2010-03-20
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-20
* pr6652: Use LDM to restore PC to the return address on ARMv4.Bob Wilson2010-03-20
* Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")Bob Wilson2010-03-20
* Add instruction variants for VST2, VST3, and VST4 "store-lane" operations withBob Wilson2010-03-20
* Add variants of VST2, VST3 and VST4 with address register writeback, andBob Wilson2010-03-20
* Add instructions for double-spaced VST3 and VST4 without address registerBob Wilson2010-03-20
* Add a setCalledFunction member to InvokeInst (like in CallInst)Gabor Greif2010-03-20
* Add VST1 instructions with address register writeback.Bob Wilson2010-03-20
* Add instruction variants for VLD2, VLD3, and VLD4 "load-lane" operations withBob Wilson2010-03-20
* Tidy some more comments and whitespace.Bob Wilson2010-03-20
* Add variants of VLD2, VLD3 and VLD4 with address register writeback, andBob Wilson2010-03-20
* Tidy some comments and whitespace for consistency.Bob Wilson2010-03-20
* Rename some instructions for consistency and sanity: use "_UPD" suffix forBob Wilson2010-03-20
* Add instructions for double-spaced VLD3 and VLD4 without address registerBob Wilson2010-03-20
* Add VLD1 instructions with address register writeback.Bob Wilson2010-03-20
* PIC16: Simplify code by using a std::set<std::string> instead of a sorted & u...Benjamin Kramer2010-03-20
* Revert the rest of 98679.Bob Wilson2010-03-20
* Fix a very bad typo. Since the register number was off by one, the ARMBob Wilson2010-03-20
* Clear the SCEVExpander's insertion point after making deletions,Dan Gohman2010-03-20
* If call result is in ST0 and it is not being passed to the caller'sEvan Cheng2010-03-20
* Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual.Daniel Dunbar2010-03-20
* Add NLdStFrm Format.Johnny Chen2010-03-20
* Revert r98679. The disassembler will be updated to depend on the existence ofJohnny Chen2010-03-19
* Revert this change, since it was causing ARM performance regressions.Bob Wilson2010-03-19
* Fix more places to more thoroughly ignore debug intrinsics. This fixesDan Gohman2010-03-19
* remove the patterns that I commented out in r98930, Dan verified Chris Lattner2010-03-19
* Fix -Wnon-virtual-dtor warning.Rafael Espindola2010-03-19
* call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1)Devang Patel2010-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
* MC/Mach-O/x86_64: Add relocation support.Daniel Dunbar2010-03-19
* MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl...Daniel Dunbar2010-03-19
* Renumber LdStExFrm from 28 to 11 and shift the existing format values to makeJohnny Chen2010-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: Pull out MCObjectWriter class.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