2015-12-01 |
Justin Bogner | IR: Clean up some duplicated code in ConstantDataSequen... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Rafael Espindola | clang-format LinkModules.cpp. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Sanjay Patel | use range-based for loops; NFCI |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Matt Arsenault | AMDGPU: Optimize VOP2 operand legalization |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Rafael Espindola | Use references now that it is natural to do so. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Quentin Colombet | [X86] Make sure the prologue does not clobber EFLAGS... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Xinliang David Li | Use nullptr (NFC) |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Sanjay Patel | don't repeat function/variable names in comments; NFC |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Artyom Skrobov | Fix Thumb1 epilogue generation |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Sanjay Patel | fix typo; NFC |
commit | commitdiff | tree | snapshot |
2015-12-01 |
David Blaikie | [llvm-dwp] Deduplicate strings in the debug_str.dwo... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Weiming Zhao | [AArch64] Fix a corner case in BitFeild select |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Matt Arsenault | AMDGPU: Report extractelement as free in cost model |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Keno Fischer | [Verifier] Improve error for cross-module refs |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Rafael Espindola | Delete dead code. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Rafael Espindola | Use a forwarding constructor instead of an init method. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Rafael Espindola | Delete the setModule method from the Linker. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
David Blaikie | [llvm-dwp] Correctly update debug_str_offsets.dwo when... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Tom Stellard | AMDGPU/SI: Remove REGISTER_STORE/REGISTER_LOAD code... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Tom Stellard | AMDGPU: Use the default strings for data emission direc... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Sanjay Patel | [x86] add a convenience method to check for FMA capabil... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Rafael Espindola | Make appending var linking less of a special case. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Teresa Johnson | [ThinLTO] Wrap dbgs() output in DEBUG macro |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Teresa Johnson | [ThinLTO] Remove stale comment (NFC) |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Rafael Espindola | Simplify test. NFC. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Rafael Espindola | Bring r254336 back: |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Chad Rosier | [LIR] Push check into helper function. NFC. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Yury Gribov | Fix "WARNING: Title underline too short." introduced... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Elena Demikhovsky | AVX-512: fixed asm string of vsqrtss |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Elena Demikhovsky | AVX-512: regenerated test for avx512 arithmetics, NFC |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Elena Demikhovsky | Fixed a failure in getSpaltValue() |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Elena Demikhovsky | Fixed a failure in cost calculation for vector GEP |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Hrvoje Varga | [mips][microMIPS] Implement RECIP.fmt, RINT.fmt, ROUND... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Yury Gribov | Introduce new @llvm.get.dynamic.area.offset.i{32, 64... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Cong Hou | Allow known and unknown probabilities coexist in MBB... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Oliver Stannard | [AArch64] Add ARMv8.2-A Statistical Profiling Extension |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Oliver Stannard | [ARM] Add ARMv8.2-A to TargetParser |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Oliver Stannard | [ARM] Add subtarget features for ARMv8.2-A |
commit | commitdiff | tree | snapshot |
2015-12-01 |
NAKAMURA Takumi | llvm/test/DebugInfo/X86/safestack-byval.ll: Give an... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
NAKAMURA Takumi | Move llvm/test/DebugInfo/Generic/safestack-byval.ll... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Sanjoy Das | Introduce a range version of std::find, and use in... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Sanjoy Das | Introduce a range version of std::any_of, and use it... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Craig Topper | [X86] Fix patterns for memory forms of FP FSUBR and... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Craig Topper | [X86] Use range-based for loops. NFC |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Craig Topper | [X86] Use array_lengthof instead of calculating manuall... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Craig Topper | [Hexagon] Use std::begin() and std::end() instead of... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Craig Topper | [Hexagon] Use array_lengthof and const correct and... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Craig Topper | Use array_lengthof instead of manually calculating... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Craig Topper | [Hexagon] Use ArrayRef to avoid needing to calculate... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Craig Topper | [ARM] Use range-based for loops to avoid the need for... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Craig Topper | Use array_lengthof instead of manually calculating... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Davide Italiano | [Windows] Partially revert r254363 until I can test... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Cong Hou | Replace all weight-based interfaces in MBB with probabi... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Colin LeMahieu | [Hexagon] Disabling failing safestack test |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Matthias Braun | RegisterPressure: If we do not collect dead defs the... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Matthias Braun | RegisterPressure: Remove support for recede()/advance... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Matthias Braun | RegisterPressure: There is no need to make getCurSlot... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Matthias Braun | RegisterPressure: There is no need to make discoverLive... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Matthias Braun | RegisterPressure: Split RegisterOperands analysis code... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Hans Wennborg | Revert r254348: "Replace all weight-based interfaces... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Davide Italiano | [Windows] Follow-up r254363, remove return. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Davide Italiano | [Windows] Simplify assertion code. NFC. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Matt Arsenault | Squelch unused variable warning in SIRegisterInfo.cpp. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
NAKAMURA Takumi | llvm/test/DebugInfo/Generic/safestack-byval.ll is using... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
NAKAMURA Takumi | check-llvm: Introduce the new feature "tls". |
commit | commitdiff | tree | snapshot |
2015-12-01 |
David Blaikie | [llvm-dwp] Add missing Makefile for the old configure... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
David Blaikie | [llvm-dwp] Add missing dependency from llvm tests on... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Cong Hou | Fix a bug in MachineBlockPlacement that may cause asser... |
commit | commitdiff | tree | snapshot |
2015-12-01 |
David Blaikie | [llvm-dwp] Initial partial prototype |
commit | commitdiff | tree | snapshot |
2015-12-01 |
David Blaikie | llvm-dwp: Initial layout |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Evgeniy Stepanov | [safestack] Protect byval function arguments. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Evgeniy Stepanov | Extend debug info for function parameters in SDAG. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Evgeniy Stepanov | [safestack] Fix handling of array allocas. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Cong Hou | Replace all weight-based interfaces in MBB with probabi... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Rafael Espindola | This reverts commit r254336 and r254344. |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Rafael Espindola | Disable a consistency check. |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Sanjay Patel | [InstCombine] add tests to show potential vector IR... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Simon Pilgrim | [X86][FMA4] Prefer FMA4 to FMA |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Rafael Espindola | Start deciding earlier what to link. |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Paul Robinson | Have 'optnone' respect the -fast-isel=false option. |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Cong Hou | [X86] Update test/CodeGen/X86/avg.ll with the help... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Matt Arsenault | AMDGPU: Fix unused function |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Matt Arsenault | AMDGPU: Error if too many user SGPRs used |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Matt Arsenault | AMDGPU: Rework how private buffer passed for HSA |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Matt Arsenault | AMDGPU: Rename enums to be consistent with HSA code... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Matt Arsenault | AMDGPU: Remove SIPrepareScratchRegs |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Matt Arsenault | AMDGPU: Use assert zext for workgroup sizes |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Quentin Colombet | [ARM] For old thumb ISA like v4t, we cannot use PC... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Reid Kleckner | Avoid writing to source directory of tests |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Davide Italiano | [SimplifyLibCalls] Remove useless bits of this tests. |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Davide Italiano | [SimplifyLibCalls] Transform log(exp2(y)) to y*log... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
David Majnemer | [X86] Add RIP to GR64_TCW64 |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Kit Barton | Enable shrink wrapping for PPC64 |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Rafael Espindola | Fix another llvm.ctors merging bug. |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Dan Gohman | [WebAssembly] Fix a few minor compiler warnings. NFC. |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Sanjay Patel | fix formatting; NFC |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Colin LeMahieu | [Hexagon] NFC Reordering headers. |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Matt Arsenault | AMDGPU: Don't reserve SCRATCH_PTR input register |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Aaron Ballman | Silencing a 32-bit to 64-bit implicit conversion warnin... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Hrvoje Varga | [mips][microMIPS] Implement LBUX, LHX, LWX, MAQ_S[A... |
commit | commitdiff | tree | snapshot |
next |