summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer14-26/+30
2014-08-13[shuffle] Stand back! I'm about to (try to) do math!Chandler Carruth1-2/+39
2014-08-13[shuffle] Make the seed an optional component and add support forChandler Carruth1-2/+3
2014-08-13[shuffle] Teach the shuffle fuzzer to fuzz blends, including formingChandler Carruth1-39/+67
2014-08-13[shuffle] Tweak the shuffle fuzzer to support bigger seeds. I'mChandler Carruth1-6/+6
2014-08-11Add isRegSequence property.Quentin Colombet3-0/+3
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2-7/+21
2014-08-07FileCheck: Add a flag to allow checking empty inputJustin Bogner1-1/+6
2014-08-07Nuke the old JIT.Rafael Espindola2-21/+7
2014-08-07Change BitsInit to inherit from TypedInit.Pete Cooper1-0/+15
2014-08-07Add an option to the shuffle fuzzer that lets you fuzz exclusivelyChandler Carruth1-2/+16
2014-08-07Use the minor number for the revision numbers.Bill Wendling1-12/+13
2014-08-07Add a vector shuffle fuzzer.Chandler Carruth1-0/+170
2014-08-06Remove the target machine from CCState. Previously it was only usedEric Christopher1-2/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-4/+8
2014-08-04[SKX] Enabling load/store instructions: encodingRobert Khasanov1-0/+11
2014-08-02Add a small utility called bisect that enables commandline bisecting on a cou...Michael Gottesman1-0/+37
2014-08-02[lit] Add --show-xfail flag to LIT.Eric Fiselier1-0/+4
2014-08-01Make getNamedOperandIdx readonlyMatt Arsenault1-0/+1
2014-08-01Remove some calls to std::move.Rafael Espindola2-4/+4
2014-08-01Simplify the code a bit with std::unique_ptr.Rafael Espindola1-9/+5
2014-08-01TableGen: Allow AddedComplexity values to be negativeTom Stellard3-7/+7
2014-07-31Add support for the X86 secure guard extensions instructions in assembler (SGX).Kevin Enderby1-56/+59
2014-07-29Fix FileCheck crash when empty prefix is passed.Eli Bendersky1-0/+4
2014-07-28[SKX] Enabling mask logic instructions: encoding, loweringRobert Khasanov1-0/+2
2014-07-25[stack protector] Fix a potential security bug in stack protector where theAkira Hatanaka1-1/+2
2014-07-23[SKX] Enabling mask instructions: encoding, loweringRobert Khasanov1-0/+4
2014-07-22Add openmp to the list of tagged things.Bill Wendling1-1/+1
2014-07-22Revert of r213521. This change introduced a non-hermetic test (depending on aRichard Smith3-7/+7
2014-07-21test-release.sh: Add support for dot releasesTom Stellard1-1/+1
2014-07-21[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.Robert Khasanov1-0/+14
2014-07-21TableGen: Allow AddedComplexity values to be negativeTom Stellard3-7/+7
2014-07-19Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie1-1/+1
2014-07-17TableGen: Add 'static' to a large array to avoid a huge stack allocationReid Kleckner1-1/+1
2014-07-17[X86] AVX512: Add disassembler support for compressed displacementAdam Nemet2-2/+20
2014-07-17[TABLEGEN] Do not crash on intrinsics with names longer than 40 charactersJustin Holewinski1-2/+3
2014-07-17[lit] Add --show-unsupported flag to LITEric Fiselier2-4/+7
2014-07-15Move Post RA Scheduling flag bit into SchedMachineModelSanjay Patel1-0/+4
2014-07-12Option: Propagate flags from groups to options in each groupReid Kleckner1-11/+15
2014-07-11Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko1-1/+28
2014-07-09Change an assert() to a diagnostic.Jim Grosbach1-3/+5
2014-07-09Use correct memeber when displaying StringMap's size.Nikola Smiljanic1-2/+2
2014-07-07[testing]: lld generally lives in tools/, so fix llvm-lit.Tim Northover1-1/+1
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2-12/+17
2014-07-06SourceMgr: make valid buffer IDs start from oneAlp Toker1-2/+2
2014-07-04TableGen: introduce support for MSBuiltinSaleem Abdulrasool3-0/+57
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker3-15/+19
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker3-19/+15
2014-06-25Use SourceMgr::getMemoryBuffer() in a couple of placesAlp Toker1-1/+1
2014-06-24[Emacs] Use spaces rather than tabs for indentation in tablegen-modeAdam Nemet1-0/+1