aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix VC2010 build.Michael J. Spencer2010-10-191-3/+0
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-172-0/+9
* KillTheDoctor: Fix 2008 build. I'm actually surprised 2010 defines all of the...Michael J. Spencer2010-10-151-0/+236
* Teach FileCheck to handle trailing CHECK-NOT patterns.Jakob Stoklund Olesen2010-10-151-9/+22
* ARM mode encoding information for UBFX and SBFX instructions.Jim Grosbach2010-10-151-0/+1
* Teach PerfectShuffle to not generate files with embedded tab characters.Jim Grosbach2010-10-141-1/+2
* Refactor the ARM 'setend' instruction pattern. Use a single instruction patternJim Grosbach2010-10-131-0/+1
* Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions.Jim Grosbach2010-10-131-0/+2
* Allow targets to optionally specify custom binary encoder functions forJim Grosbach2010-10-123-9/+33
* KillTheDoctor: Fix VS2008 build.Michael J. Spencer2010-10-121-0/+5
* Fix spelling error.Cameron Esfahani2010-10-121-2/+2
* The assert() should reference to machine instr operand number, too.Jim Grosbach2010-10-111-2/+2
* Make sure to use the machine instruction operand number. It doesn't alwaysJim Grosbach2010-10-111-0/+2
* Add KillTheDoctor.Michael J. Spencer2010-10-114-0/+1555
* trailing whitespace cleanupJim Grosbach2010-10-111-18/+18
* When figuring out which operands match which encoding fields in an instruction,Jim Grosbach2010-10-113-9/+38
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-2/+0
* syntax-highlighting: Fix module asm keyword.Michael J. Spencer2010-10-091-1/+1
* Add Kate syntax highlighting files.Michael J. Spencer2010-10-092-0/+267
* A few 80 column cleanupsJim Grosbach2010-10-084-9/+13
* trailing whitespaceJim Grosbach2010-10-081-15/+15
* Fix -Asserts warning.Daniel Dunbar2010-10-081-0/+3
* Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.Jim Grosbach2010-10-081-1/+1
* Move checking for t2MOVCCi16 to the right place.Jim Grosbach2010-10-071-6/+7
* Fix typo in comment.Nick Lewycky2010-10-071-1/+1
* Move tool_output_file into its own file.Dan Gohman2010-10-072-2/+2
* gtest: Fix warnings on MinGW.Michael J. Spencer2010-10-071-3/+3
* CMake: Fix warning in gtest.Michael J. Spencer2010-10-071-0/+4
* trailing whitespaceJim Grosbach2010-10-071-17/+17
* Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.Jim Grosbach2010-10-071-5/+5
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-071-7/+7
* Now that VDUPfqf and VDUPfdfare properly pseudos, nuke the special handling.Jim Grosbach2010-10-061-6/+5
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-061-5/+18
* cleanupsChris Lattner2010-10-061-9/+10
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-065-120/+17
* allow !strconcat to take more than two operands to eliminateChris Lattner2010-10-051-23/+34
* when david added support for #NAME# he didn't update the comments andChris Lattner2010-10-051-16/+6
* enhance tblgen to support anonymous defm's, use this toChris Lattner2010-10-051-18/+31
* trailing whitespaceJim Grosbach2010-10-051-95/+95
* Update attribute reading for the changed source location code.Sebastian Redl2010-10-051-2/+2
* Properly deserialize Clang types that are used as attribute argumentsDouglas Gregor2010-10-051-1/+1
* Fixed the disassembler to handle two new X86Sean Callanan2010-10-041-1/+16
* remove reference to dead script.Chris Lattner2010-10-021-1/+1
* nuke an old scriptChris Lattner2010-10-021-37/+0
* Fix MSVC release mode compilation error.Francois Pichet2010-10-021-6/+6
* Fix typoFrancois Pichet2010-10-011-1/+1
* Massive rewrite of MMX: Dale Johannesen2010-09-301-6/+0
* Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach2010-09-301-1/+4
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-291-16/+21
* trailing whitespaceJim Grosbach2010-09-291-54/+54