index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
AsmWriterEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction.
Yaron Keren
2015-08-06
1
-0
/
+8
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-3
/
+2
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
1
-7
/
+20
*
Teach raw_ostream to accept SmallString.
Yaron Keren
2015-03-10
1
-1
/
+1
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-2
/
+2
*
On behalf of Matthew Wahab:
Evgeny Astigeevich
2014-12-16
1
-1
/
+7
*
Remove indirection of vector<T*> in favor of deque<T>
David Blaikie
2014-11-29
1
-6
/
+5
*
Use range-based for loops.
Craig Topper
2014-11-25
1
-5
/
+3
*
Remove dead code.
Craig Topper
2014-11-25
1
-2
/
+1
*
Remove unused MaxSize variable.
Craig Topper
2014-11-25
1
-7
/
+0
*
Move a vector instead of copying it.
Craig Topper
2014-11-25
1
-2
/
+2
*
Replace a comment that says 'unreachable' with llvm_unreachable in TableGen A...
Craig Topper
2014-11-24
1
-1
/
+1
*
Detect best type for some static index tables instead of just using uint32_t ...
Craig Topper
2014-11-24
1
-15
/
+24
*
TableGen: Add 'static' to a large array to avoid a huge stack allocation
Reid Kleckner
2014-07-17
1
-1
/
+1
*
Condition codes AL and NV are invalid in the aliases that use
Artyom Skrobov
2014-06-10
1
-3
/
+46
*
Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()
Artyom Skrobov
2014-06-10
1
-11
/
+6
*
TableGen: convert InstAlias's Emit bit to an int.
Tim Northover
2014-05-20
1
-13
/
+31
*
TableGen: fix operand counting for aliases
Tim Northover
2014-05-16
1
-32
/
+7
*
TableGen: use correct MIOperand when printing aliases
Tim Northover
2014-05-15
1
-9
/
+17
*
TableGen/ARM64: print aliases even if they have syntax variants.
Tim Northover
2014-05-15
1
-31
/
+45
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
Teach the table generator to not generate switch statements containing only a...
Aaron Ballman
2014-05-13
1
-12
/
+15
*
TableGen: strengthen assert
Tim Northover
2014-05-13
1
-1
/
+1
*
Fix gcc -Wparentheses warning.
Jay Foad
2014-05-13
1
-1
/
+2
*
TableGen: use PrintMethods to print more aliases
Tim Northover
2014-05-12
1
-18
/
+79
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
remove some dead code
Nuno Lopes
2014-04-17
1
-13
/
+0
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-4
/
+4
*
tblgen: Twinify PrintFatalError.
Benjamin Kramer
2014-03-29
1
-2
/
+2
*
TableGen: don't save a StringRef to a local std::string.
Tim Northover
2014-03-29
1
-2
/
+2
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-1
/
+2
*
Get rid of a vector copy by just making a pointer out of the reference return...
Craig Topper
2014-02-05
1
-15
/
+15
*
Constant propagate MachineInstrClassName.
Roman Divacky
2014-01-10
1
-3
/
+1
*
All backends use MC now.
Rafael Espindola
2014-01-10
1
-5
/
+1
*
Remove dead code.
Rafael Espindola
2013-12-02
1
-1
/
+0
*
TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.
Ahmed Bougacha
2013-10-28
1
-26
/
+26
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-1
/
+0
*
llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr.
Benjamin Kramer
2013-09-11
1
-40
/
+45
*
This patch that sets the EmitAlias flag in td files
Jack Carter
2013-02-05
1
-1
/
+4
*
Check whether MCInst operand isImm before calling getImm.
Tim Northover
2013-01-09
1
-4
/
+10
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-3
/
+3
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
1
-1
/
+1
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-1
/
+1
*
Revert r163878 as it breaks on targets with alternate register names. Such ta...
Craig Topper
2012-09-15
1
-4
/
+3
*
Allow the second opcode info table to be 8, 16, or 32-bits as needed to repre...
Craig Topper
2012-09-14
1
-38
/
+32
*
Reduce size of register name index tables by using uint16_t for all in tree t...
Craig Topper
2012-09-14
1
-2
/
+3
*
AsmWriterEmitter: OpInfo2 should be unsigned 16-bit.
Manman Ren
2012-09-13
1
-1
/
+1
*
AsmWriterEmitter: increase the number of bits for OpcodeInfo from 32-bit to
Manman Ren
2012-09-13
1
-11
/
+46
*
Clean up includes.
Craig Topper
2012-07-27
1
-1
/
+1
[prev]
[next]