aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-2015-51/+25
* Move findDebugLoc somewhere more central. FixDale Johannesen2010-01-202-21/+2
* Wrap some comments to 80 columns.Bob Wilson2010-01-191-2/+4
* Fix a case where debug_value was perturbing theDale Johannesen2010-01-191-4/+19
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-1915-25/+51
* eliminate AsmPrinter::EmitZeros: just use MCStreamer directly.Chris Lattner2010-01-191-7/+5
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-192-40/+40
* Remove predicates when changing an add into an unpredicable mov.Jakob Stoklund Olesen2010-01-192-5/+13
* Propagated the parser-side Lex function's declaration toSean Callanan2010-01-192-45/+45
* Fix a bug introduced on r92564 where the name "Node" was alreadyBruno Cardoso Lopes2010-01-191-2/+2
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-192-2/+2
* remove MAI::ZeroDirectiveSuffix, which is only used by MASM,Chris Lattner2010-01-191-1/+0
* For aligned load/store instructions, it's only required to know whether aJim Grosbach2010-01-198-13/+21
* On pic function calls some arguments were marked dead andBruno Cardoso Lopes2010-01-192-15/+30
* load f64 +0.0 in a cleaner way. This fix part of PR5445Bruno Cardoso Lopes2010-01-192-12/+12
* Fix return registers for mips eabiBruno Cardoso Lopes2010-01-191-4/+4
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-191-4/+12
* Avoid including DebugInfo.h in AsmPrinter.hDevang Patel2010-01-191-0/+1
* zap the ARM version of PrintGlobalVariable, which I missed.Chris Lattner2010-01-191-113/+0
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-1912-823/+4
* use %object like other elf targets, gas accepts either.Chris Lattner2010-01-191-1/+1
* simplify the mips target to print .size and .type for c strings Chris Lattner2010-01-191-6/+2
* hookize the cygwin ".linkonce" directive.Chris Lattner2010-01-191-6/+11
* more cleanups. Emit the .local directive even on cygwin/mingw.Chris Lattner2010-01-191-6/+3
* some cleanupsChris Lattner2010-01-192-20/+21
* add a bool for whether .lcomm takes an alignment instead of basing this on "i...Chris Lattner2010-01-193-11/+12
* hoist handling of external globals and special globals up to common code.Chris Lattner2010-01-193-73/+44
* move production of .reference directives for static ctor/dtor list onChris Lattner2010-01-193-27/+3
* use BSSLocal classifier to identify 'lcomm' data instead ofChris Lattner2010-01-193-66/+41
* make TLOF subclassify BSS based on linkage type into private, externalChris Lattner2010-01-191-2/+7
* now that elf weak bss symbols are handled correctly, simplify a bunch of code.Chris Lattner2010-01-193-89/+18
* fix a significant difference between llvm and gcc on ELF systems:Chris Lattner2010-01-192-3/+5
* introduce a section kind for common linkage. Use this to slightlyChris Lattner2010-01-195-24/+99
* Even more explanation.Bill Wendling2010-01-192-0/+24
* change an accessor to a predicate.Chris Lattner2010-01-193-6/+6
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-194-143/+162
* Fix r93758. Use isel patterns instead of c++ selection code to select rbit an...Evan Cheng2010-01-193-8/+7
* Revert 93811 per request.Dale Johannesen2010-01-191-10/+0
* Enable code to emit dbg.declare as DEBUG_VALUEDale Johannesen2010-01-181-0/+10
* Add some potentially interesting transformations to README.Eli Friedman2010-01-181-0/+51
* - Add getLSDAEncoding to the PowerPC backend.Bill Wendling2010-01-184-2/+46
* Have FastISel handle llvm.trap().Eric Christopher2010-01-181-0/+4
* Minor cleanup for jump table printing. Need a reference, not a pointer, forJim Grosbach2010-01-181-1/+1
* The most significant encoding bit of GPR:$src or GPR:$dst was over-specified inJohnny Chen2010-01-181-5/+5
* Patch by David Conrad:Jim Grosbach2010-01-185-1/+34
* Add FIXME comment.Bill Wendling2010-01-181-0/+3
* - Add a comment to the callback indicating that it's *extremely* not a goodBill Wendling2010-01-181-2/+2
* Emit spaces after commas in Neon register lists. This is more consistentBob Wilson2010-01-181-30/+33
* switch x86 zerofill emission over to use MCStreamer.Chris Lattner2010-01-181-3/+12
* Change CurrentFnSym to be a non-const pointer since asmprinter mutates it Chris Lattner2010-01-183-16/+16