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 a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
3
-4
/
+4
*
Be consistent about being virtual and returning void in the cfi methods.
Rafael Espindola
2011-04-12
3
-73
/
+94
*
Remove LastOffset from the asm parser.
Rafael Espindola
2011-04-12
3
-21
/
+20
*
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
Rafael Espindola
2011-04-12
3
-77
/
+116
*
Implement .cfi_same_value.
Rafael Espindola
2011-04-12
3
-0
/
+32
*
Match case for invalid constant error messages and add a new
Eric Christopher
2011-04-12
1
-5
/
+5
*
To avoid printing out multiple error messages for cases like:
Eric Christopher
2011-04-12
1
-0
/
+3
*
Lex, and then fail on invalid constants.
Eric Christopher
2011-04-11
1
-1
/
+1
*
Implement cfi_rel_offset
Rafael Espindola
2011-04-11
1
-1
/
+33
*
implement .cfi_adjust_cfa_offset.
Rafael Espindola
2011-04-11
1
-1
/
+28
*
Adding support for printing operands symbolically to llvm's public 'C'
Kevin Enderby
2011-04-11
2
-2
/
+3
*
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
[next]