Convert two if sequences to switches.
[oota-llvm.git] / lib / Target / PowerPC /
2013-11-27 Hal FinkelFix comment in PPCA2Model
2013-11-20 Hal FinkelPPC popcnt[dw] do not have record forms
2013-11-20 Hal FinkelPPC: Optimize rldicl generation for masked shifts
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-11 Hal FinkelAdd PPC option for full register names in asm
2013-10-31 Rui UeyamaUse StringRef::startswith_lower. No functionality change.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-16 Eric ChristopherAdd support for the VSX target attribute. No functional...
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-07 Rafael EspindolaRemove getEHExceptionRegister and getEHHandlerRegister.
2013-09-26 Bill Schmidt[PowerPC] Fix PR17354: Generate nop after local calls...
2013-09-26 David MajnemerPPC: Allow partial fills in writeNopData()
2013-09-26 David MajnemerPPC: Do not introduce ISD nodes for fctid and fctiw
2013-09-26 David MajnemerPPC: Add support for fctid and fctiw
2013-09-25 David MajnemerMC: Add support for treating $ as a reference to the PC
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-22 Hal FinkelCorrect the pre-increment load latencies in the PPC...
2013-09-17 Bill Schmidt[PowerPC] Add a FIXME.
2013-09-17 Bill Schmidt[PowerPC] Fix problems with large code model (PR17169).
2013-09-16 Bill Schmidt[PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during...
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Hal FinkelRevert r190764: PPC: Don't restrict lvsl generation...
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-13 Hal FinkelAdd missing break statement in PPCISelLowering
2013-09-12 Chandler CarruthRemove an unused variable, fixing -Werror build with...
2013-09-12 Hal FinkelFix PPC ABI for ByVal structs with vector members
2013-09-12 Hal FinkelMake the PPC fast-math sqrt expansion safe at 0
2013-09-12 Roman DivackyImplement asm support for a few PowerPC bookIII that...
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-12 Hal FinkelPPC: Enable aggressive anti-dependency breaking
2013-09-11 Hal FinkelGreatly simplify the PPC A2 scheduling itinerary
2013-09-11 Hal FinkelEnable MI scheduling (and CodeGen AA) by default for...
2013-09-11 Hal FinkelImplement TTI getUnrollingPreferences for PowerPC
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
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-28 Alexey SamsonovFix use of uninitialized value added in r189400 (found...
2013-08-27 Joerg SonnenbergerGiven target assembler parsers a chance to handle varia...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-26 Bill SchmidtDummy code to silence warning from 4189266
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-08-20 Bill Schmidt[PowerPC] More refactoring prior to real PPC emitProlog...
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-19 Hal FinkelDon't form PPC CTR-based loops around a copysignl call
2013-08-19 Hal FinkelAdd the PPC fcpsgn instruction
2013-08-16 Bill Schmidt[PowerPC] Preparatory refactoring for making prologue...
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-08-14 Hal FinkelActually fix PPC64 64-bit GPR inline asm constraint...
2013-08-08 David Fangcast fix to appease buildbot
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-08-08 Hal FinkelPPC: Map frin to round() not nearbyint() and rint()
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-06 Hal FinkelAdd PPC64 mulli pattern
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-08-03 Benjamin KramerPPCAsmParser: Stop leaking names.
2013-08-03 Hal FinkelFix PPC64 64-bit GPR inline asm constraint matching
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-07-30 Bill Schmidt[PowerPC] Skeletal FastISel support for 64-bit PowerPC...
2013-07-28 Bill Schmidt[PowerPC] Add comment explaining preprocessor directive.
2013-07-28 Bill SchmidtRevert 187318
2013-07-28 Bill Schmidt[PowerPC] Remove unnecessary preprocessor checking.
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-25 Roman DivackyPPC32 va_list is an actual structure so va_copy needs...
2013-07-24 David Fangallow tests to run on powerpc-darwin8 again, checking...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-18 Hal FinkelPPC: Support dynamic allocas with large alignment
2013-07-17 Hal FinkelPPC: Add base-pointer support to builtin setjmp/longjmp
2013-07-17 Hal FinkelPPC: Add CTR-register clobber to builtin setjmp
2013-07-17 Hal FinkelPPC: Implement base pointer and stack realignment
2013-07-16 NAKAMURA TakumiPPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc...
2013-07-15 Hal FinkelPPC: Refactoring to support subtarget feature changing
2013-07-15 Hal FinkelFix register subclass handling in PPCInstrInfo::insertS...
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-13 Joerg SonnenbergerReduce large list of macros to the primary platform...
2013-07-11 Hal FinkelPPC: Add some missing V_SET0 patterns
2013-07-11 Hal FinkelPPCDAGToDAGISel::isRunOfOnes should return false on...
2013-07-10 Hal FinkelPPC: Add a better comment about the i64 FI fixup
2013-07-09 Bill Schmidt[PowerPC] Better fix for PR16556.
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-09 Ulrich Weigand[PowerPC] Support ".machine any"
2013-07-09 Ulrich Weigand[PowerPC] Support .llong and fix .word
next