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
*
Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...
Owen Anderson
2012-01-24
1
-1
/
+1
*
Revert r148686 (and r148694, a fix to it) due to a serious layering
Chandler Carruth
2012-01-24
1
-2
/
+5
*
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-23
1
-5
/
+2
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
3
-5
/
+2
*
Silence warnings about mixing enums.
Benjamin Kramer
2012-01-19
1
-3
/
+2
*
Thumb2 relaxation for tADR to t2ADR.
Jim Grosbach
2012-01-19
1
-0
/
+2
*
Add comment and fix range check in condition.
Jim Grosbach
2012-01-19
1
-1
/
+3
*
Thumb2 alternate syntax for LDR(literal) and friends.
Jim Grosbach
2012-01-18
1
-0
/
+1
*
Thumb2 relaxation for LDR(literal).
Jim Grosbach
2012-01-18
1
-9
/
+20
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
1
-11
/
+11
*
Thumb2 load/store fixups don't set the thumb bit.
Jim Grosbach
2012-01-18
1
-4
/
+8
*
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2012-01-18
1
-0
/
+15
*
Move default case for covered enum outside of switch.
Richard Smith
2012-01-10
1
-1
/
+1
*
Fix a -Wreturn-type warning in g++.
Richard Smith
2012-01-10
1
-0
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
2
-3
/
+0
*
Fix incorrect relocation generation. Patch by Kristof Beyls.
Rafael Espindola
2011-12-22
1
-8
/
+1
*
Make the virtual methods in ARMELFObjectWriter public.
Rafael Espindola
2011-12-22
1
-7
/
+6
*
Hopefully fix the cmake build.
Rafael Espindola
2011-12-22
1
-0
/
+1
*
Fix name in comments.
Rafael Espindola
2011-12-22
1
-1
/
+1
*
Unbreak cmake build after r147115.
Richard Smith
2011-12-22
1
-0
/
+1
*
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
3
-2
/
+291
*
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
1
-7
/
+8
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
2
-2
/
+10
*
ARM assembly parsing and encoding support for LDRD(label).
Jim Grosbach
2011-12-19
3
-3
/
+32
*
ARM NEON relax parse time diagnostics for alignment specifiers.
Jim Grosbach
2011-12-19
1
-4
/
+4
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
Nuke inadvertant debugging commit.
Jim Grosbach
2011-12-07
1
-3
/
+0
*
Darwin assembler improved relocs when w/o subsections_via_symbols.
Jim Grosbach
2011-12-07
1
-0
/
+3
*
Tidy up value checking.
Jim Grosbach
2011-12-06
1
-1
/
+2
*
Fix ARM handling of tBcc branch relaxation.
Jim Grosbach
2011-12-06
1
-3
/
+5
*
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-12-06
1
-0
/
+16
*
Simple branch relaxation for Thumb2 Bcc instructions.
Jim Grosbach
2011-12-05
1
-3
/
+24
*
ARM encoder method needs the physical register number, not the enum.
Jim Grosbach
2011-12-02
1
-1
/
+1
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-7
/
+0
*
Better fix for ARM MOVT relocation encoding of thumb bit.
Jim Grosbach
2011-11-29
1
-1
/
+8
*
Generalize the fixup info for ARM mode.
Jim Grosbach
2011-11-16
1
-2
/
+2
*
Fix encoding of NOP used for padding in ARM mode .align.
Jim Grosbach
2011-11-16
1
-1
/
+1
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
1
-2
/
+3
*
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-12
1
-1
/
+1
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+24
*
ARM VLD/VST assembly parsing for symbolic address operands.
Jim Grosbach
2011-11-01
1
-1
/
+1
*
Remove NaClMode
David Meyer
2011-10-18
1
-8
/
+0
*
Tidy up. 80 columns.
Jim Grosbach
2011-10-03
1
-1
/
+1
*
Correct for my over-eager delete finger.
Jim Grosbach
2011-09-30
1
-0
/
+1
*
ARM Darwin default relocation model is PIC.
Jim Grosbach
2011-09-30
1
-2
/
+5
*
ARM Fixup valus for movt/movw are for the whole value.
Jim Grosbach
2011-09-30
1
-7
/
+0
*
ARM fix encoding of VMOV.f32 and VMOV.f64 immediates.
Jim Grosbach
2011-09-30
1
-0
/
+86
*
Check in a patch that has already been code reviewed by Owen that I'd forgott...
James Molloy
2011-09-28
1
-4
/
+7
*
Unbreak CMake build.
Ted Kremenek
2011-09-27
1
-1
/
+1
*
ARMv7a has the PKH instructions.
Jim Grosbach
2011-09-14
1
-2
/
+2
[next]