2009-06-26 |
Chris Lattner | move magic for PIC constantpool references from asmprinter...
|
commit | commitdiff | tree |
2009-06-26 |
Chris Lattner | implement DOTGraphTraits<SelectionDAG*>::getNodeLabel...
|
commit | commitdiff | tree |
2009-06-26 |
Chris Lattner | use jump table operand flags in asm printer instead...
|
commit | commitdiff | tree |
2009-06-26 |
Chris Lattner | fix a pasto.
|
commit | commitdiff | tree |
2009-06-26 |
Chris Lattner | dot graph viewing is apparently not using SDNode::print_deta...
|
commit | commitdiff | tree |
2009-06-26 |
Chris Lattner | propagate target operand flags from dag nodes into...
|
commit | commitdiff | tree |
2009-06-26 |
Chris Lattner | propagate target operand flags through addressing mode...
|
commit | commitdiff | tree |
2009-06-26 |
Chris Lattner | fit in 80 cols
|
commit | commitdiff | tree |
2009-06-26 |
Chris Lattner | start adding logic in isel to determine asm printer...
|
commit | commitdiff | tree |
2009-06-25 |
Chris Lattner | down with unwind info :)
|
commit | commitdiff | tree |
2009-06-25 |
Chris Lattner | add targetflags to jump tables and constant pool entries.
|
commit | commitdiff | tree |
2009-06-25 |
Chris Lattner | allow setting target operand flags on TargetGlobalAddress...
|
commit | commitdiff | tree |
2009-06-25 |
Chris Lattner | start bringing targetoperand flags into isel, first...
|
commit | commitdiff | tree |
2009-06-25 |
Chris Lattner | simplify shouldPrintPLT
|
commit | commitdiff | tree |
2009-06-25 |
Chris Lattner | Use target-specific machine operand flags to eliminate...
|
commit | commitdiff | tree |
2009-06-25 |
Chris Lattner | just eliminate the code entirely!
|
commit | commitdiff | tree |
2009-06-25 |
Chris Lattner | Clone target flags when copying mbb operands.
|
commit | commitdiff | tree |
2009-06-25 |
Chris Lattner | add file to cmake
|
commit | commitdiff | tree |
2009-06-25 |
Chris Lattner | ad MachineInstrBuilder support for target flags on...
|
commit | commitdiff | tree |
2009-06-25 |
Chris Lattner | fix comments to be correct.
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | unwind info not needed.
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | move some functions, add a FIXME, use PrintPICBaseSymbol...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | reimplement getPICLabelString as PrintPICBaseSymbol...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | sink management of DwarfWriter & MachineModuleInfo...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | sink dwarf finalization out of each target into AsmPrinter...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | eliminate the ExtWeakSymbols set from AsmPrinter. ...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | only emit one .align for all the hidden gv stubs instead...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | inline print*Stub and rearrange function stub printing...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | remove dead code now that personality functions don...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | remove now-dead argument.
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | simplify personality function stub printing to use...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | remove dead argument
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | Rearrange some stuff in MachineOperand and add a new...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | factor some code better.
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | wire up support for MCContext/MCStreamer in -experimental...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | remove dead makefile flags.
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | remove dead makefile flags.
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | implement a bunch of synonyms for section switching.
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | add support for parsing and emitting .section directives...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | add trivial support for passing label definitions through...
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | create an MCStreamer and provide it to AsmParser.
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | stub out a trivial constructor method.
|
commit | commitdiff | tree |
2009-06-24 |
Chris Lattner | make the lexer unique strings it lexes instead of passing...
|
commit | commitdiff | tree |
2009-06-23 |
Chris Lattner | rename MCImm ->MCValue.
|
commit | commitdiff | tree |
2009-06-23 |
Chris Lattner | add a simple MCImm class.
|
commit | commitdiff | tree |
2009-06-23 |
Chris Lattner | refactor a bunch of X86 specific stuff out to its own...
|
commit | commitdiff | tree |
2009-06-23 |
Chris Lattner | add an accessor.
|
commit | commitdiff | tree |
2009-06-23 |
Chris Lattner | implement a trivial binary expression parser, we can...
|
commit | commitdiff | tree |
2009-06-23 |
Chris Lattner | get a definition of strull on windows, thanks to Howard Su.
|
commit | commitdiff | tree |
2009-06-22 |
Chris Lattner | process memory operands with a parenthesized expression...
|
commit | commitdiff | tree |
2009-06-22 |
Chris Lattner | Implement full support for parsing primary expressions...
|
commit | commitdiff | tree |
2009-06-22 |
Chris Lattner | implement parser support for '*' operands, as in "call...
|
commit | commitdiff | tree |
2009-06-22 |
Chris Lattner | implement memory operand parsing.
|
commit | commitdiff | tree |
2009-06-22 |
Chris Lattner | start implementing some simple operand parsing.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | rename SourceMgr::PrintError to PrintMessage.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | set up the top-level parsing loop.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | stub out parser for asm files. Change invariant on...
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | add string literals.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | hopefully fix the build on linux.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | simplify some error recovery stuff.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | implement enough of a lexer to get through Olden/health...
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | oh yeah, cmake needs to be told explicitly about new...
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | some baby steps.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | prune #include, fix warning.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | start wiring up support for asm parsing.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | move include searching logic from TGLexer to SourceMgr.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | Rename TGSourceMgr -> SourceMgr.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | rename TGLoc -> SMLoc.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | move TGSourceMgr class out of TableGen into libsupport.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | simplify closing paren and (rip) printing.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | indentation fix
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | fit in 80 cols
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | remove #if 0 code
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | cosmetic changes.
|
commit | commitdiff | tree |
2009-06-21 |
Chris Lattner | implement PR4424: 0/x is always 0 for integer division.
|
commit | commitdiff | tree |
2009-06-20 |
Chris Lattner | change TLS_ADDR lowering to lower to a real mem operand...
|
commit | commitdiff | tree |
2009-06-20 |
Chris Lattner | no need for unwind info
|
commit | commitdiff | tree |
2009-06-20 |
Chris Lattner | no need for unwind info here.
|
commit | commitdiff | tree |
2009-06-20 |
Chris Lattner | remove dead code, the main codepath never has to deal
|
commit | commitdiff | tree |
2009-06-20 |
Chris Lattner | eliminate the "call" operand modifier from the asm...
|
commit | commitdiff | tree |
2009-06-20 |
Chris Lattner | fix edit-o
|
commit | commitdiff | tree |
2009-06-20 |
Chris Lattner | some comments and cleanup
|
commit | commitdiff | tree |
2009-06-20 |
Chris Lattner | implement support for lowering subregs when preparing...
|
commit | commitdiff | tree |
2009-06-20 |
Chris Lattner | hook up printMemReference.
|
commit | commitdiff | tree |
2009-06-20 |
Chris Lattner | Start implementing translation of MachineInstr to MCInst...
|
commit | commitdiff | tree |
2009-06-20 |
Chris Lattner | make immediates be int64_t like machineoperand. Add...
|
commit | commitdiff | tree |
2009-06-19 |
Chris Lattner | stub out some hacky code for wiring up the new asmprinter...
|
commit | commitdiff | tree |
2009-06-19 |
Chris Lattner | allow clients of the asmprinter to opt-out of the boilerplat...
|
commit | commitdiff | tree |
2009-06-19 |
Chris Lattner | make jump threading handle lexically identical compare...
|
commit | commitdiff | tree |
2009-06-19 |
Chris Lattner | fix the sparc codegen to not depend on the sparc asmprinter.
|
commit | commitdiff | tree |
2009-06-19 |
Chris Lattner | Improve tail call elim to move loads above readonly...
|
commit | commitdiff | tree |
2009-06-19 |
Chris Lattner | part of PR4405: disable a contentious optimization for
|
commit | commitdiff | tree |
2009-06-19 |
Chris Lattner | add a file I missed, this goes with r73743
|
commit | commitdiff | tree |
2009-06-19 |
Chris Lattner | Add some scaffolding for a new experimental asmprinter
|
commit | commitdiff | tree |
2009-06-19 |
Chris Lattner | merge the common darwin settings from the X86/PPC/ARM...
|
commit | commitdiff | tree |
2009-06-18 |
Chris Lattner | fix build problem pointed out by John Thompson!
|
commit | commitdiff | tree |
2009-06-18 |
Chris Lattner | move mangler quote handling from asm printers to TargetAsmInfo.
|
commit | commitdiff | tree |
2009-06-18 |
Chris Lattner | minor cleanup
|
commit | commitdiff | tree |
2009-06-18 |
Chris Lattner | simplify macro debug info directive handling.
|
commit | commitdiff | tree |
2009-06-18 |
Chris Lattner | fix file header
|
commit | commitdiff | tree |
next |