OSDN Git Service

[StatepointLowering] Minor NFC cleanups
[android-x86/external-llvm.git] / utils /
2016-03-18 Mike SpertusTypesafe visualization of PointerIntPairs in Visual...
2016-03-17 Filipe Cabecinhas[lit] Enqueue tests on a separate thread to not hit...
2016-03-12 Chandler Carruth[lit] Hack lit to allow a test suite to request that...
2016-03-11 Mike SpertusType correct Visual Studio native visualization for...
2016-03-10 Nicolai Haehnle[TableGen] more helpful error message in MapTableEmitter
2016-03-07 Craig Topper[CodeGen] Add space-optimized EmitMergeInputChains1_2...
2016-03-03 Matthias BraunTableGen: Accept itinerary data when checking for sched...
2016-03-01 Matthias BraunTableGen: Display helpfull message for incomplete models.
2016-03-01 Matthias BraunTableGen: Check scheduling models for completeness
2016-03-01 Matthias BraunTableGen: Add hasNoSchedulingInfo to instructions
2016-03-01 Nikolay Haustov[TableGen] AsmMatcher: Skip optional operands in the...
2016-02-29 Paul RobinsonReapply r262092: [FileCheck] Abort if -NOT is combined...
2016-02-29 Daniel Sanders[test-release.sh] Add lldb to list of projects (disable...
2016-02-26 Paul RobinsonRevert r262092, caught LLD tests
2016-02-26 Paul Robinson[FileCheck] Abort if -NOT is combined with another...
2016-02-25 Igor BregerAVX512F: Add GATHER/SCATTER assembler Intel syntax...
2016-02-23 Xinliang David LiFix comment
2016-02-20 Craig Topper[X86] Remove some unused encoding checks from the disas...
2016-02-18 Craig Topper[TableGen,X86] Add NDEBUG check to a variable initializ...
2016-02-18 Craig Topper[TableGen,X86] Remove extra optional operand from RawFr...
2016-02-16 Craig Topper[TableGen] Fix inconsistent spacing. NFC
2016-02-16 Craig Topper[TableGen] Stop passing by reference an integer that...
2016-02-16 Craig Topper[TableGen] Remove unused member variable. NFC
2016-02-16 Craig Topper[TableGen] Use range-based for loop. NFC
2016-02-14 Craig Topper[TableGen] Remove constant string argument from a metho...
2016-02-13 Craig Topper[TableGen] Fix comment about 64-bit type I missed when...
2016-02-13 Craig Topper[TableGen] Use range-based for loops. NFC
2016-02-13 Craig TopperNo need to make the subtarget feature bit enum a uint64...
2016-02-12 Andrew WilkinsAvoid linking LLVM component libraries with libLLVM
2016-02-11 James Y KnightAdd -match-full-lines argument to FileCheck.
2016-02-11 Craig Topper[TableGen] Use range-based for loops. NFC
2016-02-11 Craig Topper[TableGen] Don't call emitSourceFileHeader a second...
2016-02-11 Craig Topper[TableGen] Whitespace cleanup in output file. NFC
2016-02-11 Craig Topper[TableGen] Simplify code slightly. NFC
2016-02-10 Matt ArsenaultSelectionDAG: Make Properties a field of SDPatternOperator
2016-02-09 Ehsan Akhgarillvm-config: Add preliminary Windows support
2016-02-05 Tom StellardTableGen: Add IsOptional field to AsmOperandClass
2016-02-04 Benjamin KramerThe canonical way to XFAIL a test for all targets is...
2016-02-03 David L KreitzerUnify the target opcode enum in TargetOpcodes.h and...
2016-02-03 Reid KlecknerMinor performance tweaks to llvm-tblgen (and a few...
2016-02-03 Dylan McKay[TableGen] Add 'register alternative name matching...
2016-02-02 Justin BognerRemove utils/buildit
2016-02-02 Eugene ZelenkoFix Clang-tidy readability-redundant-control-flow warni...
2016-02-01 Craig Topper[TableGen] Store result of getInstructionsByEnumValue...
2016-01-31 Craig TopperNo need to use utostr/utohexstr when writing into a...
2016-01-28 Daniel SandersBring back the test-suite export in test-release withou...
2016-01-27 Simon Pilgrim[utils] Add windows support to update_llc_test_checks.py
2016-01-27 Yunzhong GaoAdd "/dev/tty" as a special file name for lit tests.
2016-01-27 Reid Kleckner[llvm-tblgen] Avoid StringMatcher for GCC and MS builti...
2016-01-27 Hans Wennborgtest-release.sh: Ignore LC_CTYPE in sed invocation...
2016-01-26 Reid Kleckner[llvm-tblgen] Stop emitting the intrinsic name matching...
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr and modernize...
2016-01-26 Reid KlecknerSort intrinsics by LLVM intrinsic name, rather than...
2016-01-25 Oliver Stannard[TableGen] Fix sort order of asm operand classes
2016-01-24 Craig Topper[TableGen] In AsmWriterEmitter unique command search...
2016-01-22 Craig Topper[TableGen] Make a class member local to the function...
2016-01-22 Craig Topper[TableGen] Reorder fields in AsmWriterOperand to remove...
2016-01-22 Craig Topper[TableGen] Remove the CGIOpNo from AsmWriterOperand...
2016-01-21 Dimitry AndricIn test-release.sh, only run `uname -s` once. NFC.
2016-01-21 Dimitry AndricLet test-release.sh checkout subprojects directly into...
2016-01-20 Quentin Colombet[GlobalISel] Add a generic machine opcode for ADD.
2016-01-19 Nico WeberFix undefined behavior in llvm's local changes to googl...
2016-01-19 Hans Wennborgtest-release.sh: Use CMake also for Darwin
2016-01-18 Craig Topper[TableGen] Merge the SuperClass Record and SMRange...
2016-01-17 Craig Topper[TableGen] Keep a returned const reference instead...
2016-01-17 Craig Topper[TableGen] Replace instructions() with getInstructionsB...
2016-01-17 Craig Topper[TableGen] Return ArrayRef instead of a std::vector...
2016-01-17 Craig Topper[TableGen] Use std::find instead of a manual loop. NFC
2016-01-17 Craig Topper[TableGen] Use a StringRef instead of creating a new...
2016-01-17 Craig Topper[TableGen] Changes to AsmWriterEmitter to remove the...
2016-01-17 Craig Topper[TableGen] Use std::find instead of a manual loop. NFC
2016-01-16 Dimitry AndricSimilar to rL257663, remove `function` keywords from...
2016-01-15 Hans Wennborgtest-release.sh: Fix clang-tools-extra symlink for...
2016-01-14 Hans WennborgExclude test-suite from CMake builds in test-release.sh
2016-01-14 Craig Topper[TableGen] Pass PassSubtarget flag into getCode instead...
2016-01-13 Dimitry AndricRemove bashism from merge.sh: POSIX sh does not have...
2016-01-13 Hans WennborgUpdate version to 3.9.
2016-01-13 Dan Liew[lit] Fix handling of per test timeout when the install...
2016-01-13 Craig Topper[TableGen] Cleanup output formatting and add llvm_unrea...
2016-01-13 Craig Topper[TableGen] Replace some hardcoded assumptions that...
2016-01-13 Craig Topper[TableGen] Use std::remove_if instead of an n^2 loop...
2016-01-13 Craig Topper[TableGen] Fix up some stale comments in the AsmMatcher...
2016-01-13 Craig Topper[TableGen] Move calls to getValueAsInt out of a loop...
2016-01-11 Craig Topper[TableGen] Allow asm writer to use up to 3 OpInfo table...
2016-01-11 Craig Topper[TableGen] Remove unnecessary 0 terminator from an...
2016-01-11 Craig Topper[TableGen] Remove a few spaces from AsmMatcher output...
2016-01-09 Dan LiewRevert "Teach the CMake build system to run lit's test...
2016-01-08 Dan LiewTeach the CMake build system to run lit's test suite...
2016-01-08 Craig Topper[TableGen] Use range-based for loops. Also fix one...
2016-01-08 Craig Topper[TableGen] Combine variable declaration and initializat...
2016-01-07 Michael LiaoModernize to range-based loop
2016-01-04 Craig Topper[TableGen] Call llvm_shutdown on exit so that all the...
2016-01-03 Craig Topper[TableGen] Simplify some code slightly. No need to...
2016-01-03 Craig Topper[TableGen] Replace a logically negated xor of bools...
2016-01-03 Craig Topper[TableGen] Use std::find_if and a lambda instead of...
2016-01-03 Craig Topper[TableGen] Fix a bug introduced in r256627. If the...
2016-01-03 Craig Topper[TableGen] Use range-based for loops. NFC
2015-12-31 Craig Topper[TableGen] Modify the AsmMatcherEmitter to only apply...
2015-12-31 Craig Topper[TableGen] Use range-based for loops. NFC
next