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-04-16
MC assembly parser handling for trailing comma in macro instantiation.
Jim Grosbach
2012-04-11
Compute hashes directly with hash_combine instead of taking a detour through ...
Benjamin Kramer
2012-04-10
Use the correct section types on Solaris for unwind data on both x86 and x86-64.
David Chisnall
2012-04-07
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-06
Fixed two leaks in the MC disassembler. The MC
Sean Callanan
2012-04-02
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-03-27
Prune some includes
Craig Topper
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-23
Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation
Akira Hatanaka
2012-03-20
Assembler should accept redefinitions of unused variable symbols.
Jim Grosbach
2012-03-20
Tidy up.
Jim Grosbach
2012-03-17
MC asm parser macro argument count was wrong when empty.
Jim Grosbach
2012-03-15
Implement relocation-overflow behavior for PE/COFF.
Michael J. Spencer
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-03
Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.
Rafael Espindola
2012-02-29
Make MemoryObject accessor members const again
Derek Schuff
2012-02-28
On ELF, create relocations to the abbreviation and line sections when producing
Rafael Espindola
2012-02-27
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-02-25
Grammar-o.
Eric Christopher
2012-02-24
ARM Thumb symbol references in assembly need the low bit set.
Jim Grosbach
2012-02-23
Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!
Michael J. Spencer
2012-02-23
Bump SmallString to the minimum required amount for raw_ostream to avoid allo...
Benjamin Kramer
2012-02-22
MC: Fix the MCNullStreamer which was broken in r147763.
Daniel Dunbar
2012-02-21
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-17
Fix typo in comment ldopen() -> dlopen().
Kevin Enderby
2012-02-17
Put back the initializing the targets in the disassembler API with a comment as
Kevin Enderby
2012-02-17
Generate the correct EH frame section types on Solaris, this time without bre...
David Chisnall
2012-02-17
Revert r150814. It turns out that there is a good reason for this after all...
David Chisnall
2012-02-17
Don't lazily allocate eh_frame. We're not lazily allocating things like the ...
David Chisnall
2012-02-15
For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...
David Meyer
2012-02-11
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-06
Enable streaming of bitcode
Derek Schuff
2012-02-04
Modified the Enhanced Disassembler to create and
Sean Callanan
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-01-31
Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses a
Kevin Enderby
2012-01-31
Add assembler dialect attribute in asm parser which lets target specific asm ...
Devang Patel
2012-01-28
Silence GCC's -Wreturn-type warning.
Benjamin Kramer
2012-01-28
Small improvement to the recursion detection logic from the previous commit.
Rafael Espindola
2012-01-28
Handle recursive variable definitions directly. This gives us better error
Rafael Espindola
2012-01-27
Source information in 'expected relocatable expression' diagnostic.
Jim Grosbach
2012-01-27
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-26
Tidy up.
Jim Grosbach
2012-01-26
Add simple support for keeping MCFixup source information.
Jim Grosbach
2012-01-26
Add SourceMgr to MCContext for backend diagnostics.
Jim Grosbach
2012-01-26
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-25
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-24
ARM Darwin symbol ref differences w/o subsection-via-symbols.
Jim Grosbach
[next]