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
2013-02-21
R600/SI: inline V_ADD|SUB_F32 patterns
Christian Konig
2013-02-21
R600/SI: replace IMPLICIT_DEF with SIOperand.ZERO
Christian Konig
2013-02-21
R600/SI: replace SI_V_CNDLT with a pattern
Christian Konig
2013-02-21
R600/SI: use patterns for clamp, fabs, fneg
Christian Konig
2013-02-21
R600/SI: add all the other missing asm operands v2
Christian Konig
2013-02-21
R600/SI: add the missing M*BUF|IMG asm operands
Christian Konig
2013-02-21
R600/SI: add the missing S_* asm operands
Christian Konig
2013-02-21
R600/SI: rework VOP3 classes
Christian Konig
2013-02-21
R600/SI: simplify VOPC_* pattern v2
Christian Konig
2013-02-21
R600/SI: rework VOP2_* pattern v2
Christian Konig
2013-02-21
R600/SI: rework VOP1_* patterns v2
Christian Konig
2013-02-21
R600/SI: add constant for inline zero operand
Christian Konig
2013-02-21
R600/SI: cleanup SIInstrInfo.td and SIInstrFormat.td
Christian Konig
2013-02-21
R600: Fix for Unigine when MachineSched is enabled
Tom Stellard
2013-02-21
Code review cleanup for r175697
Bill Schmidt
2013-02-21
R600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32
Michel Danzer
2013-02-21
Don't rely on the isDead() MachineOperand flag when updating LiveIntervals.
Cameron Zwarich
2013-02-21
Use getInterval() instead of getOrCreateInterval().
Cameron Zwarich
2013-02-21
Only include move-related Optional<T> tests when rvalue references are availa...
David Blaikie
2013-02-21
Add move ctor/assignment to Optional<T>
David Blaikie
2013-02-21
Make another kill check LiveIntervals-aware.
Cameron Zwarich
2013-02-21
Split part of isKilled() into a separate function for use elsewhere.
Cameron Zwarich
2013-02-21
Correct spelling of 'enumerator'.
David Blaikie
2013-02-21
Make Optional<T>'s operator bool 'explicit' in C++11
David Blaikie
2013-02-21
Update isKilledAt in TwoAddressInstructionPass.cpp to use LiveIntervals when
Cameron Zwarich
2013-02-21
Expand the sel pseudo/macro. This generates basic blocks where previously
Reed Kotler
2013-02-21
ADT/Optional.h: Appease msvc. It reapplies r175626.
NAKAMURA Takumi
2013-02-21
[objdump] Add PT_PHDR.
Michael J. Spencer
2013-02-21
Mips specific standalone assembler addressing mode %hi and %lo.
Jack Carter
2013-02-21
PPCDAGToDAGISel::PostprocessISelDAG()
Bill Schmidt
2013-02-21
Provide a "None" value for convenience when using Optional<T>()
David Blaikie
2013-02-21
Relocation enablement for PPC DAG postprocessing pass
Bill Schmidt
2013-02-20
Formatting.
Chad Rosier
2013-02-20
Don't allocate memory in LiveInterval::join().
Jakob Stoklund Olesen
2013-02-20
Kill of TransferDeadFlag - Dead copies and subreg-to-reg instructions should
Lang Hames
2013-02-20
as the allocator is reset zero out the number of bytes allocated, this was just
Pedro Artigas
2013-02-20
ELF symbol table field st_other support,
Jack Carter
2013-02-20
Copy single reaching defs directly into the LiveInterval.
Jakob Stoklund Olesen
2013-02-20
Add and remove the attribute from the correct slot.
Bill Wendling
2013-02-20
Stabilize vec_constants.ll
Bill Schmidt
2013-02-20
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti...
Erik Verbruggen
2013-02-20
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
Only use LiveIntervals in TwoAddressInstructionPass, not a mix of Liveintervals
Cameron Zwarich
2013-02-20
Find anchoring end points for repairIntervalsInRange and repairIndexesInRange
Cameron Zwarich
2013-02-20
Make repairIntervalsInRange() more robust. There are now no longer any liveness-
Cameron Zwarich
2013-02-20
DAGCombiner: Fold pointless truncate, bitcast, buildvector series
Arnold Schwaighofer
2013-02-20
R600: Update for name changes from r175667.
Jim Grosbach
2013-02-20
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
Additional fixes for bug 15155.
Bill Schmidt
2013-02-20
[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
Michael J. Spencer
[next]