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
*
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
*
Make headers standalone.
Benjamin Kramer
2011-11-14
1
-0
/
+1
*
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-09
1
-2
/
+0
*
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
1
-0
/
+20
*
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
2
-2
/
+4
*
First part of support for generating dwarf for assembly source files with the
Kevin Enderby
2011-11-01
1
-0
/
+18
*
Trailing whitespace.
Jim Grosbach
2011-10-27
1
-3
/
+3
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
1
-0
/
+7
*
Reflow lines, fix comments for doxygen style, fix whitespace. No functionality
Nick Lewycky
2011-10-26
1
-3
/
+3
*
This is the first of several patches for Mips direct object generation.
Bruno Cardoso Lopes
2011-10-25
1
-1
/
+17
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
2
-2
/
+5
*
Use the correct predicate for determining if a branch is conditional or not.
Owen Anderson
2011-10-17
1
-1
/
+1
*
MCOperand is pod-like.
Benjamin Kramer
2011-10-17
1
-0
/
+1
*
Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.
Benjamin Kramer
2011-10-16
1
-0
/
+1
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-3
/
+8
*
MCAtom extending methods need to extend the range of the atom as well.
Owen Anderson
2011-10-10
1
-9
/
+2
*
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
2
-0
/
+70
[next]