oota-llvm.git
2014-09-19 Chris BienemanConverting InstrProf's error_category to a ManagedStati...
2014-09-19 Duncan P. N... DIBuilder: Delete dead code, NFC
2014-09-19 Matt ArsenaultR600: Un-xfail a test which passes with pass disabled
2014-09-19 Matt ArsenaultR600/SI: Un-xfail tests which work now
2014-09-19 Chris BienemanConverting SpillPlacement's BlockFrequency threshold...
2014-09-19 Matt ArsenaultR600/SI: Un xfail a test that works now
2014-09-19 Juergen Ributzka[FastIsel][AArch64] Fix a think-o in address computation.
2014-09-19 Chris BienemanConverting object's error_category to a ManagedStatic...
2014-09-19 Chandler Carruth[x86] Hoist a function up to the rest of the non-type...
2014-09-19 Chris BienemanConverting the JITDebugLock mutex to a ManagedStatic...
2014-09-19 Chandler Carruth[x86] Hoist the actual lowering logic into a helper...
2014-09-19 Chris BienemanConverting FuncNames to a ManagedStatic to avoid static...
2014-09-19 Tom StellardR600/SI: Fix config value for number of gprs
2014-09-19 Chris BienemanEliminating static destructor for the BitCodeErrorCateg...
2014-09-19 Chandler Carruth[x86] Fully generalize the zext lowering in the new...
2014-09-19 Matt ArsenaultAdd hsail and amdil64 to Triple
2014-09-19 Justin Bognerllvm-cov: Return unique_ptrs instead of filling objects...
2014-09-19 Justin Bognerllvm-cov: Prevent a test from matching its own check...
2014-09-19 Eric ChristopherRevert my earlier change to add "all" as a dependency...
2014-09-19 David BlaikieFix test case to be portable to different architectures.
2014-09-19 Matt ArsenaultR600/SI: Fix test to prepare for scheduler
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...
next