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
*
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
*
Remove unused bitvectors that record ARM callee-saved registers.
Bob Wilson
2011-02-14
1
-17
/
+0
*
Save a mapping between original and cloned constpool entries.
Anton Korobeynikov
2011-01-30
1
-0
/
+17
*
Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.
Evan Cheng
2011-01-17
1
-11
/
+11
*
Fix a comment.
Bob Wilson
2011-01-15
1
-2
/
+2
*
Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke
Jim Grosbach
2010-11-02
1
-26
/
+53
*
Update comments to remove obsolete references.
Jim Grosbach
2010-10-19
1
-6
/
+5
*
Simplify ARM callee-saved register handling by removing the distinction
Jim Grosbach
2010-09-20
1
-51
/
+25
*
Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...
Evan Cheng
2010-08-10
1
-2
/
+9
*
Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP
Daniel Dunbar
2010-08-10
1
-9
/
+2
*
Fix ARM hasFP() semantics. It should return true whenever FP register is
Evan Cheng
2010-08-10
1
-2
/
+9
*
Allow ARM if-converter to be run after post allocation scheduling.
Evan Cheng
2010-06-18
1
-2
/
+10
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
1
-2
/
+8
*
eliminate the ARMFunctionInfo::Align member, using
Chris Lattner
2010-01-27
1
-10
/
+0
*
Cleanup up unused R3LiveIn tracking.
Jim Grosbach
2009-10-08
1
-10
/
+2
[next]