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
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-11
Merge master branch
tstellar
9
-313
/
+485
2012-10-02
Merge master branch
tstellar
1
-48
/
+49
2012-10-02
Merge TOT
tstellar
1
-8
/
+8
2012-09-24
Machine Model (-schedmodel only). Added SchedAliases.
tstellar
3
-87
/
+295
2012-09-24
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
tstellar
1
-2
/
+2
2012-09-24
Whitespace.
tstellar
1
-2
/
+2
2012-09-21
Clarify comment.
gribozavr
1
-1
/
+1
2012-09-19
Add in new data types that are used by AMDIL/ANL among others.
mvillmow
1
-0
/
+8
2012-09-19
Soften the pattern-can-never-match error in TableGen into a warning. This pat...
resistor
1
-2
/
+5
2012-09-19
Remove code for setting the VEX L-bit as a function of operand size from the ...
ctopper
2
-19
/
+2
2012-09-19
SchedMachineModel: compress the CPU's WriteLatencyTable.
atrick
3
-7
/
+44
2012-09-19
Iterate deterministicaly over ClassInfo*'s
silvas
1
-2
/
+12
2012-09-19
Iterate deterministically over register classes
silvas
1
-2
/
+3
2012-09-19
Refactor Record* by-ID comparator to Record.h
silvas
2
-18
/
+9
2012-09-18
FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...
d0k
1
-2
/
+2
2012-09-18
Make custom operand parsing mnemonic indices use the same mnemonic table as t...
ctopper
1
-34
/
+39
2012-09-18
Use variable type for index into mnemonic table. Shrinks size of index field ...
ctopper
1
-5
/
+14
2012-09-18
Replaced ReInitMCSubtargetInfo with InitMCProcessor.
atrick
1
-1
/
+2
2012-09-18
comment typo
atrick
1
-1
/
+1
2012-09-18
TableGen subtarget emitter. Use getSchedClassIdx.
atrick
2
-11
/
+1
2012-09-18
TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...
atrick
1
-0
/
+84
2012-09-18
TableGen subtarget emitter. Remove unnecessary header dependence.
atrick
1
-0
/
+1
2012-09-18
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
atrick
1
-6
/
+25
2012-09-18
Mark asm matcher conversion table as const.
ctopper
1
-5
/
+5
2012-09-18
Fix typo in comment. No functional change.
ctopper
1
-1
/
+1
2012-09-17
Backout the wrong subtarget emitter fix
atrick
1
-1
/
+1
2012-09-17
Fix release build after reverting
atrick
1
-2
/
+1
2012-09-17
Revert r164061-r164067. Most of the new subtarget emitter.
atrick
3
-113
/
+20
2012-09-17
InitMCProcessor
atrick
1
-1
/
+2
2012-09-17
comment typo
atrick
1
-1
/
+1
2012-09-17
TableGen subtarget emitter. Use getSchedClassIdx.
atrick
2
-11
/
+1
2012-09-17
TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...
atrick
1
-0
/
+84
2012-09-17
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
atrick
1
-7
/
+25
2012-09-17
TableGen subtarget emitter. Format and emit data tables for the new machine m...
atrick
1
-6
/
+117
2012-09-17
TableGen subtarget emitter. Generate data tables for the new machine model.
atrick
1
-2
/
+291
2012-09-17
TableGen subtarget emitter. Emit processor resources for the new machine model.
atrick
1
-10
/
+63
2012-09-17
TableGen subtarget parser: Add getProcResourcesIdx().
atrick
1
-0
/
+10
2012-09-17
TableGen: Add initializer.
grosbach
1
-1
/
+1
2012-09-17
Fix a few vars that can end up being used without initialization.
axel
1
-1
/
+1
2012-09-17
Fix typo
hliao
1
-1
/
+1
2012-09-16
Add 'virtual' keywoards to output file for overridden functions.
ctopper
1
-5
/
+6
2012-09-16
Add 'virtual' keywoards to output file for overridden functions.
ctopper
1
-7
/
+7
2012-09-15
Fix Doxygen issues: wrap code examples in \code and use \p to refer to
gribozavr
1
-4
/
+4
2012-09-15
Revert r163878 as it breaks on targets with alternate register names. Such ta...
ctopper
2
-6
/
+4
2012-09-15
TableGen subtarget parser. Handle new machine model.
atrick
2
-0
/
+219
2012-09-15
TableGen subtarget parser. Handle new machine model.
atrick
2
-0
/
+512
2012-09-15
TableGen subtarget parser. Handle new machine model.
atrick
3
-137
/
+816
2012-09-14
Allow the second opcode info table to be 8, 16, or 32-bits as needed to repre...
ctopper
1
-38
/
+32
2012-09-14
Reduce size of register name index tables by using uint16_t for all in tree t...
ctopper
2
-4
/
+6
2012-09-13
AsmWriterEmitter: OpInfo2 should be unsigned 16-bit.
mren
1
-1
/
+1
[next]