2010-11-15 |
Chris Lattner | convert the operand bits into bitfields since they...
|
commit | commitdiff | tree |
2010-11-15 |
Chris Lattner | add targetoperand flags for jump tables, constant pool...
|
commit | commitdiff | tree |
2010-11-15 |
Chris Lattner | remove some extraneous quotes to make the new instprinter...
|
commit | commitdiff | tree |
2010-11-15 |
Chris Lattner | silence a ton of warnings from clang.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | implement support for the MO_DARWIN_STUB TargetOperand...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | tidy up, no functionality change.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | with the picbase nonsense starting to be figured out...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | move the pic base symbol stuff up to MachineFunction
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | simplify getPICBaseSymbol a bit.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | reimplement ppc asmprinter "toc" handling to use a...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | add some nounwind's.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | lower PPC::MFCRpseud when transforming to MC, avoiding...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | make the stubbed-out printer methods abort instead of
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | wire up a few more things, down to 4 test failures...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | properly wire up the instprinter to the ppc64 backend...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | implement pretty printing support for the various pseudo
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | Wire up symbol hi/lo printing. We don't print hi(...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | implement basic support for symbol operand lowering,
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | trim #includes.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | switch PPC to a simplified MCInstLowering model.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | fix PPC.h to not pull in TargetMachine.h
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | rename LowerToMCInst -> LowerARMMachineInstrToMCInst.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | even more simplifications. ARM MCInstLowering is...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | hopefully unbreak the cmake build, patch by frits van...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | more shrinkification
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | more simplifications.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | simplify and tidy up
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | implement basic support for memory operands and crbit...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | implement several trivial operand printers, reducing
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | Implement support for printing register and immediate...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | stub out PPCMCInstLowering, add a new option that uses...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | stub out a powerpc MCInstPrinter implementation.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | hopefully fix cmake as well.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | fix the autoconf script to detect "has asmprinter"ness...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | move all the target's asmprinters into the main target...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | move PPCAsmPrinter into the main PPC library, like...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | fix cmake
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | no alpha jit support.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | remove JIT support from the Alpha backend. The JIT...
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | random acts of tidiness.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | rename test.
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | filecheckize, remove an old and useless test
|
commit | commitdiff | tree |
2010-11-14 |
Chris Lattner | this test is pretty pointless and "propogation" isn...
|
commit | commitdiff | tree |
2010-11-12 |
Chris Lattner | accept lret as an alias for lretl, fixing the reopened...
|
commit | commitdiff | tree |
2010-11-12 |
Chris Lattner | implement PR8592: empirically "lretq" is a "lret" with...
|
commit | commitdiff | tree |
2010-11-12 |
Chris Lattner | tidy up.
|
commit | commitdiff | tree |
2010-11-12 |
Chris Lattner | describe the preferred approach to silencing 'unused...
|
commit | commitdiff | tree |
2010-11-12 |
Chris Lattner | add operand iterator apis to MachineInstr, patch by...
|
commit | commitdiff | tree |
2010-11-11 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2010-11-11 |
Chris Lattner | add pr#
|
commit | commitdiff | tree |
2010-11-09 |
Chris Lattner | add a case we fail to devirt.
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | implement aliases for div/idiv that have an explicit...
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | add aliases for movs between seg registers and mem...
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | move the "sh[lr]d op,op" -> "shld $1, op,op" aliases...
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | pass literals like $$1 through to the asm matcher....
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | work-in-progress
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | go to great lengths to work around a GAS bug my previous...
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | rework the rotate-by-1 instructions to be defined like the
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | change the fp comparison instructions to not have ...
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | move the plethora of fp stack aliases to the .td file.
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | add (and document) the ability for alias results to...
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | generalize alias support to allow the result of an...
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | move fnstsw aliases to .td file, fix typo
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | move in/out aliases to the .td files.
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | move sldt, imul, and movabsq aliases from c++ to .td...
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | correct suffix matching to search for s/l/t suffixes on
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | document instalias.
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | fix a bug where we had an implicit assumption that the
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | move the lcall/ljmp aliases to the .td file.
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | move the "movsd -> movsl" alias to the .td files,
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | fix some bugs in the alias support, unblocking changing...
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | Reimplement BuildResultOperands to be in terms of the...
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | implement more checking to reject things like:
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | decode and validate instruction alias result definitions.
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | simplify
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | fix another fixme, replacing a string with a semantic...
|
commit | commitdiff | tree |
2010-11-06 |
Chris Lattner | disolve a hack, having CodeGenInstAlias decode the...
|
commit | commitdiff | tree |
2010-11-04 |
Chris Lattner | partition operand processing between aliases and instructions.
|
commit | commitdiff | tree |
2010-11-04 |
Chris Lattner | pull name slicing out of BuildInstructionOperandReference so
|
commit | commitdiff | tree |
2010-11-04 |
Chris Lattner | cleanups.
|
commit | commitdiff | tree |
2010-11-04 |
Chris Lattner | replace SrcOpNum with SrcOpName, eliminating a numering...
|
commit | commitdiff | tree |
2010-11-04 |
Chris Lattner | strength reduce some code, resolving a fixme.
|
commit | commitdiff | tree |
2010-11-04 |
Chris Lattner | take a big step to making aliases more general and...
|
commit | commitdiff | tree |
2010-11-03 |
Chris Lattner | rename Operand -> AsmOperand for clarity.
|
commit | commitdiff | tree |
2010-11-03 |
Chris Lattner | fix typo, patch by Trevor Harmon (PR8537)
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | per a suggestion by Frits van Bommel, mark all MBlaze...
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | chase owen.
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | tweak this to pass.
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | temporarily xfail this.
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | Completely reject instructions that have an operand...
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | make MatchableInfo::Validate reject instructions (like...
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | rewrite EmitConvertToMCInst to iterate over the MCInst...
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | mark a few codegenonly instructions.
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | merge two large parallel loops in EmitConvertToMCInst...
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | a bunch of random cleanup, move a helper to CGT where...
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | add and update comments.
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | refactor/cleanup MatchableInfo by eliminating the Tokens...
|
commit | commitdiff | tree |
2010-11-02 |
Chris Lattner | rename operands -> asmoperands to be more descriptive.
|
commit | commitdiff | tree |
2010-11-01 |
Chris Lattner | fix computation of ambiguous instructions to not ignore...
|
commit | commitdiff | tree |
2010-11-01 |
Chris Lattner | give MatchableInfo::Operand a constructor
|
commit | commitdiff | tree |
next |