summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2014-12-12utils: update vim syntax highlighting for LLVM IRSaleem Abdulrasool
2014-12-12Clean up static analyzer warnings.Michael Ilseman
2014-12-12Now that we require a newer python, use the new exception syntax.Rafael Espindola
2014-12-12Require python 2.7.Rafael Espindola
2014-12-11Try to include operand counts for mismatches in tablegen.Matt Arsenault
2014-12-11Use range-based for loops. NFCCraig Topper
2014-12-10Use unique_ptr instead of DeleteContainerSeconds.Craig Topper
2014-12-10[LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScr...Eric Fiselier
2014-12-10Tablegen'erate lanemasks for register units.Matthias Braun
2014-12-10Add function that translates subregister lane masks to other subregs.Matthias Braun
2014-12-10Let tablegen compute maximum lanemask for regs/regclasses.Matthias Braun
2014-12-09Improve emacs coding styleWill Newton
2014-12-09Use range-based for loops. NFC.Craig Topper
2014-12-08lit: Don't use python 2.6 featuresDavid Majnemer
2014-12-06Fix for xunit output to work around issue in Jenkins when tests are at the ro...Chris Matthews
2014-12-06Fix corner cases in lit xunit for paths with dotsChris Matthews
2014-12-04test-release.sh: Add a way to specify --build to configureDaniel Sanders
2014-12-04test-release.sh: Correct the logged configure command to match the one actual...Daniel Sanders
2014-12-04Masked Load / Store Intrinsics - the CodeGen part.Elena Demikhovsky
2014-12-03Add a test-case for lit xunit outputChris Matthews
2014-12-03Don't allow test-suite names with . in them in xml outputChris Matthews
2014-12-03range-for some thingsDavid Blaikie
2014-12-03Simplify CodeGenRegBank::inferMatchingSuperRegClass & its caller by passing a...David Blaikie
2014-12-03Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...David Blaikie
2014-12-03Range-for some stuff related to RegClasses, and comment cases where range-for...David Blaikie
2014-12-02Give lit a --xunit-xml-output option for saving results in xunit formatChris Matthews
2014-12-01[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...Philip Reames
2014-11-29Remove some unnecessary vector::reserve/assign calls.David Blaikie
2014-11-29Remove indirection of vector<T*> in favor of deque<T>David Blaikie
2014-11-29Use deque<T> rather than vector<T*> since it provides the same invalidation s...David Blaikie
2014-11-29Constify some things in preparation for CodeGenSubRegIndex to be stored by va...David Blaikie
2014-11-28Revert "Simplify some more ownership using forward_list<T> rather than vector...Duncan P. N. Exon Smith
2014-11-28Reapply "Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>""David Blaikie
2014-11-28Revert "Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>"David Blaikie
2014-11-28Push unique_ptr a bit further through some APIs and simplify some cleanupDavid Blaikie
2014-11-28Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>David Blaikie
2014-11-28Revert "Masked Vector Load and Store Intrinsics."Duncan P. N. Exon Smith
2014-11-28Simplify some more ownership using forward_list<T> rather than vector<unique_...David Blaikie
2014-11-28Forgotten formatting from previous commitDavid Blaikie
2014-11-28Simplify ownership by using forward_list<T> rather than vector<unique_ptr<T>>David Blaikie
2014-11-28Fix a few memory leaks in CodeGenRegBank.Craig Topper
2014-11-28Use unique_ptr to simplify deletion.Craig Topper
2014-11-28Fix another memory leak in TableGen AsmMatcher by deleting CodeGenInstAliases.Craig Topper
2014-11-28Use unique_ptr to fix some memory leaks in Tablegen AsmMatcherEmitter.Craig Topper
2014-11-28Use range-based for loops and const-correct a few things.Craig Topper
2014-11-26Add a small "usage:" comment at the top of not.cppSean Silva
2014-11-26Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone...Craig Topper
2014-11-25Remove unncessary check for Int_* and *_Int in AsmMatcherEmitter. These are a...Craig Topper
2014-11-25Use range-based for loops.Craig Topper
2014-11-25Remove dead code.Craig Topper