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
/
MCAsmInfoDarwin.cpp
2013-12-02
Rafael Espindola
Convert two char* that are only ever used as booleans...
blob
|
commitdiff
|
raw
2013-11-28
Rafael Espindola
The global prefix is always one char. Don't use a strin...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-13
Rafael Espindola
Remove AllowQuotesInName and friends from MCAsmInfo.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-31
Rafael Espindola
Remove unused flag.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-07
Benjamin Kramer
Fix alignment of .comm and .lcomm on mingw32.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-07
Benjamin Kramer
MC: Overhaul handling of .lcomm
blob
|
commitdiff
|
raw
|
diff to current
2012-06-22
Rafael Espindola
Remove another duplicated variable. We only need one...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-22
Rafael Espindola
Fix a FIXME: DwarfRequiresRelocationForSectionOffset...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-22
Nick Lewycky
Emit relocations for DW_AT_location entries on systems...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-18
Jim Grosbach
Refactor data-in-code annotations.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-11
Jim Grosbach
Tidy up. Trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-03
Anton Korobeynikov
Emit the ctors in the proper order on ARM/EABI.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-29
Bill Wendling
MachO doesn't support the protected visibility. Don...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-27
Nick Lewycky
Teach our Dwarf emission to use the string pool.
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-09-02
Duncan Sands
Darwin wants ctors/dtors to be ordered the other way...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-10
Rafael Espindola
Rename DwarfRequiresRelocationForStmtList to
blob
|
commitdiff
|
raw
|
diff to current
2011-05-04
Rafael Espindola
Producing a DW_FORM_addr for DW_AT_stmt_list is probabl...
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-28
Rafael Espindola
Add the getExprForFDESymbol method that responsible...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-28
Rafael Espindola
Add a getExprForPersonalitySymbol method to MCAsmInfo...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-23
Stuart Hastings
Omit private_extern declarations of extern symbols...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-22
Rafael Espindola
Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolF...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-06
Rafael Espindola
Second try at making direct object emission produce...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-04
Rafael Espindola
Next step: Only pad debug_line when the target is darwi...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-19
Kevin Enderby
Added support for the Mach-O .symbol_resolver directive...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-02
Devang Patel
Fix .debug_range for linux. Patch by Krister Wombell.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-31
Devang Patel
Use absolute label for DW_AT_stmt_list if a target...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-08
Kevin Enderby
Revert some unneeded parts of the change in r107886...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-08
Kevin Enderby
Added the darwin .weak_def_can_be_hidden directive.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-29
Bill Wendling
Revert r107205 and r107207.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-29
Bill Wendling
Introducing the "linker_weak" linkage type. This will...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-20
Eric Christopher
Partial code for emitting thread local bss data.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-10
Chris Lattner
move three lowering hooks from MAI to TLOF and make...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-26
Chris Lattner
Eliminate SetDirective, and replace it with HasSetDirec...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-26
Rafael Espindola
Emit .comm alignment in bytes but .align in powers...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-26
Chris Lattner
eliminate MCAsmInfo::NeedsSet: we now just use .set...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-23
Chris Lattner
resolve a fixme: the "nonexecutable stack directive...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-23
Chris Lattner
mcize visibility directives.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-23
Chris Lattner
mcstreamerize .no_dead_strip and .reference for static...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-20
Chris Lattner
revert 93934, removing the MCAsmInfo endianness bit...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-19
Chris Lattner
give MCAsmInfo a 'has little endian' bit. This is...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-19
Chris Lattner
stop using the .lcomm pseudoop on darwin, instead,...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-19
Chris Lattner
add a bool for whether .lcomm takes an alignment instea...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-19
Chris Lattner
move production of .reference directives for static...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-19
Chris Lattner
Cleanup handling of .zerofill on darwin:
blob
|
commitdiff
|
raw
|
diff to current
2009-09-16
Chris Lattner
Big change #1 for personality function references:
blob
|
commitdiff
|
raw
|
diff to current
2009-09-13
Chris Lattner
remove MAI::JumpTableSpecialLabelPrefix now that MAI
blob
|
commitdiff
|
raw
|
diff to current
2009-08-25
Bill Wendling
Revert last patch. We need to put this into TargetLower...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-25
Bill Wendling
Add a target asm info hook to specify that particular...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-22
Chris Lattner
rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-22
Chris Lattner
move the MCAsmInfo .cpp/.h files into the right
blob
|
commitdiff
|
raw
|
diff to current