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
...
*
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
*
Implement emission of all Win64 exception tables. Make the COFF streamer emit
Charles Davis
2011-05-22
3
-1
/
+24
*
Make the COFF streamer emit unwind info when processing a .seh_handlerdata
Charles Davis
2011-05-22
3
-0
/
+200
*
Don't allow unaligned offsets and sizes in the Win64 EH directives.
Charles Davis
2011-05-22
1
-2
/
+10
*
Don't allow .seh_handler and .seh_handlerdata directives inside chained
Charles Davis
2011-05-21
1
-0
/
+5
*
A handler for a function in the Win64 EH scheme can be both an unwind handler
Charles Davis
2011-05-21
1
-3
/
+5
*
Set the "LastFrameInst" field when streaming a .seh_setframe directive. This
Charles Davis
2011-05-21
1
-0
/
+1
*
No reason not to allow defining the CFA as a reg w/ offset zero.
Jim Grosbach
2011-05-20
1
-2
/
+0
*
Add missing leading \t when printing .cfi_def_cfa in the asmstreamer.
Jim Grosbach
2011-05-20
1
-1
/
+1
*
fixes target address tBL and tBLX and sets relocation type
Rafael Espindola
2011-05-20
1
-0
/
+11
*
Now that they're implemented, make the Win64 EH MCAsmStreamer methods call
Charles Davis
2011-05-20
1
-0
/
+26
*
"Implement" the HandlerData Win64 EH method in the base MCStreamer.
Charles Davis
2011-05-20
1
-2
/
+1
*
Looks like OS X assemblers (including MC) don't like
Rafael Espindola
2011-05-19
1
-1
/
+2
*
Misc code refactorings:
Rafael Espindola
2011-05-19
3
-19
/
+13
*
Implement the EndProlog Win64 EH method on the base MCStreamer.
Charles Davis
2011-05-19
1
-2
/
+4
*
Implement the Win64 EH prolog instruction methods on the base MCStreamer.
Charles Davis
2011-05-19
2
-27
/
+43
*
Reapply 131644 including the missing header changes:
Joerg Sonnenberger
2011-05-19
2
-8
/
+14
*
Revert r131644; it's breaking the build.
Eli Friedman
2011-05-19
2
-14
/
+8
*
Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) Make
Charles Davis
2011-05-19
2
-43
/
+53
*
Introduce -fatal-assembler-warnings for the obvious purpose
Joerg Sonnenberger
2011-05-19
2
-8
/
+14
[prev]
[next]