aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Blackfin
Commit message (Expand)AuthorAgeFilesLines
* more tests not making the jump into the brave new world.Chris Lattner2011-07-091-19/+0
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-192-2/+2
* Don't completely eliminate identity copies that also modify super register li...Jakob Stoklund Olesen2011-03-311-0/+1
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-041-1/+1
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-031-1/+1
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-111-2/+2
* Start function numbering at 0.Dan Gohman2010-04-171-2/+2
* Change the scheduler from adding nodes in allnodes orderChris Lattner2010-02-241-2/+1
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-062-1/+1
* Delete useless trailing semicolons.Dan Gohman2010-01-055-15/+15
* Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen2009-10-151-0/+3
* Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg ofEvan Cheng2009-09-281-1/+0
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-0953-53/+53
* Add XFAIL testcase for setcc undef.Jakob Stoklund Olesen2009-08-151-0/+17
* Add XFAIL test case for a scavenger assert.Jakob Stoklund Olesen2009-08-151-0/+20
* Update LocalRewriter::DistanceMap when inserting stack loads.Jakob Stoklund Olesen2009-08-151-0/+25
* Rebuild RegScavenger::DistanceMap each time it is needed.Jakob Stoklund Olesen2009-08-111-0/+17
* Add support for READCYCLECOUNTER in Blackfin back-end.Jakob Stoklund Olesen2009-08-081-5/+11
* Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands().Jakob Stoklund Olesen2009-08-081-2/+2
* Turn some insert_subreg, extract_subreg, subreg_to_reg into implicit_defs.Evan Cheng2009-08-051-3/+0
* LowerSubregsInstructionPass::LowerExtract should not extend the live range of...Jakob Stoklund Olesen2009-08-041-0/+15
* Remove unneeded intrinsics from Blackfin backend.Jakob Stoklund Olesen2009-08-021-13/+0
* Fix issue in regscavenger when scavenging a callee-saved register that has no...Jakob Stoklund Olesen2009-08-021-3/+3
* Never add a kill flag to a constrained physical register in a two-addr instru...Jakob Stoklund Olesen2009-08-022-6/+0
* Scavenger asserts.Jakob Stoklund Olesen2009-08-021-3/+0
* Add some basic blackfin intrinsics.Jakob Stoklund Olesen2009-08-022-0/+29
* Inline assembly support for Blackfin.Jakob Stoklund Olesen2009-08-021-0/+38
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-0247-0/+1238