summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2013-04-18[asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier1-20/+45
2013-04-12lit: Fix infinite recursion when an out-of-tree test root is located inside t...Daniel Dunbar5-9/+47
2013-04-12lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).Daniel Dunbar3-9/+60
2013-04-11Add CLAC/STAC instruction encoding/decoding supportMichael Liao1-17/+19
2013-04-11lit: Don't descend into .git directories during test discovery.Daniel Dunbar1-1/+1
2013-04-11lit: Shorten a metavar to make --help look nicer.Daniel Dunbar1-1/+1
2013-04-11lit: Add a test for discovery when exact test names are given.Daniel Dunbar1-0/+15
2013-04-11lit: Add a trivial test of the basic progress bar.Daniel Dunbar6-0/+22
2013-04-05Move yaml2obj to tools too.Rafael Espindola4-733/+1
2013-04-05Use ScalarBitSetTraits.Rafael Espindola1-83/+84
2013-04-05Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola6-509/+1
2013-04-05Build obj2yaml with configure+make.Rafael Espindola1-1/+1
2013-04-04Add back parsing of header charactestics.Rafael Espindola1-1/+37
2013-04-03Remove anonymous namespace.Rafael Espindola1-4/+0
2013-04-02Use yaml::IO in yaml2obj.cpp.Rafael Espindola1-551/+346
2013-03-29Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick1-5/+11
2013-03-29Revert r178166. According to Howard, this code is actually ok.Dan Gohman1-3/+1
2013-03-27Avoid undefined behavior from passing a std::vector's own contentsDan Gohman1-1/+3
2013-03-26TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.Andrew Trick2-2/+24
2013-03-25x86 -- add the XTEST instructionDave Zarzycki1-8/+9
2013-03-24Allow types to be omitted in output patterns.Jakob Stoklund Olesen2-0/+16
2013-03-24Allow direct value types to be used in instruction 'set' patterns.Jakob Stoklund Olesen1-2/+24
2013-03-23Allow direct value types in pattern definitions.Jakob Stoklund Olesen2-5/+29
2013-03-23Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.Jakob Stoklund Olesen2-21/+21
2013-03-23Plug a memory leak in FileCheck when the input file is empty.Benjamin Kramer1-6/+6
2013-03-21Add TableGen ctags(1) emitter and helper script.Sean Silva5-1/+561
2013-03-20[lit] Avoid CRLFs in bash scripts on WindowsReid Kleckner1-1/+4
2013-03-19Extend TableGen instruction selection matcher to improve handlingUlrich Weigand2-11/+60
2013-03-18TableGen fix for the new machine model.Andrew Trick1-4/+6
2013-03-18Extract a method.Jakob Stoklund Olesen2-41/+42
2013-03-17Use ArrayRef<MVT::SimpleValueType> when possible.Jakob Stoklund Olesen6-10/+10
2013-03-16Machine model. Allow mixed itinerary classes and SchedRW lists.Andrew Trick3-205/+174
2013-03-15Add SchedRW as an Instruction field.Jakob Stoklund Olesen1-6/+6
2013-03-14Fix r177112: Add ProcResGroup.Andrew Trick1-1/+3
2013-03-14MachineModel: Add a ProcResGroup class.Andrew Trick2-12/+92
2013-03-13lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were i...NAKAMURA Takumi1-0/+3
2013-03-11Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby1-0/+11
2013-03-01MIsched machine model: tablegen subtarget emitter improvement.Andrew Trick1-1/+14
2013-02-28Enable syntax highlighting for reStructuredText files.Bill Wendling1-0/+7
2013-02-26[TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer1-1/+3
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2-5/+5
2013-02-25'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay1-2/+2
2013-02-14Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTa...Jyotsna Verma1-5/+4
2013-02-13PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIADavid Peixotto1-0/+1
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei1-1/+1
2013-02-12Added 0x0D to 2-byte opcode extension table for prefetch* variantsKay Tiong Khoo1-0/+1
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2-0/+3
2013-02-07[lit] Add a display function for lit.Test.TestResult.Daniel Dunbar1-0/+4
2013-02-06Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei1-10/+14
2013-02-06Allow targets to add custom asm operand matching logic.Jim Grosbach1-0/+9