oota-llvm.git
2013-08-15 Peter CollingbourneDataFlowSanitizer: Add a debugging feature to help...
2013-08-15 Bill WendlingConstify the function parameters.
2013-08-15 Joey GoulyDrive-by fix for a doxygen comment in MachineInstr.h.
2013-08-15 Mihai PopaThis fixes three issues related to Thumb literal loads:
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (madd_q to xori)
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (fadd to ftq)
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (add_a to dpsub...
2013-08-15 Craig TopperRevert r188449 as it turns out we're just missing the...
2013-08-15 Hao LiuClang and AArch64 backend patches to support shll/shl...
2013-08-15 Craig TopperDon't let isPermImmMask handle v16i32 since VPERMI...
2013-08-15 Alexey SamsonovTentative fix for global-buffer-overflow caused by...
2013-08-15 Craig TopperUse MVT instead of EVT in X86ISelDAGToDAG since all...
2013-08-15 Craig TopperUse MVT in place of EVT in more X86 operation lowering...
2013-08-15 Michael GottesmanFixed typo in CMakeLists.txt.
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-08-14 Mark LaceyAuto-compute live intervals on demand.
2013-08-14 Mark LaceyAdd the MachineInstrSpan class.
2013-08-14 Mark LaceyNotify LiveRangeEdit of new virtual registers.
2013-08-14 Mark LaceyTrack new virtual registers by register number.
2013-08-14 Tom StellardR600/SI: Improve legalization of vector operations
2013-08-14 Tom StellardR600/SI: Replace v1i32 type with i32 in imageload and...
2013-08-14 Tom StellardR600/SI: Convert v16i8 resource descriptors to i128
2013-08-14 Tom StellardR600/SI: Use i8 types for resource descriptors in tests
2013-08-14 Tom StellardR600/SI: Lower BUILD_VECTOR to REG_SEQUENCE v2
2013-08-14 Tom StellardR600/SI: Choose the correct MOV instruction for copying...
2013-08-14 Tom StellardR600/SI: Assign a register class to the $vaddr operand...
2013-08-14 Daniel Dunbar[llvm-build] Make Py3 compatible.
2013-08-14 Peter CollingbourneDataFlowSanitizer: move abilist input file to Inputs.
2013-08-14 David BlaikieDebugInfo: Prefer references over pointers, pass by...
2013-08-14 Tom StellardR600/SI: Handle MSAA texture targets
2013-08-14 Tom StellardR600/SI: Allow conversion between v32i8 and v8i32
2013-08-14 Tom StellardR600/SI: Fix an obvious typo
2013-08-14 Tom StellardR600/SI: Add pattern for fp_to_uint
2013-08-14 Daniel Dunbar[lit] Add test coverage of gtest format.
2013-08-14 Daniel Dunbar[lit] Ensure test output is converted to strings where...
2013-08-14 Mark LaceyFix small typo: s/succ/Succ/
2013-08-14 Peter CollingbourneDataFlowSanitizer: Instrumentation for memset.
2013-08-14 Hal FinkelActually fix PPC64 64-bit GPR inline asm constraint...
2013-08-14 Peter CollingbourneDataFlowSanitizer: greylist is now ABI list.
2013-08-14 Daniel Dunbar[lit] Support parsing scripts with inconsistent or...
2013-08-14 Reid KlecknerUse the MSVC __cpuid intrinsic instead of inline asm
2013-08-14 Jakob Stoklund... Remove unnecessary parameter to RenumberValues.
2013-08-14 Jakob Stoklund... Remove unused function.
2013-08-14 Jakob Stoklund... Improve misleading comment.
2013-08-14 Jakob Stoklund... Remove declaration of nonexistant function.
2013-08-14 Jakob Stoklund... LiveIntervalUnion is not used in RegAllocBase.
2013-08-14 Jakob Stoklund... Remove unused struct/enum
2013-08-14 Alexey Samsonovllvm-symbolizer: add support for .gnu_debuglink section
2013-08-14 Renato GolinLet t2LDRBi8 and t2LDRBi12 have same Base Pointer
2013-08-14 Benjamin KramerSphinx refuses to render this code block. Try adding...
2013-08-14 Alexey SamsonovExpose CRC-32 implementation from zlib
2013-08-14 Daniel DunbarRevert r188376, "[lit] Support parsing scripts with...
2013-08-14 Tim NorthoverAdd the C99 hex-float assembly syntax to our extension...
2013-08-14 Daniel Dunbar[lit] Support parsing scripts with inconsistent or...
2013-08-14 Tim NorthoverAdd test-case for hex floating-literals
2013-08-14 Tim NorthoverSupport C99 hexadecimal floating-point literals in...
2013-08-14 Chandler CarruthFix a really terrifying but improbable bug in mem2reg...
2013-08-14 Craig TopperMake more helper methods into static functions.
2013-08-14 Craig TopperRemove tab characters.
2013-08-14 Craig TopperMake some helper methods static.
2013-08-14 Craig TopperUse MVT in more lowering code.
2013-08-14 Craig TopperReplace EVT with MVT in isVectorShift. Keeps compiler...
2013-08-14 Craig TopperReplace EVT with MVT in many of the shuffle lowering...
2013-08-14 Daniel Dunbar[lit] Fix a relative import issue I missed earlier.
2013-08-14 Daniel Dunbar[lit] Avoid StringIO.
2013-08-14 Daniel Dunbar[lit] Fix tests to execute lit with same python as...
2013-08-14 Daniel Dunbar[lit] Factor ShTest format script command parsing from...
2013-08-14 Daniel Dunbar[lit] Move executeCommand() into lit.util.
2013-08-14 Daniel Dunbar[lit] Move formats into their own subpackage.
2013-08-14 NAKAMURA Takumi[CMake] add_llvm_library: Specify explicit suffix ...
2013-08-14 NAKAMURA TakumiLit: Introduce "%/[STpst] into parseIntegratedTestScrip...
2013-08-14 Akira Hatanaka[mips] Fix bug in parsing accumulator registers.
2013-08-14 Akira Hatanaka[mips] Use register operands instead of register classe...
2013-08-14 Akira Hatanaka[mips] Rename DSPRegs.
2013-08-14 Akira Hatanaka[mips] Rename HIRegs and LORegs.
2013-08-14 NAKAMURA Takumillvm/test/CodeGen/X86/setcc-sentinals.ll: Relax express...
2013-08-14 Matt ArsenaultFix always creating GEP with i32 indices
2013-08-14 Matt ArsenaultUse type helper functions instead of cast
2013-08-14 Matt ArsenaultUse array initializer, space around operator
2013-08-14 Akira Hatanaka[mips] Properly parse registers that appear in inline...
2013-08-13 Hal FinkelBBVectorize: Add initial stores to the write set when...
2013-08-13 Nick LewyckyRemove duplicate copy of testcase in r188327.
2013-08-13 Nick LewyckyRevert r187191, which broke opt -mem2reg on the testcas...
2013-08-13 Jack Carter[Mips][msa] Value types for MSA support.
2013-08-13 Hans WennborgOptions: explicit handling of --
2013-08-13 Jim GrosbachDAG: Combine (and (setne X, 0), (setne X, -1)) -> ...
2013-08-13 Hans WennborgOptions: Add new option kind that consumes remaining...
2013-08-13 Jack Carter[Mips][msa] Added initial MSA support.
2013-08-13 Jack Carter[Mips] Support for unaligned load/store microMips instr...
2013-08-13 Daniel Dunbar[lit] Support use of setup.py from other directories.
2013-08-13 Michael GottesmanUpdate makeLibCall to return both the call and the...
2013-08-13 Carlo KokOutput DW_AT_stmt_list dwarf debug info as DW_FORM_sec_...
2013-08-13 Carlo KokFor COFF only: dwarf debug info output a label referenc...
2013-08-13 Dmitry Vyukovdfsan: fix lint warnings
2013-08-13 Joey GoulyARMv8: SWP and SWPB are obsoleted on ARMv8.
2013-08-13 Arnold SchwaighoferAlso remove logic in LateVectorize
2013-08-13 Arnold SchwaighoferRemove logic that decides whether to vectorize or not...
2013-08-13 Evgeniy StepanovFix compiler warnings.
2013-08-13 Mihai PopaFix signed overflow in when computing encodings for...
next