summaryrefslogtreecommitdiffstats
path: root/llvm/utils
Commit message (Expand)AuthorAgeFilesLines
...
* utils: Teach lldbDataFormatters about llvm::OptionalJustin Bogner2015-02-201-0/+10
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-194-50/+68
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-194-68/+50
* [shuffles] Tweak my shufflevector fuzz test generation script to produceChandler Carruth2015-02-181-3/+2
* MSVC 2013 does not ICE on this code in the same fashion that MSVC 2012 did; NFC.Aaron Ballman2015-02-161-3/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...NAKAMURA Takumi2015-02-151-6/+0
* [X86] Add the remaining 11 possible exact ModRM formats. This makes their enc...Craig Topper2015-02-151-51/+62
* [x86] Teach my test updating script about another quirk of the printedChandler Carruth2015-02-151-1/+1
* Revert r229224: Make the 'llvm-lit' utility defend against a system where Pyt...Chandler Carruth2015-02-141-1/+1
* [lit] Make the 'llvm-lit' utility defend against a system where Python3Chandler Carruth2015-02-141-1/+1
* Revert r229185, "Raising minimum required Visual Studio version to 2013."NAKAMURA Takumi2015-02-141-0/+6
* Raising minimum required Visual Studio version to 2013.Chris Bieneman2015-02-131-6/+0
* [X86] Add support for parsing and printing the mnemonic aliases for the XOP V...Craig Topper2015-02-131-0/+2
* AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith2015-02-131-0/+1
* AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'Duncan P. N. Exon Smith2015-02-131-0/+1
* AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'Duncan P. N. Exon Smith2015-02-131-0/+1
* AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'Duncan P. N. Exon Smith2015-02-131-0/+1
* MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...Benjamin Kramer2015-02-121-2/+2
* [emacs] Get llvm-mode to font-lock "personality"Ramkumar Ramachandra2015-02-091-1/+1
* Masked Gather and Scatter Intrinsics.Elena Demikhovsky2015-02-081-3/+5
* Correcting keyword highlighting in llvm-mode.el.Rafael Espindola2015-02-061-12/+12
* Don't warn or note if bash is missingReid Kleckner2015-02-041-2/+0
* [x86] Teach the test update script to strip trailing whitespace.Chandler Carruth2015-02-041-0/+3
* AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith2015-02-031-0/+1
* [x86] Tweak my update script to use test case function names startingChandler Carruth2015-02-031-0/+3
* STLExtras: Provide less/equal functors with templated function call operators...David Blaikie2015-02-023-43/+29
* Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Re...Sylvestre Ledru2015-02-011-1/+1
* Replace another std::set in the core of CodeGenRegister, this time with sorte...Owen Anderson2015-01-313-46/+61
* Change more of the guts of CodeGenRegister's RegUnit tracking to be based on ...Owen Anderson2015-01-313-69/+45
* Change a very hot piece of code in TableGen's register unit computations to u...Owen Anderson2015-01-301-1/+14
* [X86] Teach disassembler to handle illegal immediates on AVX512 integer compa...Craig Topper2015-01-281-0/+2
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-2/+2
* [X86] Replace i32i8imm on SSE/AVX instructions with i32u8imm which will make ...Craig Topper2015-01-251-0/+3
* [emacs] llvm-mode: fix parens, font-lock i*Ramkumar Ramachandra2015-01-231-10/+3
* [emacs] Use c-mode-common-hook, derive from "gnu"Ramkumar Ramachandra2015-01-221-18/+6
* Intrinsics: introduce llvm_any_ty aka ValueType AnyRamkumar Ramachandra2015-01-223-6/+8
* [lit] Format JSONMetricValue strings better.Eric Fiselier2015-01-211-1/+2
* [X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.Craig Topper2015-01-211-0/+3
* Use -Wl,defs when linking.Rafael Espindola2015-01-201-2/+11
* Replace size method call of containers to empty method where appropriateAlexander Kornienko2015-01-158-13/+13
* utils/release/tag.sh: fix -revision vs. -rc checkHans Wennborg2015-01-151-1/+1
* [TableGen] Add support for negative immediates to AsmMatcherEmitterHal Finkel2015-01-151-0/+2
* Don't set LD_PRELOAD to ''. It doesn't work on OpenBSD.Rafael Espindola2015-01-141-1/+5
* AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith2015-01-131-1/+6
* Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner2015-01-131-1/+1
* Release merge script: don't actually commit the mergeHans Wennborg2015-01-131-4/+6
* Release tag script: add -revision optionHans Wennborg2015-01-131-7/+21
* Release tag script: add -dry-run flagHans Wennborg2015-01-131-6/+11
* [LIT] Remove string decoding in gtest discovery code. lit.util.capture now do...Eric Fiselier2015-01-121-1/+0
OpenPOWER on IntegriCloud