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-03-15
Silence compiler warning about case values not being in the enumerated type
Duncan Sands
2011-03-12
Fixed the comparison operator for the enhanced
Sean Callanan
2011-03-09
Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...
Jan Sjödin
2011-03-08
Darwin 'as' silently ignores the '.ident' directive.
Jim Grosbach
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-04
Be nice to Xcore and the XMOS assembler and avoid quoting section names
Joerg Sonnenberger
2011-03-03
Bug#9033: For the ELF assembler output, always quote the section name.
Joerg Sonnenberger
2011-03-03
Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...
Jan Sjödin
2011-03-03
PR9352: Always emit a relocation for weak symbols. Not emitting relocations
Eli Friedman
2011-03-01
Fixes warnings emitted by Visual Studio 2010 compiler.
Oscar Fuentes
2011-02-28
Make all static functions become static class methods. Move shared (duplicate...
Jan Sjödin
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
Plug some leaks in edis.
Benjamin Kramer
2011-02-23
Revert r125595, which is an X86-only undocumented assembly syntax extension
Jim Grosbach
2011-02-23
Put in the symbol table symbols only used in a .globl statement.
Rafael Espindola
2011-02-23
Fixed a bug in the enhanced disassembler that caused
Sean Callanan
2011-02-23
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-02-22
Bug#9172: Don't use static in file scope, use an attribute on the
Joerg Sonnenberger
2011-02-21
Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4.
Joerg Sonnenberger
2011-02-21
End the line if we return early. Radar 9012638.
Stuart Hastings
2011-02-21
Fix to correctly support attribute((section("__DATA, __common"))).
Stuart Hastings
2011-02-21
Use a vector of pairs to implement the section stack, not two
Joerg Sonnenberger
2011-02-20
Add some limited support for labels in org directives. Hopefully enough to fix
Rafael Espindola
2011-02-18
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-02-16
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2011-02-16
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-15
Add support for parsing [expr].
Roman Divacky
2011-02-14
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
2011-02-14
Move broken HasCommonSymbols to ELFWriter.cpp.
Rafael Espindola
2011-02-11
More whitespace cleanup...
Jim Grosbach
2011-02-09
Fix comparator used for looking up previously instantiated EDDisassemblers.
Shantonu Sen
2011-02-08
Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...
Benjamin Kramer
2011-02-07
Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkage
Jason W Kim
2011-02-04
Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to
Jason W Kim
2011-02-04
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
2011-02-03
Do not sign extend floating-point values in the asm parser.
Bob Wilson
2011-02-01
Fix bogus assert condition noticed by Csaba Raduly.
Evan Cheng
2011-01-31
Enumerate .code16/32/64 instead of checking .code prefix. This
Roman Divacky
2011-01-31
Error on all .code* directives instead of just .code16 as they
Roman Divacky
2011-01-28
Error on .code16 instead of producing wrong (32bit) code.
Roman Divacky
2011-01-28
Add support for parsing .float
Roman Divacky
2011-01-28
PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!
Nico Weber
2011-01-27
Add support for specifying register name in cfi-register/offset/def
Roman Divacky
2011-01-25
Add support for parsing a Real value. It stores the Real value as its binary
Bill Wendling
2011-01-24
Handle strings in section names the same way as gas:
Rafael Espindola
2011-01-23
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
Add support for lowercase variants.
Rafael Espindola
[next]