oota-llvm.git
2012-06-15 Bill WendlingRemove assignments which aren't used afterwards.
2012-06-15 Bill WendlingRemove assignments which aren't used afterwards.
2012-06-15 Pete CooperAllow SROA to split up an array of vectors into multipl...
2012-06-15 Rafael EspindolaSome optimizations done by globalopt are safe only...
2012-06-15 Jakob Stoklund... Preserve <undef> flags in ARMExpandPseudo.
2012-06-15 Jakob Stoklund... Use regunit liveness in RegisterCoalescer when it is...
2012-06-15 Rafael EspindolaFactor macro argument parsing into helper methods and...
2012-06-15 Bill WendlingFree the allocated filename. Found by clang static...
2012-06-15 Duncan SandsFix issues (infinite loop and/or crash) with self-refer...
2012-06-15 Craig TopperMove AVX version of convert instructions that write...
2012-06-15 Marshall ClowHad a closing brace inside an #ifdef -- oops!
2012-06-15 Marshall ClowAdding acessors to COFFObjectFile so that clients can...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Rafael EspindolaImplement the isSafeToDiscardIfUnused predicate and...
2012-06-14 Pete CooperMove X86::VCVTTSD2SIrr from the 2 operand to 1 operand...
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-06-14 Akira Hatanaka1. introduce MipsPat in place of Pat in order to exclud...
2012-06-14 Akira HatanakaMake machine verifier check the first instruction of...
2012-06-14 Lang HamesMake comment slightly more helpful.
2012-06-14 Pete CooperRevert r158454: Allow SROA to look at a vector type...
2012-06-14 Andrew Trickmisched: disable SSA check pending PR13112.
2012-06-14 Stepan DyatkovskiySmallMap, FlatArrayMap::copyFrom
2012-06-14 David BlaikieRemove/modify C backend references from LLVM documentation.
2012-06-14 David BlaikieRemove C backend reference from the FAQ.
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Duncan SandsClarify a bit that the types have to be the same. ...
2012-06-14 NAKAMURA TakumiMipsLongBranch.cpp: Tweak llvm::next() to appease msvc.
2012-06-14 Richard BartonReplace assertion failure for badly formatted CPS instr...
2012-06-14 Jush LuCleanup whitespace.
2012-06-14 Manman RenRevert: test/CodeGen/ARM/iabs.ll in r158441
2012-06-14 Manman RenInstCombine: fix a bug when combining (fcmp cc0 x,...
2012-06-14 Akira HatanakaTest case for MIPS long branch pass.
2012-06-14 Akira HatanakaFix Mips/CMakeLists.txt.
2012-06-14 Akira HatanakaAdd file MipsLongBranch.cpp.
2012-06-14 Akira HatanakaFix test cases.
2012-06-14 Akira HatanakaRemove code in MipsAsmPrinter and MipsMCInstLower.
2012-06-14 Akira HatanakaAdd long branch expansion pass for MIPS.
2012-06-14 Akira HatanakaAdd AT to the list of registers clobbered by branches...
2012-06-14 Akira HatanakaIn MipsRegisterInfo::eliminateFrameIndex, call Mips...
2012-06-14 Akira HatanakaIn MipsFrameLowering::emitPrologue and emitEpilogue...
2012-06-14 Akira HatanakaDefine function MipsInstrInfo::GetInstSizeInBytes,...
2012-06-14 Akira HatanakaIn MipsISelDAGToDAG.cpp, store the global base register...
2012-06-14 Akira HatanakaAdd methods to MipsFunctionInfo for initializing and...
2012-06-13 Akira HatanakaBundle jump/branch instructions with the instructions...
2012-06-13 Chandler CarruthGroup the 'unsigned' members after the pointer to avoid...
2012-06-13 Akira HatanakaImplement a DAGCombine in MipsISelLowering.cpp which...
2012-06-13 Akira HatanakaSet a higher value for maxStoresPerMemcpy in MipsISelLo...
2012-06-13 Akira HatanakaSimplify CreateLoadLR and CreateStoreLR in MipsISelLowe...
2012-06-13 Akira HatanakaImplement fastcc calling convention for MIPS.
2012-06-13 Richard OsborneFix pattern for MKMSK instruction.
2012-06-13 Pete CooperRevert "Allow SROA to look at a vector type and see...
2012-06-13 Pete CooperAllow SROA to look at a vector type and see if the...
2012-06-13 Argyrios KyrtzidisFix building ThreadLocal.cpp with --disable-threads.
2012-06-13 Kay Tiong Khoo*typo: Cyles changed to Cycles
2012-06-13 Rafael EspindolaUse LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This require...
2012-06-13 Duncan SandsIt is possible for several constants which aren't indiv...
2012-06-13 Duncan SandsWhen linearizing a multiplication, return at once if...
2012-06-13 Craig TopperFix intrinsics for XOP frczss/sd instructions. These...
2012-06-13 Hal FinkelAdd another missing 64-bit itinerary definition for...
2012-06-13 Manman RenSimplifyCFG: fold unconditional branch to its predecess...
2012-06-13 Jakob Stoklund... Eliminate struct TableGenBackend.
2012-06-13 Akira HatanakaClean up trailing blanks in Mips16InstrFormats.td
2012-06-13 Akira Hatanakadisable use of directive .set nomicromips
2012-06-13 Andrew Tricksched: fix latency of memory dependence chain edges...
2012-06-13 Andrew Tricksched: Avoid trivially redundant DAG edges. Take the...
2012-06-13 Akira Hatanaka1. fix places where immed is used in place of imm to...
2012-06-12 Hal FinkelAdd some missing 64-bit itinerary definitions for the...
2012-06-12 Duncan SandsUse DenseMap as SmallMap workaround rather than std...
2012-06-12 Duncan SandsUse std::map rather than SmallMap because SmallMap...
2012-06-12 Chad Rosier[arm-fast-isel] Add support for -arm-long-calls.
2012-06-12 Hal FinkelSplit out the PPC instruction class IntSimple from...
2012-06-12 David BlaikieRemove use of GNU extension to resolve Clang warning.
2012-06-12 Hal FinkelFixes for PPC host detection and features.
2012-06-12 Dmitri GribenkoUse correct syntax highliter in code blocks. Noticed...
2012-06-12 Duncan SandsNow that Reassociate's LinearizeExprTree can look throu...
2012-06-12 Hal FinkelAdd two newlines in ParseSubtargetFeatures's debug...
2012-06-12 Hal FinkelReapply r158337, this time properly protect Darwin...
2012-06-12 Argyrios KyrtzidisSatisfy C++ aliasing rules, per suggestion by Chandler.
2012-06-12 Jakob Stoklund... Revert r158337 "Move PPC host-CPU detection logic from...
2012-06-12 Dmitri GribenkoFileCheck docs: remove leftover HTML markup.
2012-06-12 Argyrios KyrtzidisFor llvm::sys::ThreadLocalImpl instead of malloc'ing...
2012-06-11 Andrew Trickmisched: When querying RegisterPressureTracker, always...
2012-06-11 Andrew Trickmisched: regpressure getMaxPressureDelta, revert accide...
2012-06-11 Hal FinkelMove PPC host-CPU detection logic from PPCSubtarget...
2012-06-11 Jakob Stoklund... Fix test that depends on register allocation.
2012-06-11 Hal FinkelEnable MFOCRF generation on the PPC A2 core.
2012-06-11 Hal FinkelRename the PPC target feature gpul to mfocrf.
2012-06-11 Hal FinkelAdd A2 to the list of PPC CPUs recognized by Linux...
2012-06-11 Jakob Stoklund... Fix test case to work on ARM.
2012-06-11 Hal FinkelEmit the two-operand form of the PPC mfcr instruction...
2012-06-11 Hal FinkelAdd local CPU detection for Linux PPC.
2012-06-11 Hal FinkelAdd POWER6 and POWER7 CPU types to the PPC backend.
2012-06-11 Jakob Stoklund... Write llvm-tblgen backends as functions instead of...
2012-06-11 Jakob Stoklund... Fix a problem with the reverse bundle iterators.
2012-06-11 Benjamin KramerObject file output from llc isn't experimental anymore.
2012-06-11 Bill WendlingRe-enable the CMN instruction.
2012-06-11 Benjamin KramerInstCombine: factor code better.
2012-06-10 Benjamin KramerInstCombine: Turn (zext A) == (B & (1<<X)-1) into A...
2012-06-10 Hal FinkelEnable ILP scheduling for all nodes by default on PPC.
2012-06-10 Nadav RotemAdd AutoUpgrade support for the SSE4 ptest intrinsics.
next