projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[NVPTX] Do not process samplers in GenericToNVVM
[oota-llvm.git]
/
lib
/
MC
/
MCNullStreamer.cpp
2014-06-25
Rafael Espindola
Merge the used symbol scanning of MCObjectStreamer...
blob
|
commitdiff
|
raw
2014-06-25
NAKAMURA Takumi
MCNullStreamer.cpp: Roll back a few empty methods that...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-25
Rafael Espindola
Move some trivial methods up to MCStreamer.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-25
Rafael Espindola
Simplify the handling of .cfi_endproc.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
Rafael Espindola
Simplify EmitLabel.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
Rafael Espindola
Print a=b as an assignment.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-19
Alp Toker
MCNullStreamer: assign file IDs to resolve crashes...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-12
Rafael Espindola
Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrame...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Kevin Enderby
Fix the assembler to print a better relocatable express...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-13
Craig Topper
[C++11] More 'nullptr' conversion or in some cases...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-17
David Blaikie
DebugInfo: Improve reuse of file table entries in asm...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-28
David Woodhouse
Change MCStreamer EmitInstruction interface to take...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-26
Rafael Espindola
Construct the MCStreamer before constructing the MCTarg...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-24
Rafael Espindola
Most streamers' InitSections just create a text section...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-23
Rafael Espindola
InitToTextSection is redundant with InitSections. Remov...
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-19
Richard Mitton
Added support for generate DWARF .debug_aranges section...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-09
Saleem Abdulrasool
[CodeGen] prevent abnormal on invalid attributes
blob
|
commitdiff
|
raw
|
diff to current
2013-07-02
Rafael Espindola
Remove address spaces from MC.
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-07
Manman Ren
Debug Info: store the files and directories for each...
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-14
Eli Bendersky
Expose an InitToTextSection through MCStreamer.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-07
Eli Bendersky
Add the align_to_end option to .bundle_lock in the...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Eli Bendersky
Aligned bundling support. Following the discussion...
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-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-22
Evan Cheng
EmitZerofill should take a 64-bit size or else it's...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-11
Jim Grosbach
Tidy up. Trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-22
Daniel Dunbar
MC: Fix the MCNullStreamer which was broken in r147763.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Jim Grosbach
Better diagnostic for malformed .org assembly directive.
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-17
Rafael Espindola
Add back the MC bits of 126425. Original patch by Natha...
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-09-01
Benjamin Kramer
Don't drop alignment info on local common symbols.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-14
Evan Cheng
Unfortunately several files in MC are badly violating...
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-21
Rafael Espindola
Remove unused argument.
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-02-25
Cameron Zwarich
Roll out r126425 and r126450 to see if it fixes the...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-24
Devang Patel
Enable DebugInfo support for COFF object files.
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
2010-12-10
Rafael Espindola
Fixed version of 121434 with no new memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-10
Rafael Espindola
Revert my previous patch to make the valgrind bots...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-09
Rafael Espindola
Initial support for the cfi directives. This is just...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-04
Rafael Espindola
There are two reasons why we might want to use
blob
|
commitdiff
|
raw
|
diff to current
2010-12-03
Rafael Espindola
Try to resolve symbol differences early, and if success...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-02
Devang Patel
Use set directive for StartMinusEndExpr.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-16
Rafael Espindola
Add .loc methods to the streamer.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Jim Grosbach
MC'ize the '.code 16' and '.thumb_func' ARM directives.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
Rafael Espindola
Add support for expressions in .sleb/.uleb directives.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Rafael Espindola
Implement .weakref.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-15
Rafael Espindola
Add a InitSections method to the streamer interface.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-02
Benjamin Kramer
Add AsmParser support for the ELF .previous directive...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-18
Eric Christopher
Make EmitTBSSSymbol take a section argument so that...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-14
Eric Christopher
Add AsmParser support for darwin tbss directive.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-08
Chris Lattner
break coff symbol definition stuff out into proper...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-09
Chris Lattner
make the NullStreamer set the section on a label when...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-23
Kevin Enderby
This is the first patch to put the needed bits in place...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-25
Chris Lattner
mcstreamerize gprel32 emission.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-25
Chris Lattner
mcstreamerize .file and .file. This also fixes an...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-25
Chris Lattner
emit the .size directive for global variables on ELF...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-23
Chris Lattner
mcize lcomm, simplify .comm, extend both to support...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-23
Chris Lattner
move the various directive enums out of the MCStreamer...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-19
Chris Lattner
Generalize mcasmstreamer data emission APIs to take...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-06
Daniel Dunbar
Pass StringRef by value.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-31
Daniel Dunbar
llvm-mc: Pass values to MCStreamer as MCExprs, not...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-31
Daniel Dunbar
llvm-mc: Simplify EmitAssignment ('.set' is identical...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-30
Daniel Dunbar
llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Daniel Dunbar
llvm-mc: Emit .lcomm as .zerofill.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Daniel Dunbar
llvm-mc: Add const to EmitZeroFill section argument.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-18
Chris Lattner
null streamer needs to maintain the current section...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Chris Lattner
change AsmPrinter to switch sections using AsmStreamer...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-13
Daniel Dunbar
llvm-mc: Add dummy MCStreamer implementation, (eventual...
blob
|
commitdiff
|
raw
|
diff to current