summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* trailing whitespaceJim Grosbach2010-10-07
* Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.Jim Grosbach2010-10-07
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-07
* Now that VDUPfqf and VDUPfdfare properly pseudos, nuke the special handling.Jim Grosbach2010-10-06
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-06
* cleanupsChris Lattner2010-10-06
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-06
* allow !strconcat to take more than two operands to eliminateChris Lattner2010-10-05
* when david added support for #NAME# he didn't update the comments andChris Lattner2010-10-05
* enhance tblgen to support anonymous defm's, use this toChris Lattner2010-10-05
* trailing whitespaceJim Grosbach2010-10-05
* Update attribute reading for the changed source location code.Sebastian Redl2010-10-05
* Properly deserialize Clang types that are used as attribute argumentsDouglas Gregor2010-10-05
* Fixed the disassembler to handle two new X86Sean Callanan2010-10-04
* Fix typoFrancois Pichet2010-10-01
* Massive rewrite of MMX: Dale Johannesen2010-09-30
* Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach2010-09-30
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-29
* trailing whitespaceJim Grosbach2010-09-29
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-29
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-28
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* Get rid of pop_macro warnings on MSVC.Michael J. Spencer2010-09-24
* Revert r114703 and r114702, removing the isConditionalMove flag from instruct...Owen Anderson2010-09-23
* Add an TargetInstrDesc bit to indicate that a given instruction is a conditio...Owen Anderson2010-09-23
* Revert r114596, it's breaking a few tests.Nate Begeman2010-09-23
* <rdar://problem/8228022> Wvector-conversions warnings in arm_neon.hNate Begeman2010-09-22
* Rework passing parent pointers into complexpatterns, I forgotChris Lattner2010-09-21
* just like they can opt into getting the root of the pattern beingChris Lattner2010-09-21
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* Trailing whitespace, 80-col violations.Mikhail Glushenkov2010-09-21
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-21
* Handle the odd case where we only have one instruction.Eric Christopher2010-09-18
* Use float64 instead of int64 vector elements for NEON vget_low and vget_highBob Wilson2010-09-15
* Tidy whitespace in generated arm_neon.h.Bob Wilson2010-09-14
* CBackend: Fix MSVC build.Michael J. Spencer2010-09-14
* Add x86mmx to TableGen.Dale Johannesen2010-09-11
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-09
* fix bugs in push/pop segment support, rdar://8407242Chris Lattner2010-09-08
* Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling2010-09-07
* Fix whitespace, because I'm OCD.Bill Wendling2010-09-07
* Add patterns for MMX that use the new intrinsics.Dale Johannesen2010-09-07
* attempt to appease msvcChris Lattner2010-09-07
* fix comment typosGabor Greif2010-09-07
* generalize my previous operand loc info hack. If the same operandChris Lattner2010-09-06
* in the case where an instruction only has one implementationChris Lattner2010-09-06
* Now that we know if we had a total fail on the instruction mnemonic, Chris Lattner2010-09-06
* simplify DEBUG_WITH_TYPE usageChris Lattner2010-09-06
* this if can now be an assert.Chris Lattner2010-09-06