Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1a7bd84a92ff266981dfd28bc26ab19bc1c60b51
/
llvm
/
lib
/
Target
/
ARM
/
A15SDOptimizer.cpp
29c5249
ARM: Remove implicit iterator conversions, NFC
by Duncan P. N. Exon Smith
· 9 years ago
bdc4956
Pass DebugLoc and SDLoc by const ref.
by Benjamin Kramer
· 9 years ago
a2b9111
Add optimization bisect opt-in calls for ARM passes
by Andrew Kaylor
· 10 years ago
799003b
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
by Benjamin Kramer
· 11 years ago
63b4488
Cleanup and remove a chunk of getARMSubtarget calls in the
by Eric Christopher
· 11 years ago
4c67d5a
Include map into the A15SDOptimizer rather than pick it up
by Eric Christopher
· 11 years ago
fc6de42
Have MachineFunction cache a pointer to the subtarget to make lookups
by Eric Christopher
· 11 years ago
d913448
Remove the TargetMachine forwards for TargetSubtargetInfo based
by Eric Christopher
· 11 years ago
35b2f75
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the assert.
by Craig Topper
· 11 years ago
062a2ba
[C++] Use 'nullptr'. Target edition.
by Craig Topper
· 12 years ago
84e68b2
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 12 years ago
1a59711
Tidy up. Trailing whitespace.
by Jim Grosbach
· 12 years ago
a925326
Prune includes in ARM target.
by Craig Topper
· 12 years ago
40b5ab8
[ARM]Fix an assertion failure in A15SDOptimizer about DPair reg class by treating DPair as QPR.
by Hao Liu
· 12 years ago
16c6bf4
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
by Owen Anderson
· 12 years ago
6bc27bf
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
f907b89
Correct word hyphenations
by Alp Toker
· 12 years ago
13654dd
ARM: Teach A15 SDOptimizer to properly handle D-reg by-lane.
by Jim Grosbach
· 12 years ago
31ee586
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
by Craig Topper
· 12 years ago
82dd6ac
Adding an A15 specific optimization pass for interactions between S/D/Q registers. The pass handles all the required transformations pre-regalloc.
by Silviu Baranga
· 13 years ago