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
/
MCNullStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
2013-08-09
1
-1
/
+3
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-3
/
+2
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-3
/
+4
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
1
-1
/
+1
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-1
/
+6
*
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
1
-0
/
+3
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
1
-1
/
+1
*
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
1
-0
/
+4
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-1
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+0
*
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
1
-1
/
+1
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-05-11
1
-3
/
+3
*
MC: Fix the MCNullStreamer which was broken in r147763.
Daniel Dunbar
2012-02-22
1
-0
/
+4
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
1
-2
/
+2
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-1
/
+1
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-0
/
+1
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+2
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-2
/
+2
*
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-14
1
-1
/
+2
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
1
-1
/
+1
*
Remove unused argument.
Rafael Espindola
2011-04-21
1
-4
/
+2
*
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-18
1
-1
/
+2
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-1
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+1
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-5
/
+3
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-2
/
+2
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-2
/
+2
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-2
/
+2
*
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
1
-1
/
+1
*
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
1
-0
/
+3
*
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
1
-1
/
+1
*
Add .loc methods to the streamer.
Rafael Espindola
2010-11-16
1
-1
/
+6
*
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-05
1
-0
/
+1
*
Add support for expressions in .sleb/.uleb directives.
Rafael Espindola
2010-11-02
1
-0
/
+4
*
Implement .weakref.
Rafael Espindola
2010-11-01
1
-0
/
+1
*
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-09-15
1
-0
/
+3
*
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
Benjamin Kramer
2010-09-02
1
-0
/
+1
*
Make EmitTBSSSymbol take a section argument so that we can find it later.
Eric Christopher
2010-05-18
1
-2
/
+2
*
Add AsmParser support for darwin tbss directive.
Eric Christopher
2010-05-14
1
-1
/
+2
*
break coff symbol definition stuff out into proper MCStreamer callbacks,
Chris Lattner
2010-05-08
1
-0
/
+6
*
make the NullStreamer set the section on a label when emitted so that isDefin...
Chris Lattner
2010-03-09
1
-1
/
+5
*
This is the first patch to put the needed bits in place to eventually allow code
Kevin Enderby
2010-02-23
1
-0
/
+3
*
mcstreamerize gprel32 emission.
Chris Lattner
2010-01-25
1
-1
/
+1
*
mcstreamerize .file and .file. This also fixes an issue where the
Chris Lattner
2010-01-25
1
-0
/
+2
*
emit the .size directive for global variables on ELF through
Chris Lattner
2010-01-25
1
-1
/
+1
*
mcize lcomm, simplify .comm, extend both to support 64-bit sizes.
Chris Lattner
2010-01-23
1
-1
/
+2
*
move the various directive enums out of the MCStreamer class
Chris Lattner
2010-01-23
1
-2
/
+2
*
Generalize mcasmstreamer data emission APIs to take an address space
Chris Lattner
2010-01-19
1
-2
/
+3
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-1
/
+1
*
llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.
Daniel Dunbar
2009-08-31
1
-4
/
+3
[next]