[PM/AA] Delete two pointlessly overridden methods on the AA interface by
[oota-llvm.git] / utils /
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Igor LaevskyEmit argmemonly attribute for intrinsics.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-11 Cameron EsfahaniExplicitly clear the MI operand list when getInstructio...
2015-08-10 Colin LeMahieu[TableGen] NFC improving comments about what the tokeni...
2015-08-06 David BlaikieFix memory leaks by avoiding extra manual dynamic alloc...
2015-08-06 Yaron KerenPlug memory leaks in AsmWriterEmitter::EmitPrintAliasIn...
2015-08-05 Hans Wennborgtest-release.sh: Fix naming of OpenMP runtime tarball
2015-08-05 Tanya LattnerRename all references to old mailing lists to new lists...
2015-08-04 Hans WennborgAdd a -revert option to utils/release/merge.sh
2015-08-03 Renato Golin[Release Script] Check for correct symlink name
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-30 Eric ChristopherFix TableGen code generation for ReadNone attribute.
2015-07-30 Daniel Sanders[test-release.sh] Add -no-libunwind to disable it on...
2015-07-29 Hans Wennborgtest-release.sh: Add option for building the OpenMP...
2015-07-24 Hans Wennborgtest-release.sh: Defer test errors until the end
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-07-22 Reid Kleckner[lit] Fix launching executables relative to the cwd...
2015-07-22 Renato Golin[Release] Allow release testers to disable certain...
2015-07-21 Eric Fiselier[LIT] Fix discovery.py test once again
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-20 Dimitry AndricAvoid early pipefail exits due to grep failures in...
2015-07-20 Dimitry AndricSince BSD cmp(1) does not support the --ignore-initial...
2015-07-20 Hans Wennborgtest-release.sh: don't include /usr/local prefix in...
2015-07-20 Reid Kleckner[lit] Implement 'env' in the internal shell
2015-07-19 Eric Fiselier[LIT] Allow for executeCommand to take the stdin input.
2015-07-17 Hans WennborgAdd libunwind to the release scripts
2015-07-17 Daniel Sanderstest-release.sh: Add ability to do a test build using...
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-15 Hans Wennborgtest-release.sh: Run both .o files through sed before...
2015-07-15 Hans WennborgSwitch the release script to build with CMake by defaul...
2015-07-15 Petr Pavlu[TableGen] Improve decoding options for non-orthogonal...
2015-07-15 Chandler Carruth[vim] Update the syntax to mark REQUIRES lines and...
2015-07-15 Chandler Carruth[vim] Add the IR's comment prefix to the comments list...
2015-07-14 Hans Wennborgtest-release.sh: Remove the InstallDir parameter from...
2015-07-14 Dan LiewFix several issues with the test-release.sh script
2015-07-14 Petr PavluFix comment typo
2015-07-13 Elena DemikhovskyAVX-512: Added all AVX-512 forms of Vector Convert...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-07 Dan LiewFix bug in test-release.sh where the script would not...
2015-07-06 NAKAMURA TakumiMake UnitTestMain/TestMain.cpp free from llvm/Config...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-29 Alex LorenzMIR Serialization: Serialize the register mask machine...
2015-06-28 Elena DemikhovskyAVX-512: Added all SKX forms of GATHER instructions.
2015-06-23 Evgeniy StepanovPass 2 more variables to lit tests.
2015-06-23 Alexander KornienkoRevert r240271 (Fixed/added namespace ending comments...
2015-06-22 Hans Wennborgtest-release.sh: Minor fixes.
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-13 Eric Fiselier[LIT] Fix failing LIT tests
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
next