[llvm-profdata] Add check for text profile formats and improve error reporting
[oota-llvm.git] / lib / Target /
2015-11-12 Dan Gohman[WebAssembly] Reapply r252858, with svn add for the...
2015-11-12 Michael Zuckerman[x86] translating "fp" (floating point) instructions...
2015-11-12 Artyom SkrobovCull non-standard variants of ARM architectures (NFC)
2015-11-12 Hans WennborgRevert r252858: "[WebAssembly] Switch to MC for instruc...
2015-11-12 Vasileios KalintirisRe-apply "[mips] Use correct frame register for DWARF...
2015-11-12 James Molloy[ARM] CMOV->BFI combining: handle both senses of CMPZ
2015-11-12 Renato GolinRevert "[ARM] Enable shrink-wrapping by default."
2015-11-12 Daniel SandersImplement .reloc (constant offset only) with support...
2015-11-12 Zlatko Buljan[mips][microMIPS] Implement LWM16, SB16, SH16, SW16...
2015-11-12 Vasileios KalintirisRevert "[mips] Use correct frame register for DWARF...
2015-11-12 Vasileios Kalintiris[mips] Use correct frame register for DWARF info when...
2015-11-12 Dylan McKayAdd AVR backend skeleton
2015-11-12 Dan Gohman[WebAssembly] Switch to MC for instruction printing.
2015-11-12 Manman Ren[TLS on Darwin] use a different mask for tls calls...
2015-11-11 Quentin Colombet[ARM] Enable shrink-wrapping by default.
2015-11-11 Joseph Tremoulet[WinEH] Only generate UnwindHelp slot for MSVCXX
2015-11-11 Sanjay Patel[MIPS] add overrides for isCheapToSpeculateCttz() and...
2015-11-11 Diego NovilloProperly fix unused variable in disable-assert builds.
2015-11-11 Diego NovilloRemove unused variable in disable-assert builds. NFC.
2015-11-11 Douglas KatzmanVisibly fail if attempting to encode register AH,BH...
2015-11-11 James Molloy[ARM] Combine BFIs together
2015-11-11 Aaron BallmanSilencing nine warnings for "enumeral and non-enumeral...
2015-11-11 Michael Kuperstein[X86] Replace LEAs with INC/DEC when profitable
2015-11-11 Craig Topper[X86] Fix feature flags on some MMX register instructio...
2015-11-11 Craig Topper[X86] Remove redundant MMX isel patterns.
2015-11-11 Dan Gohman[WebAssembly] Support non-legal argument and return...
2015-11-11 Ahmed Bougacha[MC] Use LShr for constant evaluation of ">>" on non...
2015-11-11 Matt ArsenaultAMDGPU: Print more fields in comments
2015-11-11 Matt ArsenaultAMDGPU: Remove dead code
2015-11-11 Matt ArsenaultAMDGPU: Set isAllocatable = 0 on VS_32/VS_64
2015-11-10 Reid Kleckner[WinEH] Insert the MBB for EH_RESTORE after the catchret
2015-11-10 Dan Gohman[WebAssembly] Remove special cases for things that...
2015-11-10 Bill SchmidtAdd PPCMIPeephole.cpp to CMakeLists.txt
2015-11-10 Dan Gohman[WebAssembly] Support for floating point min and max.
2015-11-10 Bill Schmidt[PowerPC] Add an MI SSA peephole pass.
2015-11-10 Sanjay Patel[ARM] add overrides for isCheapToSpeculateCttz() and...
2015-11-10 Sanjay Patel[AArch64] add overrides for isCheapToSpeculateCttz...
2015-11-10 Michael Kuperstein[X86] Do not try to custom-lower sitofp/fptosi in soft...
2015-11-10 James MolloyReapply "[ARM] Combine CMOV into BFI where possible"
2015-11-10 Tilmann Scheller[PowerPC] Remove redundant code.
2015-11-10 Oliver Stannard[AArch64] Fix halfword load merging for big-endian...
2015-11-10 Igor BregerAVX512 : Implemented encoding and DAG lowering for...
2015-11-10 David BlaikieRemove another variable unused in -Asserts build
2015-11-10 David BlaikieRemove some unused variables to clean up the -Werror...
2015-11-10 Colin LeMahieu[Hexagon] Adding instruction aliases and tests.
2015-11-10 Andy AyersSupport for emitting inline stack probes
2015-11-10 Colin LeMahieu[Hexagon] Fixing compound register printing and reenabl...
2015-11-10 Tim NorthoverAArch64: add experimental support for address tagging.
2015-11-10 Derek Schuff[WebAssembly] Support 'unreachable' expression
2015-11-10 Colin LeMahieu[Hexagon] Fixing store instructions and reenabling...
2015-11-10 Akira Hatanaka[ARM] Handle t2ADDri in ARMAsmPrinter::EmitUnwindingIns...
2015-11-10 Colin LeMahieu[Hexagon] Fixing load instruction parsing and reenablin...
2015-11-09 Reid Kleckner[WinEH] Remove isBarrier from instructions that do...
2015-11-09 Sanjay Pateladd a SelectionDAG method to check if no common bits...
2015-11-09 David Majnemer[WinEH] Don't emit CATCHRET from visitCatchPad
2015-11-09 Sanjay Patel[x86] try harder to match bitwise 'or' into an LEA
2015-11-09 Colin LeMahieu[Hexagon] Separating statement to match what clang...
2015-11-09 Reid Kleckner[WinEH] Tweak funclet prologue/epilogue insertion to...
2015-11-09 Reid Kleckner[Hexagon] Fix -Wmicrosoft-enum-value warning with expli...
2015-11-09 Sanjay Pateldon't repeat function names in comments; NFC
2015-11-09 Charlie Turner[AArch64] Add UABDL patterns for log2 shuffle.
2015-11-09 Charlie Turner[AArch64] Handle extract_subvector(..., 0) in ISel.
2015-11-09 Renato Golin[EABI] Add LLVM support for -meabi flag
2015-11-09 Renato GolinRevert "[ARM] Combine CMOV into BFI where possible"
2015-11-09 Colin LeMahieu[Hexagon] Adding override to methods.
2015-11-09 Colin LeMahieu[Hexagon] Fixing warnings.
2015-11-09 Colin LeMahieu[Hexagon] Removing extra gen line.
2015-11-09 Colin LeMahieu[Hexagon] Maybe the makefile?
2015-11-09 Colin LeMahieu[Hexagon] Adding LLVMBuild.txt reference to HexagonAsmP...
2015-11-09 Colin LeMahieu[Hexagon] Enabling ASM parsing on Hexagon backend and...
2015-11-09 Colin LeMahieu[AsmParser] Backends can parameterize ASM tokenization.
2015-11-08 Hal Finkel[PowerPC] Fix LoopPreIncPrep not to depend on SCEV...
2015-11-08 David Majnemer[WinEH] Update PHIs of CATCHRET successors
2015-11-07 Nico WeberTry to fix build more -- like r252392 but for WebAssembly.
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-07 Duncan P. N. Exon... ADT: Remove last implicit ilist iterator conversions...
2015-11-06 Ahmed Bougacha[AArch64][FastISel] Don't even try to select vector...
2015-11-06 Ahmed Bougacha[X86] Fold (trunc (i32 (zextload i16))) into vbroadcast.
2015-11-06 Ahmed Bougacha[X86] SRL non-LSB extracts when folding to truncating...
2015-11-06 Ahmed Bougacha[X86] Don't fold non-LSB extracts into truncating broad...
2015-11-06 Tom StellardAMDGPU/SI: Refactor VOP[12C] tablegen definitions
2015-11-06 Andrew KaylorImproved the operands commute transformation for X86...
2015-11-06 Dan Gohman[WebAssembly] Make expression-stack pushing explicit
2015-11-06 Matt ArsenaultAMDGPU: Cleanup includes
2015-11-06 Matt ArsenaultAMDGPU: Create emergency stack slots during frame lowering
2015-11-06 Matt ArsenaultAMDGPU: Remove unused scratch resource operands
2015-11-06 Matt ArsenaultAMDGPU: Add pass to detect used kernel features
2015-11-06 Matt ArsenaultAMDGPU: Fix hardcoded alignment of spill.
2015-11-06 Matt ArsenaultAMDGPU: Hack for VS_32 register pressure
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-06 Jun Bum Lim[AArch64]Enable the narrow ld promotion only on profita...
2015-11-06 Daniel Sanders[mips][ias] Range check uimm4 operands and fixed a...
2015-11-06 Daniel Sanders[mips][ias] Range check uimm3 operands.
2015-11-06 Daniel Sanders[mips][ias] Range check uimm2 operands and fix a bug...
2015-11-06 Daniel Sanders[mips][ias] Range check uimmz operands.
2015-11-06 Vasileios Kalintiris[mips] Define patterns for the atomic_{load,store}_...
2015-11-06 Tom StellardAMDGPU/SI: Emit HSA kernels with symbol type STT_AMDGPU...
2015-11-06 Reid Kleckner[WinEH] Split EH_RESTORE out of CATCHRET for 32-bit EH
2015-11-05 Tim NorthoverRemove windows line endings introduced by r252177....
2015-11-05 Reid Kleckner[WinEH] Fix funclet prologues with stack realignment
next