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
/
include
/
llvm
/
CodeGen
/
ValueTypes.h
Age
Commit message (
Expand
)
Author
2009-08-20
Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE
Erick Tryzelaar
2009-08-19
Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType.
Erick Tryzelaar
2009-08-12
Add contexts to some of the MVT APIs. No functionality change yet, just the ...
Owen Anderson
2009-08-11
Fix warnings.
Owen Anderson
2009-08-11
struct -> class
Owen Anderson
2009-08-11
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic
Bob Wilson
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
2009-07-15
Remove the v3i32 and v3f32 value types: they are not
Duncan Sands
2009-07-14
Remove some tabs and fix other whitespace. No functional changes.
Bob Wilson
2009-07-14
Revert 75308.
Bob Wilson
2009-07-10
Add new vector types for 192-bit, 348-bit and 512-bit sizes.
Bob Wilson
2009-07-09
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-06
Add new ValueType for metadata.
Devang Patel
2009-06-30
Delete a spurious blank line at the top of the file.
Dan Gohman
2009-06-29
Add more vector ValueTypes for AVX and other extended vector instruction
David Greene
2009-06-24
Increase limit for OpActions array
David Greene
2009-06-24
This increases the maximum for MVT::LAST_VALUETYPE
David Greene
2009-04-19
Remove the SimpleTy enumerated type field from the MVT
Duncan Sands
2009-02-01
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-01-27
Add an assertion to the form of SelectionDAG::getConstant that takes
Dan Gohman
2008-12-18
Added support for vector widening.
Mon P Wang
2008-11-10
Small cleanups. No functionality change intended!
Duncan Sands
2008-11-10
move some cases around to silence these sorts of warnings in
Chris Lattner
2008-11-03
Change how extended types are represented in MVTs. Instead of fiddling
Dan Gohman
2008-11-03
Remove redundant inline keywords from functions defined within
Dan Gohman
2008-10-29
Add sanity checking for BUILD_PAIR (I noticed the
Duncan Sands
2008-09-09
fit in 80 cols, minor tweaks
Gabor Greif
2008-07-30
Added support for overloading intrinsics (atomics) based on pointers
Mon P Wang
2008-06-16
Allow these transforms for types like i256 while
Duncan Sands
2008-06-10
Small doc fix.
Duncan Sands
2008-06-09
Various tweaks related to apint codegen. No functionality
Duncan Sands
2008-06-08
Remove comparison methods for MVT. The main cause
Duncan Sands
2008-06-06
Tighten up the abstraction slightly.
Duncan Sands
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-03-01
Add MVT::is128BitVector and is64BitVector. Shrink
Dale Johannesen
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-09
Fix some load/store logic that would be wrong for
Duncan Sands
2007-10-16
Document the fact that the verifier currently requires the
Duncan Sands
2007-10-16
Initial infrastructure for arbitrary precision integer
Duncan Sands
2007-08-16
Add MVT::fAny for overloading intrinsics on floating-point types.
Dan Gohman
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-03
long double patch 3 of N. Add to MVT.
Dale Johannesen
2007-07-26
Add support for 3 element 32-bit vector ValueTypes.
Christopher Lamb
2007-06-27
Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.
Dan Gohman
2007-06-27
Document the encoding of MVT::ValueType.
Dan Gohman
2007-06-26
Simplify the expression for MVT::isExtendedValueType.
Dan Gohman
[next]