summaryrefslogtreecommitdiff
path: root/utils/TableGen/X86FoldTablesEmitter.cpp
AgeCommit message (Expand)Author
2017-11-01Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi
2017-10-09Fix LLDB build for Android.Eugene Zemtsov
2017-10-08[X86][TableGen] Recommitting the X86 memory folding tables TableGen backend w...Ayman Musa
2017-06-06[x86] Revert the X86FoldTablesEmitter due to more miscompiles.Chandler Carruth
2017-06-02[X86] Don't fold into memory operands into insertps in the generated folding ...Benjamin Kramer
2017-05-31[TableGen] Adapt more places to getValueAsString now returning a StringRef in...Craig Topper
2017-05-29[X86] Don't fold away the memory operand of an xchg.Benjamin Kramer
2017-05-29Don't capture a temporary std::string in a StringRef.Zachary Turner
2017-05-29Resubmit "[X86] Adding new LLVM TableGen backend that generates the X86 backe...Zachary Turner
2017-05-29Revert "[X86] Adding new LLVM TableGen backend that generates the X86 backend...Zachary Turner
2017-05-28[TableGen][X86] Fix formatting I accidentally messed up in r304099. NFCCraig Topper
2017-05-28[TableGen][X86] Use CHAR_BIT with sizeof instead of hardcoded 8. NFCCraig Topper
2017-05-28[TableGen][X86] Mark a couple global tables as const. NFCCraig Topper
2017-05-28[TableGen][X86] Improve formatting of the fold table output by indenting the ...Craig Topper
2017-05-28[TableGen][X86] Add an llvm_unreachable to a switch so we get an error if we ...Craig Topper
2017-05-28[TableGen][X86] Remove unnecessary std::string creations. NFCCraig Topper
2017-05-28[TableGen][X86] Replace a global std::vector with a regular array. llvm::find...Craig Topper
2017-05-28[TableGen][X86] getValueAsString returns a std::string not a StringRef. Captu...Craig Topper
2017-05-28[X86] Adding new LLVM TableGen backend that generates the X86 backend memory ...Ayman Musa