| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix more places to more thoroughly ignore debug intrinsics. This fixes | Dan Gohman | 2010-03-19 | 2 | -11/+14 |
* | remove the patterns that I commented out in r98930, Dan verified | Chris Lattner | 2010-03-19 | 2 | -324/+0 |
* | major surgery on tblgen: generalize TreePatternNode | Chris Lattner | 2010-03-19 | 5 | -160/+301 |
* | Force configuration of some projects before others. In particular, some | John Criswell | 2010-03-19 | 2 | -26/+69 |
* | Fix -Wnon-virtual-dtor warning. | Rafael Espindola | 2010-03-19 | 1 | -0/+2 |
* | Regenerate configure. | Tanya Lattner | 2010-03-19 | 1 | -9/+9 |
* | Bump version number. | Tanya Lattner | 2010-03-19 | 1 | -1/+1 |
* | Test commit (removed extra blank line) | Ben Holt | 2010-03-19 | 1 | -1/+0 |
* | call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) | Devang Patel | 2010-03-19 | 2 | -4/+12 |
* | Updated copyright year to 2010. | John Criswell | 2010-03-19 | 2 | -5/+5 |
* | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby | 2010-03-19 | 7 | -52/+191 |
* | Stop trying to merge identical jump tables. This had been inadvertently | Bob Wilson | 2010-03-19 | 3 | -43/+6 |
* | MC/Mach-O/x86_64: Add relocation support. | Daniel Dunbar | 2010-03-19 | 4 | -0/+1114 |
* | llvm-mc: Fix target selection for --disassemble to use GetTarget. | Daniel Dunbar | 2010-03-19 | 1 | -6/+2 |
* | MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl... | Daniel Dunbar | 2010-03-19 | 2 | -8/+20 |
* | FileCheck: Don't print "possibly intended match" line if it would match the | Daniel Dunbar | 2010-03-19 | 1 | -5/+6 |
* | Set numThreads to 1 by default when Python is older than 2.5.2. | Torok Edwin | 2010-03-19 | 1 | -1/+8 |
* | make FillWithPossibleTypes take a predicate to filter types so that | Chris Lattner | 2010-03-19 | 2 | -37/+58 |
* | Renumber LdStExFrm from 28 to 11 and shift the existing format values to make | Johnny Chen | 2010-03-19 | 2 | -40/+40 |
* | Acccess control is lame | Douglas Gregor | 2010-03-19 | 1 | -0/+1 |
* | struct -> class, to silence a Clang warning | Douglas Gregor | 2010-03-19 | 1 | -1/+1 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 11 | -60/+34 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 11 | -34/+60 |
* | MC: Add TargetAsmBackend::createObjectWriter. | Daniel Dunbar | 2010-03-19 | 3 | -7/+26 |
* | MCCodeEmitter: Add target independent fixup flag for is-pc-relative. | Daniel Dunbar | 2010-03-19 | 4 | -20/+21 |
* | MC: Sink code emitter into MCAssembler. | Daniel Dunbar | 2010-03-19 | 3 | -9/+12 |
* | MC/Mach-O: Move to MachObjectWriter.{h,cpp}. | Daniel Dunbar | 2010-03-19 | 5 | -821/+943 |
* | MC: Add TargetAsmBackend::isVirtualSection hook. | Daniel Dunbar | 2010-03-19 | 3 | -17/+34 |
* | MC: Split MCObjectWriter out of MCAssembler.cpp. | Daniel Dunbar | 2010-03-19 | 5 | -148/+230 |
* | MCAssembler: Pull out MCObjectWriter class. | Daniel Dunbar | 2010-03-19 | 1 | -82/+126 |
* | MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif... | Daniel Dunbar | 2010-03-19 | 3 | -12/+37 |
* | MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ... | Daniel Dunbar | 2010-03-19 | 2 | -41/+32 |
* | MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c... | Daniel Dunbar | 2010-03-19 | 2 | -31/+41 |
* | MC/Mach-O: Lift relocation emission logic a bit higher to separate evaluation... | Daniel Dunbar | 2010-03-19 | 1 | -56/+77 |
* | Remove a memory leak from the CBackend. | Jeffrey Yasskin | 2010-03-19 | 1 | -1/+4 |
* | fix an MCInstPrinter leak that jyasskin pointed out: | Chris Lattner | 2010-03-19 | 3 | -6/+7 |
* | resolve fixme: we now infer the instruction-level 'isvariadic' bit | Chris Lattner | 2010-03-19 | 2 | -12/+21 |
* | set SDNPVariadic on nodes throughout the rest of the targets that | Chris Lattner | 2010-03-19 | 8 | -15/+27 |
* | Remove a memory leak from ThumbTargetMachine. | Jeffrey Yasskin | 2010-03-19 | 1 | -2/+6 |
* | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner | 2010-03-19 | 6 | -6/+14 |
* | rewrite EnforceSmallerThan to be less bone headed. | Chris Lattner | 2010-03-19 | 2 | -64/+80 |
* | remove some damaged sign extend patterns that can never match. | Chris Lattner | 2010-03-19 | 1 | -8/+6 |
* | disable some illegal blackfin patterns. sext from i32 to i32 can never | Chris Lattner | 2010-03-19 | 1 | -5/+5 |
* | comment out a bunch of parallel store patterns that apparently | Chris Lattner | 2010-03-19 | 2 | -14/+44 |
* | Fix -Asserts warnings. | Daniel Dunbar | 2010-03-19 | 1 | -5/+4 |
* | Fix -Asserts warning. | Daniel Dunbar | 2010-03-19 | 1 | -2/+1 |
* | MC/Mach-O: Add isScatteredFixupFullyResolved, which implements the correct al... | Daniel Dunbar | 2010-03-19 | 1 | -1/+59 |
* | MC/Mach-O/x86_64: Add getAtom[ForAddress]. | Daniel Dunbar | 2010-03-19 | 2 | -0/+49 |
* | MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ... | Daniel Dunbar | 2010-03-19 | 2 | -60/+125 |
* | MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad... | Daniel Dunbar | 2010-03-19 | 2 | -10/+24 |