index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential buffer overflow on win32.
Benjamin Kramer
2011-04-09
1
-12
/
+9
*
Don't store Twine temporaries, it's not safe.
Benjamin Kramer
2011-04-09
1
-8
/
+6
*
Redirected errors from the AsmParser to the proper
Sean Callanan
2011-04-09
1
-0
/
+10
*
Micro optimization and improved similarity with gas' output:
Rafael Espindola
2011-04-07
1
-10
/
+38
*
Add support for .skip.
Rafael Espindola
2011-04-07
1
-1
/
+1
*
Fixed a bug where missing EDInstInfo would cause
Sean Callanan
2011-04-07
1
-0
/
+3
*
An MCDisassembler has the option to not implement
Shantonu Sen
2011-04-05
1
-2
/
+4
*
Added support symbolic floating point constants in the MC assembler for Infinity
Kevin Enderby
2011-03-29
1
-3
/
+11
*
Fix the MSVC build.
Francois Pichet
2011-03-29
1
-0
/
+4
*
MC: Add support for disabling "temporary label" behavior. Useful for debugging
Daniel Dunbar
2011-03-28
1
-3
/
+6
*
Unbreak CMake build.
Ted Kremenek
2011-03-28
1
-1
/
+2
*
Again adding a C API to the disassembler for use by such tools as Darwin's
Kevin Enderby
2011-03-28
2
-0
/
+259
*
Fix whitespace.
NAKAMURA Takumi
2011-03-27
1
-2
/
+2
*
Remove the files for r128308 as it is causing a buildbot failure.
Kevin Enderby
2011-03-26
2
-259
/
+0
*
Adding a C API to the disassembler for use by such tools as Darwin's otool(1).
Kevin Enderby
2011-03-26
2
-0
/
+259
*
MC: Improve some diagnostics on uses of '.' pseudo-symbol.
Daniel Dunbar
2011-03-25
1
-1
/
+18
*
Tidyness.
Daniel Dunbar
2011-03-25
1
-2
/
+2
*
Add asm parsing support w/ testcases for strex/ldrex family of instructions
Bruno Cardoso Lopes
2011-03-24
2
-1
/
+7
*
Clean up assembly statement separator support.
Jim Grosbach
2011-03-24
2
-5
/
+15
*
Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like ...
Owen Anderson
2011-03-23
1
-3
/
+2
*
RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated.
Owen Anderson
2011-03-22
1
-6
/
+2
*
Add support for Thumb interworking addresses for symbol offsets that get cons...
Owen Anderson
2011-03-21
1
-0
/
+5
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
1
-1
/
+2
*
Write the section table and the section data in the same order that
Rafael Espindola
2011-03-20
2
-107
/
+225
*
Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
2
-2
/
+7
*
Revert 127939. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
2
-7
/
+2
*
Revise r126127 to address Daniel's comments. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
2
-2
/
+7
*
MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have
Daniel Dunbar
2011-03-17
1
-1
/
+2
*
Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.
Joerg Sonnenberger
2011-03-17
1
-2
/
+5
*
Silence compiler warning about case values not being in the enumerated type
Duncan Sands
2011-03-15
1
-1
/
+1
*
Fixed the comparison operator for the enhanced
Sean Callanan
2011-03-12
1
-7
/
+2
*
Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...
Jan Sjödin
2011-03-09
2
-0
/
+13
*
Darwin 'as' silently ignores the '.ident' directive.
Jim Grosbach
2011-03-08
1
-0
/
+7
*
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
3
-0
/
+54
*
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
2
-0
/
+56
*
Be nice to Xcore and the XMOS assembler and avoid quoting section names
Joerg Sonnenberger
2011-03-04
1
-12
/
+18
*
Bug#9033: For the ELF assembler output, always quote the section name.
Joerg Sonnenberger
2011-03-03
1
-2
/
+16
*
Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...
Jan Sjödin
2011-03-03
4
-480
/
+662
*
PR9352: Always emit a relocation for weak symbols. Not emitting relocations
Eli Friedman
2011-03-03
1
-0
/
+19
*
Fixes warnings emitted by Visual Studio 2010 compiler.
Oscar Fuentes
2011-03-01
1
-2
/
+2
*
Make all static functions become static class methods. Move shared (duplicate...
Jan Sjödin
2011-02-28
5
-138
/
+203
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
9
-45
/
+0
*
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-24
3
-2
/
+25
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
9
-0
/
+45
*
Plug some leaks in edis.
Benjamin Kramer
2011-02-24
1
-0
/
+4
*
Revert r125595, which is an X86-only undocumented assembly syntax extension
Jim Grosbach
2011-02-23
1
-18
/
+0
*
Put in the symbol table symbols only used in a .globl statement.
Rafael Espindola
2011-02-23
1
-1
/
+5
*
Fixed a bug in the enhanced disassembler that caused
Sean Callanan
2011-02-23
1
-3
/
+17
*
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-02-23
2
-0
/
+2
*
Bug#9172: Don't use static in file scope, use an attribute on the
Joerg Sonnenberger
2011-02-22
1
-5
/
+5
[next]