projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Convert two char* that are only ever used as booleans to bool.
[oota-llvm.git]
/
lib
/
MC
/
MCStreamer.cpp
2013-11-19
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
blob
|
commitdiff
|
raw
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
blob
|
commitdiff
|
raw
|
diff to current
2013-10-24
David Blaikie
MCStreamer: Reimplement the virtual EmitRawText as...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-08
Rafael Espindola
Add a MCTargetStreamer interface.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-05
Rafael Espindola
Remove some really nasty uses of hasRawTextSupport.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-26
Venkatraman Govind...
Implements parsing and emitting of .cfi_window_save...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-19
Richard Mitton
Added support for generate DWARF .debug_aranges section...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Bill Wendling
Set the encoding to '0' if we don't have an MAB.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Bill Wendling
Call generateCompactUnwindEncodings() right before...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Bill Wendling
Generate compact unwind encoding from CFI directives.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-27
Kai Nacke
Fix wrong code offset for unwind code SET_FPREG.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-08
Kai Nacke
Revert: Fix wrong code offset for unwind code SET_FPREG.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-06
Kai Nacke
Fix wrong code offset for unwind code SET_FPREG.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-02
Rafael Espindola
Remove address spaces from MC.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-27
Serge Pavlov
Use MCFillFragment for zero-initialized data.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-18
Bill Wendling
Use pointers to the MCAsmInfo and MCRegInfo.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-07
Charles Davis
MCStreamer: Also clear vector of W64UnwindInfos on...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-17
Peter Collingbourne
Add support for subsections to the ELF assembler. Fixes...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-18
Jakub Staszak
Change NULL to 0.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-07
Manman Ren
Debug Info: store the files and directories for each...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-19
Jack Carter
ELF symbol table field st_other support,
blob
|
commitdiff
|
raw
|
diff to current
2013-02-12
Jack Carter
This patch just fixes up various llvm formatting
blob
|
commitdiff
|
raw
|
diff to current
2013-01-31
Chandler Carruth
Give the MCStreamer class hierarchy LLVM RTTI facilitie...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-09
Eric Christopher
Last in the series of removing unnecessary '0' argument...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-04
Pedro Artigas
small fixes to enable the reuse of the pass manager...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-16
Reed Kotler
This patch is needed to make c++ exceptions work for...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-12
Pedro Artigas
Make the MCStreamer have a reset method and call that...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-10
Lang Hames
Defer call to InitSections until after MCContext has...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-25
Rafael Espindola
Add support for .cfi_register now that it is easy to...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-24
Rafael Espindola
Give each MCCFIInstruction its own opcode.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-24
Rafael Espindola
Move a bit of duplicated code into a helper function.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-24
Rafael Espindola
Refactor how MCCFIInstructions are created.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-23
Rafael Espindola
Implement .cfi_undefined. Based on a patch from PaX...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Adhemerval Zanella
PowerPC: add EmitTCEntry class for TOC creation
blob
|
commitdiff
|
raw
|
diff to current
2012-08-08
Jim Grosbach
Move [SU]LEB128 encoding to a utility header.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-18
Jim Grosbach
Refactor data-in-code annotations.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-23
Benjamin Kramer
Bump SmallString to the minimum required amount for...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-07
Craig Topper
Convert assert(0) to llvm_unreachable
blob
|
commitdiff
|
raw
|
diff to current
2012-02-03
Akira Hatanaka
Add a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Rafael Espindola
Add support for .cfi_signal_frame. Fixes pr11762.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-09
Rafael Espindola
Don't print an unused label before .cfi_endproc.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-07
Rafael Espindola
Don't print a label before .cfi_startproc when we don...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-07
Rafael Espindola
Split Finish into Finish and FinishImpl to have a commo...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-29
Rafael Espindola
Implement cfi_restore. Patch by Brian Anderson!
blob
|
commitdiff
|
raw
|
diff to current
2011-12-29
Rafael Espindola
Rename Remember and Restore to RememberState and Restor...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-29
Rafael Espindola
Implement .cfi_escape. Patch by Brian Anderson!
blob
|
commitdiff
|
raw
|
diff to current
2011-12-17
Rafael Espindola
Add back the MC bits of 126425. Original patch by Natha...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-05
Benjamin Kramer
Twinify.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-05
Benjamin Kramer
Add an option to pad an uleb128 to MCObjectWriter and...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Nick Lewycky
Add support for a new extension to the .file directive:
blob
|
commitdiff
|
raw
|
diff to current
2011-10-04
Owen Anderson
Teach the MC to output code/data region marker labels...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-25
Benjamin Kramer
Initialize member variable.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-24
Evan Cheng
Some autoconf tests use module level inline asm to...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Rafael Espindola
Assume .cfi_startproc is the first thing in a function...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-19
Bill Wendling
Add a method to set compact unwind encoding information...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-15
Evan Cheng
Move some parts of TargetAsmInfo down to MCAsmInfo...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-07
Roman Divacky
Make EmitIntValue() work properly on big-endian targets.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-27
Charles Davis
Start keeping track of where the various unwind instruc...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-27
Charles Davis
My attempt at fixing the leak reported by the valgrind...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-27
Charles Davis
Fix inverted conditional in SaveReg and SaveXMM. Err...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-26
Charles Davis
Test .seh_startchained and .seh_endchained parsing.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-24
Charles Davis
Test basic SEH directive-parsing functionality. Fix...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-22
Charles Davis
Add methods to parse the SEH directives to the COFFAsmP...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-22
Charles Davis
Implement emission of all Win64 exception tables. Make...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-22
Charles Davis
Don't allow unaligned offsets and sizes in the Win64...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-21
Charles Davis
Don't allow .seh_handler and .seh_handlerdata directive...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-21
Charles Davis
A handler for a function in the Win64 EH scheme can...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-21
Charles Davis
Set the "LastFrameInst" field when streaming a .seh_set...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-20
Charles Davis
"Implement" the HandlerData Win64 EH method in the...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-19
Rafael Espindola
Looks like OS X assemblers (including MC) don't like
blob
|
commitdiff
|
raw
|
diff to current
2011-05-19
Rafael Espindola
Misc code refactorings:
blob
|
commitdiff
|
raw
|
diff to current
2011-05-19
Charles Davis
Implement the EndProlog Win64 EH method on the base...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-19
Charles Davis
Implement the Win64 EH prolog instruction methods on...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-19
Charles Davis
Turns out GAS does have Win64 EH directives. (It also...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-19
Charles Davis
Implement the StartChained and EndChained Win64 EH...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-19
Charles Davis
Implement the StartProc and EndProc Win64 EH methods...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-18
Charles Davis
Add some more Win64 EH directives:
blob
|
commitdiff
|
raw
|
diff to current
2011-05-18
Charles Davis
While thinking about how to know where the functions...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-16
Charles Davis
Add a method I forgot in the last commit. Don't worry...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-15
Charles Davis
Fix copy-pasto.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-15
Charles Davis
Add stub methods to MCStreamer for emitting Win64 excep...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-10
Rafael Espindola
Add CFIStartSections to the asm printer. Add an assert...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-10
Rafael Espindola
Add support for producing .deubg_frame sections.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-10
Rafael Espindola
Factor some code into a new EmitFrames method.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-10
Rafael Espindola
Parsing and plumbing for .cfi_sections.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-01
Rafael Espindola
Simplify the handling of pcrel relocations on ELF....
blob
|
commitdiff
|
raw
|
diff to current
2011-04-30
Rafael Espindola
Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-28
Rafael Espindola
Mark the EH symbol global or weak if the corresponding...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-27
Rafael Espindola
Factor a bit of code to MCStreamer::EmitLabel. Keep...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-18
Devang Patel
Reduce clutter in asm output. Do not emit source locati...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-12
Rafael Espindola
Be consistent about being virtual and returning void...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-12
Rafael Espindola
Remove LastOffset from the asm parser.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-12
Rafael Espindola
Fix the case of a .cfi_rel_offset before any .cfi_def_c...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-12
Rafael Espindola
Implement .cfi_same_value.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-05
Anton Korobeynikov
Preliminary support for ARM frame save directives emiss...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-05
Anton Korobeynikov
Some first rudimentary support for ARM EHABI: print...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-21
Joerg Sonnenberger
Use a vector of pairs to implement the section stack...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-16
Rafael Espindola
Add support for pushsection and popsection. Patch by...
blob
|
commitdiff
|
raw
|
diff to current
next