aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ValueTypes.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-04[NFC] Use default case in EVT::getEVTStringCullen Rhodes1-127/+2
2019-11-18[SVE][CodeGen] Scalable vector MVT size queriesGraham Hunter1-3/+4
2019-09-20[MVT] Add v256i1 to MachineValueTypeKrzysztof Parzyszek1-0/+2
2019-08-30[ValueTypes] Add v16f16 and v32f16 to EVT::getEVTString and Tablegen's getEnu...Craig Topper1-0/+2
2019-08-21[MVT] Add v16f16 and v32f16 vectors.Craig Topper1-0/+2
2019-08-15MVT: Add v3i16/v3f16 vectorsMatt Arsenault1-0/+4
2019-08-05[MVT][SVE] Map between scalable vector IR Type and VTsGraham Hunter1-6/+134
2019-07-15[WebAssembly] Rename except_ref type to exnrefHeejin Ahn1-1/+1
2019-07-07[CodeGen] Add larger vector types for i32 and f32David Majnemer1-1/+25
2019-03-17[CodeGen] Defined MVTs v3i32, v3f32, v5i32, v5f32Tim Renouf1-0/+8
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-03-29[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper1-0/+321
2006-07-27Add some adviceChris Lattner1-98/+0
2006-07-19Move MVT::getVectorType out of line, it is large and shouldn't be inlined.Chris Lattner1-0/+34
2006-02-20Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng1-0/+3
2005-11-29Add the majority of the vector machien value types we expect to support,Nate Begeman1-0/+6
2005-11-19Teach LLVM how to scalarize packed types. Currently, this only works onNate Begeman1-0/+1
2005-08-25add printer support for flag operandsChris Lattner1-0/+1
2005-04-21Remove trailing whitespaceMisha Brukman1-2/+2
2005-01-20Add missing entry.Chris Lattner1-0/+1
2005-01-15implement these methods.Chris Lattner1-0/+52