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
/
ARMMachineFunctionInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prune a LegacyDivergenceAnalysis and MachineLoopInfo include each
Reid Kleckner
2019-10-19
1
-0
/
+1
*
[IPRA][ARM] Make use of the "returned" parameter attribute
Oliver Stannard
2019-07-22
1
-0
/
+7
*
[ARM] Fix unwind info for Thumb1 functions that save high registers.
Eli Friedman
2019-07-02
1
-0
/
+2
*
[ARM] Make sure to save/restore LR when we use tBfar.
Eli Friedman
2019-03-19
1
-0
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-26
1
-39
/
+30
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-26
1
-1
/
+24
*
Revert "[ARM] Promote small global constants to constant pools"
James Molloy
2016-09-23
1
-24
/
+1
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-23
1
-1
/
+24
*
Revert r281715, it caused PR30475
Nico Weber
2016-09-21
1
-24
/
+1
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-16
1
-1
/
+24
*
Revert "[ARM] Promote small global constants to constant pools"
Evgeniy Stepanov
2016-09-15
1
-13
/
+0
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-15
1
-0
/
+13
*
Revert "[ARM] Promote small global constants to constant pools"
Evgeniy Stepanov
2016-09-14
1
-13
/
+0
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-14
1
-0
/
+13
*
Revert "[ARM] Promote small global constants to constant pools"
James Molloy
2016-09-13
1
-13
/
+0
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-13
1
-0
/
+13
*
Revert "[ARM] Promote small global constants to constant pools"
James Molloy
2016-09-12
1
-13
/
+0
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-12
1
-0
/
+13
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
CXX_FAST_TLS calling convention: performance improvement for ARM.
Manman Ren
2016-01-12
1
-1
/
+8
*
ARM/ELF: Better codegen for global variable addresses.
Peter Collingbourne
2015-10-26
1
-9
/
+1
*
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...
Nick Lewycky
2015-07-29
1
-1
/
+1
*
WebAssembly: fix build breakage.
JF Bastien
2015-07-14
1
-1
/
+1
*
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: remove custom jump table UID
Tim Northover
2015-05-13
1
-14
/
+1
*
ARM: simplify and extend byval handling
Tim Northover
2015-03-11
1
-5
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
ARM/Dwarf: correctly align stack before callee-saved VPRs
Tim Northover
2014-11-05
1
-1
/
+4
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
Re-apply r214881: Fix return sequence on armv4 thumb
Jonathan Roelofs
2014-08-05
1
-1
/
+8
*
Revert r214881 because it broke lots of build-bots
Jonathan Roelofs
2014-08-05
1
-8
/
+1
*
Fix return sequence on armv4 thumb
Jonathan Roelofs
2014-08-05
1
-1
/
+8
*
[RegisterCoalescer] Add new subtarget hook allowing targets to opt-out of coa...
Chris Bieneman
2014-07-15
1
-0
/
+14
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-18
1
-10
/
+1
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-1
/
+1
*
Temporarily revert r210953 in an attempt to bring the ARM buildbots
Eric Christopher
2014-06-15
1
-1
/
+10
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-13
1
-10
/
+1
*
ARM: Add support for segmented stacks
Oliver Stannard
2014-04-02
1
-0
/
+7
*
Use 16 byte stack alignment for NaCl on ARM
Mark Seaborn
2014-02-16
1
-1
/
+1
*
ARM: remove unnecessary state-tracking during frame lowering.
Tim Northover
2013-11-04
1
-61
/
+0
*
PR15868 fix.
Stepan Dyatkovskiy
2013-05-20
1
-1
/
+16
*
Refactoring patch.
Stepan Dyatkovskiy
2013-04-30
1
-5
/
+5
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
[arm-fast-isel] Add support for ELF PIC.
Jush Lu
2012-09-27
1
-2
/
+10
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Experimental support for aligned NEON spills.
Jakob Stoklund Olesen
2011-12-23
1
-0
/
+16
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
[next]