summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/X86FoldTablesEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix LLDB build for Android.Eugene Zemtsov2017-10-091-1/+1
* [X86][TableGen] Recommitting the X86 memory folding tables TableGen backend w...Ayman Musa2017-10-081-0/+663
* [x86] Revert the X86FoldTablesEmitter due to more miscompiles.Chandler Carruth2017-06-061-732/+0
* [X86] Don't fold into memory operands into insertps in the generated folding ...Benjamin Kramer2017-06-021-0/+5
* [TableGen] Adapt more places to getValueAsString now returning a StringRef in...Craig Topper2017-05-311-2/+2
* [X86] Don't fold away the memory operand of an xchg.Benjamin Kramer2017-05-291-1/+8
* Don't capture a temporary std::string in a StringRef.Zachary Turner2017-05-291-1/+1
* Resubmit "[X86] Adding new LLVM TableGen backend that generates the X86 backe...Zachary Turner2017-05-291-0/+720
* Revert "[X86] Adding new LLVM TableGen backend that generates the X86 backend...Zachary Turner2017-05-291-720/+0
* [TableGen][X86] Fix formatting I accidentally messed up in r304099. NFCCraig Topper2017-05-281-1/+1
* [TableGen][X86] Use CHAR_BIT with sizeof instead of hardcoded 8. NFCCraig Topper2017-05-281-1/+2
* [TableGen][X86] Mark a couple global tables as const. NFCCraig Topper2017-05-281-2/+2
* [TableGen][X86] Improve formatting of the fold table output by indenting the ...Craig Topper2017-05-281-2/+2
* [TableGen][X86] Add an llvm_unreachable to a switch so we get an error if we ...Craig Topper2017-05-281-0/+1
* [TableGen][X86] Remove unnecessary std::string creations. NFCCraig Topper2017-05-281-4/+4
* [TableGen][X86] Replace a global std::vector with a regular array. llvm::find...Craig Topper2017-05-281-2/+2
* [TableGen][X86] getValueAsString returns a std::string not a StringRef. Captu...Craig Topper2017-05-281-1/+1
* [X86] Adding new LLVM TableGen backend that generates the X86 backend memory ...Ayman Musa2017-05-281-0/+718
OpenPOWER on IntegriCloud