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
/
ARMMCInstLower.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Add begin-end iterators to MachineInstr
Javed Absar
2017-07-17
1
-3
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-3
/
+1
*
Revert r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-1
/
+3
*
X86: Don't emit zero-byte functions on Windows
Hans Wennborg
2017-04-21
1
-3
/
+1
*
[ARM] Make RWPI use movw/movt when available
Christof Douma
2017-02-07
1
-3
/
+7
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-26
1
-4
/
+12
*
[XRay] Merge instrumentation point table emission code into AsmPrinter.
Dean Michael Berris
2017-01-03
1
-38
/
+0
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
1
-0
/
+2
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-1
/
+1
*
[xray] Add XRay support for Mach-O in CodeGen
Kuba Mracek
2016-11-23
1
-17
/
+27
*
[XRay] Support for for tail calls for ARM no-Thumb
Dean Michael Berris
2016-10-18
1
-0
/
+5
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-19
1
-0
/
+94
*
Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"
Renato Golin
2016-09-08
1
-87
/
+0
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-08
1
-0
/
+87
*
fix indentation
Etienne Bergeron
2016-06-21
1
-1
/
+1
*
Removing an unused switch statement that has only a default label. This happe...
Aaron Ballman
2016-06-20
1
-22
/
+16
*
Don't print (PLT) on arm.
Rafael Espindola
2016-06-16
1
-5
/
+0
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-9
/
+9
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-5
/
+5
*
Add support for ARM modified-immediate assembly syntax.
Asiri Rathnayake
2014-12-02
1
-1
/
+35
*
ARM: use symbolic name for constant
Saleem Abdulrasool
2014-06-30
1
-1
/
+1
*
Prune includes in ARM target.
Craig Topper
2014-03-22
1
-0
/
+1
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Add support for parsing ARM symbol variants on ELF targets
David Peixotto
2013-12-04
1
-1
/
+1
*
ARM: remove special cases for Darwin dynamic-no-pic mode.
Tim Northover
2013-11-25
1
-4
/
+7
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-5
/
+2
*
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2012-01-18
1
-0
/
+3
*
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-20
1
-1
/
+1
*
Use TableGen'erated pseudo lowering for ARM.
Jim Grosbach
2011-07-08
1
-54
/
+64
*
Add needed braces.
Bill Wendling
2011-01-26
1
-1
/
+2
*
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2011-01-13
1
-8
/
+18
*
Move the ARMAsmPrinter class defintiion into a header file.
Jim Grosbach
2010-12-01
1
-3
/
+3
*
Trailing whitespace.
Jim Grosbach
2010-11-30
1
-3
/
+3
*
trim #includes.
Chris Lattner
2010-11-14
1
-5
/
+1
*
rename LowerToMCInst -> LowerARMMachineInstrToMCInst.
Chris Lattner
2010-11-14
1
-1
/
+2
*
even more simplifications. ARM MCInstLowering is now just
Chris Lattner
2010-11-14
1
-12
/
+11
*
more shrinkification
Chris Lattner
2010-11-14
1
-5
/
+1
*
more simplifications.
Chris Lattner
2010-11-14
1
-84
/
+17
*
simplify and tidy up
Chris Lattner
2010-11-14
1
-27
/
+10
*
Add support for ELF PLT references for ARM MC asm printing. Adding a
Jim Grosbach
2010-09-22
1
-9
/
+22
*
Enable a few additional asserts in MC instruction lowering.
Jim Grosbach
2010-09-22
1
-9
/
+6
*
Remove a few commented out bits
Jim Grosbach
2010-09-22
1
-14
/
+0
*
handle the upper16/lower16 target operand flags on symbol references for MC
Jim Grosbach
2010-09-17
1
-5
/
+35
*
Make sure to promote single precision floats to double before extracting them
Jim Grosbach
2010-09-16
1
-2
/
+4
*
store MC FP immediates as a double instead of as an APFloat, thus avoiding an
Jim Grosbach
2010-09-16
1
-1
/
+2
*
Add support for floating point immediates to MC instruction printing. ARM
Jim Grosbach
2010-09-15
1
-0
/
+4
[next]