oota-llvm.git
2014-02-17 Kevin EnderbyFix the arm assembler so that this malformed instruction:
2014-02-17 Anders WaldenborgAdd support for assigning to . in AsmParser.
2014-02-17 Craig TopperFix diassembler handling of rex.b when mod=00/01/10...
2014-02-17 Elena DemikhovskyAVX-512: implemented zext fron i1 to i16
2014-02-17 Gerolf Hoflehnerfix for null VectorizedValue assertion in the SLP Vecto...
2014-02-17 Saleem AbdulrasoolMCAsmParser: add some mixed argument tests
2014-02-17 Saleem AbdulrasoolMCAsmParser: better handling for named arguments
2014-02-16 Mark SeabornUse 16 byte stack alignment for NaCl on ARM
2014-02-16 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-16 Rafael EspindolaRemove dead code, we already require cmake 2.8.8.
2014-02-16 Rafael EspindolaRemove unnecessary typename.
2014-02-16 Nico RieckFix more broken CHECK lines
2014-02-16 Nico RieckAdd extra CHECK prefix to tests with explicit prefix
2014-02-16 Nico RieckActually call FileCheck in tests
2014-02-16 NAKAMURA Takumillvmbuild: Exclude disabled targets from LLVMExports...
2014-02-16 NAKAMURA TakumiLLVMExports.cmake: Add System libs $(LIBS) to LLVMSuppo...
2014-02-16 NAKAMURA TakumiLLVMExports.cmake: Exclude gtest since they are not...
2014-02-16 Elena DemikhovskyAVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp...
2014-02-16 Gerolf Hoflehnerfixed typo in comment as my test commit
2014-02-16 Eric ChristopherAdd a DIELoc class to cover the DW_FORM_exprloc set...
2014-02-16 Nico RieckFix broken CHECK lines
2014-02-16 Saleem AbdulrasoolMCAsmParser: relax declaration parsing
2014-02-16 Saleem AbdulrasoolARM IAS: (partially) support .arch_extension directive
2014-02-15 David BlaikieDebugInfo: Deduplicate entries in the fission address...
2014-02-15 David BlaikieDwarfDebug: Remove dead code.
2014-02-15 Arnold SchwaighoferRevert "SCEVExpander: Try hard not to create derived...
2014-02-15 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-15 Nico RieckCleanup docs about lit substitutions
2014-02-15 Craig TopperAdd opcode extension forms of MOV8ri/MOV16ri/MOV32ri.
2014-02-15 Nico RieckFix typo
2014-02-15 Lang HamesRemove tautological test line (unsigneds are always...
2014-02-15 David BlaikieRemove unnecessary typename introduced in r201440.
2014-02-14 David BlaikieDebugInfo: Implement DW_AT_stmt_list for type units
2014-02-14 David BlaikieDwarfUnit: Remove unnecessarily explicit/out of line...
2014-02-14 Rafael EspindolaHopefully fix the build with gcc.
2014-02-14 David BlaikieDwarfUnit: Remove unnecessary (void)t; that was previou...
2014-02-14 David BlaikieDwarfUnit: Refactor out DW_AT_stmt_list creation into...
2014-02-14 Rafael EspindolaAdd extern template instantiations of llvm::Calculate.
2014-02-14 Quentin Colombet[CodeGenPrepare][AddressingModeMatcher] Give up on...
2014-02-14 Tom StellardTargetLowering: n * r where n > 2 should be an illegal...
2014-02-14 Howard HinnantRemove myself as owner of libc++
2014-02-14 Eli BenderskyRemove unused #include
2014-02-14 David BlaikieDebugInfo: Don't include the name of the CU file in...
2014-02-14 Diego NovilloSupport DWARF discriminators in object streamer.
2014-02-14 Reed KotlerThis patch has two main functions:
2014-02-14 Rafael EspindolaTrivial cleanup: reuse existing variable.
2014-02-14 Artyom SkrobovGenerate the DWARF stack frame decode operations in...
2014-02-14 Kevin Qin[AArch64 NEON] Fix a bug to avoid using floating type...
2014-02-14 Eric ChristopherRevert "DebugInfo: Don't include the name of the CU...
2014-02-14 NAKAMURA Takumillvm/test/DebugInfo/empty.ll: Mark it as XFAIL:win32...
2014-02-14 Jiangning LiuEnable AArch64 NEON by default.
2014-02-14 NAKAMURA Takumi[PR18809] Remove XFAIL from DebugInfo/empty.ll.
2014-02-14 Hao Liu[AArch64]Fix the assertion failure caused by "v1i1...
2014-02-14 David BlaikieDebugInfo: Don't include the name of the CU file in...
2014-02-14 Eric ChristopherDisable emission of aranges by default and add a comman...
2014-02-14 Juergen Ributzka[X86] Don't mark movabsq as cheap-as-move - it isn...
2014-02-14 Matt ArsenaultDo more addrspacecast transforms that happen for bitcast.
2014-02-13 Tom StellardR600/SI: Expand all v8[if]32 operations
2014-02-13 Tom StellardR600/SI: Add a pattern for i32 anyext
2014-02-13 Tom StellardR600/SI: Completely Disable TypeRewriter on compute
2014-02-13 Tom StellardR600/SI: Split global vector loads with more than 4...
2014-02-13 Tom StellardR600/SI: Add ShaderType attribute to some tests
2014-02-13 Rafael EspindolaUse __literal16. It has been supported by the linker...
2014-02-13 Hans WennborgMSBuild integration: get the LibraryPath right (PR18707)
2014-02-13 Stephen HinesDon't build DFSan functionality for Android.
2014-02-13 Diego NovilloSimplify checks in MC/AsmParser/directive_loc.s
2014-02-13 Diego NovilloFix generation of 'isa' and 'discriminator' keywords.
2014-02-13 Reid KlecknerTweak an _MSC_VER ifdef to use typename with clang...
2014-02-13 NAKAMURA TakumiTweak llvm/test/DebugInfo/X86/generate-odr-hash.ll...
2014-02-13 Rafael EspindolaCheck that GlobalAliases don't have section or alignment.
2014-02-13 Duncan P. N... SCCIterator: Merge MinVisitNumStack and VisitStack
2014-02-13 Benjamin KramerInstCombine: Replace custom constant folding code with...
2014-02-13 NAKAMURA Takumi[PR18809] Revert r201187, "DebugInfo: Don't include...
2014-02-13 Rafael EspindolaUse mkdir instead of stat+mkdir.
2014-02-13 Rafael EspindolaAdd triples to try to fix the windows bots.
2014-02-13 Benjamin KramerReduce code duplication resulting from the ConstantVect...
2014-02-13 Rafael Espindola.file is only available on ELF, use a triple instead...
2014-02-13 Rafael Espindola"foo" is not a ppc instruction, don't try to parse it.
2014-02-13 Rafael EspindolaSpecify a triple. MachO AArch64 support is missing.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-13 Rafael EspindolaRemove dead code.
2014-02-13 NAKAMURA Takumi[CMake] Let llvm_add_library(MODULE) check capability...
2014-02-13 NAKAMURA Takumi[CMake] Move the target property PREFIX from add_llvm_l...
2014-02-13 NAKAMURA Takumi[CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_L...
2014-02-13 NAKAMURA Takumi[CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFI...
2014-02-13 NAKAMURA Takumillvm/test/CodeGen/AArch64/cpus.ll: Tweak to use -mtripl...
2014-02-13 Tim NorthoverARM: remove floating-point patterns for @llvm.arm.neon...
2014-02-13 Oliver StannardAdd Cortex-A53 and Cortex-A57 cores to the AArch64...
2014-02-13 Craig TopperRemove unused method declaration.
2014-02-13 Craig TopperRemove filtering concept from X86 disassembler table...
2014-02-13 Hao Liu[AArch64]Fix the problems that can't select mul/add...
2014-02-13 Quentin Colombet[RegAlloc] Fix the assertion in the last chance recolor...
2014-02-13 Rafael EspindolaCopy dll storage in copyAttributes.
2014-02-13 Juergen Ributzka[DAG] Fix the recognition of opaque constants in the...
2014-02-13 Rafael EspindolaUse simpler version of sys::fs::exists when possible.
2014-02-13 Hao Liu[AArch64]Add support for spilling FPR8/FPR16.
2014-02-13 Reid KlecknerGlobalOpt: Aliases don't have sections, don't copy...
2014-02-13 NAKAMURA Takumi[CMake] llvm_add_library: Add handling of the parameter...
2014-02-13 Lang HamesFix misleading comment.
2014-02-13 Lang HamesThe new MCJIT C-API unit test is generating objects...
next