index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
Age
Commit message (
Expand
)
Author
2012-06-14
Add long branch expansion pass for MIPS.
Akira Hatanaka
2012-06-14
Add AT to the list of registers clobbered by branches so that it is available
Akira Hatanaka
2012-06-14
In MipsRegisterInfo::eliminateFrameIndex, call Mips::loadImmediate
Akira Hatanaka
2012-06-14
In MipsFrameLowering::emitPrologue and emitEpilogue, call Mips::loadImmediate
Akira Hatanaka
2012-06-14
Define function MipsInstrInfo::GetInstSizeInBytes, which will be called to
Akira Hatanaka
2012-06-14
In MipsISelDAGToDAG.cpp, store the global base register to a stack frame object.
Akira Hatanaka
2012-06-14
Add methods to MipsFunctionInfo for initializing and accessing the stack frame
Akira Hatanaka
2012-06-13
Bundle jump/branch instructions with the instructions in the delay slot in
Akira Hatanaka
2012-06-13
Implement a DAGCombine in MipsISelLowering.cpp which transforms the following
Akira Hatanaka
2012-06-13
Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.
Akira Hatanaka
2012-06-13
Simplify CreateLoadLR and CreateStoreLR in MipsISelLowering.cpp.
Akira Hatanaka
2012-06-13
Implement fastcc calling convention for MIPS.
Akira Hatanaka
2012-06-13
Fix pattern for MKMSK instruction.
Richard Osborne
2012-06-13
*typo: Cyles changed to Cycles
Kay Tiong Khoo
2012-06-13
Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...
Craig Topper
2012-06-13
Add another missing 64-bit itinerary definition for the PPC A2 core.
Hal Finkel
2012-06-13
Clean up trailing blanks in Mips16InstrFormats.td
Akira Hatanaka
2012-06-13
disable use of directive .set nomicromips
Akira Hatanaka
2012-06-13
1. fix places where immed is used in place of imm to be consistent with
Akira Hatanaka
2012-06-12
Add some missing 64-bit itinerary definitions for the PPC A2 core.
Hal Finkel
2012-06-12
[arm-fast-isel] Add support for -arm-long-calls.
Chad Rosier
2012-06-12
Split out the PPC instruction class IntSimple from IntGeneral.
Hal Finkel
2012-06-12
Fixes for PPC host detection and features.
Hal Finkel
2012-06-12
Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...
Hal Finkel
2012-06-12
Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...
Jakob Stoklund Olesen
2012-06-11
Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().
Hal Finkel
2012-06-11
Enable MFOCRF generation on the PPC A2 core.
Hal Finkel
2012-06-11
Rename the PPC target feature gpul to mfocrf.
Hal Finkel
2012-06-11
Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection.
Hal Finkel
2012-06-11
Emit the two-operand form of the PPC mfcr instruction as mfocrf.
Hal Finkel
2012-06-11
Add local CPU detection for Linux PPC.
Hal Finkel
2012-06-11
Add POWER6 and POWER7 CPU types to the PPC backend.
Hal Finkel
2012-06-11
Re-enable the CMN instruction.
Bill Wendling
2012-06-10
Enable ILP scheduling for all nodes by default on PPC.
Hal Finkel
2012-06-10
Use critical anti-dep. breaking on all PPC targets, but also add other regist...
Hal Finkel
2012-06-10
Add intrinsics for immediate form of XOP vprot instructions. Use i128mem inst...
Craig Topper
2012-06-09
Improve ext/trunc patterns on PPC64.
Hal Finkel
2012-06-09
Use XOP vpcom intrinsics in patterns instead of a target specific SDNode type...
Craig Topper
2012-06-09
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-09
Silence a gcc-4.6 warning: GCC fails to understand that secondReg and cmpOp2 are
Duncan Sands
2012-06-09
Enable tail merging on PPC.
Hal Finkel
2012-06-09
Test commit
Jack Carter
2012-06-08
Remove the TODO statement in the PPC README re: CTR loops
Hal Finkel
2012-06-08
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
Mark the PPC CTRRC and CTRRC8 register classes as non-allocatable.
Hal Finkel
2012-06-08
Enable optimization for integer ABS on X86 if Subtarget has CMOV.
Manman Ren
2012-06-08
Fix Target->Codegen dependence.
Andrew Trick
2012-06-08
Disable the PPC CTR-Loops pass by default.
Hal Finkel
2012-06-08
Fix a bug in the new PPC CTR-Loops pass.
Hal Finkel
2012-06-08
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
[prev]
[next]