summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2015-02-09[emacs] Get llvm-mode to font-lock "personality"Ramkumar Ramachandra1-1/+1
2015-02-08Masked Gather and Scatter Intrinsics.Elena Demikhovsky1-3/+5
2015-02-06Correcting keyword highlighting in llvm-mode.el.Rafael Espindola1-12/+12
2015-02-04Don't warn or note if bash is missingReid Kleckner1-2/+0
2015-02-04[x86] Teach the test update script to strip trailing whitespace.Chandler Carruth1-0/+3
2015-02-03AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith1-0/+1
2015-02-03[x86] Tweak my update script to use test case function names startingChandler Carruth1-0/+3
2015-02-02STLExtras: Provide less/equal functors with templated function call operators...David Blaikie3-43/+29
2015-02-01Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Re...Sylvestre Ledru1-1/+1
2015-01-31Replace another std::set in the core of CodeGenRegister, this time with sorte...Owen Anderson3-46/+61
2015-01-31Change more of the guts of CodeGenRegister's RegUnit tracking to be based on ...Owen Anderson3-69/+45
2015-01-30Change a very hot piece of code in TableGen's register unit computations to u...Owen Anderson1-1/+14
2015-01-28[X86] Teach disassembler to handle illegal immediates on AVX512 integer compa...Craig Topper1-0/+2
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-2/+2
2015-01-25[X86] Replace i32i8imm on SSE/AVX instructions with i32u8imm which will make ...Craig Topper1-0/+3
2015-01-23[emacs] llvm-mode: fix parens, font-lock i*Ramkumar Ramachandra1-10/+3
2015-01-22[emacs] Use c-mode-common-hook, derive from "gnu"Ramkumar Ramachandra1-18/+6
2015-01-22Intrinsics: introduce llvm_any_ty aka ValueType AnyRamkumar Ramachandra3-6/+8
2015-01-21[lit] Format JSONMetricValue strings better.Eric Fiselier1-1/+2
2015-01-21[X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.Craig Topper1-0/+3
2015-01-20Use -Wl,defs when linking.Rafael Espindola1-2/+11
2015-01-15Replace size method call of containers to empty method where appropriateAlexander Kornienko8-13/+13
2015-01-15utils/release/tag.sh: fix -revision vs. -rc checkHans Wennborg1-1/+1
2015-01-15[TableGen] Add support for negative immediates to AsmMatcherEmitterHal Finkel1-0/+2
2015-01-14Don't set LD_PRELOAD to ''. It doesn't work on OpenBSD.Rafael Espindola1-1/+5
2015-01-13AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith1-1/+6
2015-01-13Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner1-1/+1
2015-01-13Release merge script: don't actually commit the mergeHans Wennborg1-4/+6
2015-01-13Release tag script: add -revision optionHans Wennborg1-7/+21
2015-01-13Release tag script: add -dry-run flagHans Wennborg1-6/+11
2015-01-12[LIT] Remove string decoding in gtest discovery code. lit.util.capture now do...Eric Fiselier1-1/+0
2015-01-12[LIT] Decode string result in lit.util.captureEric Fiselier1-9/+9
2015-01-12Target: Allow target specific operand typesTom Stellard2-3/+6
2015-01-12Add a new utility script that helps update very simple regression tests.Chandler Carruth1-0/+207
2015-01-08IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2-1/+3
2015-01-08[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE...Craig Topper1-1/+2
2015-01-07Improvements to emacs packages for llvm and tablegen mode.Rafael Espindola2-50/+64
2015-01-07[X86] Remove some unused TYPE enums from the disassembler.Craig Topper1-1/+0
2015-01-06[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.Craig Topper1-2/+4
2015-01-05[X86] Remove unused operand type from disassembler handling. NFCCraig Topper1-1/+0
2015-01-03Fix some formatting in tablegen output.Craig Topper1-7/+4
2015-01-03Replace some 'unreachable' comments with llvm_unreachable.Craig Topper1-2/+2
2015-01-03[X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...Craig Topper2-2/+12
2015-01-02[X86] Make the instructions that use AdSize16/32/64 co-exist together without...Craig Topper3-19/+44
2014-12-31[X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...Craig Topper2-14/+18
2014-12-25Masked Load/Store - Changed the order of parameters in intrinsics.Elena Demikhovsky2-2/+7
2014-12-24[X86] Remove the single AdSize indicator and replace it with separate AdSize1...Craig Topper3-5/+12
2014-12-23Pass LSAN_OPTIONS down so that it is possible to add suppressions.Rafael Espindola1-1/+2
2014-12-22Use iterators rather than indices to make this forwards-compatible with a cha...David Blaikie1-4/+5
2014-12-22unique_ptrify MatchableInfo(const CodeGenInstAlias *Alias)'s parameterDavid Blaikie1-14/+11