oota-llvm.git
2014-09-19 David BlaikieOmit DW_TAG_subprograms for subprograms without inlined...
2014-09-19 Frederic RissChange DwarfCompileUnit::createGlobalVariable to getOrC...
2014-09-19 Frederic RissTurn local DWARFContext helpers getFileNameForUnit...
2014-09-19 Benjamin KramerElide unnecessary DenseMap copy.
2014-09-19 Hal FinkelOptionally enable more-aggressive FMA formation in...
2014-09-19 Chandler Carruth[x86] Recognize that we can use duplication to widen...
2014-09-19 Chandler Carruth[x86] Actually test the SSE2 lowering for most of the...
2014-09-19 Chandler Carruth[x86] Teach the new vector shuffle lowering to also...
2014-09-19 Justin Bognerllvm-cov: Fix dropped lines when filters were applied
2014-09-19 Justin Bognerllvm-cov: Generalize -filename-equivalence
2014-09-19 Chandler Carruth[x86] Add a dedicated lowering path for zext-compatible...
2014-09-19 Jiangning LiuOptimize sext/zext insertion algorithm in back-end.
2014-09-19 David BlaikieOmit DW_AT_frame_base under -gmlt for size
2014-09-19 David BlaikieDescribe the -gmlt optimization committed in the previo...
2014-09-19 David BlaikieOmit all the extra static attributes on subprograms...
2014-09-19 Hans WennborgFix an it's vs. its typo.
2014-09-19 Matt ArsenaultR600: Better fix for bug 20982
2014-09-19 Chandler Carruth[x86] Extend this test to cover SSE4.1. Nothing interes...
2014-09-18 Peter CollingbourneTry to fix i686-cygming bots.
2014-09-18 Matt ArsenaultUse cast<> instead of unchecked dyn_cast<>
2014-09-18 Peter CollingbourneFix sphinx warning.
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-18 Quentin Colombet[ARM] Do not perform a tail call when the caller return...
2014-09-18 Justin Bognerllvm-cov: Simplify FunctionInstantiationSetCollector...
2014-09-18 Robin MorissetRestore "[ARM, Fix] Fix emitLeading/TrailingFence on...
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Lang Hames[MCJIT] Fix a debugging-output formatting bug in Runtim...
2014-09-18 Frederic RissRevert part of r218041.
2014-09-18 David BlaikieDisable GCC's -Woverloaded-virtual in the configure...
2014-09-18 Matt ArsenaultR600: Bug 20982 - Avoid undefined left shift of negativ...
2014-09-18 Robert Khasanov[SKX] Deriving rmb multiclasses from general one (avx51...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-09-18 Patrik HagglundAlternative (to r216344) fix of gcc -Wpedantic.
2014-09-18 Frederic RissAlways emit DW_AT_declaration attribute when the variab...
2014-09-18 Frederic RissFix DWARFUnitSection::getUnitForOffset().
2014-09-18 Chandler Carruth[x86] Use PALIGNR for v4i32 and v2i64 blends when appro...
2014-09-18 Chandler Carruth[x86] Add an SSSE3 run and check mode to the 128-bit...
2014-09-18 Daniel Sanders[mips] Remove custom versions of CCState::AnalyzeReturn...
2014-09-18 Juergen RibutzkaRevert "[FastISel][AArch64] Fold bit test and branch...
2014-09-18 Juergen RibutzkaFix previous commit: [FastISel][AArch64] Simplify XALU...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Simplify XALU multiplies.
2014-09-18 Juergen Ributzka[FastISel][AArch64] Followup commit for 218031 to handl...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Try to fold the offset into the...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Fold 'AND' instruction during the...
2014-09-18 Chandler Carruth[x86] Add an SSSE3 run to the v4 shuffle test.
2014-09-18 Saleem AbdulrasoolARM: prevent crash on ELF directives on COFF
2014-09-18 Chandler Carruth[x86] Initial step of teaching the new vector shuffle...
2014-09-18 Saleem AbdulrasoolARM: use a more precise check for MachO
2014-09-18 Juergen Ributzka[FastISel][AArch64] Fold bit test and branch into TBZ...
2014-09-18 Eric ChristopherAdd file to CMake build as well.
2014-09-18 Eric ChristopherAdd a new pass FunctionTargetTransformInfo. This pass...
2014-09-17 Samuel AntaoFix FastISel bug in boolean returns for PowerPC.
2014-09-17 Samuel AntaoRemove unnecessary blank space (test commit)
2014-09-17 David BlaikieReapply fix in r217988 (reverted in r217989) and remove...
2014-09-17 David BlaikieRevert "Fix -Wnon-virtual-dtor warning introduced in...
2014-09-17 David BlaikieFix -Wnon-virtual-dtor warning introduced in r217982.
2014-09-17 Chris BienemanFixing the sanitizer build failure:
2014-09-17 Juergen Ributzka[FastISel][AArch64] Custom lower sdiv by power-of-2.
2014-09-17 Nick Kledzik[llvm-objdump] clean up test cases now that build bots...
2014-09-17 Justin Bognerllvm-cov: Push some more debug output into the View...
2014-09-17 Chris BienemanFixing a build error.
2014-09-17 Chris BienemanRefactoring SimplifyLibCalls to remove static initializ...
2014-09-17 Rafael EspindolaInternalize common symbols when we can.
2014-09-17 Juergen Ributzka[FastISel][AArch64] Simplify mul to shift when possible.
2014-09-17 Alexey SamsonovExclude known and bugzilled failures from UBSan bootstrap
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold mul into add/sub and logical...
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold mul into the address computati...
2014-09-17 Justin Bognerllvm-cov: Rework the API for getting the coverage of...
2014-09-17 Alexey SamsonovFixup for r217830. Don't do left shifts on negative...
2014-09-17 Robin MorissetRevert "[ARM, Fix] Fix emitLeading/TrailingFence on...
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold compare with zero and branch...
2014-09-17 Yaron KerenAnother required re-setting for MCStreamer::reset().
2014-09-17 Matt ArsenaultR600/SI: Remove assert
2014-09-17 Matt ArsenaultR600/SI: Rough first implementation of shouldClusterLoads
2014-09-17 Alexey SamsonovFix float division-by-zero in R600 scheduler.
2014-09-17 Juergen Ributzka[FastISel][AArch64] Improve branch selection to support...
2014-09-17 Robin Morisset[ARM, Fix] Fix emitLeading/TrailingFence on old ARM...
2014-09-17 Matt ArsenaultR600/SI: Change formatting of printed FP immediates
2014-09-17 Chad Rosier[IndVarSimplify] Partially revert r217953 to see if...
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-17 Matt ArsenaultR600/SI: Remove promotion of instructions to e64 forms.
2014-09-17 Chad Rosier[IndVarSimplify] Widen loop compare instructions.
2014-09-17 Andrea Di Biagio[InstCombine] Fix wrong folding of constant comparison...
2014-09-17 Frederic RissAdd DIBuilder functions to build RAUWable DIVariables...
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-09-17 Toma Tabacu[mips] Add assembler support for the .set nodsp directive.
2014-09-17 Justin Bognerllvm-cov: Fix a typo
2014-09-17 Pavel Chupin[x32] Fix function indirect calls
2014-09-17 Justin BognerAdd move constructors/assignment to make MSVC happy...
2014-09-17 Justin Bognerllvm-cov: Distinguish expansion/instantiation from...
2014-09-17 David MajnemerInstSimplify: Don't allow (x srem y) urem y -> x srem y
2014-09-17 David MajnemerInstSimplify: ((X % Y) % Y) -> (X % Y)
2014-09-17 Nick Kledzik[Object] keep trailing '\0' out of StringRef when parsi...
2014-09-17 Richard Trieu| -> ||
2014-09-17 Nick KledzikFix identify_magic() with mach-o stub dylibs.
2014-09-17 Nick Kledzik[llvm-objdump] properly use c_str() with format("%s...
2014-09-17 Robin Morisset[X86] Use the generic AtomicExpandPass instead of X86At...
2014-09-16 Quentin Colombet[CodeGenPrepare][AddressingModeMatcher] The promotion...
2014-09-16 Nick Kledzik[llvm-objdump] improve error reporting of bad mach...
2014-09-16 Yaron KerenThis add a reset method for WinCOFFObjectWriter, like...
next