oota-llvm.git
2014-09-21 Lang HamesRemove redundant if test.
2014-09-21 Sanjay PatelRefactor reciprocal square root estimate into target...
2014-09-21 Sanjay Patelmop up: "Don’t duplicate function or class name at...
2014-09-21 Chandler Carruth[x86] With the stronger canonicalization of shuffles...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering to re-use...
2014-09-21 Chandler Carruth[x86] Refactor the logic to form SHUFPS instruction...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the basics...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-09-21 Chandler Carruth[x86] Add test cases for UNPCK instructions with v8f32...
2014-09-21 Chandler Carruth[x86] Begin teaching the new vector shuffle lowering...
2014-09-21 Chandler Carruth[x86] Regenerate this test case now that I've improved...
2014-09-21 Chandler Carruth[x86] Explicitly lower to a blend early if it is trivia...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering of v4f64...
2014-09-21 Chandler Carruth[x86] Add some more comprehensive tests for v4f64 blending.
2014-09-21 Chandler Carruth[x86] Re-generate a bunch of the v4f64 test cases with...
2014-09-21 Chandler Carruth[x86] Switch the blend implementation to use a MVT...
2014-09-21 Chandler Carruth[x86] Remove some essentially lying comments from the...
2014-09-21 Chandler Carruth[x86] Fix a helper to reflect that what we actually...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the first...
2014-09-21 David MajnemerMC: Support aligned COMMON symbols for COFF
2014-09-21 Chandler Carruth[x86] Add some more test cases covering specific blend...
2014-09-21 Chandler Carruth[x86] Add the beginnings of some tests for our v8f32...
2014-09-20 NAKAMURA TakumiRTDyldMemoryManager::getSymbolAddress(): Make sure...
2014-09-20 Sanjay Patelmop up: "Don’t duplicate function or class name at...
2014-09-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-20 Chandler Carruth[x86] Add an AVX run to the 128-bit v2 tests, teach...
2014-09-20 David MajnemerUpdate tests which broke from r218189
2014-09-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-20 David MajnemerMC: Fix MCSectionCOFF::PrintSwitchToSection
2014-09-20 Chandler Carruth[x86] Start moving to a fancier check syntax to reduce...
2014-09-20 Lang Hames[MCJIT] Make RTDyldMemoryManager::getSymbolAddress...
2014-09-20 Justin Bognerllvm-cov: Allow creating CoverageMappings from filenames
2014-09-20 Justin Bognerllvm-cov: Disentangle the coverage data logic from...
2014-09-20 Justin Bognerllvm-cov: Move some reader debug output out of the...
2014-09-20 Lenny MaioraniUsing a deque to manage the stack of nodes is faster...
2014-09-20 David MajnemerMC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal...
2014-09-20 Chandler Carruth[x86] Teach the v4f32 path of the new shuffle lowering...
2014-09-20 Chandler Carruth[x86] Refactor the code for emitting INSERTPS to reuse...
2014-09-20 Chandler Carruth[x86] Generalize the single-element insertion lowering...
2014-09-20 Chandler Carruth[x86] Replace some duplicated logic reasoning about...
2014-09-20 David Majnemerllvm-readobj: pretty-print special COFF section names
2014-09-20 Peter CollingbourneFix crash with an insertvalue that produces an empty...
2014-09-19 Robin Morisset[X86] Erase some obsolete comments from README.txt
2014-09-19 Eric Christopherconstify the TargetMachine being passed through the...
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().
next