Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ce3ddd2de4c5dbd5a7a68b51ea38f96cf7fbf3aa
/
llvm
/
lib
/
Target
/
AArch64
/
AArch64PromoteConstant.cpp
117296c
Use StringRef in Pass/PassManager APIs (NFC)
by Mehdi Amini
· 9 years ago
850043b
[AArch64] Register passes so they can be run by llc
by Diana Picus
· 9 years ago
2b7fef6
Delete more dead code.
by Rafael Espindola
· 9 years ago
1ac98bb
Add optimization bisect opt-in calls for AArch64 passes
by Andrew Kaylor
· 10 years ago
20be876
Fix -Wdocumentation warnings from r263853
by Duncan P. N. Exon Smith
· 10 years ago
c3fa1ed
AArch64: Don't modify other modules in AArch64PromoteConstant
by Duncan P. N. Exon Smith
· 10 years ago
114fa1c
Simplify some boolean conditional return statements in AArch64.
by Eric Christopher
· 10 years ago
d3b9df0
AArch64: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
7819951
Rename inst_range() to instructions() for consistency. NFC
by Nico Rieck
· 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
e5d1466
[AArch64] fix an invalid-iterator-use bug.
by Sanjoy Das
· 11 years ago
69b4ad2
AArch64PromoteConstant: Modernize and resolve some Use<->User confusion.
by Benjamin Kramer
· 11 years ago
89e5306
Make the DenseMap bucket type configurable and use a smaller bucket for DenseSet.
by Benjamin Kramer
· 11 years ago
70573dc
Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool>
by David Blaikie
· 11 years ago
1f8930e
Run sort_includes.py on the AArch64 backend.
by Benjamin Kramer
· 11 years ago
3b0846e
AArch64/ARM64: move ARM64 into AArch64's place
by Tim Northover
· 11 years ago
[Renamed (91%) from llvm/lib/Target/ARM64/ARM64PromoteConstant.cpp]
f85b7fc
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. ARM64 edition
by Craig Topper
· 12 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
6bfe18a
[ARM64,C++11] Range'ify another loop.
by Jim Grosbach
· 12 years ago
e75c048
Tidy up comments a bit.
by Jim Grosbach
· 12 years ago
75010e7
ARM64: Range based for loop in ARM64PromoteConstant pass
by Jim Grosbach
· 12 years ago
64a28e7
ARM64: Clean up file header comment a bit.
by Jim Grosbach
· 12 years ago
b8bd4a5
Tidy up. Space before ':' in range-based for loops.
by Jim Grosbach
· 12 years ago
05abd70
[C++11,ARM64] Range based for loops in constant promotion.
by Jim Grosbach
· 12 years ago
1fd7210
Fix a few -Wdocumentation warnings
by Dmitri Gribenko
· 12 years ago
00ed996
ARM64: initial backend import
by Tim Northover
· 12 years ago