index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Age
Commit message (
Expand
)
Author
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-26
[TableGen] Fix ICE on MSVC 2012 Release builds.
Michael J. Spencer
2013-02-14
Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTa...
Jyotsna Verma
2013-02-13
PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA
David Peixotto
2013-02-12
Added 0x0D to 2-byte opcode extension table for prefetch* variants
Kay Tiong Khoo
2013-02-06
Allow targets to add custom asm operand matching logic.
Jim Grosbach
2013-02-05
Fix comments
Eli Bendersky
2013-02-05
This patch that sets the EmitAlias flag in td files
Jack Carter
2013-02-01
MachineModel: Inconsequential TableGen SubtargetEmitter fix.
Andrew Trick
2013-01-31
Cherry-pick r174067
Derek Schuff
2013-01-31
Clarify intent.
Jakob Stoklund Olesen
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-15
[ms-inline asm] Address the FIXME in AsmParser.cpp.
Chad Rosier
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-11
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-10
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
Remove locale-dependence of enum mangling and use existing function.
Tim Northover
2013-01-10
Make TableGen mangle operand method names before putting in enum.
Tim Northover
2013-01-09
Check whether MCInst operand isImm before calling getImm.
Tim Northover
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-02
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2012-12-26
TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...
NAKAMURA Takumi
2012-12-24
Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64
Elena Demikhovsky
2012-12-22
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-20
Fix an uninitialized member variable, found by -fsanitize=bool.
Richard Smith
2012-12-19
MC: Add MCInstrDesc::mayAffectControlFlow() method.
Jim Grosbach
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-10
Fix PR14568: Avoid the DFA packetizer from making an invalid read
Anshuman Dasgupta
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-05
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
RegisterPressure API. Add support for physical register units.
Andrew Trick
2012-12-05
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-12-04
Sort the #include lines for utils/...
Chandler Carruth
2012-11-29
Add an MCPhysReg typedef to replace naked uint16_t.
Jakob Stoklund Olesen
2012-11-28
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-20
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-16
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-15
Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'
Derek Schuff
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-09
Fix issue with invalid flat operand number
Evandro Menezes
2012-11-09
Fix issue with invalid flat operand number
Evandro Menezes
2012-11-08
Add support of RTM from TSX extension
Michael Liao
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-11-02
Fix a build problem with xlc. The error message was
Rafael Espindola
2012-11-01
Generate a table-driven version of TRI::composeSubRegIndices().
Jakob Stoklund Olesen
2012-10-25
Don't return false when the function's return type is a pointer.
Kaelyn Uhrain
[next]