summaryrefslogtreecommitdiffstats
path: root/llvm/utils
Commit message (Expand)AuthorAgeFilesLines
* Add a new utility script that helps update very simple regression tests.Chandler Carruth2015-01-121-0/+207
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-082-1/+3
* [X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE...Craig Topper2015-01-081-1/+2
* Improvements to emacs packages for llvm and tablegen mode.Rafael Espindola2015-01-072-50/+64
* [X86] Remove some unused TYPE enums from the disassembler.Craig Topper2015-01-071-1/+0
* [X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.Craig Topper2015-01-061-2/+4
* [X86] Remove unused operand type from disassembler handling. NFCCraig Topper2015-01-051-1/+0
* Fix some formatting in tablegen output.Craig Topper2015-01-031-7/+4
* Replace some 'unreachable' comments with llvm_unreachable.Craig Topper2015-01-031-2/+2
* [X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...Craig Topper2015-01-032-2/+12
* [X86] Make the instructions that use AdSize16/32/64 co-exist together without...Craig Topper2015-01-023-19/+44
* [X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...Craig Topper2014-12-312-14/+18
* Masked Load/Store - Changed the order of parameters in intrinsics.Elena Demikhovsky2014-12-252-2/+7
* [X86] Remove the single AdSize indicator and replace it with separate AdSize1...Craig Topper2014-12-243-5/+12
* Pass LSAN_OPTIONS down so that it is possible to add suppressions.Rafael Espindola2014-12-231-1/+2
* Use iterators rather than indices to make this forwards-compatible with a cha...David Blaikie2014-12-221-4/+5
* unique_ptrify MatchableInfo(const CodeGenInstAlias *Alias)'s parameterDavid Blaikie2014-12-221-14/+11
* Split executeShTest into two parts so that it can be better leveraged by libc++Eric Fiselier2014-12-201-13/+18
* [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.Eric Fiselier2014-12-191-0/+36
* On behalf of Matthew Wahab:Evgeny Astigeevich2014-12-161-1/+7
* [MC] Reset the MCInst in the matcher function before adding opcode/operands.Ahmed Bougacha2014-12-161-0/+1
* Use unique_ptr to remove explicit delete.Craig Topper2014-12-153-9/+9
* Use range-based for loops.Craig Topper2014-12-131-52/+35
* utils: update vim syntax highlighting for LLVM IRSaleem Abdulrasool2014-12-121-17/+16
* Clean up static analyzer warnings.Michael Ilseman2014-12-123-2/+5
* Now that we require a newer python, use the new exception syntax.Rafael Espindola2014-12-121-1/+1
* Require python 2.7.Rafael Espindola2014-12-121-2/+0
* Try to include operand counts for mismatches in tablegen.Matt Arsenault2014-12-111-6/+21
* Use range-based for loops. NFCCraig Topper2014-12-111-9/+7
* Use unique_ptr instead of DeleteContainerSeconds.Craig Topper2014-12-102-12/+12
* [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScr...Eric Fiselier2014-12-102-19/+29
* Tablegen'erate lanemasks for register units.Matthias Braun2014-12-103-6/+86
* Add function that translates subregister lane masks to other subregs.Matthias Braun2014-12-103-1/+175
* Let tablegen compute maximum lanemask for regs/regclasses.Matthias Braun2014-12-103-5/+20
* Improve emacs coding styleWill Newton2014-12-091-13/+8
* Use range-based for loops. NFC.Craig Topper2014-12-092-35/+24
* lit: Don't use python 2.6 featuresDavid Majnemer2014-12-081-1/+1
* Fix for xunit output to work around issue in Jenkins when tests are at the ro...Chris Matthews2014-12-061-1/+1
* Fix corner cases in lit xunit for paths with dotsChris Matthews2014-12-061-2/+9
* test-release.sh: Add a way to specify --build to configureDaniel Sanders2014-12-041-18/+29
* test-release.sh: Correct the logged configure command to match the one actual...Daniel Sanders2014-12-041-1/+2
* Masked Load / Store Intrinsics - the CodeGen part.Elena Demikhovsky2014-12-042-2/+11
* Add a test-case for lit xunit outputChris Matthews2014-12-031-0/+10
* Don't allow test-suite names with . in them in xml outputChris Matthews2014-12-032-6/+8
* range-for some thingsDavid Blaikie2014-12-031-19/+12
* Simplify CodeGenRegBank::inferMatchingSuperRegClass & its caller by passing a...David Blaikie2014-12-032-18/+23
* Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...David Blaikie2014-12-036-110/+100
* Range-for some stuff related to RegClasses, and comment cases where range-for...David Blaikie2014-12-036-124/+124
* Give lit a --xunit-xml-output option for saving results in xunit formatChris Matthews2014-12-022-7/+55
* [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...Philip Reames2014-12-011-0/+1
OpenPOWER on IntegriCloud