[Orc] Attempted fix for GCC ICE on Polly builder.
[oota-llvm.git] / utils /
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-09 Elena DemikhovskyX86-MPX: Implemented encoding for MPX instructions.
2015-06-08 Craig Topper[TableGen] Remove unnecessary default constructed SMLoc...
2015-06-08 Craig Topper[TableGen] Use range-based for loop. NFC
2015-06-08 Craig Topper[TableGen] Remove unnecessary extern declaration that...
2015-06-08 Craig Topper[TableGen] Use the SMLoc header file instead of SourceM...
2015-06-02 Craig Topper[TableGen] Rename ListInit::getSize to just 'size'...
2015-06-02 Craig Topper[TableGen] Use range-based for loops. NFC.
2015-06-01 Arnold Schwaighoferlit: Allow configurations to restrict the set of tests...
2015-06-01 Hans WennborgDrop remaining Dragonegg support in release scripts
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Ahmed Bougacha[TableGen][AsmMatcherEmitter] Only parse isolated token...
2015-05-29 Ahmed Bougacha[TableGen][AsmMatcherEmitter] Factor out AsmOperand...
2015-05-28 Owen AndersonAdd support for the convergent flag at the MC and Machi...
2015-05-28 Owen AndersonExpand the Flags field of MCInstrDesc to 64 bits, while...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-26 Tom StellardAsmMatcherEmitter: Add an option to override custom...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-16 Renato GolinImprove check on git-svnrevert, better error message
2015-05-14 Craig Topper[TableGen] Remove ListInit::size() in favor of getSize...
2015-05-14 Craig Topper[TableGen] Replace some calls to ListInit::getSize...
2015-05-13 Alex LorenzYAML: Implement block scalar parsing.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-11 James Y KnightFix tablegen's PrintFatalError function to run register...
2015-05-09 Tobias GrosserAdd polly support to sort_includes.py
2015-05-07 Alex LorenzFix r236754: Add the missing yaml-bench dir to the...
2015-05-07 Alex LorenzYAML: Enable the YAMLParser tests.
2015-05-04 Matthias BraunVim: Fix some bugs in llvm indent plugin.
2015-05-04 Matthias BraunVim: Set filetype=python for lit configuration files.
2015-05-04 Matthias BraunLit: Allow overriding llvm tool paths+arguments, make...
2015-05-01 Benjamin KramerRemove std::move on return when it could prevent copy...
2015-04-29 Chris Bieneman[NFC] Updating FileCheck to reduce the std::vector...
2015-04-29 Hans WennborgDrop Dragonegg from the release export script
2015-04-29 Hans WennborgDrop Dragonegg support from the release script
2015-04-28 Hans Wennborgtest-release.sh: Drop some unused command-line options.
2015-04-24 Craig Topper[TableGen] Don't leak Expanders and Operators in SetTheory.
2015-04-22 Craig Topper[TableGen] Use 'isa' to identify UnsetInits rather...
2015-04-21 Elena DemikhovskyAVX-512: Added VPMOVx2M instructions for SKX,
2015-04-21 Elena DemikhovskyAVX-512: Added VPTESTM and VPTESTNM instructions for SKX
2015-04-21 Matthias BraunEnhanced vim support.
2015-04-17 Kit BartonAdd support for v1i128 type.
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-14 Daniel BerlinAdd ladder graph utility
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-09 Craig TopperUse SmallVector instead of std::vector for uniquing...
2015-04-09 Craig TopperSimplify some printing code by combining new lines...
2015-04-09 Craig TopperDon't convert enum to strings just to put them in the...
2015-04-08 Craig TopperRevert r234389. It really was needed but really should...
2015-04-08 Craig TopperRemove unnecessary include. NFC
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-04-07 Reid Kleckner[lit] Allow disabling an entire gtest suite, as is...
2015-04-07 Toma Tabacu[TableGen] Prevent invalid code generation when emittin...
2015-04-06 Reid Kleckner[lit] Skip gtest names starting with DISABLED_
2015-04-06 Reid Kleckner[lit] Fix running gtest type-parameterized tests on...
2015-04-01 Matthias BraunTableGen: Generate more const goodness
2015-03-31 Matthias BraunFix AllocationPriority not getting set for derived...
2015-03-31 Matthias BraunRegAllocGreedy: Allow target to specify register class...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 Benjamin KramerAnother set of missing raw_ostream.h. Still no function...
2015-03-23 Benjamin KramerMore missing includes only visible to MSVC.
2015-03-20 Craig Topper[Tablegen] Attempt to add support for patterns containi...
2015-03-19 Matthias BraunDo not track subregister liveness when it brings no...
2015-03-18 Matthias BraunTableGen: Fix register class lane masks being too conse...
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-13 Eric ChristopherUse the variable names from the TargetInstrInfo source...
2015-03-13 Eric ChristopherAdd a return after the llvm namespace code for a little...
2015-03-12 Mehdi AminiFix FileCheck: substr() expect the length of the string...
2015-03-11 Eric ChristopherHave getRegPressureSetLimit take a MachineFunction...
2015-03-11 Chandler CarruthFix a grammar issue I introduced.
2015-03-11 Chandler CarruthInspired by r231891, use gender neutral pronouns in...
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-10 Craig TopperImprove and simplify EnforceSmallerThan for vector...
2015-03-10 Craig TopperRemove extra indentation of entire function body. NFC.
2015-03-09 Reid KlecknerTableGen: Use 'enum : uint64_t' for feature flags to...
2015-03-05 Tom StellardTableGen: Initialize ErrorInfo to ~0ULL in the MatchIns...
2015-03-05 Craig TopperRevert "[TableGen] Implement at least some support...
2015-03-05 Craig Topper[TableGen] Implement at least some support for multiple...
2015-03-05 Craig Topper[TableGen] Add support constraining a vector type in...
2015-03-04 David BlaikieAdd a FIXME for PR22796, broken ordering of ClassInfo...
2015-03-04 Craig Topper[Tablegen] Use correct result number variables with...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 David BlaikieAvoid explicitly declaring the copy assignment operator...
2015-03-03 Nick LewyckySwitch up whitespace with better whitespace.
2015-03-03 Nick LewyckyRevert the non-cleanup part of r230769 because it intro...
2015-03-02 Reid Klecknerlit: Add 'cd' support to the internal shell and port...
2015-03-02 Hans Wennborgexport.sh: Make sure umask is not too restrictive ...
2015-03-02 Benjamin KramerTblGen: Remove copy of SmallVector::operator==. NFC...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-03-01 Elena DemikhovskyReverted 230471 - gather scatter handling in table...
2015-03-01 Elena DemikhovskyAVX-512: Added mask and rounding mode for scalar arithm...
2015-02-28 Yaron KerenSilence variable set but not used warning in CodeGenReg...
2015-02-28 Benjamin KramerReplace std::copy with a back inserter with vector...
2015-02-27 Owen AndersonSwitch a std::map to a DenseMap in CodeGenRegisters.
next