index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
Age
Commit message (
Expand
)
Author
2012-01-23
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
Add missing breaks to switch.
Benjamin Kramer
2012-01-20
Remove a bunch of unused variable assignments.
Benjamin Kramer
2012-01-19
Add a dump() implementation for sub-instruction MCOperands.
Owen Anderson
2012-01-18
MCAssembler tweak for determining when a symbol difference is resolved.
Jim Grosbach
2012-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2012-01-17
MC tweak symbol difference resolution for non-local symbols.
Jim Grosbach
2012-01-11
The error check for using -g with a .s file already containing dwarf .file
Kevin Enderby
2012-01-10
Let asm parser query asm syntax dialect.
Devang Patel
2012-01-10
This is the matching change for the data structure name changes for the
Kevin Enderby
2012-01-10
Fix some leftover control reaches end of non-void function warnings.
Benjamin Kramer
2012-01-10
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
Various crash reporting tools have a problem with the dwarf generated for
Kevin Enderby
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
Remove the logging streamer.
Rafael Espindola
2012-01-09
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-07
Remove MCELFStreamer.h.
Rafael Espindola
2012-01-07
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2011-12-29
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
Rename Remember and Restore to RememberState and RestoreState for consistency.
Rafael Espindola
2011-12-29
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-24
Section relative fixups are a coff concept, not a x86 one. Replace the
Rafael Espindola
2011-12-24
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-24
Define trivial destructor inline.
Rafael Espindola
2011-12-24
Make GetRelocType pure virtual.
Rafael Espindola
2011-12-22
Move all the dependencies on X86FixupKinds.h to a single method in preparation
Rafael Espindola
2011-12-22
Kill the monstrosity that was ELFObjectWriter.h.
Rafael Espindola
2011-12-22
Misc cleanups.
Rafael Espindola
2011-12-22
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
Move the MBlaze ELF writer bits to lib/Target/MBlaze.
Rafael Espindola
2011-12-22
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola
2011-12-22
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
getEFlags is const.
Rafael Espindola
2011-12-21
Switch from WriteEFlags to getEFlags in preparation for moving it
Rafael Espindola
2011-12-21
Move the X86 specific bits of the ELF writer to the Target/X86 directory.
Rafael Espindola
2011-12-21
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
Small refactoring so that RelocNeedsGOT can stay in the target independent
Rafael Espindola
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-15
Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...
Bill Wendling
2011-12-15
Another improvement to the implementation of .incbin directive by avoiding a
Kevin Enderby
2011-12-14
Improve the implementation of .incbin directive by replacing a loop by using
Kevin Enderby
2011-12-14
Add the .incbin directive which takes the binary data from a file and emits
Kevin Enderby
2011-12-14
Disable to review some failures.
Bill Wendling
2011-12-13
Relocation against a symbol, instead of against section. We had some extreme
Akira Hatanaka
2011-12-12
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
[next]