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
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-28
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-28
Forgot the MCPureStreamer::EmitValue in the previous commit.
Rafael Espindola
2010-11-28
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
Fixed verson of r120245.
Rafael Espindola
2010-11-28
Revert previous patch while I debug the darwin bootstrap failure.
Rafael Espindola
2010-11-28
Factor some duplicated code into MCObjectStreamer::EmitLabel.
Rafael Espindola
2010-11-28
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-27
macho-dump: Add support for dumping relocation entries.
Daniel Dunbar
2010-11-27
Fix a comment.
Daniel Dunbar
2010-11-27
Reduce nesting.
Daniel Dunbar
2010-11-27
MC/Mach-O: Migrate more constants into MachOFormat.h.
Daniel Dunbar
2010-11-27
MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine
Daniel Dunbar
2010-11-26
Remove the unused TheTarget member.
Rafael Espindola
2010-11-26
Fix Whitespace.
Michael J. Spencer
2010-11-25
Factor some code to parseSectionFlags and fix the default type of a section.
Rafael Espindola
2010-11-24
Behave a bit more like gnu as and use the symbol (instead of the section)
Rafael Espindola
2010-11-24
Relocate with the symbol if the relocation is of kind NTPOFF.
Rafael Espindola
2010-11-24
Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly
Rafael Espindola
2010-11-24
If a symbol is used as tls, mark it as tls even if not declare as so. Probably
Rafael Espindola
2010-11-23
Invalidate the layout on any relaxation, not just Instructions. Bug found by ...
Rafael Espindola
2010-11-23
Reuse data fragments while lowering. Patch by David Meyer.
Rafael Espindola
2010-11-22
Fixed some style issues (no _, no spc after !)
Jason W Kim
2010-11-22
Make the <ARCH>ELFObjectWriter statics private
Jason W Kim
2010-11-22
Fix misplaced statics.
Jason W Kim
2010-11-22
Kill trailing whitespace
Jason W Kim
2010-11-22
Refactor the ELFRelocationEntry (pull up) and move the arch-specific statics ...
Jason W Kim
2010-11-22
Add basic CFI methods to the streamer interface.
Rafael Espindola
2010-11-22
Remove some #includes.
Rafael Espindola
2010-11-21
Implement ELF object file writing support for the MBlaze backend. Its not per...
Wesley Peck
2010-11-21
Handle PCRel relocations with absolute values. Fixes PR8656.
Rafael Espindola
2010-11-19
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-19
Add a MCLineSectionOrder vector so that we produce the line tables in a
Rafael Espindola
2010-11-19
Add an assert.
Rafael Espindola
2010-11-19
Fix llvm-gcc boostrap on OS X by avoiding printing sleb and uleb when
Rafael Espindola
2010-11-19
Change some methods in MCDwarf.cpp to be able to handle an arbitrary
Rafael Espindola
2010-11-18
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-17
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-11-17
Fix typo.
Jim Grosbach
2010-11-17
Add support for .int.
Rafael Espindola
2010-11-17
Add support for .2byte, .4byte and .8byte.
Rafael Espindola
2010-11-17
MC-JIT: Stub out "pure" streamer.
Daniel Dunbar
2010-11-16
Add .loc methods to the streamer.
Rafael Espindola
2010-11-16
Parse and ignore some .cfi_* directives.
Rafael Espindola
2010-11-16
A bit more of gnu as compatibility when handling relocations with aliases.
Rafael Espindola
2010-11-15
Fix compiler warnigns.
Benjamin Kramer
2010-11-15
Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original
Rafael Espindola
2010-11-15
Dovetail with Dan Dunbar's rework of ELFObjectWriter.
Jason W Kim
2010-11-15
Fix PR8565.
Rafael Espindola
[next]