index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMMCInstLower.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-18
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2011-07-20
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-08
Use TableGen'erated pseudo lowering for ARM.
Jim Grosbach
2011-01-26
Add needed braces.
Bill Wendling
2011-01-13
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2010-12-01
Move the ARMAsmPrinter class defintiion into a header file.
Jim Grosbach
2010-11-30
Trailing whitespace.
Jim Grosbach
2010-11-14
trim #includes.
Chris Lattner
2010-11-14
rename LowerToMCInst -> LowerARMMachineInstrToMCInst.
Chris Lattner
2010-11-14
even more simplifications. ARM MCInstLowering is now just
Chris Lattner
2010-11-14
more shrinkification
Chris Lattner
2010-11-14
more simplifications.
Chris Lattner
2010-11-14
simplify and tidy up
Chris Lattner
2010-09-22
Add support for ELF PLT references for ARM MC asm printing. Adding a
Jim Grosbach
2010-09-22
Enable a few additional asserts in MC instruction lowering.
Jim Grosbach
2010-09-22
Remove a few commented out bits
Jim Grosbach
2010-09-17
handle the upper16/lower16 target operand flags on symbol references for MC
Jim Grosbach
2010-09-16
Make sure to promote single precision floats to double before extracting them
Jim Grosbach
2010-09-16
store MC FP immediates as a double instead of as an APFloat, thus avoiding an
Jim Grosbach
2010-09-15
Add support for floating point immediates to MC instruction printing. ARM
Jim Grosbach
2010-09-14
Don't ignore the CPSR implicit def when lowering a MachineInstruction to an M...
Jim Grosbach
2010-09-13
trailing whitespace
Jim Grosbach
2010-07-19
sink the arm implementations of ASmPrinter and MCInstLower
Chris Lattner