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
/
MCTargetDesc
Age
Commit message (
Expand
)
Author
2013-05-13
Remove the MachineMove class.
Rafael Espindola
2013-05-10
Remove unused argument.
Rafael Espindola
2013-05-10
Implement AsmParser for ARM unwind directives.
Logan Chien
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-16
Fix build failure introduced in 179591 when assertions are disabled.
Logan Chien
2013-04-16
Implement ARM unwind opcode assembler.
Logan Chien
2013-02-27
ARM: permit full range of valid ADR immediates.
Tim Northover
2013-01-31
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2013-01-30
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
Add missing header and test cases for r173939.
Logan Chien
2013-01-30
Override virtual function for ARM EH directives.
Logan Chien
2013-01-30
This patch reworks how llvm targets set
Jack Carter
2013-01-14
Follow up of commit r172472.
Quentin Colombet
2013-01-14
Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...
Quentin Colombet
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-19
MC: Add MCInstrDesc::mayAffectControlFlow() method.
Jim Grosbach
2012-12-12
Add ARM NONE and PREL31 relocation types.
Logan Chien
2012-12-08
Simplify code. Sort includes. No functionality change.
Benjamin Kramer
2012-12-08
Fix a use-after-free bug found by ASan. You can't assign a temporary
Chandler Carruth
2012-12-07
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-05
Correct ARM NOP encoding
David Sehr
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-24
ARM: Share applyFixup between ELF and Darwin.
Benjamin Kramer
2012-11-09
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-25
ARM: Darwin BL/BLX relocations to out-of-range symbols.
Jim Grosbach
2012-09-22
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-09-21
Tidy up. Whitespace.
Jim Grosbach
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-01
Fix Thumb2 fixup kind in the integrated-as.
Logan Chien
2012-08-24
Fix undefined behavior (negation of INT_MIN) in ARM backend.
Richard Smith
2012-08-09
Remove getARMRegisterNumbering and replace with calls into
Eric Christopher
2012-08-02
Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.
Jiangning Liu
2012-08-02
Fix #13241, a bug around shift immediate operand for ARM instruction ADR.
Jiangning Liu
2012-07-30
Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp
Kevin Enderby
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-06-19
Have ARM ELF use correct reloc for "b" instr.
Jan Wen Voung
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-15
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-05
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-03
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-05-01
ARM: allow vanilla expressions for movw/movt.
Jim Grosbach
[next]