aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argiris Kirtzidis2009-05-034-191/+161
* Revert r70645 for now; it's causing a variety of regressions.Dan Gohman2009-05-036-34/+84
* Revert r70630. Go back to appending ".b" to internal globals when shrinkingNick Lewycky2009-05-031-4/+2
* Convert ScalarEvolution to use CallbackVH for its internal map. ThisDan Gohman2009-05-026-84/+34
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-021-2/+10
* The second argument to RecursivelyDeleteTriviallyDeadInstructions hasDan Gohman2009-05-021-2/+2
* Previously, RecursivelyDeleteDeadInstructions provided an optionDan Gohman2009-05-023-41/+77
* When ScalarEvolution is told to forget the trip count for a loop, haveDan Gohman2009-05-021-3/+11
* Tell ScalarEvolution that the loop is being deleted before actuallyDan Gohman2009-05-021-3/+5
* Don't append ".b" to the names of globals that are being shrunk to booleans.Nick Lewycky2009-05-021-2/+4
* Don't split critical edges during the AddUsersIfInteresting phaseDan Gohman2009-05-021-14/+1
* 'The attached patch fixes an issue where llc -march=cpp fails withChris Lattner2009-05-011-3/+4
* Change the description string of the LoopInfo pass.Dan Gohman2009-05-011-1/+1
* Allow CONCAT_VECTORS nodes to be legal or have custom lowering for some targets.Bob Wilson2009-05-012-14/+38
* Actually insert inserted instructions into the InsertedValues map.Dan Gohman2009-05-011-11/+33
* Make RequiresTypeConversion canonicalize the types before calling theDan Gohman2009-05-011-1/+3
* When printing a SCEVUnknown with pointer type, don't print anDan Gohman2009-05-011-4/+0
* Short-circuit inttoptr-ptrtoint constant expressions; these aren'tDan Gohman2009-05-011-1/+8
* Minor whitespace fix.Dan Gohman2009-05-011-1/+1
* Fix an 80-column violation.Dan Gohman2009-05-011-1/+2