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
/
include
/
llvm
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Value initialize MCRegisterClasses. Not sure how could miss this during the M...
Benjamin Kramer
2012-02-08
1
-12
/
+1
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
3
-5
/
+7
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
2
-0
/
+13
*
Add assembler dialect attribute in asm parser which lets target specific asm ...
Devang Patel
2012-01-31
1
-0
/
+1
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
2
-2
/
+3
*
Add simple support for keeping MCFixup source information.
Jim Grosbach
2012-01-26
3
-2
/
+19
*
Add SourceMgr to MCContext for backend diagnostics.
Jim Grosbach
2012-01-26
1
-1
/
+5
*
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-26
1
-0
/
+1
*
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
1
-15
/
+0
*
Revert r148686 (and r148694, a fix to it) due to a serious layering
Chandler Carruth
2012-01-24
1
-1
/
+0
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
2
-1
/
+4
*
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-23
1
-0
/
+1
*
Add a new form of MCOperand, for representing sub-instructions. This is inte...
Owen Anderson
2012-01-19
1
-1
/
+20
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
1
-9
/
+9
*
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2012-01-18
1
-0
/
+10
*
Let asm parser query asm syntax dialect.
Devang Patel
2012-01-10
1
-0
/
+2
*
This is the matching change for the data structure name changes for the
Kevin Enderby
2012-01-10
2
-14
/
+12
*
Remove the logging streamer.
Rafael Espindola
2012-01-10
1
-6
/
+0
*
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-09
2
-1
/
+4
*
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
2
-1
/
+4
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
3
-3
/
+7
*
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
2
-2
/
+4
*
Rename Remember and Restore to RememberState and RestoreState for consistency.
Rafael Espindola
2011-12-29
1
-2
/
+2
*
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
2
-1
/
+10
*
Section relative fixups are a coff concept, not a x86 one. Replace the
Rafael Espindola
2011-12-24
1
-0
/
+4
*
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-24
2
-2
/
+36
*
Define trivial destructor inline.
Rafael Espindola
2011-12-24
1
-1
/
+1
*
Make GetRelocType pure virtual.
Rafael Espindola
2011-12-24
1
-1
/
+1
*
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola
2011-12-22
1
-0
/
+3
*
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
1
-1
/
+0
*
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
1
-0
/
+6
*
Move the X86 specific bits of the ELF writer to the Target/X86 directory.
Rafael Espindola
2011-12-21
1
-0
/
+4
*
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
1
-3
/
+17
*
Add const.
Rafael Espindola
2011-12-21
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
3
-2
/
+21
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-0
/
+5
*
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-14
1
-0
/
+3
*
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
2
-0
/
+70
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-91
/
+92
*
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-07
1
-0
/
+1
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
1
-0
/
+4
*
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-12-06
2
-1
/
+10
*
Tidy up. Hard tabs.
Jim Grosbach
2011-12-06
1
-2
/
+2
*
Tidy up. 80 columns.
Jim Grosbach
2011-12-06
1
-1
/
+2
*
Switch MCAssembler to method names starting w/ lower-case.
Jim Grosbach
2011-12-06
1
-15
/
+15
*
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
2
-15
/
+16
*
MC/X86/COFF: Allow quotes in names when targeting MS/Windows,
Michael J. Spencer
2011-11-29
1
-0
/
+10
*
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
2
-0
/
+5
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
1
-1
/
+8
[next]