aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-13Fix building ThreadLocal.cpp with --disable-threads.Argyrios Kyrtzidis
2012-06-13*typo: Cyles changed to CyclesKay Tiong Khoo
2012-06-13It is possible for several constants which aren't individually absorbing toDuncan Sands
2012-06-13When linearizing a multiplication, return at once if we see a factor of zero,Duncan Sands
2012-06-13Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...Craig Topper
2012-06-13Add another missing 64-bit itinerary definition for the PPC A2 core.Hal Finkel
2012-06-13SimplifyCFG: fold unconditional branch to its predecessor if profitable.Manman Ren
2012-06-13Eliminate struct TableGenBackend.Jakob Stoklund Olesen
2012-06-13Clean up trailing blanks in Mips16InstrFormats.tdAkira Hatanaka
2012-06-13disable use of directive .set nomicromipsAkira Hatanaka
2012-06-13sched: fix latency of memory dependence chain edges for consistency.Andrew Trick
2012-06-13sched: Avoid trivially redundant DAG edges. Take the one with higher latency.Andrew Trick
2012-06-131. fix places where immed is used in place of imm to be consistent withAkira Hatanaka
2012-06-12Add some missing 64-bit itinerary definitions for the PPC A2 core.Hal Finkel
2012-06-12Use DenseMap as SmallMap workaround rather than std::map, at Chandler's request.Duncan Sands
2012-06-12Use std::map rather than SmallMap because SmallMap assumes that the value hasDuncan Sands
2012-06-12[arm-fast-isel] Add support for -arm-long-calls.Chad Rosier
2012-06-12Split out the PPC instruction class IntSimple from IntGeneral.Hal Finkel
2012-06-12Fixes for PPC host detection and features.Hal Finkel
2012-06-12Now that Reassociate's LinearizeExprTree can look through arbitrary expressionDuncan Sands
2012-06-12Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel
2012-06-12Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis
2012-06-12Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen
2012-06-12For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis
2012-06-11misched: When querying RegisterPressureTracker, always save current and max p...Andrew Trick
2012-06-11misched: regpressure getMaxPressureDelta, revert accidental checkin.Andrew Trick
2012-06-11Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().Hal Finkel
2012-06-11Enable MFOCRF generation on the PPC A2 core.Hal Finkel
2012-06-11Rename the PPC target feature gpul to mfocrf.Hal Finkel
2012-06-11Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection.Hal Finkel
2012-06-11Emit the two-operand form of the PPC mfcr instruction as mfocrf.Hal Finkel
2012-06-11Add local CPU detection for Linux PPC.Hal Finkel
2012-06-11Add POWER6 and POWER7 CPU types to the PPC backend.Hal Finkel
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-06-11Re-enable the CMN instruction.Bill Wendling
2012-06-11InstCombine: factor code better.Benjamin Kramer
2012-06-10InstCombine: Turn (zext A) == (B & (1<<X)-1) into A == (trunc B), narrowing t...Benjamin Kramer
2012-06-10Enable ILP scheduling for all nodes by default on PPC.Hal Finkel
2012-06-10Add AutoUpgrade support for the SSE4 ptest intrinsics.Nadav Rotem
2012-06-10Use critical anti-dep. breaking on all PPC targets, but also add other regist...Hal Finkel
2012-06-10Add intrinsics for immediate form of XOP vprot instructions. Use i128mem inst...Craig Topper
2012-06-09Improve ext/trunc patterns on PPC64.Hal Finkel
2012-06-09Use XOP vpcom intrinsics in patterns instead of a target specific SDNode type...Craig Topper
2012-06-09Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...Craig Topper
2012-06-09Disabling a spurious deprecation warning about using PathV1 from within the P...Aaron Ballman
2012-06-09Fixing a typo in the comments.Aaron Ballman
2012-06-09Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...Benjamin Kramer
2012-06-09Silence a gcc-4.6 warning: GCC fails to understand that secondReg and cmpOp2 areDuncan Sands
2012-06-09Enable tail merging on PPC.Hal Finkel
2012-06-09Register pressure: added getPressureAfterInstr.Andrew Trick