projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add some testing for thumb1 and thumb2 inline asm immediate constraints
[oota-llvm.git]
/
lib
/
Target
/
ARM
/
ARMMachineFunctionInfo.h
2015-10-26
Peter Collingbourne
ARM/ELF: Better codegen for global variable addresses.
blob
|
commitdiff
|
raw
2015-07-29
Nick Lewycky
Fix typo "fuction" noticed in comments in AssumptionCac...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-14
JF Bastien
WebAssembly: fix build breakage.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-13
Tim Northover
ARM: remove custom jump table UID
blob
|
commitdiff
|
raw
|
diff to current
2015-03-11
Tim Northover
ARM: simplify and extend byval handling
blob
|
commitdiff
|
raw
|
diff to current
2015-01-14
Chandler Carruth
[cleanup] Re-sort all the #include lines in LLVM using
blob
|
commitdiff
|
raw
|
diff to current
2014-11-05
Tim Northover
ARM/Dwarf: correctly align stack before callee-saved...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-05
Jonathan Roelofs
Re-apply r214881: Fix return sequence on armv4 thumb
blob
|
commitdiff
|
raw
|
diff to current
2014-08-05
Jonathan Roelofs
Revert r214881 because it broke lots of build-bots
blob
|
commitdiff
|
raw
|
diff to current
2014-08-05
Jonathan Roelofs
Fix return sequence on armv4 thumb
blob
|
commitdiff
|
raw
|
diff to current
2014-07-15
Chris Bieneman
[RegisterCoalescer] Add new subtarget hook allowing...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-18
Eric Christopher
Move ARMJITInfo off of the TargetMachine and down onto...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-18
Craig Topper
Replace some assert(0)'s with llvm_unreachable.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-15
Eric Christopher
Temporarily revert r210953 in an attempt to bring the...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-13
Eric Christopher
Move ARMJITInfo off of the TargetMachine and down onto...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-02
Oliver Stannard
ARM: Add support for segmented stacks
blob
|
commitdiff
|
raw
|
diff to current
2014-02-16
Mark Seaborn
Use 16 byte stack alignment for NaCl on ARM
blob
|
commitdiff
|
raw
|
diff to current
2013-11-04
Tim Northover
ARM: remove unnecessary state-tracking during frame...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Stepan Dyatkovskiy
PR15868 fix.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-30
Stepan Dyatkovskiy
Refactoring patch.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-04
Chandler Carruth
Sort includes for all of the .h files under the 'lib...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-27
Jush Lu
[arm-fast-isel] Add support for ELF PIC.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-18
Jia Liu
Emacs-tag and some comment fix for all ARM, CellSPU...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-23
Jakob Stoklund Olesen
Experimental support for aligned NEON spills.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-14
Bob Wilson
Remove unused bitvectors that record ARM callee-saved...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-30
Anton Korobeynikov
Save a mapping between original and cloned constpool...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-17
Evan Cheng
Materialize GA addresses with movw + movt pairs for...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-15
Bob Wilson
Fix a comment.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
Jim Grosbach
Revert r114340 (improvements in Darwin function prologu...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-19
Jim Grosbach
Update comments to remove obsolete references.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-20
Jim Grosbach
Simplify ARM callee-saved register handling by removing...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Evan Cheng
Re-apply r110655 with fixes. Epilogue must restore...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Daniel Dunbar
Revert r110655, "Fix ARM hasFP() semantics. It should...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Evan Cheng
Fix ARM hasFP() semantics. It should return true whenev...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-18
Evan Cheng
Allow ARM if-converter to be run after post allocation...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-17
Dan Gohman
Move per-function state out of TargetLowering subclasse...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-27
Chris Lattner
eliminate the ARMFunctionInfo::Align member, using
blob
|
commitdiff
|
raw
|
diff to current
2009-10-08
Jim Grosbach
Cleanup up unused R3LiveIn tracking.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Jim Grosbach
Whitespace cleanup. Remove trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-08
David Goodwin
Use common code for both ARM and Thumb-2 instruction...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-30
David Goodwin
Add conditional and unconditional thumb-2 branch. Add...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-05
Dan Gohman
Add explicit keywords.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-08
Evan Cheng
Use ARMFunctionInfo to track number of constpool entrie...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-10
Dan Gohman
Rename MRegisterInfo to TargetRegisterInfo.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Remove attribution from file headers, per discussion...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-23
Dale Johannesen
add Align field, and use when generating function alignment
blob
|
commitdiff
|
raw
|
diff to current
2007-03-01
Evan Cheng
- Track which callee-saved registers are spilled.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-01
Evan Cheng
Switch from std::vector<bool> to BitVector.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-07
Evan Cheng
In thumb mode, R3 is reserved, but it can be live in...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-30
Evan Cheng
- In thumb mode, if size of MachineFunction is >= 2048...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-29
Evan Cheng
Remember if LR register has been spilled in this function.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-25
Evan Cheng
Getting rid uses of evil std::set<>
blob
|
commitdiff
|
raw
|
diff to current
2007-01-20
Evan Cheng
Clean up ARM PEI code.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-19
Evan Cheng
ARM backend contribution from Apple.
blob
|
commitdiff
|
raw
|
diff to current