Fix a couple of formatting and style issues.
[oota-llvm.git] / utils /
2014-07-17 Reid KlecknerTableGen: Add 'static' to a large array to avoid a...
2014-07-17 Adam Nemet[X86] AVX512: Add disassembler support for compressed...
2014-07-17 Justin Holewinski[TABLEGEN] Do not crash on intrinsics with names longer...
2014-07-17 Eric Fiselier[lit] Add --show-unsupported flag to LIT
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-12 Reid KlecknerOption: Propagate flags from groups to options in each...
2014-07-11 Alexander KornienkoAdd FileCheck -implicit-check-not option to allow stric...
2014-07-09 Jim GrosbachChange an assert() to a diagnostic.
2014-07-09 Nikola SmiljanicUse correct memeber when displaying StringMap's size.
2014-07-07 Tim Northover[testing]: lld generally lives in tools/, so fix llvm...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-07-04 Saleem AbdulrasoolTableGen: introduce support for MSBuiltin
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Alp TokerUse SourceMgr::getMemoryBuffer() in a couple of places
2014-06-24 Adam Nemet[Emacs] Use spaces rather than tabs for indentation...
2014-06-23 Reid Klecknernot: Only consider exit code 3 to be a crash with ...
2014-06-23 Rafael EspindolaDelete utils/FileUpdate.
2014-06-19 David GreeneRemove bogus configure check
2014-06-19 David GreeneAdd option to keep flavor out of the install directory
2014-06-19 David GreeneTurn of -Werror by default
2014-06-19 Alp TokerRemove OwningPtr.h and associated tests
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-17 Hans Wennborglit: simplify population of the actual_inputs array
2014-06-17 James MolloyMove SetTheory from utils/TableGen into lib/TableGen...
2014-06-16 Hans WennborgRevert "lit: warn when passed invalid pathname" (r210597)
2014-06-13 Rafael EspindolaRemove broken include.
2014-06-13 Rafael EspindolaFix KillTheDoctor after r210725.
2014-06-13 NAKAMURA Takumi[Win32] Let utils/not aware of abort(), aka llvm_unreac...
2014-06-13 Rafael EspindolaRemove the last uses of 'using std::error_code'
2014-06-12 Rafael EspindolaFix the build of KillTheDoctor.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaRemove windows_error.
2014-06-10 Hans Wennborglit: warn when passed invalid pathname
2014-06-10 Alexander PotapenkoAdd detection of OS X relocatable SDK to compiler-rt...
2014-06-10 Artyom SkrobovCondition codes AL and NV are invalid in the aliases...
2014-06-10 Artyom SkrobovRefactoring in AsmWriterEmitter::EmitPrintAliasInstruct...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-05-31 Rafael Espindolareally fix the windows build.
2014-05-28 Justin Bognerutils: Teach lldbDataFormatters to load automatically
2014-05-23 Aaron BallmanTeach the table generated emitPseudoExpansionLowering...
2014-05-22 Tim NorthoverARM64: separate load/store operands to simplify assembler
2014-05-21 Daniel Sanders[asm matcher] Fix incorrect assertion when there are...
2014-05-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-20 Tim NorthoverTableGen: permit non-leaf ComplexPattern uses
2014-05-20 Tim NorthoverTableGen: convert InstAlias's Emit bit to an int.
2014-05-19 Eric ChristopherFix typos.
2014-05-16 Tim NorthoverTableGen: fix operand counting for aliases
2014-05-15 Tim NorthoverTableGen: use correct MIOperand when printing aliases
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-05-15 Alp TokerFix typos
2014-05-13 Aaron BallmanTeach the table generator to not generate switch statem...
2014-05-13 Tim NorthoverTableGen: strengthen assert
2014-05-13 Jay FoadFix gcc -Wparentheses warning.
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-07 Eric ChristopherDebug.h already includes raw_ostream.h, no need to...
2014-05-07 Alexey Samsonov[CMake] Add build rules for llvm-PerfectShuffle utility
2014-05-06 Eric ChristopherArrayRef-ize the Feature and Processor tables for Subta...
2014-05-06 Tim NorthoverAArch64/ARM64: implement diagnosis of unpredictable...
2014-04-30 Craig Topper[C++11] Use 'nullptr' in tablegen output files.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-23 Anders Waldenborgllvm-build: Get rid of 'import *'
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 David BlaikieSimplify DFAPacketizerEmitter State copy/move semantics...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 David BlaikieFix builds that use an stl missing std::set::emplace
2014-04-21 David BlaikieStore State objects by value in TableGen's DFAPacketize...
2014-04-21 David BlaikieUse Regex objects by value (rather than 'new'ed) in...
2014-04-20 Richard SmithMore C++ification.
2014-04-20 Richard SmithDon't provide two different definitions of ModRMDecisio...
2014-04-20 Richard SmithDon't define llvm::X86Disassembler::InstructionSpecifie...
2014-04-20 Richard SmithFix redefinition of default argument, found by modules...
2014-04-18 Greg FitzgeraldFixed llvm-build when no targets are enabled
2014-04-18 Jim Grosbachc++11: Tidy up tblgen w/ range loops.
2014-04-18 Jim Grosbachiterator access to scheduling classes
2014-04-18 Jim Grosbachiterator_range accessor for CodeGenTarget instruction...
2014-04-18 Jim Grosbachiterator based accessors for CodeGenInstruction operand...
2014-04-17 Nuno Lopesremove some dead code
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-14 Arnaud A. de Grand... Display the name of the project failing the url check...
2014-04-12 Joerg SonnenbergerFix test syntax to work with non-bash /bin/sh.
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-07 Richard SmithWhen a CHECK-NEXT fails because there was no match...
2014-04-05 David BlaikieFix typo
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-31 Duncan P. N. Exon... lit: Set a base directory for compiler-rt tests
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-29 Tim NorthoverTableGen: don't save a StringRef to a local std::string.
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverTableGen: avoid dereferencing nullptr variable
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-28 Tim NorthoverIntrinsics: expand semantics of LLVMExtendedVectorType...
2014-03-23 Nuno Lopesremove a bunch of unused private methods
next