summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
...
* [X86][AVX512] extend support in Scalar conversionAsaf Badouh2015-09-201-8/+28
* AVX512: vsqrtss/sd encoding and intrinsics implementation.Igor Breger2015-09-201-6/+6
* [X86][AVX512DQ] Add fpclass instruction Asaf Badouh2015-09-201-0/+24
* AVX512: Implemented intrinsics for vshuff32x4, vshuff64x2, vshufi64x2, vshufi...Igor Breger2015-09-201-0/+48
* AVX512: Implement instructions encoding, lowering and intrinsicsIgor Breger2015-09-201-0/+72
* This code never uses r_addend, so it can just use Elf_Rel.Rafael Espindola2015-09-181-4/+2
* [Object/ELF] Change comment to reflect reality.Davide Italiano2015-09-181-1/+1
* Remove couple of new Bitcode enum vals that snuck in via r247927 (NFC)Teresa Johnson2015-09-181-3/+0
* Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...Larisse Voufo2015-09-181-3/+8
* Make MachineScheduler debug output less confusing.James Y Knight2015-09-181-0/+4
* SelectionDAG: Introduce PersistentID to SDNode for assert builds.Matthias Braun2015-09-182-0/+10
* Simplify SmallBitVector::applyMask by consolidating common code for 32- and 6...Yaron Keren2015-09-181-12/+11
* Reverting r247972 (and subordinate commit r247972) as the 32-bit left-shift i...Aaron Ballman2015-09-181-8/+10
* [WinEH] Moved funclet pads should be in relative orderDavid Majnemer2015-09-182-0/+52
* Simplify SmallBitVector::applyMask by consolidating common code for 32-bit an...Yaron Keren2015-09-181-10/+8
* [opaque pointer types] Add an explicit pointee type to alias records in the IRDavid Blaikie2015-09-171-1/+4
* Revert "(HEAD -> master, origin/master, origin/HEAD) RegisterPressure: Move L...Matthias Braun2015-09-171-6/+4
* RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to Pressu...Matthias Braun2015-09-171-4/+6
* [WinEH] Add a funclet layout passDavid Majnemer2015-09-172-0/+4
* [WinEH] Make funclet return instrs pseudo instrsReid Kleckner2015-09-171-0/+1
* Added MD_invariant_group to LLVMContextPiotr Padlewski2015-09-171-1/+2
* Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-4/+10
* [SCEV] Don't repeat method/field names in comment in header; NFC.Sanjoy Das2015-09-171-288/+249
* [WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessorReid Kleckner2015-09-171-0/+2
* Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-10/+4
* Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson2015-09-171-4/+10
* GCC AutoFDO profile reader - Initial support.Diego Novillo2015-09-173-4/+91
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-162-6/+6
* [WinEH] Rip out the landingpad-based C++ EH state numbering codeReid Kleckner2015-09-161-9/+0
* Allow BackpatchWord to be called for non-32-bit aligned words, andTeresa Johnson2015-09-161-8/+19
* [InstCombine] Optimize icmp slt signum(x), 1 --> icmp slt x, 1Sanjoy Das2015-09-161-0/+40
* [WinEH] Pull Adjectives and CatchObj out of the catchpad arg listReid Kleckner2015-09-161-1/+9
* [WinEH] Skip state numbering when no EH pads are presentReid Kleckner2015-09-161-6/+3
* propagate fast-math-flags on DAG nodesSanjay Patel2015-09-162-57/+61
* [X86] Fix emitEpilogue() to make less assumptions about popsMichael Kuperstein2015-09-161-2/+4
* Whitespace.NAKAMURA Takumi2015-09-161-2/+1
* Make the default triple optional by allowing an empty stringMehdi Amini2015-09-161-2/+4
* llvm/CodeGen/CommandFlags.h: Prune doubleslash in #include.NAKAMURA Takumi2015-09-161-1/+1
* [SCEVExpander] Fix comment formatting; NFC.Sanjoy Das2015-09-151-9/+12
* Reapply "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith2015-09-151-5/+5
* Revert "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith2015-09-151-5/+5
* LTO: Disable extra verify runs in release buildsDuncan P. N. Exon Smith2015-09-151-5/+5
* Revert "Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoade...Larisse Voufo2015-09-151-16/+3
* Introducing llvm.invariant.group.barrier intrinsicPiotr Padlewski2015-09-152-1/+32
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-156-516/+75
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-156-75/+516
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-156-516/+75
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-156-75/+516
* [opaque pointer types] Add an explicit value type to GlobalObjectDavid Blaikie2015-09-142-10/+8
* RegisterPressure: constify getRegSetPressureAtPos()Matthias Braun2015-09-141-1/+3
OpenPOWER on IntegriCloud