[TableGen] Correct Namespace lookup with AltNames in AsmWriterEmitter
[oota-llvm.git] / utils / TableGen / CodeGenSchedule.cpp
2015-10-24 Benjamin Kramer[TblGen] ArrayRefize CodeGenSchedule. No functionality...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-04-24 Craig Topper[TableGen] Don't leak Expanders and Operators in SetTheory.
2014-12-09 Craig TopperUse range-based for loops. NFC.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 David BlaikieUse Regex objects by value (rather than 'new'ed) in...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-13 Andrew TrickFix a false error reported by the tblgen backend for...
2014-03-05 Craig Topper[C++11] Add 'override' keywords to tablegen code.
2014-01-24 Alp TokerFix known typos
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-06-15 Andrew TrickSupport BufferSize on ProcResGroup for unified MOp...
2013-06-10 Benjamin Kramertblgen: Assert that InstRWs doesn't grows when we don...
2013-06-09 Benjamin Kramertblgen: always lookup values from the original vector...
2013-06-07 Arnold SchwaighoferCodeGenSchedule: Use resize instead of copying a vector
2013-06-06 Arnold SchwaighoferCodeGenSchedule: smallvector.push_back(smallvector...
2013-06-05 Andrew TrickFix a tblgen subtargetemitter bug, for future Swift...
2013-04-23 Andrew TrickMachine model: verify well-formed processor resource...
2013-03-29 Andrew TrickFix TableGen subtarget-emitter to handle A9/Swift.
2013-03-29 Dan GohmanRevert r178166. According to Howard, this code is actua...
2013-03-27 Dan GohmanAvoid undefined behavior from passing a std::vector...
2013-03-26 Andrew TrickTableGen SubtargetEmitter fix to allow A9 and Swift...
2013-03-18 Andrew TrickTableGen fix for the new machine model.
2013-03-16 Andrew TrickMachine model. Allow mixed itinerary classes and SchedR...
2013-03-15 Jakob Stoklund OlesenAdd SchedRW as an Instruction field.
2013-03-14 Andrew TrickMachineModel: Add a ProcResGroup class.
2013-02-01 Andrew TrickMachineModel: Inconsequential TableGen SubtargetEmitter...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-11-02 Rafael EspindolaFix a build problem with xlc. The error message was
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-24 Joerg SonnenbergerDon't use stack unwinding to provide the location infor...
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-10-10 Andrew TrickTableGen subtarget emitter cleanup.
2012-10-03 Andrew TrickAdded instregex support to TableGen subtarget emitter.
2012-10-03 Andrew TrickTableGen subtarget emitter, nearly first class support...
2012-10-03 Andrew TrickCleanup TableGen subtarget emitter.
2012-09-22 Andrew TrickMachine Model (-schedmodel only). Added SchedAliases.
2012-09-19 Andrew TrickSchedMachineModel: compress the CPU's WriteLatencyTable.
2012-09-17 Andrew TrickTableGen subtarget parser: Add getProcResourcesIdx().
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...