index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+3
*
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
1
-1
/
+11
*
Add missing header and test cases for r173939.
Logan Chien
2013-01-30
1
-0
/
+112
*
Override virtual function for ARM EH directives.
Logan Chien
2013-01-30
1
-2
/
+216
*
This patch reworks how llvm targets set
Jack Carter
2013-01-30
1
-6
/
+0
*
Follow up of commit r172472.
Quentin Colombet
2013-01-14
1
-28
/
+15
*
Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...
Quentin Colombet
2013-01-14
1
-0
/
+9
*
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
1
-2
/
+2
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Remove duplicate includes.
Roman Divacky
2012-12-21
2
-2
/
+0
*
MC: Add MCInstrDesc::mayAffectControlFlow() method.
Jim Grosbach
2012-12-19
1
-1
/
+1
*
Add ARM NONE and PREL31 relocation types.
Logan Chien
2012-12-12
1
-1
/
+8
*
Simplify code. Sort includes. No functionality change.
Benjamin Kramer
2012-12-08
1
-6
/
+6
*
Fix a use-after-free bug found by ASan. You can't assign a temporary
Chandler Carruth
2012-12-08
1
-2
/
+3
*
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
4
-1
/
+233
*
Correct ARM NOP encoding
David Sehr
2012-12-05
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
6
-13
/
+14
*
ARM: Share applyFixup between ELF and Darwin.
Benjamin Kramer
2012-11-24
1
-63
/
+46
*
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-11-09
1
-0
/
+3
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-3
/
+0
*
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
1
-1
/
+3
*
Add LLVM support for Swift.
Bob Wilson
2012-09-29
2
-0
/
+17
*
ARM: Darwin BL/BLX relocations to out-of-range symbols.
Jim Grosbach
2012-09-25
1
-1
/
+48
*
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-09-22
1
-0
/
+4
*
Tidy up. Whitespace.
Jim Grosbach
2012-09-21
1
-2
/
+2
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
2
-2
/
+2
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+2
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
1
-1
/
+0
*
Fix Thumb2 fixup kind in the integrated-as.
Logan Chien
2012-09-01
1
-0
/
+4
*
Fix undefined behavior (negation of INT_MIN) in ARM backend.
Richard Smith
2012-08-24
1
-1
/
+1
*
Remove getARMRegisterNumbering and replace with calls into
Eric Christopher
2012-08-09
2
-108
/
+34
*
Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.
Jiangning Liu
2012-08-02
1
-7
/
+23
*
Fix #13241, a bug around shift immediate operand for ARM instruction ADR.
Jiangning Liu
2012-08-02
1
-7
/
+17
*
Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp
Kevin Enderby
2012-07-30
1
-2
/
+9
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Have ARM ELF use correct reloc for "b" instr.
Jan Wen Voung
2012-06-19
1
-5
/
+3
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-0
/
+1
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
2
-0
/
+3
*
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
1
-27
/
+0
*
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-05-03
1
-31
/
+57
*
ARM: allow vanilla expressions for movw/movt.
Jim Grosbach
2012-05-01
1
-4
/
+16
*
ARM: Diagnostics for out of range fixups.
Jim Grosbach
2012-04-30
1
-34
/
+52
*
- thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2
Evan Cheng
2012-04-27
1
-10
/
+22
*
ARM: Thumb ldr(literal) base address alignment is 32-bits.
Jim Grosbach
2012-04-26
1
-1
/
+2
*
If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assume
Evan Cheng
2012-04-26
2
-6
/
+15
*
Unify internal representation of ARM instructions with a register right-shift...
Richard Barton
2012-04-25
1
-2
/
+1
*
ARM 'adr' fixups don't need the interworking addend tweaking.
Jim Grosbach
2012-04-12
1
-0
/
+3
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
1
-1
/
+2
*
ARM fix encoding fixup resolution for ldrd and friends.
Jim Grosbach
2012-03-30
1
-0
/
+2
[prev]
[next]