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
/
MCTargetDesc
/
ARMELFStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move get[S|U]LEB128Size() to LEB128.h.
Logan Chien
2014-02-22
1
-16
/
+6
*
Remove support for not using .loc directives.
Rafael Espindola
2014-02-05
1
-3
/
+3
*
Use the default values.
Rafael Espindola
2014-02-04
1
-1
/
+1
*
Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...
David Peixotto
2014-02-04
1
-3
/
+0
*
ARM IAS: support .object_arch
Saleem Abdulrasool
2014-01-30
1
-3
/
+17
*
ARM IAS: support .movsp
Saleem Abdulrasool
2014-01-30
1
-0
/
+30
*
ARM: suuport .tlsdescseq directive
Saleem Abdulrasool
2014-01-30
1
-0
/
+19
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-2
/
+2
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
1
-24
/
+22
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Move emitInlineAsmEnd to the AsmPrinter interface.
Rafael Espindola
2014-01-24
1
-17
/
+0
*
Fix inline assembly that switches between ARM and Thumb modes
Greg Fitzgerald
2014-01-22
1
-0
/
+19
*
ARM IAS: add support for .unwind_raw directive
Saleem Abdulrasool
2014-01-21
1
-0
/
+26
*
ARM IAS: support .personalityindex
Saleem Abdulrasool
2014-01-21
1
-0
/
+14
*
ARM ELF: ensure that the tag types are corrected
Saleem Abdulrasool
2014-01-19
1
-0
/
+3
*
Move ARM build attributes into Support
Saleem Abdulrasool
2014-01-19
1
-1
/
+1
*
Make getTargetStreamer return a possibly null pointer.
Rafael Espindola
2014-01-14
1
-1
/
+1
*
Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)
Artyom Skrobov
2014-01-10
1
-1
/
+0
*
ARM Streamer: print out tag names
Saleem Abdulrasool
2014-01-07
1
-5
/
+22
*
ARM IAS: improve .eabi_attribute handling
Saleem Abdulrasool
2014-01-07
1
-3
/
+61
*
ARM: move ARMUnwindOp.h into Support
Saleem Abdulrasool
2014-01-06
1
-7
/
+8
*
[arm] Add softvfp to supported FPU names.
Logan Chien
2014-01-02
1
-0
/
+3
*
Recognize armv7a and friends as aliases for armv7-a etc. for the purpose
Joerg Sonnenberger
2013-12-26
1
-0
/
+3
*
ARM IAS: support .inst directive
Saleem Abdulrasool
2013-12-19
1
-0
/
+52
*
[arm] Rename Tag_VFP_arch to Tag_FP_arch.
Logan Chien
2013-12-18
1
-9
/
+9
*
[arm] Implement ARM .arch directive.
Logan Chien
2013-12-11
1
-1
/
+138
*
[arm] Implement eabi_attribute, cpu, and fpu directives.
Logan Chien
2013-10-28
1
-0
/
+333
*
Flip the ownership of MCStreamer and MCTargetStreamer.
Benjamin Kramer
2013-10-09
1
-1
/
+1
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-44
/
+154
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-6
/
+7
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-1
/
+1
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-11
/
+10
*
Fix ARM EHABI compact model 1 and 2 without handlerdata.
Logan Chien
2013-07-02
1
-3
/
+13
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-4
/
+4
*
Silencing an MSVC warning about comparing signed and unsigned values.
Aaron Ballman
2013-06-10
1
-1
/
+1
*
Fix ARM unwind opcode assembler in several cases.
Logan Chien
2013-06-09
1
-53
/
+71
*
Implement AsmParser for ARM unwind directives.
Logan Chien
2013-05-10
1
-26
/
+30
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-4
/
+5
*
Fix build failure introduced in 179591 when assertions are disabled.
Logan Chien
2013-04-16
1
-0
/
+4
*
Implement ARM unwind opcode assembler.
Logan Chien
2013-04-16
1
-45
/
+101
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-6
/
+9
*
Override virtual function for ARM EH directives.
Logan Chien
2013-01-30
1
-2
/
+216
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
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
1
-0
/
+201
[prev]