aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin/BlackfinISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the Blackfin port away from getRegClassForInlineAsmConstraint byEric Christopher2011-06-291-26/+8
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-8/+8
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-5/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-251-1/+0
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-4/+4
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-0/+47
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-211-2/+1
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-1/+2
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-2/+4
* Propagate debug loc.Devang Patel2010-07-061-2/+2
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-2/+1
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-8/+11
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+1
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-2/+3
* Revert 95130.Evan Cheng2010-02-021-1/+0
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-0/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+3
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-3/+0
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-211-1/+0
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-1/+2
* add some missing #includesChris Lattner2009-11-071-1/+1
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-12/+12
* Use getStoreSize() instead of getStoreSizeInBits()/8.Dan Gohman2009-09-231-1/+1
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-201-2/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-3/+3
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-1/+0
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-82/+82
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-86/+86
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-1/+1
* Add support for READCYCLECOUNTER in Blackfin back-end.Jakob Stoklund Olesen2009-08-081-0/+31
* Major calling convention code refactoring.Dan Gohman2009-08-051-63/+41
* Minor stylistic cleanups in the Blackfin target.Jakob Stoklund Olesen2009-08-031-6/+6
* Inline assembly support for Blackfin.Jakob Stoklund Olesen2009-08-021-12/+82
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+536