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
/
Thumb2SizeReduction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-14
/
+14
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-2
/
+2
*
[ARM] Add OptMinSize to ARMSubtarget
Sam Parker
2019-02-08
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ARM] Fix for verifier buildbot
Sam Parker
2019-01-10
1
-5
/
+5
*
[ARM] Size reduce teq to eors
Sam Parker
2019-01-10
1
-3
/
+29
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-2
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+8
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[ARM] Register the Thumb2SizeReducePass. NFC
David Green
2017-12-19
1
-2
/
+6
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-4
/
+4
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-31
1
-13
/
+32
*
[ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC. NFC
Diana Picus
2017-01-13
1
-12
/
+4
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-9
/
+9
*
[ARM] CodeGen: Remove AddDefaultPred. NFC.
Diana Picus
2017-01-13
1
-7
/
+8
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
ARM: check alignment before transforming ldr -> ldm (or similar).
Tim Northover
2016-09-19
1
-0
/
+4
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-3
/
+3
*
ARM: take account of possible bundle when erasing an instruction.
Tim Northover
2016-06-17
1
-1
/
+1
*
Move instances of std::function.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
[ARM] Shrink post-indexed LDR and STR to LDM/STM
James Molloy
2016-06-07
1
-0
/
+42
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-2
/
+3
*
[scan-build] fix warnings emitted on LLVM ARM code base
Renato Golin
2016-05-12
1
-1
/
+1
*
Reverting Thumb2SizeReduction opt bisect change to fix failing buildbots.
Andrew Kaylor
2016-04-26
1
-2
/
+1
*
Fix build warning
Andrew Kaylor
2016-04-25
1
-1
/
+1
*
Add optimization bisect opt-in calls for ARM passes
Andrew Kaylor
2016-04-25
1
-1
/
+2
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-3
/
+3
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
1
-1
/
+1
*
Convert assert(false) into llvm_unreachable where it makes sense.
Benjamin Kramer
2015-10-25
1
-1
/
+1
*
[ARM] Modify codegen for memcpy intrinsic to prefer LDM/STM.
Scott Douglass
2015-10-05
1
-1
/
+18
*
Improved the interface of methods commuting operands, improved X86-FMA3 mem-f...
Andrew Kaylor
2015-09-28
1
-3
/
+5
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-9
/
+7
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[ARM] Pass a callback to FunctionPass constructors to enable skipping execution
Akira Hatanaka
2015-06-08
1
-4
/
+11
*
Revert r238473, "Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM."
Peter Collingbourne
2015-06-05
1
-18
/
+1
*
Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM.
Peter Collingbourne
2015-05-28
1
-1
/
+18
*
Use new MachineInstr mayLoadOrStore() API. NFC.
Chad Rosier
2015-05-22
1
-1
/
+1
*
Thumb2SizeReduction: Check the correct set of registers for LDMIA.
Peter Collingbourne
2015-05-05
1
-9
/
+4
*
[ARM] Transfer the internal flag in thumb2 size reduction.
Pete Cooper
2015-05-01
1
-1
/
+4
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Cleanup and remove a chunk of getARMSubtarget calls in the
Eric Christopher
2015-03-05
1
-0
/
+3
*
ARM: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-5
/
+2
*
Migrate ARM except for TTI, AsmPrinter, and frame lowering
Eric Christopher
2015-01-29
1
-4
/
+2
*
[ARM] Remove redundant assignment.
Tilmann Scheller
2014-11-05
1
-1
/
+0
[next]