[PowerPC] ELFv2 stack space reduction
[oota-llvm.git] / lib / Target / PowerPC / PPCFastISel.cpp
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 stack space reduction
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 function call changes
2014-06-24 Bill Schmidt[PPC64] Fix PR20071 (fctiduz generated for targets...
2014-06-23 Ulrich Weigand[PowerPC] Refactor getMinCallFrameSize / getMinCallArgu...
2014-06-23 Ulrich Weigand[PowerPC] Allow stack frames without parameter save...
2014-06-16 Bill Schmidt[PPC64] Fix PR19893 - improve code generation for local...
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-22 Eric ChristopherReset the subtarget for DAGToDAG on every iteration...
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-18 Bill SchmidtFix PR19144: Incorrect offset generated for int-to...
2014-03-18 Craig Topper[C++11] Mark the target fast isel classes as 'final...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2014-02-18 Rafael EspindolaRename a DebugLoc variable to DbgLoc and a DataLayout...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-09-17 Bill Schmidt[PowerPC] Fix problems with large code model (PR17169).
2013-08-31 Bill Schmidt[PowerPC] Fast-isel cleanup patch.
2013-08-30 Bill Schmidt[PowerPC] Add integer truncation support to fast-isel.
2013-08-30 Bill SchmidtCorrect partially defined variable
2013-08-30 Bill Schmidt[PowerPC] Call support for fast-isel.
2013-08-30 Bill Schmidt[PowerPC] Add handling for conversions to fast-isel.
2013-08-30 Bill Schmidt[PowerPC] Handle selection of compare instructions...
2013-08-30 Bill SchmidtRemove bogus debug statement. Sheesh.
2013-08-30 Bill Schmidt[PowerPC] Add loads, stores, and related things to...
2013-08-26 Bill Schmidt[PowerPC] More fast-isel chunks (returns and integer...
2013-08-25 Bill Schmidt[PowerPC] Add fast-isel branch and compare selection.
2013-07-30 Bill Schmidt[PowerPC] Skeletal FastISel support for 64-bit PowerPC...