[OCaml] Don't build stub libraries twice.
[oota-llvm.git] / utils / TableGen /
2014-11-02 Matt ArsenaultSupport REG_SEQUENCE in tablegen.
2014-11-02 Matt ArsenaultFix typo
2014-11-02 Matt ArsenaultFix missing C++ mode comment
2014-11-01 Daniel Sanders[tablegen] Add CustomCallingConv and use it to tablegen...
2014-10-28 Robert Khasanov[AVX512] Extended avx512_sqrt_packed (sqrt instructions...
2014-10-20 Robert KhasanovMoved out IIT_V64 from common values section.
2014-10-09 Robert Khasanov[AVX512] Extended avx512_binop_rm for AVX512VL subsets.
2014-10-08 Adam Nemet[AVX512] Support mask register in MRMDestReg format
2014-10-01 Bob WilsonPR21101: tablegen's FastISel emitter should filter...
2014-10-01 Adam Nemet[X86 disasm tblegen backend] Clean up numPhysicalOperan...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
2014-09-27 Craig TopperReduce code duplication a bit.
2014-09-27 Craig TopperFix TableGen -gen-disassembler output for bit fields...
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-09-04 Craig TopperUse vector constructor instead of a for loop to initial...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Yaron KerenFix ambiguous call to make_unique and clang-format.
2014-09-03 Craig TopperRecommit "Use unique_ptr to manager FilterChooser owner...
2014-09-03 Craig TopperRevert "Use unique_ptr to manager FilterChooser ownership."
2014-09-03 Craig TopperUse unique_ptr to manager FilterChooser ownership.
2014-09-03 Craig TopperImplement move constructor and remove copy constructor...
2014-09-02 Pete CooperTablegen scheduling models don't reference empty itiner...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-25 Robert Khasanov[SKX] avx512_icmp_packed multiclass extension
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-24 Dylan NoblesmithTableGen: unique_ptr-ify RecordKeeper
2014-08-24 Dylan NoblesmithTableGen: use auto and for-range
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Pete CooperChange BitsInit to inherit from TypedInit.
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Robert Khasanov[SKX] Enabling load/store instructions: encoding
2014-08-01 Matt ArsenaultMake getNamedOperandIdx readonly
2014-08-01 Tom StellardTableGen: Allow AddedComplexity values to be negative
2014-07-31 Kevin EnderbyAdd support for the X86 secure guard extensions instruc...
2014-07-28 Robert Khasanov[SKX] Enabling mask logic instructions: encoding, lowering
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-07-23 Robert Khasanov[SKX] Enabling mask instructions: encoding, lowering
2014-07-22 Richard SmithRevert of r213521. This change introduced a non-hermeti...
2014-07-21 Robert Khasanov[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX51...
2014-07-21 Tom StellardTableGen: Allow AddedComplexity values to be negative
2014-07-19 David BlaikieRemove uses of the redundant ".reset(nullptr)" of uniqu...
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-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-09 Jim GrosbachChange an assert() to a diagnostic.
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-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-17 James MolloyMove SetTheory from utils/TableGen into lib/TableGen...
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 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
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-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-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...
next