oota-llvm.git
2014-02-09 NAKAMURA TakumiProvide LLVMConfig in both build and install tree
2014-02-09 NAKAMURA TakumiTeach LLVMConfig to avoid modifying CMAKE_MODULE_PATH
2014-02-09 NAKAMURA TakumiDe-duplicate references to share/llvm/cmake path
2014-02-09 Benjamin KramerAsmParser: Parse (and ignore) nested .macro definitions.
2014-02-09 Rafael EspindolaUse a consistent argument order in TargetLoweringObject...
2014-02-09 David BlaikieFix formatting introduced in r200941
2014-02-09 Craig TopperRemove unnecessary include.
2014-02-09 Craig TopperRemove some unnecessary code. The conditions it was...
2014-02-09 Saleem Abdulrasooltools: cast the right operand
2014-02-09 Sean Silva[docs] [tblgen] clarify that code fragments are just...
2014-02-09 Sean Silva[docs] [tblgen] There is no "code" type.
2014-02-09 Sean Silva[docs] TableGen easter egg: Multiline string literals
2014-02-09 Saleem Abdulrasooltools: explicitly cast to avoid a warning
2014-02-08 Saleem Abdulrasooltools: handle out-of-line personality 0 decoding
2014-02-08 Saleem AbdulrasoolARM: change attribute tests to use parsed form
2014-02-08 Arnold SchwaighoferLoopVectorizer: Keep track of conditional store basic...
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-08 Rafael EspindolaAdd LLVM_OVERRIDE to a few declarations.
2014-02-08 Juergen Ributzka[Constant Hoisting] Fix insertion point for constant...
2014-02-08 Juergen Ributzka[Constant Hoisting] Don't update the use list while...
2014-02-07 Rafael EspindolaRemove dead code.
2014-02-07 Nikola SmiljanicImprove existing visualizers by:
2014-02-07 Rafael Espindola Comment cleanup. Don't repeat the function name in...
2014-02-07 Rafael EspindolaComment cleanup. Don't repeat the function name in...
2014-02-07 Rafael EspindolaRemove training whitespace.
2014-02-07 Rafael EspindolaAlways create a temporary symbol to use with the cfi...
2014-02-07 Rafael EspindolaUse FileCheck variables to simplify this test.
2014-02-07 Renato GolinFix Darwin bots from EHABI change
2014-02-07 Matt ArsenaultR600/SI: Add failing test for 3 x i64 vectors.
2014-02-07 Renato GolinRemove -arm-disable-ehabi option
2014-02-07 Rafael EspindolaDon't internalize linkonce_odr non constant variables.
2014-02-07 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-02-07 Sasa Stankovic[mips] Forbid the use of registers t6, t7 and t8 if...
2014-02-07 Rafael EspindolaFix a bug with .weak_def_can_be_hidden: Mutable variabl...
2014-02-07 Rafael EspindolaRefactor logic into a function predicate.
2014-02-07 Benjamin KramerTry to unbreak the mingw32 build.
2014-02-07 Oliver StannardLLVM-1163: AAPCS-VFP violation when CPRC allocated...
2014-02-07 Sasa StankovicChanged comment.
2014-02-07 Venkatraman... [Sparc] Add support for parsing synthetic instruction...
2014-02-07 Venkatraman... [Sparc] Emit correct encoding for atomic instructions...
2014-02-07 Venkatraman... [Sparc] Emit relocations for Thread Local Storage ...
2014-02-07 Venkatraman... [Sparc] Emit correct relocations for PIC code when...
2014-02-07 Venkatraman... [Sparc] Use SparcMCExpr::VariantKind itself as MachineO...
2014-02-07 Manman RenPGO branch weight: fix PR18752.
2014-02-07 Jim GrosbachX86: Resolve a long standing FIXME and properly isel...
2014-02-06 Rafael EspindolaConvert test to FileCheck.
2014-02-06 Quentin Colombet[CodeGenPrepare] Move away sign extensions that get...
2014-02-06 Andrew TrickTrack register pressure a bit more carefully (weird...
2014-02-06 Evan ChengRevert r200095 and r200152. It turns out when compiling...
2014-02-06 Tom StellardR600/SI: Add a MUBUF store pattern for Reg+Imm offsets
2014-02-06 Tom StellardR600/SI: Add a MUBUF store pattern for Imm offsets
2014-02-06 Tom StellardR600/SI: Add a MUBUF load pattern for Reg+Imm offsets
2014-02-06 Tom StellardR600/SI: Use immediates offsets for SMRD instructions...
2014-02-06 David PeixottoRemove const_cast for STI when parsing inline asm
2014-02-06 Tim NorthoverX86: add costs for 64-bit vector ext/trunc & rebalance
2014-02-06 Eli BenderskyAdd a -suppress-warnings option to bitcode linking.
2014-02-06 Puyan LotfiYet another patch to reduce compile time for small...
2014-02-06 Tim NorthoverX86: deduplicate V[SZ]EXT_MOVL and V[SZ]EXT nodes
2014-02-06 Puyan LotfiThe following patch' purpose is to reduce compile time...
2014-02-06 Puyan LotfiThis small change reduces compile time for small progra...
2014-02-06 Nick LewyckyA memcpy out of an fresh alloca is a no-op, delete...
2014-02-06 Craig TopperDelete all of the CodeGenInstructions from CodeGenTarge...
2014-02-06 Chandler Carruth[PM] Fix horrible typos that somehow didn't cause a...
2014-02-06 Chandler Carruth[PM] Add a new "lazy" call graph analysis pass for...
2014-02-06 Chandler Carruth[PM] Back out one hunk of the patch in r200901 that...
2014-02-06 Chandler Carruth[PM] Wire up the analysis managers in the opt driver...
2014-02-06 Juergen Ributzka[DAG] Don't pull the binary operation though the shift...
2014-02-06 Manman RenSet default of inlinecold-threshold to 225.
2014-02-06 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to accept
2014-02-06 Rafael Espindoladon't set HasReliableSymbolDifference for ELF.
2014-02-06 Rafael EspindoladoesSectionRequireSymbols is meaningless on ELF, remove.
2014-02-06 Paul RobinsonDisable most IR-level transform passes on functions...
2014-02-06 Rafael EspindolaJust returning false is the default.
2014-02-05 Matt ArsenaultPass address space to allowsUnalignedMemoryAccesses
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-02-05 Manman RenInliner uses a smaller inline threshold for callees...
2014-02-05 Nick KledzikFix layering StringRef copy using BumpPtrAllocator.
2014-02-05 Quentin Colombet[RegAlloc] Add a last chance recoloring mechanism when...
2014-02-05 Chandler Carruth[PM] Don't require analysis results to be const in...
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-05 Rafael EspindolaRevert "Fix an invalid check for duplicate option categ...
2014-02-05 Petar Jovanovic[mips] Add NaCl target and forbid indexed loads and...
2014-02-05 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-02-05 Petar Jovanovicmips: XFAIL non-extern-addend-smallcodemodel test
2014-02-05 Elena DemikhovskyAVX-512: optimized icmp -> sext -> icmp pattern
2014-02-05 Alon MishneTest commit
2014-02-05 Logan ChienARM: Resolve thumb_bl fixup in same MCFragment.
2014-02-05 Elena DemikhovskyAVX-512: fixed a bug in EVEX encoding (the bug appeared...
2014-02-05 Michel DanzerR600/SI: Add pattern for zero-extending i1 to i32
2014-02-05 Craig TopperShrink the size of CodeGenInstruction a little bit...
2014-02-05 Craig TopperGet rid of a vector copy by just making a pointer out...
2014-02-05 Craig TopperFix a vector that was passed by value instead of reference.
2014-02-05 Kai NackeARM: Enable use of relocation type tlsldo in debug...
2014-02-05 Craig TopperFix a doxygen comment referencing the wrong method...
2014-02-05 Craig TopperMove matching for x86 BMI BLSI/BLSMSK/BLSR instructions...
2014-02-05 Elena DemikhovskyAVX-512: Added intrinsic for cvtph2ps.
2014-02-05 Craig TopperAdd CheckChildInteger to ISelMatcher operations. Remove...
2014-02-05 Rafael EspindolaUse the information provided by getFlags to unify some...
2014-02-05 Todd FialaFix configure to find arc4random via header files.
2014-02-05 Rafael EspindolaAdd a test for printing absolute symbols in ELF.
next