aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2010-10-20Add a way to emit StringSwitch of clang attribute spellings.Anders Carlsson
2010-10-19Fix VC2010 build.Michael J. Spencer
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes
2010-10-15KillTheDoctor: Fix 2008 build. I'm actually surprised 2010 defines all of the...Michael J. Spencer
2010-10-15Teach FileCheck to handle trailing CHECK-NOT patterns.Jakob Stoklund Olesen
2010-10-15ARM mode encoding information for UBFX and SBFX instructions.Jim Grosbach
2010-10-14Teach PerfectShuffle to not generate files with embedded tab characters.Jim Grosbach
2010-10-13Refactor the ARM 'setend' instruction pattern. Use a single instruction patternJim Grosbach
2010-10-13Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions.Jim Grosbach
2010-10-12Allow targets to optionally specify custom binary encoder functions forJim Grosbach
2010-10-12KillTheDoctor: Fix VS2008 build.Michael J. Spencer
2010-10-12Fix spelling error.Cameron Esfahani
2010-10-11The assert() should reference to machine instr operand number, too.Jim Grosbach
2010-10-11Make sure to use the machine instruction operand number. It doesn't alwaysJim Grosbach
2010-10-11Add KillTheDoctor.Michael J. Spencer
2010-10-11trailing whitespace cleanupJim Grosbach
2010-10-11When figuring out which operands match which encoding fields in an instruction,Jim Grosbach
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-10-09syntax-highlighting: Fix module asm keyword.Michael J. Spencer
2010-10-09Add Kate syntax highlighting files.Michael J. Spencer
2010-10-08A few 80 column cleanupsJim Grosbach
2010-10-08trailing whitespaceJim Grosbach
2010-10-08Fix -Asserts warning.Daniel Dunbar
2010-10-08Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.Jim Grosbach
2010-10-07Move checking for t2MOVCCi16 to the right place.Jim Grosbach
2010-10-07Fix typo in comment.Nick Lewycky
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-10-07gtest: Fix warnings on MinGW.Michael J. Spencer
2010-10-07CMake: Fix warning in gtest.Michael J. Spencer
2010-10-07trailing whitespaceJim Grosbach
2010-10-07Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.Jim Grosbach
2010-10-07Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach
2010-10-06Now that VDUPfqf and VDUPfdfare properly pseudos, nuke the special handling.Jim Grosbach
2010-10-06Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner
2010-10-06cleanupsChris Lattner
2010-10-06remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner
2010-10-05allow !strconcat to take more than two operands to eliminateChris Lattner
2010-10-05when david added support for #NAME# he didn't update the comments andChris Lattner
2010-10-05enhance tblgen to support anonymous defm's, use this toChris Lattner
2010-10-05trailing whitespaceJim Grosbach
2010-10-05Update attribute reading for the changed source location code.Sebastian Redl
2010-10-05Properly deserialize Clang types that are used as attribute argumentsDouglas Gregor
2010-10-04Fixed the disassembler to handle two new X86Sean Callanan
2010-10-02remove reference to dead script.Chris Lattner
2010-10-02nuke an old scriptChris Lattner
2010-10-02Fix MSVC release mode compilation error.Francois Pichet
2010-10-01Fix typoFrancois Pichet
2010-09-30Massive rewrite of MMX: Dale Johannesen
2010-09-30Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach
2010-09-29Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng