Canonicalize header guards into a common format.
[oota-llvm.git] / utils / TableGen / CodeGenIntrinsics.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-04 Saleem AbdulrasoolTableGen: introduce support for MSBuiltin
2014-03-18 Eli BenderskyExpose "noduplicate" attribute as a property for intrin...
2014-03-15 Patrik HagglundReplace ValueTypes.h with MachineValueType.h if possible.
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2011-05-28 John McCallChange how tblgen generates attributes for intrinsics...
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-03-26 Jim Grosbachfix a few spelling errors and typos
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-01-12 Chris Lattneradd nocapture attribute to llvm.mem* intrinsics and...
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-03 Dan GohmanMove instruction flag inference out of InstrInfoEmitter...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-04-26 Dan GohmanUpdate a comment to reflect recent changes in the type...
2007-04-01 Reid SpencerFor PR1297:
2006-12-31 Reid SpencerFor PR950:
2006-03-28 Chris LattnerOnly compute intrinsic valuetypes when in a target...
2006-03-28 Chris Lattnerrevert this, it breaks things.
2006-03-27 Chris LattnerAdd support for decoding iPTR to the right pointer...
2006-03-24 Chris LattnerMove CodeGenIntrinsic implementation to CodeGenTarget...
2006-03-15 Chris LattnerAutogenerate code to map from GCC builtin to LLVM intri...
2006-03-13 Chris Lattneremit a mapping from LLVM intrinsic -> GCC builtins.
2006-03-13 Chris LattnerVerify that packed type operands have the right size...
2006-03-09 Chris Lattnerparse intrinsic types
2006-03-03 Chris LattnerFix pasteo
2006-03-03 Chris Lattnerinitial implementation of intrinsic parsing