2010-03-19 |
Daniel Dunbar | llvm-mc: Fix target selection for --disassemble to... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC/X86: Rename alternate spellings of {ADD64,CMP64... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | FileCheck: Don't print "possibly intended match" line... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Torok Edwin | Set numThreads to 1 by default when Python is older... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | make FillWithPossibleTypes take a predicate to filter... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Johnny Chen | Renumber LdStExFrm from 28 to 11 and shift the existing... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Acccess control is lame |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | struct -> class, to silence a Clang warning |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Gabor Greif | back out r98957, it broke smooshlab.apple.com:8010... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Gabor Greif | Recommit r80858 again (which has been backed out in... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC: Add TargetAsmBackend::createObjectWriter. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MCCodeEmitter: Add target independent fixup flag for... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC: Sink code emitter into MCAssembler. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Move to MachObjectWriter.{h,cpp}. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC: Add TargetAsmBackend::isVirtualSection hook. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC: Split MCObjectWriter out of MCAssembler.cpp. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MCAssembler: Pull out MCObjectWriter class. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MCAssembler: Move ApplyFixup to the TargetAsmBackend... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Lift the fixup evaluation and application... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Factor out ExecutePostLayoutBinding, to... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Lift relocation emission logic a bit higher... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Jeffrey Yasskin | Remove a memory leak from the CBackend. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | fix an MCInstPrinter leak that jyasskin pointed out: |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | resolve fixme: we now infer the instruction-level ... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | set SDNPVariadic on nodes throughout the rest of the... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Jeffrey Yasskin | Remove a memory leak from ThumbTargetMachine. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | add a new SDNPVariadic SDNP node flag, and use it in |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | rewrite EnforceSmallerThan to be less bone headed. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | remove some damaged sign extend patterns that can never... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | disable some illegal blackfin patterns. sext from... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | comment out a bunch of parallel store patterns that... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | Fix -Asserts warnings. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Add isScatteredFixupFullyResolved, which... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC/Mach-O/x86_64: Add getAtom[ForAddress]. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimp... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | MC/Mach-O: Factor out isSymbolLinkerVisible method... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | Drop KLEE blurb, we don't have anything new. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Mon P Wang | Fixed a widening bug where we were not using the correc... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | X86: Fix encoding for TEST64rr. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | eliminate the last use of EEVT::isUnknown |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Jeffrey Yasskin | Remove `ignore` from LLVMC/TestWarnings.td. This avoids |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | Finally change the instruction looking map to be a... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | make inst_begin/inst_end iterate over InstructionsByEnu... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | revert 98912 |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | make inst_begin/inst_end iterate over InstructionsByEnu... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Anton Korobeynikov | FP16 constfolding |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | change Target.getInstructionsByEnumValue to return... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Jeffrey Yasskin | Revert r98892. BSD systems may not have bash installed... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | factor copy and paste code. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | don't go through getInstructions(). |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Jeffrey Yasskin | Bugpoint's default memory limit (100MB) was too low... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | look up instructions by record, not by name. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Chris Lattner | Now that tblgen can handle matching implicit defs of... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Bob Wilson | Update comment to refer to the right filename. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | expand tblgen's support for instructions with implicit... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | infer results of a pattern from implicit defs. This... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Jeffrey Yasskin | Work around a valgrind oddity where it doesn't pass... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Anton Korobeynikov | Get rid of target-specific fp <-> int nodes when still... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Anton Korobeynikov | Get rid of target-specific nodes for fp16 <-> fp32... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Anton Korobeynikov | Refactor Reg-Reg copy emission routine for ARM. This... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Eric Christopher | Couple of changes that Dan mentioned for llvm.stackprot... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Daniel Dunbar | X86MCCodeEmitter: Fix two minor issues with reloc_ripre... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | capture implicit uses and defs in CodeGenInstruction |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | simplify this code, the # of sets in the pattern for... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | disallow concatenation of two dags with different opera... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | rewrite this to not artificially force concat the ins... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | fix some buggy ops concatentation |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | eliminate support for "ops" in the input/output list... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | use ins/outs |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | use ins/outs. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | remove some code that was working around old sparc... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | outs come before ins. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Eric Christopher | Make fast-isel understand llvm.stackprotector. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Bob Wilson | Refactor NEON ld/st instructions to hardcode class... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Daniel Dunbar | lit: Tweak example tests config. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Daniel Dunbar | MC/X86/AsmMatcher: Use the new instruction cleanup... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Daniel Dunbar | MC/AsmMatcher: Add support for target specific "instruc... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | fix an x86-64 encoding bug Daniel found. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | offsetof always has type size_t. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Simplify this code. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Benjamin Kramer | Fix a name clash that was breaking MSVC builds. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Explicitly cast std::min's arguments to avoid type... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Gabor Greif | another one |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Define placement new wrappers for BumpPtrAllocator and |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Make this test more lenient; with SmallVector now using... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Bob Wilson | Fix pr6543: svn r88806 changed MachineJumpTableInfo... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Fix a bug found by inspection; in the __GNUC__ code... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Andrew Lenharth | Nick wants these alphabetized |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | add a special relocation type for movq loads for object |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Add explicit braces to avoid ambiguous ‘else’. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | callq is pcrelative |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Bob Wilson | Check if function names start with "llvm." before tryin... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Add the ability to "intern" FoldingSetNodeID data into a |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Wesley Peck | Adding MicroBlaze as an experimental backend in the... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Oscar Fuentes | CMake: Add options for using static runtime on MSVC... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Kovarththanan... | Add an extra newline to separate PP directives from... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Benjamin Kramer | Try to fix a valgrind error on 32 bit platforms: use... |
commit | commitdiff | tree | snapshot |
next |