2013-10-11 |
Benjamin Kramer | fConversion: Attempt #2 at fixing the MSVC build. |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Benjamin Kramer | IfConversion: Try to unbreak the MSVC build. |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Benjamin Kramer | Mips: Disassemble sign-extended 64 bit immediates properly. |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Matthias Braun | Remove kill flags after if conversion if necessary |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Matthias Braun | Introduce ad hoc liveness tracking utility: LiveRegUnits |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Quentin Colombet | [DAGCombiner] Load slicing test case: attempt to really... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Renato Golin | Add warning about CHECK-DAG with variable definition |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Manman Ren | Debug Info Testing Case: check for the name of a structure. |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Stephen Lin | Really fix CHECK-LABEL and CHECK-DAG interaction. This... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Quentin Colombet | [DAGCombiner] Reapply load slicing (192471) with a... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Quentin Colombet | [DAGCombiner] Revert load slicing (r192471), until... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Matthias Braun | Revert "Tests: Be less dependent on a specific schedule... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Quentin Colombet | [DAGCombiner] Slice a big load in two loads when the... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Rafael Espindola | Fix handling of CHECK-DAG inside of CHECK-LABEL. |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Renato Golin | Better info when debugging vectorizer |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Amara Emerson | [ARM] Fix FP ABI attributes with no VFP enabled. |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Matthias Braun | fix typo in comment |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Matthias Braun | Tests: Be less dependent on a specific schedule/regalloc |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Matheus Almeida | This reverts 192447 because of compiler warning generat... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Matheus Almeida | This reverts r192449 because of compiler warning genera... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Matheus Almeida | [mips][msa] Direct Object Emission for the majority... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Matheus Almeida | [mips][msa] Direct Object Emission of INSERT.{B,H,W... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Matheus Almeida | [mips][msa] Improves robustness of the test by enhancin... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Justin Holewinski | [NVPTX] Switch from StrongPHIElimination to PHIEliminat... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Justin Holewinski | Make AsmPrinter::emitImplicitDef a virtual method so... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Amara Emerson | [ARM] Add a test case for disabled neon/fpu features. |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Daniel Sanders | [mips][msa] Added support for matching maddv.[bhwd... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Daniel Sanders | [mips][msa] Added support for matching fmsub.[wd] from... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Robert Lytton | XCore target fix bug in emitArrayBound() causing segmen... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Robert Lytton | XCore target does not emit '.hidden' or '.protected... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Robert Lytton | XCore target: fix bug in XCoreLowerThreadLocal.cpp |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Robert Lytton | XCore target: add XCoreTargetLowering::isZExtFree() |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Daniel Sanders | [mips][msa] Added support for matching fmadd.[wd] from... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Daniel Sanders | [mips][msa] Added support for matching ffint_[us].... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Craig Topper | Remove another unnecessary filter from the disassembler. |
commit | commitdiff | tree | snapshot |
2013-10-11 |
NAKAMURA Takumi | LiveRangeCalc.h: Update a description corresponding... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Kevin Qin | Implement aarch64 neon instruction set AdvSIMD (copy). |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matt Arsenault | Fix typo |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matthias Braun | Tests: Do not unnecessarily depend on kill comments |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matthias Braun | Tests: Use CHECK-LABEL where possible |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matthias Braun | Print register in LiveInterval::print() |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matthias Braun | Represent RegUnit liveness with LiveRange instance |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matthias Braun | Work on LiveRange instead of LiveInterval where possible |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matthias Braun | Change MachineVerifier to work on LiveRange + LiveInterval |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matthias Braun | Pass LiveQueryResult by value |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matthias Braun | Refactor LiveInterval: introduce new LiveRange class |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matthias Braun | Rename LiveRange to LiveInterval::Segment |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matthias Braun | Rename parameter: defined regs are not incoming. |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Sriram Murali | test commit |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matt Arsenault | Use getPointerSizeInBits() rather than 8 * getPointerSize() |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matt Arsenault | Fix grammar / missing words |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Manman Ren | Debug Info: In DIBuilder, the context field of subprogr... |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Manman Ren | Add comments to debug info testing case. |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Matt Arsenault | R600: Fix trunc i64 to i32 on SI |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Hans Wennborg | Provide msbuild integration for vs2013. |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Hans Wennborg | Fix msbuild integration install script. |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Tom Stellard | R600/SI: Implement SIInstrInfo::verifyInstruction(... |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Tom Stellard | R600/SI: Use -verify-machineinstrs for most tests |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Tom Stellard | R600/SI: Define a separate MIMG instruction for each... |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Tom Stellard | R600/SI: Mark the EXEC register as reserved |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Tom Stellard | R600: Use StructurizeCFGPass for non SI targets |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Hao Liu | Implement AArch64 vector load/store multiple N-element... |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Rafael Espindola | Revert "Implement AArch64 vector load/store multiple... |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Hao Liu | Implement AArch64 vector load/store multiple N-element... |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Benjamin Kramer | ARM: Put isV8EligibleForIT into the llvm namespace... |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Benjamin Kramer | Disable function padding to get this test to pass on... |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Tim Northover | ARM: correct liveness flags during ARMLoadStoreOpt |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Craig Topper | Allow non-AVX form of pmovmskb to take a GR64 operand. |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Craig Topper | Remove duplicate instructions. |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Craig Topper | Fix so CRC32r64r8 isn't accidentally filtered from... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Akira Hatanaka | [mips] Do not generate INS/EXT nodes if target does... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Rui Ueyama | Revert "llvm-c: Make target initializer functions exter... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Manman Ren | Debug Info: In DIBuilder, the context and type fields... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Anders Waldenborg | llvm-c: Make target initializer functions external... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Manman Ren | Debug Info: In DIBuilder, the context field of a forwar... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Bill Wendling | Add missing releases. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Benjamin Kramer | Flip the ownership of MCStreamer and MCTargetStreamer. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Shuxin Yang | Fix a bug in Dead Argument Elimination. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Rafael Espindola | Add a GlobalAlias::isValidLinkage to reduce code duplic... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Venkatraman... | [Sparc] Disable tail call optimization for sparc64. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Greg Bedwell | Test commit. Remove whitespace from otherwise empty... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Elena Demikhovsky | AVX-512: Added VRCP28 and VRSQRT28 instructions and... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Tim Northover | AArch64: enable MISched by default. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Tim Northover | AArch64: migrate ADRP relaxation test to be llvm-mc... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Craig Topper | More x86 disassembler filtering cleanup. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Andrew Trick | Add missing HasAVX512 predicate. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Craig Topper | Remove some old filters from the x86 disassembler table... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Craig Topper | Replace a couple instructions with patterns referring... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Craig Topper | Use AVX512PIi8 for the alt forms of vcmp instructions... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Craig Topper | Mark some instructions as CodeGenOnly since they aren... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Craig Topper | Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmov... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Rafael Espindola | Add a paragraph about MCTargetStreamer. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
NAKAMURA Takumi | llvm/test/LTO should run also on cygwin. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Manman Ren | Debug Info: In DIBuilder, the context field of a DIComp... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Manman Ren | Debug Info: In DIBuilder, the context fields of a stati... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Manman Ren | Debug Info: In DIBuilder, the derived-from field of... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Manman Ren | Debug Info: In DIBuilder, the derived-from field of... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Chad Rosier | [AArch64] Add support for NEON scalar floating-point... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Matt Arsenault | Fix duplicated assertions. |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Chad Rosier | [AArch64] Add support for NEON scalar signed/unsigned... |
commit | commitdiff | tree | snapshot |
next |