]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - utils
Revert "PR21408: Workaround the appearance of duplicate variables due to problems...
[opencl/llvm.git] / utils /
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.
2014-11-29 David BlaikieRemove indirection of vector<T*> in favor of deque<T>
2014-11-29 David BlaikieUse deque<T> rather than vector<T*> since it provides...
2014-11-29 David BlaikieConstify some things in preparation for CodeGenSubRegIn...
2014-11-28 Duncan P. N. Exon... Revert "Simplify some more ownership using forward_list...
2014-11-28 David BlaikieReapply "Use std::map<K, V> rather than std::map<K...
2014-11-28 David BlaikieRevert "Use std::map<K, V> rather than std::map<K,...
2014-11-28 David BlaikiePush unique_ptr a bit further through some APIs and...
2014-11-28 David BlaikieUse std::map<K, V> rather than std::map<K, std::unique_...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-28 David BlaikieSimplify some more ownership using forward_list<T>...
2014-11-28 David BlaikieForgotten formatting from previous commit
2014-11-28 David BlaikieSimplify ownership by using forward_list<T> rather...
2014-11-28 Craig TopperFix a few memory leaks in CodeGenRegBank.
2014-11-28 Craig TopperUse unique_ptr to simplify deletion.
2014-11-28 Craig TopperFix another memory leak in TableGen AsmMatcher by delet...
2014-11-28 Craig TopperUse unique_ptr to fix some memory leaks in Tablegen...
2014-11-28 Craig TopperUse range-based for loops and const-correct a few things.
2014-11-26 Sean SilvaAdd a small "usage:" comment at the top of not.cpp
2014-11-26 Craig TopperRemove neverHasSideEffects support from TableGen CodeGe...
2014-11-25 Craig TopperRemove unncessary check for Int_* and *_Int in AsmMatch...
2014-11-25 Craig TopperUse range-based for loops.
2014-11-25 Craig TopperRemove dead code.
2014-11-25 Craig TopperRemove unused MaxSize variable.
2014-11-25 Craig TopperMove a vector instead of copying it.
2014-11-24 Craig TopperReplace a comment that says 'unreachable' with llvm_unr...
2014-11-24 Craig TopperDetect best type for some static index tables instead...
2014-11-23 Craig TopperTablegen output formatting fixes.
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-22 Craig TopperReduce size of some tables in tablegen register info...
2014-11-21 Craig TopperAdd extra new line and remove some trailing whitespace...
2014-11-20 Craig TopperRemove unnecessary extra spaces from tablegen register...
2014-11-20 Craig TopperUse array_lengthof instead of sizeof(array)/sizeof...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
next