oota-llvm.git
2014-02-18 Ana Pazos[AArch64] Expanded sin, cos, pow with FP vector types...
2014-02-18 Daniel Sanders[mips] Add support for ELF64-mips and the R_MIPS_32...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-02-18 Marshall ClowAdd myself as owner for libc++
2014-02-18 Robert LyttonXCore target: Handle common linkage
2014-02-18 Robert LyttonXCore target: addMemOperand as necessary
2014-02-18 Robert LyttonXCore target: Fix llvm.eh.return and EH info register...
2014-02-18 Tim NorthoverDarwin builds: handle different possible form for SDKROOT.
2014-02-18 Tim NorthoverGlobalMerge: move "-global-merge" option to the pass...
2014-02-18 Tim NorthoverX86: use vpsllvd (& friends) for 16-bit shifts on Haswell
2014-02-18 Justin Bognerllvm-cov: Support gcov's extermely lenient treatment...
2014-02-18 Craig TopperAdd PS prefix to some classes I missed in r201538.
2014-02-18 Craig TopperAdd a bunch of OpSize32 tags to 64-bit mode only instru...
2014-02-18 Elena DemikhovskyAVX-512: Fixed size of mask registers
2014-02-18 Jiangning LiuFix a typo about lowering AArch64 va_copy.
2014-02-18 Craig TopperAdd an x86 prefix encoding for instructions that would...
2014-02-17 Duncan P. N... PGO: llvm-profdata: tool for merging profiles
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...
next