aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test commit (removed extra blank line)Ben Holt2010-03-191-1/+0
* call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1)Devang Patel2010-03-192-4/+12
* Updated copyright year to 2010.John Criswell2010-03-192-5/+5
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-197-52/+191
* Stop trying to merge identical jump tables. This had been inadvertentlyBob Wilson2010-03-193-43/+6
* MC/Mach-O/x86_64: Add relocation support.Daniel Dunbar2010-03-194-0/+1114
* llvm-mc: Fix target selection for --disassemble to use GetTarget.Daniel Dunbar2010-03-191-6/+2
* MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl...Daniel Dunbar2010-03-192-8/+20
* FileCheck: Don't print "possibly intended match" line if it would match theDaniel Dunbar2010-03-191-5/+6
* Set numThreads to 1 by default when Python is older than 2.5.2.Torok Edwin2010-03-191-1/+8
* make FillWithPossibleTypes take a predicate to filter types so that Chris Lattner2010-03-192-37/+58
* Renumber LdStExFrm from 28 to 11 and shift the existing format values to makeJohnny Chen2010-03-192-40/+40
* 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-1911-60/+34
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-1911-34/+60
* MC: Add TargetAsmBackend::createObjectWriter.Daniel Dunbar2010-03-193-7/+26
* MCCodeEmitter: Add target independent fixup flag for is-pc-relative.Daniel Dunbar2010-03-194-20/+21
* MC: Sink code emitter into MCAssembler.Daniel Dunbar2010-03-193-9/+12
* MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar2010-03-195-821/+943
* MC: Add TargetAsmBackend::isVirtualSection hook.Daniel Dunbar2010-03-193-17/+34
* MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar2010-03-195-148/+230
* MCAssembler: Pull out MCObjectWriter class.Daniel Dunbar2010-03-191-82/+126
* MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...Daniel Dunbar2010-03-193-12/+37
* MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ...Daniel Dunbar2010-03-192-41/+32
* MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c...Daniel Dunbar2010-03-192-31/+41
* MC/Mach-O: Lift relocation emission logic a bit higher to separate evaluation...Daniel Dunbar2010-03-191-56/+77
* Remove a memory leak from the CBackend.Jeffrey Yasskin2010-03-191-1/+4
* fix an MCInstPrinter leak that jyasskin pointed out:Chris Lattner2010-03-193-6/+7
* resolve fixme: we now infer the instruction-level 'isvariadic' bitChris Lattner2010-03-192-12/+21
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-198-15/+27
* Remove a memory leak from ThumbTargetMachine.Jeffrey Yasskin2010-03-191-2/+6
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-196-6/+14
* rewrite EnforceSmallerThan to be less bone headed.Chris Lattner2010-03-192-64/+80
* remove some damaged sign extend patterns that can never match.Chris Lattner2010-03-191-8/+6
* disable some illegal blackfin patterns. sext from i32 to i32 can neverChris Lattner2010-03-191-5/+5
* comment out a bunch of parallel store patterns that apparentlyChris Lattner2010-03-192-14/+44
* Fix -Asserts warnings.Daniel Dunbar2010-03-191-5/+4
* Fix -Asserts warning.Daniel Dunbar2010-03-191-2/+1
* MC/Mach-O: Add isScatteredFixupFullyResolved, which implements the correct al...Daniel Dunbar2010-03-191-1/+59
* MC/Mach-O/x86_64: Add getAtom[ForAddress].Daniel Dunbar2010-03-192-0/+49
* MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...Daniel Dunbar2010-03-192-60/+125
* MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad...Daniel Dunbar2010-03-192-10/+24
* Drop KLEE blurb, we don't have anything new.Daniel Dunbar2010-03-191-18/+0
* Fixed a widening bug where we were not using the correct size for the loadMon P Wang2010-03-192-2/+26
* X86: Fix encoding for TEST64rr.Daniel Dunbar2010-03-192-1/+5
* eliminate the last use of EEVT::isUnknownChris Lattner2010-03-193-18/+9
* Remove `ignore` from LLVMC/TestWarnings.td. This avoidsJeffrey Yasskin2010-03-191-1/+1
* Finally change the instruction looking map to be a densemap fromChris Lattner2010-03-194-43/+45
* make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner2010-03-195-45/+39