summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* MC/Mach-O: Lift relocation emission logic a bit higher to separate evaluation...Daniel Dunbar2010-03-19
* Remove a memory leak from the CBackend.Jeffrey Yasskin2010-03-19
* fix an MCInstPrinter leak that jyasskin pointed out:Chris Lattner2010-03-19
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-19
* Remove a memory leak from ThumbTargetMachine.Jeffrey Yasskin2010-03-19
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-19
* remove some damaged sign extend patterns that can never match.Chris Lattner2010-03-19
* disable some illegal blackfin patterns. sext from i32 to i32 can neverChris Lattner2010-03-19
* comment out a bunch of parallel store patterns that apparentlyChris Lattner2010-03-19
* Fix -Asserts warnings.Daniel Dunbar2010-03-19
* MC/Mach-O: Add isScatteredFixupFullyResolved, which implements the correct al...Daniel Dunbar2010-03-19
* MC/Mach-O/x86_64: Add getAtom[ForAddress].Daniel Dunbar2010-03-19
* MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...Daniel Dunbar2010-03-19
* MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad...Daniel Dunbar2010-03-19
* Fixed a widening bug where we were not using the correct size for the loadMon P Wang2010-03-19
* X86: Fix encoding for TEST64rr.Daniel Dunbar2010-03-19
* FP16 constfoldingAnton Korobeynikov2010-03-19
* Now that tblgen can handle matching implicit defs of instructionsChris Lattner2010-03-19
* Update comment to refer to the right filename.Bob Wilson2010-03-18
* tidy upChris Lattner2010-03-18
* Get rid of target-specific fp <-> int nodes when still I'm here.Anton Korobeynikov2010-03-18
* Get rid of target-specific nodes for fp16 <-> fp32 conversion.Anton Korobeynikov2010-03-18
* Refactor Reg-Reg copy emission routine for ARM. This makes cross-regclass cop...Anton Korobeynikov2010-03-18
* Couple of changes that Dan mentioned for llvm.stackprotector fast-isel.Eric Christopher2010-03-18
* X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, weDaniel Dunbar2010-03-18
* fix some buggy ops concatentationChris Lattner2010-03-18
* use ins/outs.Chris Lattner2010-03-18
* outs come before ins.Chris Lattner2010-03-18
* Make fast-isel understand llvm.stackprotector.Eric Christopher2010-03-18
* Refactor NEON ld/st instructions to hardcode class arguments that are constants.Bob Wilson2010-03-18
* MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement aDaniel Dunbar2010-03-18
* fix an x86-64 encoding bug Daniel found.Chris Lattner2010-03-18