Fixing a CMake developer warning.
[oota-llvm.git] / utils /
2015-02-18 Chandler Carruth[shuffles] Tweak my shufflevector fuzz test generation...
2015-02-16 Aaron BallmanMSVC 2013 does not ICE on this code in the same fashion...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 NAKAMURA TakumiReapply r229185(cbieneman) -- Raising minimum required...
2015-02-15 Craig Topper[X86] Add the remaining 11 possible exact ModRM formats...
2015-02-15 Chandler Carruth[x86] Teach my test updating script about another quirk...
2015-02-14 Chandler CarruthRevert r229224: Make the 'llvm-lit' utility defend...
2015-02-14 Chandler Carruth[lit] Make the 'llvm-lit' utility defend against a...
2015-02-14 NAKAMURA TakumiRevert r229185, "Raising minimum required Visual Studio...
2015-02-13 Chris BienemanRaising minimum required Visual Studio version to 2013.
2015-02-13 Craig Topper[X86] Add support for parsing and printing the mnemonic...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
2015-02-13 Duncan P. N. Exon... AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
2015-02-13 Duncan P. N. Exon... AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-09 Ramkumar Ramachandra[emacs] Get llvm-mode to font-lock "personality"
2015-02-08 Elena DemikhovskyMasked Gather and Scatter Intrinsics.
2015-02-06 Rafael EspindolaCorrecting keyword highlighting in llvm-mode.el.
2015-02-04 Reid KlecknerDon't warn or note if bash is missing
2015-02-04 Chandler Carruth[x86] Teach the test update script to strip trailing...
2015-02-03 Duncan P. N. Exon... AsmParser: Recognize DW_TAG_* constants
2015-02-03 Chandler Carruth[x86] Tweak my update script to use test case function...
2015-02-02 David BlaikieSTLExtras: Provide less/equal functors with templated...
2015-02-01 Sylvestre LedruFix some bashims. More information on https://wiki...
2015-01-31 Owen AndersonReplace another std::set in the core of CodeGenRegister...
2015-01-31 Owen AndersonChange more of the guts of CodeGenRegister's RegUnit...
2015-01-30 Owen AndersonChange a very hot piece of code in TableGen's register...
2015-01-28 Craig Topper[X86] Teach disassembler to handle illegal immediates...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-25 Craig Topper[X86] Replace i32i8imm on SSE/AVX instructions with...
2015-01-23 Ramkumar Ramachandra[emacs] llvm-mode: fix parens, font-lock i*
2015-01-22 Ramkumar Ramachandra[emacs] Use c-mode-common-hook, derive from "gnu"
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-21 Eric Fiselier[lit] Format JSONMetricValue strings better.
2015-01-21 Craig Topper[X86] Convert all the i8imm used by SSE and AVX instruc...
2015-01-20 Rafael EspindolaUse -Wl,defs when linking.
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2015-01-15 Hans Wennborgutils/release/tag.sh: fix -revision vs. -rc check
2015-01-15 Hal Finkel[TableGen] Add support for negative immediates to AsmMa...
2015-01-14 Rafael EspindolaDon't set LD_PRELOAD to ''. It doesn't work on OpenBSD.
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-13 Hans WennborgRelease merge script: don't actually commit the merge
2015-01-13 Hans WennborgRelease tag script: add -revision option
2015-01-13 Hans WennborgRelease tag script: add -dry-run flag
2015-01-12 Eric Fiselier[LIT] Remove string decoding in gtest discovery code...
2015-01-12 Eric Fiselier[LIT] Decode string result in lit.util.capture
2015-01-12 Tom StellardTarget: Allow target specific operand types
2015-01-12 Chandler CarruthAdd a new utility script that helps update very simple...
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-08 Craig Topper[X86] Don't print 'dword ptr' or 'qword ptr' on the...
2015-01-07 Rafael EspindolaImprovements to emacs packages for llvm and tablegen...
2015-01-07 Craig Topper[X86] Remove some unused TYPE enums from the disassembler.
2015-01-06 Craig Topper[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
2015-01-05 Craig Topper[X86] Remove unused operand type from disassembler...
2015-01-03 Craig TopperFix some formatting in tablegen output.
2015-01-03 Craig TopperReplace some 'unreachable' comments with llvm_unreachable.
2015-01-03 Craig Topper[X86] Disassembler support for move to/from %rax with...
2015-01-02 Craig Topper[X86] Make the instructions that use AdSize16/32/64...
2014-12-31 Craig Topper[X86] Fix disassembly of absolute moves to work correct...
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-24 Craig Topper[X86] Remove the single AdSize indicator and replace...
2014-12-23 Rafael EspindolaPass LSAN_OPTIONS down so that it is possible to add...
2014-12-22 David BlaikieUse iterators rather than indices to make this forwards...
2014-12-22 David Blaikieunique_ptrify MatchableInfo(const CodeGenInstAlias...
2014-12-20 Eric FiselierSplit executeShTest into two parts so that it can be...
2014-12-19 Eric Fiselier[LIT] Add JSONMetricValue type to wrap types supported...
2014-12-16 Evgeny AstigeevichOn behalf of Matthew Wahab:
2014-12-16 Ahmed Bougacha[MC] Reset the MCInst in the matcher function before...
2014-12-15 Craig TopperUse unique_ptr to remove explicit delete.
2014-12-13 Craig TopperUse range-based for loops.
2014-12-12 Saleem Abdulrasoolutils: update vim syntax highlighting for LLVM IR
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-12 Rafael EspindolaNow that we require a newer python, use the new excepti...
2014-12-12 Rafael EspindolaRequire python 2.7.
2014-12-11 Matt ArsenaultTry to include operand counts for mismatches in tablegen.
2014-12-11 Craig TopperUse range-based for loops. NFC
2014-12-10 Craig TopperUse unique_ptr instead of DeleteContainerSeconds.
2014-12-10 Eric Fiselier[LIT] Add support for `UNSUPPORTED` tag to `TestRunner...
2014-12-10 Matthias BraunTablegen'erate lanemasks for register units.
2014-12-10 Matthias BraunAdd function that translates subregister lane masks...
2014-12-10 Matthias BraunLet tablegen compute maximum lanemask for regs/regclasses.
2014-12-09 Will NewtonImprove emacs coding style
2014-12-09 Craig TopperUse range-based for loops. NFC.
2014-12-08 David Majnemerlit: Don't use python 2.6 features
2014-12-06 Chris MatthewsFix for xunit output to work around issue in Jenkins...
2014-12-06 Chris MatthewsFix corner cases in lit xunit for paths with dots
2014-12-04 Daniel Sanderstest-release.sh: Add a way to specify --build to configure
2014-12-04 Daniel Sanderstest-release.sh: Correct the logged configure command...
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-03 Chris MatthewsAdd a test-case for lit xunit output
2014-12-03 Chris MatthewsDon't allow test-suite names with . in them in xml...
2014-12-03 David Blaikierange-for some things
2014-12-03 David BlaikieSimplify CodeGenRegBank::inferMatchingSuperRegClass...
2014-12-03 David BlaikieSimplify ownership of RegClasses by using list<CodeGenR...
2014-12-03 David BlaikieRange-for some stuff related to RegClasses, and comment...
2014-12-02 Chris MatthewsGive lit a --xunit-xml-output option for saving results...
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-11-29 David BlaikieRemove some unnecessary vector::reserve/assign calls.
next