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
Age
Commit message (
Expand
)
Author
2012-06-14
Make machine verifier check the first instruction of the last bundle instead of
Akira Hatanaka
2012-06-14
Make comment slightly more helpful.
Lang Hames
2012-06-14
Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...
Pete Cooper
2012-06-14
misched: disable SSA check pending PR13112.
Andrew Trick
2012-06-14
SmallMap, FlatArrayMap::copyFrom
Stepan Dyatkovskiy
2012-06-14
Remove/modify C backend references from LLVM documentation.
David Blaikie
2012-06-14
Remove C backend reference from the FAQ.
David Blaikie
2012-06-14
Recommit r158407: Allow SROA to look at a vector type and see if the offset i...
Pete Cooper
2012-06-14
Clarify a bit that the types have to be the same. Came up on IRC.
Duncan Sands
2012-06-14
MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.
NAKAMURA Takumi
2012-06-14
Replace assertion failure for badly formatted CPS instrution with error message.
Richard Barton
2012-06-14
Cleanup whitespace.
Jush Lu
2012-06-14
Revert: test/CodeGen/ARM/iabs.ll in r158441
Manman Ren
2012-06-14
InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).
Manman Ren
2012-06-14
Test case for MIPS long branch pass.
Akira Hatanaka
2012-06-14
Fix Mips/CMakeLists.txt.
Akira Hatanaka
2012-06-14
Add file MipsLongBranch.cpp.
Akira Hatanaka
2012-06-14
Fix test cases.
Akira Hatanaka
2012-06-14
Remove code in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
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
Group the 'unsigned' members after the pointer to avoid 4 bytes of
Chandler Carruth
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
Revert "Allow SROA to look at a vector type and see if the offset is out of r...
Pete Cooper
2012-06-13
Allow SROA to look at a vector type and see if the offset is out of range to ...
Pete Cooper
2012-06-13
Fix building ThreadLocal.cpp with --disable-threads.
Argyrios Kyrtzidis
2012-06-13
*typo: Cyles changed to Cycles
Kay Tiong Khoo
2012-06-13
Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version of
Rafael Espindola
2012-06-13
It is possible for several constants which aren't individually absorbing to
Duncan Sands
2012-06-13
When linearizing a multiplication, return at once if we see a factor of zero,
Duncan Sands
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
SimplifyCFG: fold unconditional branch to its predecessor if profitable.
Manman Ren
2012-06-13
Eliminate struct TableGenBackend.
Jakob Stoklund Olesen
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
sched: fix latency of memory dependence chain edges for consistency.
Andrew Trick
2012-06-13
sched: Avoid trivially redundant DAG edges. Take the one with higher latency.
Andrew Trick
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
[next]