index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-24
Fix PR14364.
Bill Schmidt
4
-20
/
+27
2013-02-24
CVP: If we have a PHI with an incoming select, try to skip the select.
Benjamin Kramer
1
-5
/
+24
2013-02-24
Typo
Francois Pichet
1
-1
/
+1
2013-02-24
Revert r169638 because it broke Mesa llvmpipe tests.
Nadav Rotem
1
-6
/
+1
2013-02-24
Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded
Reed Kotler
4
-22
/
+34
2013-02-24
Add a use of an otherwise unused variable to remove a warning in non-Asserts
Cameron Zwarich
1
-0
/
+1
2013-02-24
TwoAddressInstructionPass::tryInstructionTransform() only potentially returns
Cameron Zwarich
1
-5
/
+4
2013-02-24
TwoAddrInstructionPass::tryInstructionTransform() has a case where it calls
Cameron Zwarich
1
-5
/
+10
2013-02-23
Add new base instruction def for cmpi, cmp, slt and sltu so that def/uses
Reed Kotler
1
-5
/
+10
2013-02-23
TargetInstrInfo::commuteInstruction() doesn't actually return a new instruction
Cameron Zwarich
1
-13
/
+3
2013-02-23
X86: Disable cmov-memory patterns on subtargets without cmov.
Benjamin Kramer
1
-6
/
+8
2013-02-23
Make some fixes for LiveInterval repair with debug info. Debug value
Cameron Zwarich
2
-2
/
+6
2013-02-23
Fix a bug with the LiveIntervals updating in the two-address pass found by
Cameron Zwarich
1
-1
/
+1
2013-02-23
Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware.
Cameron Zwarich
1
-15
/
+34
2013-02-23
Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware in
Cameron Zwarich
1
-30
/
+85
2013-02-23
Expand pseudos/macros for Selt. This is the last of the complex
Reed Kotler
3
-0
/
+82
2013-02-23
ARM: Convenience aliases for 'srs*' instructions.
Jim Grosbach
3
-0
/
+28
2013-02-23
Fixed a careless mistake.
Michael Gottesman
1
-1
/
+1
2013-02-22
Use getSplitDebugFilename when constructing the skeleton cu and
Eric Christopher
1
-4
/
+2
2013-02-22
Add a field to the compile unit of where we plan on splitting out
Eric Christopher
1
-2
/
+3
2013-02-22
Add a TODO and explain when we can get rid of the isMain field.
Eric Christopher
1
-1
/
+1
2013-02-22
SelectionDAG compile time improvement.
Nadav Rotem
1
-0
/
+19
2013-02-22
[mips] Emit call16 operator instead of got_disp. The former allows lazy binding.
Akira Hatanaka
1
-3
/
+1
2013-02-22
x86_64: designate most general purpose and SSE registers as callee save under...
Peter Collingbourne
2
-21
/
+28
2013-02-22
R600/SI: Add pattern for sign extension of i1 to i32.
Michel Danzer
1
-0
/
+5
2013-02-22
R600/SI: Add pattern for logical or of i1 values.
Michel Danzer
1
-0
/
+4
2013-02-22
R600/SI: Add pattern for fceil.
Michel Danzer
1
-1
/
+3
2013-02-22
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
1
-2
/
+1
2013-02-22
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
1
-9
/
+11
2013-02-22
Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refers
Reed Kotler
2
-8
/
+8
2013-02-22
Expand mips16 SelT form pseudso/macros.
Reed Kotler
3
-0
/
+81
2013-02-22
Fix isa<> check which could never be true.
Pete Cooper
1
-1
/
+1
2013-02-22
Remove code copied from GenRegisterInfo.inc.
Andrew Trick
2
-57
/
+0
2013-02-22
Code cleanup: pass Offset by pointer to parseInstruction to more explicitly
Eli Bendersky
1
-29
/
+33
2013-02-22
Remove warning about default covering no cases.
Bill Wendling
1
-3
/
+2
2013-02-22
Add a bitmask for NoBuiltin. This should *not* be used.
Bill Wendling
1
-1
/
+2
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
8
-10
/
+59
2013-02-21
Stop relying on physical register kill flags in isKilled() in the two-address
Cameron Zwarich
1
-3
/
+10
2013-02-21
Previously, parsing capability of the .debug_frame section was added
Eli Bendersky
2
-6
/
+171
2013-02-21
Allow GlobalValues to vectorize with AliasAnalysis
Renato Golin
1
-35
/
+154
2013-02-21
Re-apply r175688, with the changes suggested by Jakob in PR15320.
Lang Hames
1
-24
/
+15
2013-02-21
Remove dead code and whitespace.
Chad Rosier
1
-10
/
+0
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
54
-572
/
+543
2013-02-21
Don't assert on empty attributes.
Bill Wendling
1
-2
/
+2
2013-02-21
Hexagon: Expand cttz, ctlz, and ctpop for now.
Anshuman Dasgupta
1
-0
/
+5
2013-02-21
Make RAFast::UsedInInstr indexed by register units.
Jakob Stoklund Olesen
1
-22
/
+30
2013-02-21
Radar numbers don't belong in source code.
Evan Cheng
3
-4
/
+1
2013-02-21
Trivial cleanup
Bill Schmidt
1
-2
/
+2
2013-02-21
Large code model support for PowerPC.
Bill Schmidt
5
-15
/
+20
2013-02-21
Revert r175688 - It broke a test case (see PR15320).
Lang Hames
1
-13
/
+25
[next]