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
*
Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses a
Kevin Enderby
2012-01-31
1
-0
/
+2
*
Add assembler dialect attribute in asm parser which lets target specific asm ...
Devang Patel
2012-01-31
1
-2
/
+14
*
Silence GCC's -Wreturn-type warning.
Benjamin Kramer
2012-01-28
1
-0
/
+3
*
Small improvement to the recursion detection logic from the previous commit.
Rafael Espindola
2012-01-28
1
-1
/
+3
*
Handle recursive variable definitions directly. This gives us better error
Rafael Espindola
2012-01-28
1
-11
/
+15
*
Source information in 'expected relocatable expression' diagnostic.
Jim Grosbach
2012-01-27
1
-1
/
+1
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
5
-12
/
+18
*
Tidy up.
Jim Grosbach
2012-01-26
1
-1
/
+1
*
Add simple support for keeping MCFixup source information.
Jim Grosbach
2012-01-26
1
-0
/
+19
*
Add SourceMgr to MCContext for backend diagnostics.
Jim Grosbach
2012-01-26
1
-2
/
+2
*
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-26
1
-1
/
+3
*
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
1
-7
/
+1
*
ARM Darwin symbol ref differences w/o subsection-via-symbols.
Jim Grosbach
2012-01-24
1
-1
/
+2
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
4
-7
/
+48
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
5
-8
/
+2
*
Add missing breaks to switch.
Benjamin Kramer
2012-01-20
1
-13
/
+25
*
Remove a bunch of unused variable assignments.
Benjamin Kramer
2012-01-20
1
-9
/
+2
*
Add a dump() implementation for sub-instruction MCOperands.
Owen Anderson
2012-01-19
1
-0
/
+2
*
MCAssembler tweak for determining when a symbol difference is resolved.
Jim Grosbach
2012-01-18
1
-1
/
+2
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
3
-10
/
+10
*
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2012-01-18
1
-9
/
+2
*
MC tweak symbol difference resolution for non-local symbols.
Jim Grosbach
2012-01-17
1
-2
/
+2
*
The error check for using -g with a .s file already containing dwarf .file
Kevin Enderby
2012-01-11
1
-4
/
+4
*
Let asm parser query asm syntax dialect.
Devang Patel
2012-01-10
1
-0
/
+1
*
This is the matching change for the data structure name changes for the
Kevin Enderby
2012-01-10
2
-21
/
+21
*
Fix some leftover control reaches end of non-void function warnings.
Benjamin Kramer
2012-01-10
1
-6
/
+5
*
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
1
-0
/
+2
*
Various crash reporting tools have a problem with the dwarf generated for
Kevin Enderby
2012-01-10
1
-17
/
+5
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
4
-8
/
+0
*
Remove the logging streamer.
Rafael Espindola
2012-01-10
2
-258
/
+0
*
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-09
3
-7
/
+22
*
Remove MCELFStreamer.h.
Rafael Espindola
2012-01-07
2
-143
/
+121
*
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
3
-9
/
+19
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
10
-19
/
+26
*
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
3
-0
/
+34
*
Rename Remember and Restore to RememberState and RestoreState for consistency.
Rafael Espindola
2011-12-29
2
-4
/
+4
*
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
3
-0
/
+40
*
Section relative fixups are a coff concept, not a x86 one. Replace the
Rafael Espindola
2011-12-24
2
-4
/
+6
*
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-24
1
-39
/
+17
*
Define trivial destructor inline.
Rafael Espindola
2011-12-24
1
-3
/
+0
*
Make GetRelocType pure virtual.
Rafael Espindola
2011-12-24
1
-8
/
+0
*
Move all the dependencies on X86FixupKinds.h to a single method in preparation
Rafael Espindola
2011-12-22
1
-27
/
+34
*
Kill the monstrosity that was ELFObjectWriter.h.
Rafael Espindola
2011-12-22
2
-361
/
+331
*
Misc cleanups.
Rafael Espindola
2011-12-22
2
-76
/
+58
*
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
2
-124
/
+1
*
Move the MBlaze ELF writer bits to lib/Target/MBlaze.
Rafael Espindola
2011-12-22
2
-62
/
+1
*
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola
2011-12-22
3
-93
/
+8
*
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
2
-0
/
+27
*
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
3
-273
/
+19
*
getEFlags is const.
Rafael Espindola
2011-12-22
2
-5
/
+5
[next]