index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMHazardRecognizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCI
Diana Picus
2016-07-06
1
-2
/
+1
*
Use new MachineInstr mayLoadOrStore() API. NFC.
Chad Rosier
2015-05-22
1
-2
/
+1
*
Migrate ARM except for TTI, AsmPrinter, and frame lowering
Eric Christopher
2015-01-29
1
-3
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+8
*
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-13
1
-1
/
+1
*
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
1
-22
/
+0
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-3
/
+3
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-10
/
+10
*
This patch combines several changes from Evan Cheng for rdar://8659675.
Bob Wilson
2011-04-19
1
-0
/
+2
*
VFP single precision arith instructions can go down to NEON pipeline, but on ...
Evan Cheng
2011-02-22
1
-10
/
+7
*
Clean up ARM subtarget code by using Triple ADT.
Evan Cheng
2011-01-11
1
-0
/
+1
*
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
1
-7
/
+9
*
Generalize PostRAHazardRecognizer so it can be used in any pass for
Andrew Trick
2010-12-08
1
-4
/
+8
*
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
2010-12-05
1
-0
/
+114