projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revert "[TableGen] Implement at least some support for multiple explicit results...
[oota-llvm.git]
/
utils
/
TableGen
/
SubtargetEmitter.cpp
2015-02-19
Michael Kuperstein
Reverting r229831 due to multiple ARM/PPC/MIPS build...
blob
|
commitdiff
|
raw
2015-02-19
Michael Kuperstein
Use std::bitset for SubtargetFeatures
blob
|
commitdiff
|
raw
|
diff to current
2015-01-15
Alexander Kornienko
Replace size method call of containers to empty method...
blob
|
commitdiff
|
raw
2014-11-19
David Blaikie
Update SetVector to rely on the underlying set's insert...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-02
Pete Cooper
Tablegen scheduling models don't reference empty itiner...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-02
Pete Cooper
Change MCSchedModel to be a struct of statically initia...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-15
Sanjay Patel
Move Post RA Scheduling flag bit into SchedMachineModel
blob
|
commitdiff
|
raw
|
diff to current
2014-05-08
Hal Finkel
Move late partial-unrolling thresholds into the process...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-07
Eric Christopher
Debug.h already includes raw_ostream.h, no need to...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-06
Eric Christopher
ArrayRef-ize the Feature and Processor tables for Subta...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
Craig Topper
[C++11] Use 'nullptr' in tablegen output files.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-09
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-25
Andrew Trick
Mark the x86 machine model as incomplete. PR17367.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-15
Andrew Trick
Support BufferSize on ProcResGroup for unified MOp...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-15
Andrew Trick
Machine Model: Add MicroOpBufferSize and resource Buffe...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-05
Arnold Schwaighofer
SubtargetEmitter fix
blob
|
commitdiff
|
raw
|
diff to current
2013-06-04
Arnold Schwaighofer
Revert series of sched model patches until I figure...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-04
Arnold Schwaighofer
SubtargetEmitter fix
blob
|
commitdiff
|
raw
|
diff to current
2013-04-23
Andrew Trick
Machine model: Generate table entries for super-resources.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-23
Andrew Trick
Machine model: rewrite a tablegen loop to avoid compari...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-26
Andrew Trick
TableGen SubtargetEmitter fix to allow A9 and Swift...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-16
Andrew Trick
Machine model. Allow mixed itinerary classes and SchedR...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-14
Andrew Trick
Fix r177112: Add ProcResGroup.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-14
Andrew Trick
MachineModel: Add a ProcResGroup class.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-01
Andrew Trick
MIsched machine model: tablegen subtarget emitter impro...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-09
Andrew Trick
MIsched: add an ILP window property to machine model.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-04
Chandler Carruth
Sort the #include lines for utils/...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-02
Rafael Espindola
Fix a build problem with xlc. The error message was
blob
|
commitdiff
|
raw
|
diff to current
2012-10-25
Joerg Sonnenberger
Remove exception handling usage from tblgen.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-10
Andrew Trick
misched: Generate IsBuffered flag for machine resources.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-03
Andrew Trick
TableGen subtarget emitter, nearly first class support...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-03
Andrew Trick
Cleanup TableGen subtarget emitter.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-22
Andrew Trick
Machine Model (-schedmodel only). Added SchedAliases.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-19
Andrew Trick
SchedMachineModel: compress the CPU's WriteLatencyTable.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-18
Andrew Trick
Replaced ReInitMCSubtargetInfo with InitMCProcessor.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-18
Andrew Trick
TableGen subtarget emitter. Generate resolveSchedClass...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-18
Andrew Trick
TableGen subtarget emitter. Remove unnecessary header...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-18
Andrew Trick
TableGen subtarget emitter. Initialize MCSubtargetInfo...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Andrew Trick
Backout the wrong subtarget emitter fix
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Andrew Trick
Fix release build after reverting
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Andrew Trick
Revert r164061-r164067. Most of the new subtarget emitter.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Andrew Trick
InitMCProcessor
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Andrew Trick
TableGen subtarget emitter. Generate resolveSchedClass...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Andrew Trick
TableGen subtarget emitter. Initialize MCSubtargetInfo...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Andrew Trick
TableGen subtarget emitter. Format and emit data tables...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Andrew Trick
TableGen subtarget emitter. Generate data tables for...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Andrew Trick
TableGen subtarget emitter. Emit processor resources...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-15
Andrew Trick
TableGen subtarget parser. Handle new machine model.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-05
Roman Divacky
Constify subtarget info properly so that we dont cast...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-08
Andrew Trick
Added MispredictPenalty to SchedMachineModel.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-23
Sylvestre Ledru
Fix a typo (the the => the)
blob
|
commitdiff
|
raw
|
diff to current
2012-07-09
Andrew Trick
Machine model: allow itineraries to be shared by differ...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-07
Andrew Trick
I'm introducing a new machine model to simultaneously...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-07
Andrew Trick
Tweak spelling.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-02
Chandler Carruth
Fix the C++11 build. I hate narrowing conversions.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-02
Andrew Trick
Reapply "Make NumMicroOps a variable in the subtarget...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-29
Andrew Trick
Revert "Make NumMicroOps a variable in the subtarget...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-29
Andrew Trick
Make NumMicroOps a variable in the subtarget's instruct...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-22
Hal Finkel
Revert r158679 - use case is unclear (and it increases...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-22
Andrew Trick
Use "NoItineraries" for processors with no itineraries.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-18
Hal Finkel
Allow up to 64 functional units per processor itinerary.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-12
Hal Finkel
Add two newlines in ParseSubtargetFeatures's debug...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-11
Jakob Stoklund Olesen
Write llvm-tblgen backends as functions instead of...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-08
Andrew Trick
Sched itinerary fix: Avoid static initializers.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-05
Andrew Trick
misched: Added MultiIssueItineraries.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-03
Jakob Stoklund Olesen
Don't use enums larger than 1 << 31 for target features.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Sebastian Pop
use space star instead of star space
blob
|
commitdiff
|
raw
|
diff to current
2011-12-01
Anshuman Dasgupta
Add a deterministic finite automaton based packetizer...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-22
Benjamin Kramer
Move various generated tables into read-only memory...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-01
Peter Collingbourne
Move TableGen's parser and entry point into a library
blob
|
commitdiff
|
raw
|
diff to current
2011-07-15
NAKAMURA Takumi
Eliminate "const" from extern const to fix breakeage...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-14
Evan Cheng
Next round of MC refactoring. This patch factor MC...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-11
Evan Cheng
- Eliminate MCCodeEmitter's dependency on TargetMachine...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-08
Evan Cheng
Eliminate asm parser's dependency on TargetMachine:
blob
|
commitdiff
|
raw
|
diff to current
2011-07-07
Evan Cheng
Compute feature bits at time of MCSubtargetInfo initial...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-01
Evan Cheng
Rename TargetSubtarget to TargetSubtargetInfo for consi...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-01
Evan Cheng
- Added MCSubtargetInfo to capture subtarget features...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-30
Evan Cheng
Fix the ridiculous SubtargetFeatures API where it impli...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-29
Evan Cheng
Sink SubtargetFeature and TargetInstrItineraries (renam...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-15
Evan Cheng
Increase SubtargetFeatureKV Value and Implies fields...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-01
Andrew Trick
Add annotations to tablegen-generated processor itinera...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-01
Andrew Trick
whitespace
blob
|
commitdiff
|
raw
|
diff to current
2010-12-13
Chris Lattner
eliminate the Records global variable, patch by Garriso...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Evan Cheng
Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Evan Cheng
Add support to model pipeline bypass / forwarding.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Evan Cheng
For each instruction itinerary class, specify the numbe...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-18
Anton Korobeynikov
Make processor FUs unique for given itinerary. This...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-07
Anton Korobeynikov
Initial support for different kinds of FU reservation.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-05
David Greene
Have TableGen emit code that uses dbgs() rather than...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-11
Sandeep Patel
Show command-line args and features passed into backend...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-24
David Goodwin
Make the end-of-itinerary mark explicit. Some cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
David Goodwin
Extend the instruction itinerary model to include the...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-12
David Goodwin
Enhance the InstrStage object to enable the specificati...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-03
Daniel Dunbar
Replace std::iostreams with raw_ostream in TableGen.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-23
Anton Korobeynikov
Propagate CPU string out of SubtargetFeatures
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Jim Grosbach
fix a few spelling errors and typos
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
Jim Grosbach
lib/Target/SubtargetFeature.cpp asserts that the Featur...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Chris Lattner
Stabilize 'getDwarfRegNumFull' output to not depend...
blob
|
commitdiff
|
raw
|
diff to current
next