aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Match wrapper node for addressAnton Korobeynikov2009-05-031-2/+17
* Add lowering for global address nodes. Not pretty efficient though.Anton Korobeynikov2009-05-033-1/+27
* Some early full call lowering draft for direct callsAnton Korobeynikov2009-05-032-11/+33
* Add call frame setup instruction elimination and lowerid for bunch of call-re...Anton Korobeynikov2009-05-035-11/+127
* Add CALL lowering.Anton Korobeynikov2009-05-033-4/+193
* Add bunch of mem-whatever patternsAnton Korobeynikov2009-05-031-0/+213
* Add bunch of reg-mem inst patternsAnton Korobeynikov2009-05-031-41/+99
* Add normal and trunc storesAnton Korobeynikov2009-05-033-1/+30
* Basic support for mem=>reg movesAnton Korobeynikov2009-05-034-11/+115
* Add 8-bit insts. zext behaviour is not modelled yetAnton Korobeynikov2009-05-032-8/+79
* Add 8-bit regclass and pattern for sext_inregAnton Korobeynikov2009-05-034-46/+105
* Add pattern for ORAnton Korobeynikov2009-05-033-2/+11
* Add reg-imm variantsAnton Korobeynikov2009-05-031-2/+35
* Add hint to nopAnton Korobeynikov2009-05-031-0/+1
* Add more instructionsAnton Korobeynikov2009-05-031-4/+38
* CleanupAnton Korobeynikov2009-05-031-2/+1
* Add dummy lowering for shiftsAnton Korobeynikov2009-05-033-3/+49
* We don't have any div at all - thus mark it as expensiveAnton Korobeynikov2009-05-031-0/+5
* We're not going to spend 100% of time in interrupts, do we? :)Anton Korobeynikov2009-05-031-1/+1
* Add simple reg-reg add.Anton Korobeynikov2009-05-031-0/+14
* gas uses lower letter for register namesAnton Korobeynikov2009-05-031-16/+16
* Add code enough for emission of reg-reg and reg-imm moves. This allows us to ...Anton Korobeynikov2009-05-037-11/+97
* Add function body printing routineAnton Korobeynikov2009-05-031-1/+21
* Add 'msp430' target triple recognizerAnton Korobeynikov2009-05-032-4/+16
* Make emit{Prologue,Epilogue}() noop for nowAnton Korobeynikov2009-05-031-2/+2
* Add callee-saved regs & reg classes getter hooksAnton Korobeynikov2009-05-031-2/+16
* Add simple FP indicator for given function hookAnton Korobeynikov2009-05-031-1/+3
* Provide set of reserved registersAnton Korobeynikov2009-05-032-5/+17
* Add proper ISD::RET loweringAnton Korobeynikov2009-05-033-0/+83
* Add first draft of MSP430 calling convention stuff and draft of ISD::FORMAL_A...Anton Korobeynikov2009-05-034-0/+142
* Fix register names, fix register allocation order, handle frame pointer.Anton Korobeynikov2009-05-032-11/+21
* Clearify the usage and add some debug stuffAnton Korobeynikov2009-05-031-1/+49
* CleanupAnton Korobeynikov2009-05-031-2/+1
* Add cmake script. No idea whether it works or not :)Anton Korobeynikov2009-05-031-0/+23
* Add a noteAnton Korobeynikov2009-05-031-0/+1
* TypoAnton Korobeynikov2009-05-031-1/+1
* Dummy MSP430 backendAnton Korobeynikov2009-05-0320-0/+990
* 'The attached patch fixes an issue where llc -march=cpp fails withChris Lattner2009-05-011-3/+4
* Fix compilation for some targets other than x86.Argyrios Kyrtzidis2009-04-302-2/+0
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-302-0/+2
* getCommonSubClass() - Calculate the largest common sub-class of two registerJakob Stoklund Olesen2009-04-301-0/+42
* Set mayLoad on MOVZX32_NOREXrm8 too.Dan Gohman2009-04-301-0/+1
* Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoad respectively.Evan Cheng2009-04-301-1/+3
* remove progname which is never set. PR4085Chris Lattner2009-04-301-2/+1
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-2949-132/+216
* Fix infinite recursion in the C++ code which handles movddup by making it unn...Nate Begeman2009-04-292-46/+13
* Implement review feedback for vector shuffle work.Nate Begeman2009-04-292-31/+34
* Add a public method called getAddressSpace() to the GlobalAddressSDNode.Sanjiv Gupta2009-04-291-2/+1
* Second attempt:Bill Wendling2009-04-2949-191/+227
* Properly print 'P' modifier on inline asm memory operands.Anton Korobeynikov2009-04-282-8/+9