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
*
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
*
Implement the StartChained and EndChained Win64 EH methods on MCStreamer.
Charles Davis
2011-05-19
1
-13
/
+23
*
Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.
Charles Davis
2011-05-19
1
-8
/
+29
*
Remove comments as Chris requested.
Charles Davis
2011-05-18
1
-48
/
+12
*
Fix an obvious typo in r131572.
Cameron Zwarich
2011-05-18
1
-2
/
+2
*
Add some more Win64 EH directives:
Charles Davis
2011-05-18
2
-0
/
+60
*
Implement the Win64 EH directive methods for the assembly language streamer.
Charles Davis
2011-05-18
1
-0
/
+77
*
While thinking about how to know where the functions' boundaries are for
Charles Davis
2011-05-18
1
-2
/
+8
*
Add a method I forgot in the last commit. Don't worry, this one passed
Charles Davis
2011-05-16
1
-0
/
+6
*
Add a FIXME reminder to remove ForceARMElfPIC switch.
Jason W Kim
2011-05-16
1
-0
/
+4
*
sets bit 0 of the function address of thumb function in .symtab
Rafael Espindola
2011-05-16
4
-5
/
+16
*
Fix copy-pasto.
Charles Davis
2011-05-15
1
-1
/
+1
*
Add stub methods to MCStreamer for emitting Win64 exception-handling
Charles Davis
2011-05-15
1
-0
/
+36
*
Remove an unused variable and move a couple others inside DEBUG.
Matt Beaumont-Gay
2011-05-11
1
-6
/
+6
*
Address the last bit of relocation flag related divergence betweeen
Jason W Kim
2011-05-11
2
-25
/
+120
*
Avoid a gcc warning.
Rafael Espindola
2011-05-10
1
-1
/
+2
*
On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.
Rafael Espindola
2011-05-10
1
-8
/
+17
*
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
2
-2
/
+2
*
The EH symbols are only needed in eh_frame, not debug_frame.
Rafael Espindola
2011-05-10
1
-2
/
+2
*
In a debug_frame the cfi offset is to the start of the debug_frame section!
Rafael Espindola
2011-05-10
1
-3
/
+7
*
Add CFIStartSections to the asm printer. Add an assert that at least
Rafael Espindola
2011-05-10
2
-0
/
+20
*
Add support for producing .deubg_frame sections.
Rafael Espindola
2011-05-10
2
-46
/
+63
*
Small cleanups.
Rafael Espindola
2011-05-10
1
-8
/
+5
*
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-10
4
-6
/
+12
*
Remove unused argument.
Rafael Espindola
2011-05-10
1
-12
/
+4
*
Parsing and plumbing for .cfi_sections.
Rafael Espindola
2011-05-10
2
-1
/
+43
*
Eliminate an unused line to fix a warning.
NAKAMURA Takumi
2011-05-08
1
-1
/
+0
*
Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with
Rafael Espindola
2011-05-08
2
-13
/
+6
*
Switch Darwin to the generic CIE/FDE printer.
Rafael Espindola
2011-05-06
1
-64
/
+0
*
Dead code elimination.
Rafael Espindola
2011-05-06
1
-1
/
+0
[next]