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
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2011-02-16
4
-47
/
+16
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
9
-42
/
+53
*
Add support for parsing [expr].
Roman Divacky
2011-02-15
1
-0
/
+18
*
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
2011-02-14
1
-0
/
+4
*
Move broken HasCommonSymbols to ELFWriter.cpp.
Rafael Espindola
2011-02-14
1
-11
/
+0
*
More whitespace cleanup...
Jim Grosbach
2011-02-11
2
-41
/
+41
*
Fix comparator used for looking up previously instantiated EDDisassemblers.
Shantonu Sen
2011-02-09
1
-2
/
+4
*
Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...
Benjamin Kramer
2011-02-08
1
-1
/
+31
*
Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkage
Jason W Kim
2011-02-07
1
-3
/
+45
*
Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to
Jason W Kim
2011-02-04
1
-2
/
+15
*
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
2011-02-04
2
-5
/
+10
*
Do not sign extend floating-point values in the asm parser.
Bob Wilson
2011-02-03
1
-1
/
+1
*
Fix bogus assert condition noticed by Csaba Raduly.
Evan Cheng
2011-02-01
1
-2
/
+2
*
Enumerate .code16/32/64 instead of checking .code prefix. This
Roman Divacky
2011-01-31
1
-1
/
+1
*
Error on all .code* directives instead of just .code16 as they
Roman Divacky
2011-01-31
1
-2
/
+2
*
Error on .code16 instead of producing wrong (32bit) code.
Roman Divacky
2011-01-28
1
-0
/
+3
*
Add support for parsing .float
Roman Divacky
2011-01-28
1
-1
/
+1
*
PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!
Nico Weber
2011-01-28
1
-8
/
+12
*
Add support for specifying register name in cfi-register/offset/def
Roman Divacky
2011-01-27
1
-3
/
+23
*
Add support for parsing a Real value. It stores the Real value as its binary
Bill Wendling
2011-01-25
1
-1
/
+7
*
Handle strings in section names the same way as gas:
Rafael Espindola
2011-01-24
1
-3
/
+14
*
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
3
-12
/
+26
*
Add support for lowercase variants.
Rafael Espindola
2011-01-23
1
-0
/
+14
*
Delay the creation of eh_frame so that the user can change the defaults.
Rafael Espindola
2011-01-23
2
-0
/
+3
*
Remove more duplicated code.
Rafael Espindola
2011-01-23
4
-61
/
+61
*
Remove duplicated code.
Rafael Espindola
2011-01-23
4
-30
/
+34
*
Make sure to propogate the error code when we fail to parse a modifier.
Jim Grosbach
2011-01-19
1
-1
/
+1
*
Use common style for .cfi directives
Anton Korobeynikov
2011-01-14
1
-7
/
+7
*
Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.
Evan Cheng
2011-01-14
2
-9
/
+140
*
Add comment about Thumb2 fixup comments being completely bogus.
Evan Cheng
2011-01-13
1
-1
/
+3
*
Relax an assertion. On archs like ARM, an immediate field may be scattered. S...
Evan Cheng
2011-01-13
1
-2
/
+6
*
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2011-01-13
2
-9
/
+4
*
Style clean up - break up the breaks.
Jason W Kim
2011-01-13
1
-21
/
+40
*
1. Support ELF pcrel relocations for movw/movt:
Jason W Kim
2011-01-12
1
-0
/
+10
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-1
/
+1
*
Fix PR8878.
Rafael Espindola
2011-01-01
1
-0
/
+1
*
Make a bunch of symbols internal.
Benjamin Kramer
2010-12-30
1
-18
/
+17
*
MC/Mach-O/Thumb: Set the thumb bit in the symbol table.
Daniel Dunbar
2010-12-29
1
-2
/
+6
*
Correctly encode pcrel|indirect.
Rafael Espindola
2010-12-29
2
-5
/
+3
*
Remove second return.
Rafael Espindola
2010-12-29
1
-1
/
+0
*
Fix bug when trying to output uint16_t or uint32_t.
Rafael Espindola
2010-12-29
1
-2
/
+9
*
Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks
Rafael Espindola
2010-12-29
3
-14
/
+59
*
Implement cfi_def_cfa_register.
Rafael Espindola
2010-12-29
1
-0
/
+8
*
Initial .cfi_offset implementation.
Rafael Espindola
2010-12-29
1
-0
/
+7
*
Don't produce a "DW_CFA_advance_loc 0".
Rafael Espindola
2010-12-28
1
-1
/
+2
*
Implement .cfi_remember_state and .cfi_restore_state.
Rafael Espindola
2010-12-28
3
-44
/
+111
*
Cast away "comparison between signed and unsigned integer" warnings.
Benjamin Kramer
2010-12-28
1
-1
/
+1
*
Fix warning about size potentially being used uninitialized
Duncan Sands
2010-12-28
1
-1
/
+0
*
Relax address updates in the eh_frame section.
Rafael Espindola
2010-12-28
3
-22
/
+101
*
Start adding basic support for emitting the call frame instructions.
Rafael Espindola
2010-12-28
2
-2
/
+13
[next]