oota-llvm.git
2014-10-03 Eric ChristopherWe can grab the options struct from the TargetMachine...
2014-10-02 Adam Nemet[AVX512] Pull pattern for subvector insert into the...
2014-10-02 Adam Nemet[AVX512] Refactor subvector inserts
2014-10-02 Adam Nemet[AVX512] Fix i256mem->f256mem typo in VINSERTF64x4rm
2014-10-02 Rui Ueyamallvm-readobj: add a test for COFF import-by-ordinal...
2014-10-02 Hal Finkel[PowerPC] Modern Book-E cores support sync
2014-10-02 Robin Morisset[Power] Improve the expansion of atomic loads/stores
2014-10-02 Chandler CarruthFix the threshold added in r186434 (a re-apply of r1853...
2014-10-02 Juergen Ributzka[Stackmaps] Make ithe frame-pointer required for stackmaps.
2014-10-02 Duncan P. N... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Rui UeyamaRename data -> Data
2014-10-02 Rui Ueyamallvm-readobj: print COFF imported symbols
2014-10-02 Duncan P. N... DI: Fold constant arguments into a single MDString
2014-10-02 Chandler Carruth[x86] Teach the new vector shuffle lowering to widen...
2014-10-02 Sanjay PatelRemove unused function attribute params.
2014-10-02 Duncan P. N... LTO: Document the Boolean argument from r218784
2014-10-02 Sanjay PatelOptimize square root squared (PR21126).
2014-10-02 Chandler Carruth[x86] Move the vperm2f128 test to be vperm2x128 and...
2014-10-02 Justin BognerInstrProf: Avoid linear search in a hot loop
2014-10-02 Rui UeyamaThis patch adds a new flag "-coff-imports" to llvm...
2014-10-02 Justin BognerReapply "InstrProf: Don't keep a large sparse list...
2014-10-02 Adrian PrantlRemove an extra whitespace.
2014-10-02 Adrian PrantlPretty-printer: Paper over an ambiguity between line...
2014-10-02 Justin BognerRevert "InstrProf: Don't keep a large sparse list aroun...
2014-10-02 Justin BognerInstrProf: Don't keep a large sparse list around just...
2014-10-02 Sanjay PatelUse the local variable that other clauses around here...
2014-10-02 Sanjay PatelRemove duplicate function names from comments. NFC.
2014-10-02 Tilmann Scheller[NVPTX] Remove dead code.
2014-10-02 Joerg SonnenbergerSupport padding unaligned data in .text.
2014-10-02 Aaron BallmanSilence a -Wsign-compare warning. NFC.
2014-10-02 Zinovy Nis[BUG][INDVAR] Fix for PR21014: wrong SCEV operands...
2014-10-02 Chandler Carruth[x86] Just delete the last combine test file.
2014-10-02 Chandler Carruth[x86] Merge still more combine tests into the common...
2014-10-02 Chandler Carruth[x86] Merge the third combining test into the generic...
2014-10-02 Chandler Carruth[x86] Merge the second set of vector combining tests...
2014-10-02 Chandler Carruth[x86] Merge the bitwise operation shuffle combining...
2014-10-02 Chandler Carruth[x86] Update this test to run a full complement of...
2014-10-02 Chandler Carruth[x86] Minimize the parameters to this test for clarity.
2014-10-02 Chandler Carruth[x86] Add a comment clarifying that this test should...
2014-10-02 Chandler Carruth[x86] Switch some of the new consolidated vector tests...
2014-10-02 Lang Hames[PBQP] Update doxygen comment style to match the rest...
2014-10-02 Lang Hames[PBQP] Add support for graph-level metadata to the...
2014-10-02 Eric ChristopherRemove test directories with no tests.
2014-10-02 Justin BognerInstrProf: Simplify counting a file's regions when...
2014-10-01 Chandler Carruth[x86] Improve and correct how the new vector shuffle...
2014-10-01 Bob WilsonPR21101: tablegen's FastISel emitter should filter...
2014-10-01 Lang Hames[MCJIT] Don't crash in debugging output for sections...
2014-10-01 Eric Christopherconstify the TargetMachine argument used in the subtarg...
2014-10-01 Duncan P. N... DIBuilder: Remove duplicated comments, NFC
2014-10-01 Duncan P. N... Revert "DIBuilder: Remove dead code"
2014-10-01 Sanjay PatelLower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen]...
2014-10-01 David BlaikieUpdate test name to match changes made in r218783
2014-10-01 Duncan P. N... DIBuilder: Remove dead code
2014-10-01 Chandler Carruth[x86] Merge the remaining test cases into vector-blend...
2014-10-01 Eric ChristopherNow that the optimization level is adjusting the featur...
2014-10-01 Chandler Carruth[x86] Expand the ISA coverage of our blend test in...
2014-10-01 Argyrios KyrtzidisAdds 'override' to overriding methods. NFC.
2014-10-01 Chandler Carruth[x86] Merge the interesting test cases from blend-msb...
2014-10-01 Chandler Carruth[x86] Move the AVX blend test to a generic name. I...
2014-10-01 Chandler Carruth[x86] Remove a test that wasn't doing anything really...
2014-10-01 Chandler Carruth[x86] Add a 32-bit run to the sext test, and remove...
2014-10-01 Chandler Carruth[x86] Teach both sext and zext vector tests to cover...
2014-10-01 Eric ChristopherRework the PPC TargetMachine so that the non-function...
2014-10-01 Eric Christopherconstify TargetMachine parameter for X86TargetLowering.
2014-10-01 Sanjay PatelMake the sqrt intrinsic return undef for a negative...
2014-10-01 Chandler Carruth[x86] Sort the ISA-specific RUN lines for vector-sext...
2014-10-01 Tim NorthoverARM: yes it can (as of r218789)
2014-10-01 Chandler Carruth[x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.
2014-10-01 Chandler Carruth[x86] Cleanup and re-generate the checks for avx-zext...
2014-10-01 Duncan P. N... DIBuilder: Encapsulate DIExpression's element type
2014-10-01 Chandler Carruth[x86] Generate the FileCheck assertions for avx-blend...
2014-10-01 Chandler Carruth[x86] Clean up and generate detailed FileCheck assertio...
2014-10-01 Bruno Cardoso... [MemoryDepAnalysis] Fix compile time slowdown
2014-10-01 Sanjay PatelDon't repeat function/variable name in comment. NFC.
2014-10-01 Adam Nemet[X86 disasm tblegen backend] Clean up numPhysicalOperan...
2014-10-01 Tim NorthoverARM: allow copying of CPSR when all else fails.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Duncan P. N... LTO: Add missing target triple from r218784
2014-10-01 Reed KotlerAdd fptrunc to mips fast-sel
2014-10-01 Duncan P. N... LTO: Ignore disabled diagnostic remarks
2014-10-01 David BlaikieAdd an immovable type to test Optional<T>::emplace...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Tom StellardR600: Call EmitFunctionHeader() in the AsmPrinter to...
2014-10-01 Tom StellardC API: Add LLVMCloneModule()
2014-10-01 Jingyue WuRevert r216862 due to a performance regression
2014-10-01 Toma Tabacu[mips] Rename emit and parse functions for the .cpload...
2014-10-01 Tom StellardR600/SI: Add a generic pseudo EXP instruction
2014-10-01 Tom StellardR600/SI: Add generic pseudo MTBUF instructions
2014-10-01 Tom StellardR600/SI: Add generic pseudo SMRD instructions
2014-10-01 Oliver Stannard[ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instru...
2014-10-01 Chandler Carruth[x86] Fix a few more tiny patterns with the new vector...
2014-10-01 Chandler Carruth[x86] Delete some extraneous logic from the new vector...
2014-10-01 Tom Coxon[AArch64] Allow access to all system registers with...
2014-10-01 Evgeniy StepanovRevert r218721, r218735.
2014-10-01 Asiri RathnayakeAdd missing natual vector cast.
2014-10-01 NAKAMURA TakumiADTTests/OptionalTest.cpp: Use LLVM_DELETED_FUNCTION.
2014-10-01 Oliver Stannard[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP...
2014-10-01 Daniel Sanders[mips] Fix disassembly of [ls][wd]c[23], cache, and...
2014-10-01 Sasa Stankovic[mips] For indirect calls we don't need $gp to point...
next