projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2010-07-11
Jakob Stoklund...
Replace copyRegToReg with copyPhysReg for Sparc.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Replace copyRegToReg with copyPhysReg for CellSPU.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Replace copyRegToReg with copyPhysReg for PowerPC.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Fix PIC16 comments referencing copyRegToReg.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Replace copyRegToReg with copyPhysReg for PIC16.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Replace copyRegToReg with copyPhysReg for MSP430.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Replace copyRegToReg with copyPhysReg for MBlaze.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Replace copyRegToReg with copyPhysReg for ARM.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Replace copyRegToReg with copyPhysReg for Blackfin.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
X86InstrInfo::copyRegToReg is dead. Long live copyPhysReg!
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Remove copyRegToReg from TargetInstrInfo so it is not...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Use COPY in X86FastISel::X86SelectRet.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Use COPY for fast-isel bitconvert, but don't create...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Rafael Espindola
Fix va_arg for doubles. With this patch VAARG nodes...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Replace copyRegToReg with COPY in FastISelEmitter.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Use COPY for extracting ImplicitDef'ed values from...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Use COPY in FastISel everywhere it is safe and trivial.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Replace copyRegToReg with copyPhysReg for Mips.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Jakob Stoklund...
Replace copyRegToReg with copyPhysReg for Alpha.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Dan Gohman
sdiv overflow is outright undefined behavior, with...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Jakob Stoklund...
Use COPY in targets
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Jakob Stoklund...
Replace copyRegToReg with COPY everywhere in lib/CodeGe...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Jakob Stoklund...
Only collect subreg extracting copies for later coalescing.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Dan Gohman
Fix a bug in the code which re-inserts DBG_VALUE nodes...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Dan Gohman
Fix this test.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Duncan Sands
The accumulator tail recursion transform claims to...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Jakob Stoklund...
Emit COPY instructions instead of using copyRegToReg...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Bill Wendling
Use non-bool values for .count.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Jakob Stoklund...
Don't emit st(0)/st(1) copies as FpMOV instructions...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Jakob Stoklund...
FileCheckize inline asm FP stack tests
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Dan Gohman
Insert IMPLICIT_DEF instructions at the current insert...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Chandler Carruth
Add parentheses yet again to satisfy GCC's warnings.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Dan Gohman
Add an explicit triple to make this test behave consist...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Dan Gohman
Fix this XTARGET so that this does doesn't XPASS on...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Dan Gohman
Reapply bottom-up fast-isel, with several fixes for...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-10
Jakob Stoklund...
An x86 function returns a floating point value in st...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Devang Patel
Update DBG_VALUE to refer appropriate stack slot in...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Bruno Cardoso...
Declare YMM subregisters in the right way! Thanks Jakob
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Bruno Cardoso...
Add AVX 256-bit packed MOVNT variants
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jakob Stoklund...
Remember the *_TC opcodes for load/store
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Bruno Cardoso...
Add AVX 256-bit unpack and interleave
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jakob Stoklund...
Fix small bug in isMoveInstr -> COPY translation
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jakob Stoklund...
Automatically fold COPY instructions into stack load...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jakob Stoklund...
Fix a few tests
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jakob Stoklund...
Remat uncoalescable COPY instrs
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jim Grosbach
In the presence of variable sized objects, allocate...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Bill Wendling
Clarify what mysterious check means.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Dan Gohman
Add a target triple.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Dan Gohman
Fix MachineLICM to actually visit inner loops.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Bruno Cardoso...
Start the support for AVX instructions with 256-bit...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jakob Stoklund...
Change TII::foldMemoryOperand API to require the machin...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
remove useless cast and fix typos in comment
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Bob Wilson
--- Reverse-merging r107947 into '.':
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator* (found by inspection)
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
fix clang selfhost issue (shadowing)
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache result of operator*
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
cache operator*'s result (in multiple functions)
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
refactor type expressions and cache operator*'s result
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
do not repeatedly dereference use_iterator
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
do not repeatedly dereference use_iterator
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
two more cases of reuse result of operator*, found...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
another case of reuse result of operator*, it is expens...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Gabor Greif
reuse result of operator*, it is expensive to recompute
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Lang Hames
Added a support for inserting new MBBs into the numbering.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jakob Stoklund...
Avoid creating %physreg:subidx operands in SimpleRegist...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jakob Stoklund...
Deal with a few remaining spots that assume physical...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Bruno Cardoso...
Merge VEX enums with other x86 enum forms. Also fix...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jakob Stoklund...
Fix test to be less sensitive of regalloc accidents
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jakob Stoklund...
Fix broken isCopy handling in TrimLiveIntervalToLastUse.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Jakob Stoklund...
Handle COPY in VirtRegRewriter.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Dan Gohman
Fix the memoperand offsets in code generated for va_start.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Dan Gohman
These changes should have accompanied r107943.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Chris Lattner
have the mc lowering process handle a few tail call...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Bob Wilson
Print "dregpair" NEON operands with a space between...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Dan Gohman
Re-apply bottom-up fast-isel, with fixes. Be very caref...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Bruno Cardoso...
Factor out x86 segment override prefix encoding, and...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Bob Wilson
Reenable DAG combining for vector shuffles. It looks...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Chris Lattner
reject pseudo instructions early in the encoder.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Bruno Cardoso...
Remove trailing whitespaces from file
commit
|
commitdiff
|
tree
|
snapshot
2010-07-08
Chris Lattner
Change LEA to have 5 operands for its memory operand...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-08
Stuart Hastings
Reverting r107918 and r107919. Radar 8063111.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-08
Jakob Stoklund...
Revert "Fix broken isCopy handling in TrimLiveIntervalT...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-08
Chris Lattner
add some long-overdue enums to refer to the parts of...
commit
|
commitdiff
|
tree
|
snapshot
next