summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...Amaury Sechet2016-04-131-23/+0
* Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...Amaury Sechet2016-04-131-0/+23
* Delete mergefunctions.clang.svn.patchJF Bastien2016-04-121-14/+0
* Minor code cleanup. NFC.Junmo Park2016-04-121-2/+2
* vim: add missing keywordSaleem Abdulrasool2016-04-061-2/+2
* fixed to discard earlier advertisingSanjay Patel2016-04-051-3/+4
* add example usage and workflow to --help outputSanjay Patel2016-04-051-2/+25
* check or check-next the first line of the function tooSanjay Patel2016-04-051-5/+15
* [TableGen] AsmMatcherEmitter.cpp: replace a sequence of "if" to "switch" in e...Valery Pykhtin2016-04-051-2/+6
* lit: python3 compatibility fixMatthias Braun2016-03-311-1/+8
* [lit][googletest] Handle upstream gtest outputDaniel Dunbar2016-03-314-0/+67
* Submitted new file with wrong line endings. Correcting...Mike Spertus2016-03-281-7/+7
* Use VS2015 Project Support for Natvis to eliminate the need to manually insta...Mike Spertus2016-03-282-3/+12
* workaround for an IR variable named %.Sanjay Patel2016-03-271-0/+2
* add scrubber for excessive leading whitespaceSanjay Patel2016-03-271-0/+3
* abtest: Cleanup, improve commentsMatthias Braun2016-03-261-38/+48
* abtest: Check all files, improve announcementsMatthias Braun2016-03-261-5/+6
* Put my abtest scripts into the util directoryMatthias Braun2016-03-263-0/+342
* fix IR function name regex to allow hyphensSanjay Patel2016-03-251-2/+2
* Add utility script to generate checks for opt or llc regression testsSanjay Patel2016-03-241-0/+355
* don't hardcode the name of the llc checks scriptSanjay Patel2016-03-241-5/+2
* reorganize llc checks script to allow more flexibility, part 2; NFCISanjay Patel2016-03-241-73/+104
* reorganize llc checks script to allow more flexibility; NFCISanjay Patel2016-03-231-28/+31
* Typesafe visualization of PointerIntPairs in Visual StudioMike Spertus2016-03-181-2/+2
* [lit] Enqueue tests on a separate thread to not hit limits on parallel queuesFilipe Cabecinhas2016-03-171-2/+14
* [lit] Hack lit to allow a test suite to request that it is run "early".Chandler Carruth2016-03-123-2/+14
* Type correct Visual Studio native visualization for PointerUnionsMike Spertus2016-03-111-9/+9
* [TableGen] more helpful error message in MapTableEmitterNicolai Haehnle2016-03-101-2/+12
* [CodeGen] Add space-optimized EmitMergeInputChains1_2 to the DAG isel matchin...Craig Topper2016-03-071-2/+2
* TableGen: Accept itinerary data when checking for schedmodel completenessMatthias Braun2016-03-031-4/+4
* TableGen: Display helpfull message for incomplete models.Matthias Braun2016-03-011-1/+7
* TableGen: Check scheduling models for completenessMatthias Braun2016-03-012-0/+47
* TableGen: Add hasNoSchedulingInfo to instructionsMatthias Braun2016-03-013-1/+4
* [TableGen] AsmMatcher: Skip optional operands in the midle of instruction if ...Nikolay Haustov2016-03-011-14/+21
* Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson2016-02-291-1/+18
* [test-release.sh] Add lldb to list of projects (disabled by default)Daniel Sanders2016-02-291-0/+15
* Revert r262092, caught LLD testsPaul Robinson2016-02-261-18/+1
* [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson2016-02-261-1/+18
* AVX512F: Add GATHER/SCATTER assembler Intel syntax tests for knl/skx/avx . Ch...Igor Breger2016-02-251-16/+20
* Fix commentXinliang David Li2016-02-231-1/+1
* [X86] Remove some unused encoding checks from the disassembler table building.Craig Topper2016-02-201-4/+0
* [TableGen,X86] Add NDEBUG check to a variable initialization that's only used...Craig Topper2016-02-181-0/+2
* [TableGen,X86] Remove extra optional operand from RawFrm. RawFrm with 2 immed...Craig Topper2016-02-181-3/+1
* [TableGen] Fix inconsistent spacing. NFCCraig Topper2016-02-161-2/+2
* [TableGen] Stop passing by reference an integer that doesn't get modified. NFCCraig Topper2016-02-162-2/+2
* [TableGen] Remove unused member variable. NFCCraig Topper2016-02-162-3/+0
* [TableGen] Use range-based for loop. NFCCraig Topper2016-02-161-2/+2
* [TableGen] Remove constant string argument from a method that's only called o...Craig Topper2016-02-141-5/+5
* [TableGen] Fix comment about 64-bit type I missed when I removed the underlyi...Craig Topper2016-02-131-1/+1
* [TableGen] Use range-based for loops. NFCCraig Topper2016-02-132-131/+106