oota-llvm.git
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Add missing dependencies.
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Reformat.
2014-04-10 Dmitri GribenkoSaveAndRestore: fix coding style and Doxygenify comments
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-10 Simon AtanasyanUse range-based for loops. No functionality change.
2014-04-10 NAKAMURA TakumiFix abuse of StringRef on ARM64SysReg::MRSMapper::toStr...
2014-04-10 Saleem AbdulrasoolARM64: add an explicit cast to silence a silly warning
2014-04-10 Juergen Ributzka[ARM64] Fix immediate cost calculation for types larger...
2014-04-10 Reid KlecknerRevert "For the ARM integrated assembler add checking...
2014-04-10 Jim GrosbachFix to support properly cleaning up failed address...
2014-04-10 Jim GrosbachX86: Tighten up test.
2014-04-09 Jim GrosbachAdd support for load folding of avx1 logical instructions
2014-04-09 Jim GrosbachSelectionDAG: Don't constant fold target-specific nodes.
2014-04-09 Kevin EnderbyFor the ARM integrated assembler add checking of the
2014-04-09 Chad Rosier[AArch64] Implement the isZExtFree APIs.
2014-04-09 Chad Rosier[AArch64] Implement the isTruncateFree API.
2014-04-09 Quentin Colombet[DAGCombiner] DAG combine does not know how to combine...
2014-04-09 Bob WilsonSimple fix for build failures resulting from r205867.
2014-04-09 David MajnemerRevert "Revert "YAMLIO: Encode ambiguous hex strings...
2014-04-09 David Majnemerobj2yaml: Don't crash if the characteristics field...
2014-04-09 Justin Holewinski[NVPTX] Add preliminary intrinsics and codegen support...
2014-04-09 Justin Holewinski[NVPTX] Add support for addrspacecast in global variabl...
2014-04-09 Justin Holewinski[NVPTX] Add query support for read-write images and...
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Bradley Smith[ARM64] Change SYS without a register to an alias to...
2014-04-09 Bradley Smith[ARM64] Correctly disassemble ISB operand as ISB not...
2014-04-09 Bradley Smith[ARM64] Properly support both apple and standard syntax...
2014-04-09 Bradley Smith[ARM64] Flag setting logical/add/sub immediate instruct...
2014-04-09 Bradley Smith[ARM64] Conditional branches must always print their...
2014-04-09 Bradley Smith[ARM64] Fix disassembly logic for extended loads/stores...
2014-04-09 Bradley Smith[ARM64] When printing a pre-indexed address with #0...
2014-04-09 Bradley Smith[ARM64] Add missing shifted register MVN alias to ORN
2014-04-09 Bradley Smith[ARM64] SXTW/UXTW are only valid aliases for 32-bit...
2014-04-09 Bradley Smith[ARM64] Fix canonicalisation of MOVs. MOV is too comple...
2014-04-09 Bradley Smith[ARM64] Fixup ADR/ADRP parsing such that they accept...
2014-04-09 Bradley Smith[ARM64] Ensure sp is decoded as SP, not XZR in LD1...
2014-04-09 Bradley Smith[ARM64] Tighten up the special casing in emitting arith...
2014-04-09 Bradley Smith[ARM64] Rename LR to the UAL-compliant 'X30'.
2014-04-09 Bradley Smith[ARM64] Rename FP to the UAL-compliant 'X29'.
2014-04-09 Bradley Smith[ARM64] Add a PostEncoderMethod to FCMP - the Rm field...
2014-04-09 Bradley Smith[ARM64] SCVTF and FCVTZS/U are undefined if scale<5...
2014-04-09 Bradley Smith[ARM64] EXT and EXTR instructions on v8i8 and W regs...
2014-04-09 Bradley Smith[ARM64] Scaled fixed-point FCVTZSs should also have...
2014-04-09 Bradley Smith[ARM64] UBFM/BFM is undefined on w registers when imms...
2014-04-09 Bradley Smith[ARM64] Floating point to fixed point scaled conversion...
2014-04-09 Bradley Smith[ARM64] Port over the PostEncoderMethod fix for SMULH...
2014-04-09 Bradley Smith[ARM64] Add missing tlbi operands and error for extra...
2014-04-09 Bradley Smith[ARM64] Rework system register parsing to overcome...
2014-04-09 Bradley Smith[ARM64] Port over the PostEncoderMethod from AArch64...
2014-04-09 Bradley Smith[ARM64] Use PStateMapper to ensure that MSRcpsr operand...
2014-04-09 Bradley Smith[ARM64] Remove PrefetchOp and use ARM64PRFM instead.
2014-04-09 Bradley Smith[ARM64] Add WZR to isGPR32Register, since every use...
2014-04-09 Bradley Smith[ARM64] Remove ARM64SYS.
2014-04-09 Bradley Smith[ARM64] Move CPSRField and DBarrier operands over to...
2014-04-09 Bradley Smith[ARM64] Switch the decoder, disassembler, instprinter...
2014-04-09 Bradley Smith[ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdir...
2014-04-09 Bradley Smith[ARM64] Copy the named immediate operand mapping logic...
2014-04-09 Bradley Smith[ARM64] Shifted register ALU ops are reserved if sf...
2014-04-09 Bradley Smith[ARM64] Add support for NV condition code (exists only...
2014-04-09 Bradley Smith[ARM64] Add missing 1Q -> 1q vector kind alias
2014-04-09 Bradley Smith[ARM64] Add parsing for vector lists such as {v0.8b...
2014-04-09 Bradley Smith[ARM64] Correctly alias LSL to UXTW for 32bit instructi...
2014-04-09 Bradley Smith[ARM64] STRHro and STRBro were not being decoded at...
2014-04-09 Bradley Smith[ARM64] MOVK with sf=0 and hw<1>=1 is unallocated....
2014-04-09 Bradley Smith[ARM64] Register-offset loads and stores with the ...
2014-04-09 Filipe CabecinhasRevert "YAMLIO: Encode ambiguous hex strings explicitly"
2014-04-09 Arnold SchwaighoferSLPVectorizer: Only vectorize intrinsics whose operands...
2014-04-09 Elena DemikhovskyAVX-512: insert element to mask vector; store i1 data
2014-04-09 Viktor KutuzovAdd support for building LLVM on FreeBSD 9.2
2014-04-09 Daniel SandersRe-commit: [mips] abs.[ds], and neg.[ds] should be...
2014-04-09 David MajnemerYAMLIO: Encode ambiguous hex strings explicitly
2014-04-09 Tobias GrosserDelinearize: Extend informationin -analyze output
2014-04-09 Matt ArsenaultR600/SI: Match not instruction.
2014-04-09 Tim NorthoverARM64: scalarize v1i64 mul operation
2014-04-09 Tim NorthoverARM64: add pattern for <1 x i64> custom not node.
2014-04-09 Saleem AbdulrasoolObject: add type names for ARM/COFF relocations
2014-04-09 Saleem AbdulrasoolARM MC: 80 column
2014-04-09 Saleem AbdulrasoolARM MC: sort source files in CMakeLists
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-09 Craig Topper[C++11] Make use of 'nullptr' in TableGen library.
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-08 David MajnemerWinCOFF: Emit common symbols as specified in the COFF...
2014-04-08 Matt ArsenaultBug 19348: Check for legal ExtLoad operation before...
2014-04-08 Sebastian Popdivide by the result of the gcd
2014-04-08 Sebastian Pophandle special cases when findGCD returns 1
2014-04-08 Sebastian Popin findGCD of multiply expr return the gcd
2014-04-08 Sean Silva[docs] VCS contains a record of authorship
2014-04-08 Sean Silva[docs] Fix up some links to the preferred style.
2014-04-08 Juergen Ributzka[Constant Hoisting][ARM64] Enable constant hoisting...
2014-04-08 Duncan P. N... RegAlloc: Account for a variable entry block frequency
2014-04-08 Hal Finkel[PowerPC] Don't return false from PPC::isVSLDOIShuffleMask
2014-04-08 Kevin EnderbyFix the ARM VLD3 (single 3-element structure to all...
2014-04-08 Duncan P. N... Verifier: Give the right message for bad atomic loads
2014-04-08 Diego NovilloAdd -pass-remarks flag to 'opt'.
2014-04-08 Diego NovilloAdd support for optimization reports.
2014-04-08 NAKAMURA TakumiX86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting...
2014-04-08 Tim NorthoverARM64: fix fmsub patterns which assumed accum operand...
2014-04-08 Richard SmithThe LLVM C API shouldn't be including a file from the...
2014-04-08 Elena DemikhovskyAVX-512: Added fp_to_uint and uint_to_fp patterns.
2014-04-08 Andrew TrickFix a (legacy) PassManager crash that occurs when a...
next