summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [PowerPC 3/4] Little-endian adjustments for VSX vector shuffleBill Schmidt2014-12-091-0/+9
* [PowerPC 2/4] Little-endian adjustments for VSX insert/extract operationsBill Schmidt2014-12-091-0/+14
* [AVX512] Added VPBROADCAST{BWDQ} (Load with Broadcast Integer Data from Gener...Robert Khasanov2014-12-091-23/+33
* [CodeGenPrepare] Split branch conditions into multiple conditional branches.Juergen Ributzka2014-12-091-1/+209
* Move function to obtain branch weights into the BranchInst class. NFC.Juergen Ributzka2014-12-092-26/+26
* [PowerPC 1/4] Little-endian adjustments for VSX loads/storesBill Schmidt2014-12-093-2/+202
* Move method out of line to make buildbot happy.Rafael Espindola2014-12-091-0/+2
* Don't lookup an object symbol name in the module.Rafael Espindola2014-12-091-5/+2
* [x86] Fix the test to actually test things for the CPU names, add theChandler Carruth2014-12-091-0/+4
* Removing an unused variable to silence a -Wunused-but-set-variable warning. NFC.Aaron Ballman2014-12-091-2/+0
* Fix modified immediate bug reported by MC Hammer.Asiri Rathnayake2014-12-091-11/+6
* [x86] Bring some sanity to the x86 CPU processor definitions.Chandler Carruth2014-12-091-61/+139
* Teach instcombine to canonicalize "element extraction" from a load of anChandler Carruth2014-12-091-41/+349
* Skip declarations in the case of functions.Michael Ilseman2014-12-091-0/+3
* AVX-512: Added some comments to ERI scalar intrinsics.Elena Demikhovsky2014-12-092-6/+17
* Fix a few instances found in SelectionDAG where we were not handling F16 at p...Owen Anderson2014-12-092-3/+5
* test commit (spelling correction)Mohit K. Bhakkad2014-12-091-1/+1
* [X86] Convert esp-relative movs of function arguments into pushes, step 1Michael Kuperstein2014-12-092-4/+125
* Reland r223754David Majnemer2014-12-091-6/+9
* Revert "AsmParser: Reject invalid mismatch between forward ref and def"David Majnemer2014-12-091-8/+5
* AsmParser: Reject invalid mismatch between forward ref and defDavid Majnemer2014-12-091-5/+8
* Restore r223709 as it was meant to be, and enable FeatureP8Vector for P8Bill Schmidt2014-12-091-2/+2
* Revert r223709, "[PowerPC]Activate FeatureVSX for the Power target", to unbre...NAKAMURA Takumi2014-12-091-3/+5
* Handle early-clobber registers in the aggressive anti-dep breakerHal Finkel2014-12-091-0/+15
* R600/SI: Set MayStore = 0 on MUBUF loadsTom Stellard2014-12-091-1/+1
* R600/SI: Move setting of the lds bit to the base MUBUF classTom Stellard2014-12-091-6/+9
* [Hexagon] Removing old def versions and replacing usages with versions that h...Colin LeMahieu2014-12-085-182/+40
* MISched: Fix moving stores across barriersTom Stellard2014-12-081-6/+7
* [Hexagon] Adding any8, all8, and/or/xor/andn/orn/not predicate register forms...Colin LeMahieu2014-12-081-0/+84
* [PowerPC]Activate FeatureVSX for the Power targetBill Seurer2014-12-081-5/+3
* [PowerPC] Don't use a non-allocatable register to implement the 'cc' aliasHal Finkel2014-12-082-9/+6
* [Hexagon] Adding xtype doubleword add, sub, and, or, xor and patterns.Colin LeMahieu2014-12-081-46/+50
* [Hexagon] Adding xtype doubleword comparisons. Removing unused multiclass.Colin LeMahieu2014-12-082-32/+50
* [Hexagon] Adding xtype parity, min, minu, max, maxu instructions.Colin LeMahieu2014-12-084-0/+110
* [Hexagon] Adding xtype halfword add/sub ll/hl/lh/hh/sat/<<16 instructions.Colin LeMahieu2014-12-081-2/+102
* R600/SI: Move continue after checking s_mov_b32.Matt Arsenault2014-12-081-3/+3
* ConstantFold: Zero-sized globals might land on top of another globalDavid Majnemer2014-12-081-3/+15
* Lazily link GlobalVariables and GlobalAliases.Rafael Espindola2014-12-081-119/+125
* [Hexagon] Adding add/sub with saturation. Removing unused def. Cleaning up ...Colin LeMahieu2014-12-082-16/+22
* InstSimplify: Try to bring back the rest of r223583David Majnemer2014-12-081-2/+7
* [CompactUnwind] Fix register encoding logicBruno Cardoso Lopes2014-12-081-1/+1
* Don't crash when the key of a comdat is lazily linked.Rafael Espindola2014-12-081-0/+9
* InstrProf: An intrinsic and lowering for instrumentation based profilingJustin Bogner2014-12-084-0/+313
* AArch64: treat HFAs containing "half" types as blocks too.Tim Northover2014-12-081-0/+5
* [X86] Improved tablegen patters for matching TZCNT/LZCNT.Andrea Di Biagio2014-12-081-24/+29
* [Hexagon] Adding combine reg, reg with predicated forms.Colin LeMahieu2014-12-081-0/+7
* [Hexagon] Adding packhl instruction.Colin LeMahieu2014-12-081-0/+6
* [mips] Add Mips-specific CCIf's for accessing the MipsCCState. NFC.Daniel Sanders2014-12-081-13/+28
* [X86] Improved lowering of packed v8i16 vector shifts by non-constant count.Andrea Di Biagio2014-12-081-10/+20
* Move the ValueMap lookup inside linkFunctionBody. NFC.Rafael Espindola2014-12-081-16/+15
OpenPOWER on IntegriCloud