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
*
Assembler should accept redefinitions of unused variable symbols.
Jim Grosbach
2012-03-20
2
-2
/
+2
*
Tidy up.
Jim Grosbach
2012-03-20
1
-3
/
+2
*
MC asm parser macro argument count was wrong when empty.
Jim Grosbach
2012-03-17
1
-0
/
+5
*
Implement relocation-overflow behavior for PE/COFF.
Michael J. Spencer
2012-03-15
1
-2
/
+29
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
2
-2
/
+3
*
Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.
Rafael Espindola
2012-03-03
2
-2
/
+2
*
Make MemoryObject accessor members const again
Derek Schuff
2012-02-29
2
-4
/
+4
*
On ELF, create relocations to the abbreviation and line sections when producing
Rafael Espindola
2012-02-28
3
-10
/
+34
*
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-02-27
1
-2
/
+4
*
Grammar-o.
Eric Christopher
2012-02-25
1
-1
/
+1
*
ARM Thumb symbol references in assembly need the low bit set.
Jim Grosbach
2012-02-24
1
-0
/
+5
*
Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!
Michael J. Spencer
2012-02-23
1
-6
/
+16
*
Bump SmallString to the minimum required amount for raw_ostream to avoid allo...
Benjamin Kramer
2012-02-23
1
-2
/
+2
*
MC: Fix the MCNullStreamer which was broken in r147763.
Daniel Dunbar
2012-02-22
1
-0
/
+4
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
1
-4
/
+1
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-16
/
+11
*
Fix typo in comment ldopen() -> dlopen().
Kevin Enderby
2012-02-17
1
-1
/
+1
*
Put back the initializing the targets in the disassembler API with a comment as
Kevin Enderby
2012-02-17
1
-0
/
+13
*
Generate the correct EH frame section types on Solaris, this time without bre...
David Chisnall
2012-02-17
1
-1
/
+8
*
Revert r150814. It turns out that there is a good reason for this after all...
David Chisnall
2012-02-17
1
-26
/
+22
*
Don't lazily allocate eh_frame. We're not lazily allocating things like the ...
David Chisnall
2012-02-17
1
-22
/
+26
*
For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...
David Meyer
2012-02-15
1
-0
/
+9
*
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
2
-0
/
+7
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
10
-40
/
+31
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
2
-4
/
+4
*
Modified the Enhanced Disassembler to create and
Sean Callanan
2012-02-04
3
-31
/
+40
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
3
-0
/
+13
*
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
[next]