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