Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ee4e08ba94e2ee04ad7ad0e0e396147be417c79f
/
llvm
/
lib
/
Target
/
TargetSubtargetInfo.cpp
50f1723
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
by Daniel Sanders
· 10 years ago
153010c
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
by Daniel Sanders
· 10 years ago
c40de48
Revert r247684 - Replace Triple with a new TargetTuple ...
by Daniel Sanders
· 10 years ago
18d4b0d
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
by Daniel Sanders
· 10 years ago
754e21f
MC: Remove MCSubtargetInfo() default constructor
by Duncan P. N. Exon Smith
· 10 years ago
39a2afc
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler()
by Matthias Braun
· 10 years ago
5f141b0
Remove useMachineScheduler and replace it with subtarget options
by Eric Christopher
· 11 years ago
1175945
Change MCSchedModel to be a struct of statically initialized data.
by Pete Cooper
· 11 years ago
59c23cd
Rename AtomicExpandLoadLinked into AtomicExpand
by Robin Morisset
· 11 years ago
a2f658d
Move Post RA Scheduling flag bit into SchedMachineModel
by Sanjay Patel
· 11 years ago
5caa6a2
[RegAllocGreedy] Provide a subtarget hook to disable the local reassignment
by Quentin Colombet
· 11 years ago
c40e5ed
Add a new subtarget hook for whether or not we'd like to enable
by Eric Christopher
· 11 years ago
8d2ee37
Add a subtarget hook: enablePostMachineScheduler.
by Andrew Trick
· 11 years ago
d0d8cb1
Update an embarassing out-of-date comment.
by Andrew Trick
· 11 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
71e8bb6
Added temp flag -misched-bench for staging in default changes.
by Andrew Trick
· 12 years ago
b350ffd
Add useAA() to TargetSubtargetInfo
by Hal Finkel
· 12 years ago
108c88c
misched: Allow subtargets to enable misched and dependent options.
by Andrew Trick
· 13 years ago
0d639a2
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
by Evan Cheng
· 14 years ago
[Renamed (72%) from llvm/lib/Target/TargetSubtarget.cpp]
b9fe5d5
Allow target to specify regclass for which antideps will only be broken along the critical path.
by David Goodwin
· 16 years ago
0d412c2
Fixed to address code review. No functional changes.
by David Goodwin
· 16 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
5f4ef3c
Eliminate all remaining tabs and trailing spaces.
by Jeff Cohen
· 20 years ago
ddc8b78
I don't know how this ever compiled with gcc, but VC++ correctly rejects it.
by Jeff Cohen
· 20 years ago
f26625e
Implement Subtarget support Implement the X86 Subtarget.
by Nate Begeman
· 20 years ago