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
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-01
Fix PR8878.
Rafael Espindola
2010-12-30
Make a bunch of symbols internal.
Benjamin Kramer
2010-12-29
MC/Mach-O/Thumb: Set the thumb bit in the symbol table.
Daniel Dunbar
2010-12-29
Correctly encode pcrel|indirect.
Rafael Espindola
2010-12-29
Remove second return.
Rafael Espindola
2010-12-29
Fix bug when trying to output uint16_t or uint32_t.
Rafael Espindola
2010-12-29
Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks
Rafael Espindola
2010-12-29
Implement cfi_def_cfa_register.
Rafael Espindola
2010-12-29
Initial .cfi_offset implementation.
Rafael Espindola
2010-12-28
Don't produce a "DW_CFA_advance_loc 0".
Rafael Espindola
2010-12-28
Implement .cfi_remember_state and .cfi_restore_state.
Rafael Espindola
2010-12-28
Cast away "comparison between signed and unsigned integer" warnings.
Benjamin Kramer
2010-12-28
Fix warning about size potentially being used uninitialized
Duncan Sands
2010-12-28
Relax address updates in the eh_frame section.
Rafael Espindola
2010-12-28
Start adding basic support for emitting the call frame instructions.
Rafael Espindola
2010-12-27
Add support for .cfi_lsda.
Rafael Espindola
2010-12-27
MC/Mach-O/Thumb: Select appropriate relocation types for Thumb.
Daniel Dunbar
2010-12-27
Handle reloc_riprel_4byte_movq_load. Should make the bots happy.
Rafael Espindola
2010-12-27
Add support for the same encodings of the personality function that gnu as
Rafael Espindola
2010-12-26
Fix .cfi_personality on 32 bit systems.
Rafael Espindola
2010-12-26
Add support for @note. Patch by Jörg Sonnenberger.
Rafael Espindola
2010-12-26
Add basic support for .cfi_personality.
Rafael Espindola
2010-12-25
Generalize a previous change, fixing PR8855 - an valid large immediate
Chris Lattner
2010-12-24
Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now
Rafael Espindola
2010-12-24
MC/Mach-O/ARM: Start handling some Thumb branches.
Daniel Dunbar
2010-12-24
In llvm-mc parse a Hash token as a full line comment. Allows handling of
Kevin Enderby
2010-12-22
Add r122359 back now that the bug in MCDwarfLineAddrFragment fragment has been
Rafael Espindola
2010-12-22
Assert that the AddrDelta expression is really constant and wrap it in a set
Rafael Espindola
2010-12-22
Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
Rafael Espindola
2010-12-22
MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.
Daniel Dunbar
2010-12-22
Revert r122359 while I debug PR8845.
Rafael Espindola
2010-12-22
Fix another conditional expression mismatched enum type warning.
Matt Beaumont-Gay
2010-12-22
MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which is
Daniel Dunbar
2010-12-22
MC/Mach-O/ARM: Clone off an ARM version of RecordScatteredRelocation until I ...
Daniel Dunbar
2010-12-22
MC/Mach-O: Return to reporting errors if we see unexpected fixup kinds.
Daniel Dunbar
2010-12-22
MC/Mach-O/ARM: Recognize generic _Data_N fixup kinds.
Daniel Dunbar
2010-12-22
MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations.
Daniel Dunbar
2010-12-22
MC/Mach-O/ARM: Fix thinko.
Daniel Dunbar
2010-12-22
Use references and simplify.
Rafael Espindola
2010-12-22
Simplify the handling of .size expressions.
Rafael Espindola
2010-12-22
MC/Mach-O/ARM: Stub out RecordARMRelocation, which is mostly a copy of
Daniel Dunbar
2010-12-22
Simplify.
Daniel Dunbar
2010-12-22
MC/Mach-O: Split out RecordARMRelocation for now, it is weird enough it isn't
Daniel Dunbar
2010-12-21
GCC objects to the two sides of a conditional expression having different enum
Matt Beaumont-Gay
2010-12-21
Simplify EvaluateAsAbsolute now that EvaluateAsRelocatableImpl does all
Rafael Espindola
2010-12-21
Don't relax org or align. They change size as the relaxation happens, but they
Rafael Espindola
2010-12-21
MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrong
Daniel Dunbar
2010-12-21
Layout one section until no relaxations are done and then move to the next
Rafael Espindola
2010-12-20
Set the value of absolute symbols.
Roman Divacky
[next]