Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
[oota-llvm.git] / lib / Target / PowerPC / PPCFastISel.cpp
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-29 Nemanja IvanovicAdd support for VSX FMA single-precision instructions...
2015-05-23 Hal Finkel[PowerPC] Fix fast-isel when compare is split from...
2015-04-11 Nemanja IvanovicAdd direct moves to/from VSR and exploit them for FP...
2015-04-01 Hal Finkel[PowerPC] FastISel can't handle i1 return values when...
2015-03-17 Samuel AntaoFix R0 use in PowerPC VSX store for FastIsel.
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-02-13 Eric ChristopherPPC LinkageSize can be computed at initialization time...
2015-02-01 Hal Finkel[PowerPC] Make r2 allocatable on PPC64/ELF for some...
2015-01-30 Eric ChristopherUse the cached subtargets and remove calls to getSubtar...
2015-01-30 Eric ChristopherMigrate some of PPC away from the use of bare getSubtar...
2015-01-19 Hal Finkel[PowerPC] Minor correction to r226432
2015-01-19 Hal Finkel[PowerPC] Add r2 as an operand for all calls under...
2015-01-18 Hal Finkel[PowerPC] Initial PPC64 calling-convention changes...
2015-01-14 Hal FinkelRevert "r225811 - Revert "r225808 - [PowerPC] Add Stack...
2015-01-13 Hal FinkelRevert "r225808 - [PowerPC] Add StackMap/PatchPoint...
2015-01-13 Hal Finkel[PowerPC] Add missing override keyword
2015-01-13 Hal Finkel[PowerPC] Add StackMap/PatchPoint support
2015-01-13 Hal Finkel[PowerPC] Split the blr definition into BLR and BLR8
2014-12-25 Hal Finkel[PowerPC] [FastISel] i1 constants must be zero extended
2014-12-05 Bill Seurer[PowerPC]Add VSX loads/stores to fastisel for PPC target
2014-10-09 Samuel AntaoFix bug in GPR to FPR moves in PPC64LE.
2014-09-17 Samuel AntaoFix FastISel bug in boolean returns for PowerPC.
2014-09-17 Samuel AntaoRemove unnecessary blank space (test commit)
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
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...