aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen2012-06-122-132/+133
* FileCheck docs: remove leftover HTML markup.Dmitri Gribenko2012-06-121-9/+9
* For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis2012-06-123-14/+18
* misched: When querying RegisterPressureTracker, always save current and max p...Andrew Trick2012-06-112-7/+16
* misched: regpressure getMaxPressureDelta, revert accidental checkin.Andrew Trick2012-06-111-8/+2
* Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().Hal Finkel2012-06-112-133/+132
* Fix test that depends on register allocation.Jakob Stoklund Olesen2012-06-111-5/+4
* Enable MFOCRF generation on the PPC A2 core.Hal Finkel2012-06-111-2/+2
* Rename the PPC target feature gpul to mfocrf.Hal Finkel2012-06-115-13/+13
* Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection.Hal Finkel2012-06-111-0/+1
* Fix test case to work on ARM.Jakob Stoklund Olesen2012-06-111-2/+3
* Emit the two-operand form of the PPC mfcr instruction as mfocrf.Hal Finkel2012-06-111-1/+1
* Add local CPU detection for Linux PPC.Hal Finkel2012-06-111-1/+95
* Add POWER6 and POWER7 CPU types to the PPC backend.Hal Finkel2012-06-113-0/+14
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-1134-1082/+912
* Fix a problem with the reverse bundle iterators.Jakob Stoklund Olesen2012-06-111-52/+16
* Object file output from llc isn't experimental anymore.Benjamin Kramer2012-06-111-1/+1
* Re-enable the CMN instruction.Bill Wendling2012-06-116-69/+166
* InstCombine: factor code better.Benjamin Kramer2012-06-111-14/+7
* InstCombine: Turn (zext A) == (B & (1<<X)-1) into A == (trunc B), narrowing t...Benjamin Kramer2012-06-102-1/+45
* Enable ILP scheduling for all nodes by default on PPC.Hal Finkel2012-06-104-8/+10
* Add AutoUpgrade support for the SSE4 ptest intrinsics.Nadav Rotem2012-06-103-6/+103
* Use critical anti-dep. breaking on all PPC targets, but also add other regist...Hal Finkel2012-06-101-4/+11
* Add intrinsics for immediate form of XOP vprot instructions. Use i128mem inst...Craig Topper2012-06-102-35/+55
* Improve ext/trunc patterns on PPC64.Hal Finkel2012-06-092-11/+5
* Use XOP vpcom intrinsics in patterns instead of a target specific SDNode type...Craig Topper2012-06-094-60/+13
* Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...Craig Topper2012-06-094-431/+149
* Hashing: Remove outdated comment. Support for reserved hash values was remove...Benjamin Kramer2012-06-091-4/+0
* Disabling a spurious deprecation warning about using PathV1 from within the P...Aaron Ballman2012-06-091-0/+10
* Fixing a typo in the comments.Aaron Ballman2012-06-091-1/+1
* Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...Benjamin Kramer2012-06-092-5/+6
* Silence a gcc-4.6 warning: GCC fails to understand that secondReg and cmpOp2 areDuncan Sands2012-06-091-1/+1
* Enable tail merging on PPC.Hal Finkel2012-06-092-12/+6
* Register pressure: added getPressureAfterInstr.Andrew Trick2012-06-092-33/+104
* Sketch a LiveRegMatrix analysis pass.Jakob Stoklund Olesen2012-06-094-0/+297
* Test commitJack Carter2012-06-091-0/+1
* Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen2012-06-096-89/+32
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-099-38/+38
* Removing strange "using" declarations form TargetInstrInfo.Andrew Trick2012-06-081-4/+0
* Reintroduce VirtRegRewriter.Jakob Stoklund Olesen2012-06-089-78/+126
* Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen2012-06-0823-24/+24
* canonicalize:Nuno Lopes2012-06-082-4/+29
* Start implementing pre-ra if-converter: using speculation and selects to elim...Evan Cheng2012-06-081-6/+15
* TargetInstrInfo hooks implemented in codegen should be declared pure virtual.Andrew Trick2012-06-082-19/+39
* Reapply commit 158073 with a fix (the testcase was already committed). TheDuncan Sands2012-06-081-123/+120
* Remove the TODO statement in the PPC README re: CTR loopsHal Finkel2012-06-081-1/+0
* Enable PPC CTR loop formation by default.Hal Finkel2012-06-084-13/+11
* Mark the PPC CTRRC and CTRRC8 register classes as non-allocatable.Hal Finkel2012-06-081-2/+10
* Enable optimization for integer ABS on X86 if Subtarget has CMOV.Manman Ren2012-06-081-3/+5
* Test case for r158160Manman Ren2012-06-081-0/+42