summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Look past locals in comdats.Rafael Espindola2015-04-201-9/+8
* Compute A-B when A or B is weak.Rafael Espindola2015-04-175-26/+20
* Compute A-B if both A and B are in the same comdat section.Rafael Espindola2015-04-171-18/+23
* Move AliasedSymbol to MachObjectWriter.Rafael Espindola2015-04-172-14/+14
* Add a proper fix for pr23025.Rafael Espindola2015-04-171-4/+16
* [mc] Clean up emission of byte sequencesBenjamin Kramer2015-04-173-8/+3
* Don't walk aliases from global to local symbols in comdats.Rafael Espindola2015-04-171-1/+30
* Write relocation sections contiguously.Rafael Espindola2015-04-171-1/+8
* Write section and section table entries in the same order.Rafael Espindola2015-04-151-50/+15
* Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-1/+1
* Use the ability to pwrite to simplify the ELF writer.Rafael Espindola2015-04-141-44/+31
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-147-11/+12
* Re-enable target-specific relocation table sorting and use it for MipsPetar Jovanovic2015-04-142-31/+24
* [MC] Write padding into fragments when -mc-relax-all flag is usedPetr Hosek2015-04-123-24/+129
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-2/+2
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-091-8/+10
* Define a function with "... llvm::func...".Rafael Espindola2015-04-091-6/+5
* Nothing inherits from the asm streamer.Rafael Espindola2015-04-091-3/+1
* Remove unused variable.Rafael Espindola2015-04-081-2/+0
* Write the section header in the end.Rafael Espindola2015-04-081-27/+4
* ELFObjectWriter.cpp: Prune obsolete \param since r234342. [-Wdocumentation]NAKAMURA Takumi2015-04-081-1/+0
* Delete commented code. Don't repeat name in comment.Rafael Espindola2015-04-071-7/+1
* Don't subtract the header size just to add it back.Rafael Espindola2015-04-071-5/+4
* Remove dead code. NFC.Rafael Espindola2015-04-071-6/+0
* Remove intermediate variables.Rafael Espindola2015-04-071-7/+1
* Remove unused argument.Rafael Espindola2015-04-071-9/+6
* Use a comma after the unique keyword.Rafael Espindola2015-04-062-1/+4
* Remove unnecessary uses of AliasedSymbol.Rafael Espindola2015-04-062-6/+5
* Be consistent when deciding if a relocation is needed.Rafael Espindola2015-04-065-26/+23
* Store the sh_link of ARM_EXIDX directly in MCSectionELF.Rafael Espindola2015-04-062-17/+17
* Simplify this function a bit. NFC.Rafael Espindola2015-04-061-20/+4
* Simplify mapping from relocation sections to relocated sections.Rafael Espindola2015-04-062-44/+28
* Don't mix overload and default values.Rafael Espindola2015-04-041-14/+0
* Implement unique sections with an unique ID.Rafael Espindola2015-04-045-24/+25
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-04-033-28/+5
* Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca...Peter Collingbourne2015-04-023-4/+28
* Don't print an error message when looking up the scheduling model if user spe...Craig Topper2015-04-021-3/+4
* [WinEH] Generate .xdata for catch handlersDavid Majnemer2015-03-311-0/+5
* Make llc use getHostCPUFeatures when 'native' is specified for cpu.Craig Topper2015-03-311-2/+3
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-4/+3
* Rename const char *Triple argument to TT to avoid shadowing llvm::Triple.Eric Christopher2015-03-301-21/+20
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-03-303-28/+4
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-302-4/+2
* Save a std::string.Rafael Espindola2015-03-301-9/+12
* Special case the creation of relocation sections.Rafael Espindola2015-03-302-6/+15
* Convert feature strings to lowercase even if they have a '+'/'-' in front of ...Craig Topper2015-03-281-1/+1
* Update comment to match code behavior.Craig Topper2015-03-281-1/+1
* Add two small structs for readability in place of std::pair and std::tuple. NFC.Rafael Espindola2015-03-271-10/+9
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-272-2/+2
* Close unique sections when switching away from them.Rafael Espindola2015-03-272-1/+7
OpenPOWER on IntegriCloud