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
...
*
Use a reference. Don't make a useless copy of the vector.
Bill Wendling
2011-06-23
1
-1
/
+1
*
Formatting changes. No functionality change.
Bill Wendling
2011-06-23
1
-32
/
+30
*
Revert r133513:
Eric Christopher
2011-06-23
1
-4
/
+4
*
Use the presence of the __compact_unwind section to indicate that a target
Bill Wendling
2011-06-23
1
-1
/
+1
*
Some skeleton code to emit the compact unwind. If the information is unable to
Bill Wendling
2011-06-23
1
-1
/
+63
*
80-column violations.
Bill Wendling
2011-06-23
1
-12
/
+17
*
Move class methods out-of-line. This reduces the indentation, and is more in
Bill Wendling
2011-06-22
1
-1289
/
+1410
*
Remove the subclassing. This will be moved to the ASM printer.
Bill Wendling
2011-06-20
1
-379
/
+0
*
Directly print to a raw_ostream instead of printing to a buffer first.
Benjamin Kramer
2011-06-18
1
-4
/
+1
*
MC: Allow .common as alias for .comm assembler directive. PR10116.
Hans Wennborg
2011-06-18
1
-1
/
+1
*
* Override the "EmitBytes" function, since it can sneak values in that way.
Bill Wendling
2011-06-18
1
-1
/
+18
*
Remove false assertion.
Bill Wendling
2011-06-17
1
-3
/
+1
*
Disable for another investigation.
Bill Wendling
2011-06-17
1
-1
/
+2
*
Support only DwarfCFI or SjLj exception handling in LSDA decoder.
Bill Wendling
2011-06-17
1
-1
/
+5
*
SjLj exception handling LSDA decoding support wasn't represented correctly. Use
Bill Wendling
2011-06-17
1
-17
/
+15
*
Disable to investigate ARM failure.
Bill Wendling
2011-06-17
1
-1
/
+2
*
Use the verbose asm flag instead of a new flag for decoding the LSDA.
Bill Wendling
2011-06-17
1
-2
/
+2
*
Add an option that allows one to "decode" the LSDA.
Bill Wendling
2011-06-17
1
-3
/
+365
*
Remove a useless copy of MCELFStreamer. Patch by Logan Chien!
Benjamin Kramer
2011-06-17
1
-134
/
+0
*
Diagnostic for undefined assembler local symbols.
Jim Grosbach
2011-06-15
1
-4
/
+29
*
Revert 133010. Self-hosted buildbot unhappy.
Jim Grosbach
2011-06-14
1
-25
/
+4
*
Diagnostic for undefined assembler local symbols.
Jim Grosbach
2011-06-14
1
-4
/
+25
*
Fix emission of PPC64 assembler on non-darwin platforms by splitting
Roman Divacky
2011-06-09
1
-6
/
+8
*
Remove an uneeded switch - Turns out reloc results are identical w/o the swit...
Jason W Kim
2011-06-09
1
-12
/
+1
*
Make EmitIntValue() work properly on big-endian targets.
Roman Divacky
2011-06-07
1
-3
/
+6
*
Basic support for macros with explicit arguments.
Rafael Espindola
2011-06-05
2
-39
/
+105
*
Produce an undefined reference to _GLOBAL_OFFSET_TABLE_ if we have a
Rafael Espindola
2011-06-05
1
-0
/
+2
*
Add support for @GOTPTOFF in i386 mode.
Nick Lewycky
2011-06-04
1
-0
/
+3
*
.cfi directive register parsing flexibility.
Jim Grosbach
2011-06-02
1
-1
/
+1
*
Don't hardcode the %reg format in the streamer.
Rafael Espindola
2011-06-02
2
-8
/
+11
*
Add new -d option to tblgen. It writes a make(1)-style dependency file.
Joerg Sonnenberger
2011-06-01
1
-1
/
+2
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
1
-5
/
+25
*
Add a parameter to the Win64 EH section getters to get a section with a
Charles Davis
2011-05-27
2
-10
/
+40
*
Assorted fixes for Win64 EH unwind info emission:
Charles Davis
2011-05-27
1
-16
/
+29
*
Start keeping track of where the various unwind instructions are in the prolog.
Charles Davis
2011-05-27
2
-22
/
+39
*
Add missing break statements. Align UNWIND_INFO and RUNTIME_FUNCTION structs
Charles Davis
2011-05-27
1
-0
/
+6
*
My attempt at fixing the leak reported by the valgrind buildbots. Valgrind will
Charles Davis
2011-05-27
1
-2
/
+4
*
Fix inverted conditional in SaveReg and SaveXMM. Err when the frame pointer is
Charles Davis
2011-05-27
1
-3
/
+7
*
Test .seh_startchained and .seh_endchained parsing.
Charles Davis
2011-05-26
1
-13
/
+13
*
Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with
Charles Davis
2011-05-25
2
-2
/
+15
*
Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix the
Charles Davis
2011-05-25
1
-6
/
+17
*
Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and another
Charles Davis
2011-05-25
1
-6
/
+9
*
Add a test for the .seh_handler directive. Fix problems with the parsing
Charles Davis
2011-05-25
1
-23
/
+22
*
Test basic SEH directive-parsing functionality. Fix a latent bug exposed by
Charles Davis
2011-05-24
1
-1
/
+2
*
Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.
Charles Davis
2011-05-24
1
-11
/
+112
*
Propagate error correctly in the MC Asm parser for leading '$' expressions.
Jim Grosbach
2011-05-23
1
-1
/
+1
*
Implement .seh_stackalloc and .seh_pushframe parsing.
Charles Davis
2011-05-23
1
-4
/
+27
*
Add methods to parse the SEH directives to the COFFAsmParser. Implement some
Charles Davis
2011-05-22
3
-3
/
+160
*
switch to using a smallvector to avoid allocations for most normal size instr...
Chris Lattner
2011-05-22
1
-2
/
+2
*
tidy some things up.
Chris Lattner
2011-05-22
1
-16
/
+6
[prev]
[next]