Revert "[Object] .bss sections have no content. PR15005."
[oota-llvm.git] / include /
2013-01-21 Michael J. SpencerRevert "[Object] .bss sections have no content. PR15005."
2013-01-21 Michael J. Spencer[Object] .bss sections have no content. PR15005.
2013-01-21 Chandler CarruthRemove the comma from the last enumerator to fix -pedan...
2013-01-21 Chandler CarruthIntroduce a generic interface for querying an operation...
2013-01-21 NAKAMURA TakumiSupport/Compiler.h: MSC1600, aka VS2010, is not C+...
2013-01-20 Renato GolinRevert CostTable algorithm, will re-write
2013-01-20 Michael J. Spencer[Support] Port ErrorOr<T> from lld to C++03.
2013-01-20 Michael GottesmanChanged IRBuilder::CreateZExtOrTrunc and IRBuilder...
2013-01-20 Michael GottesmanMore copy editing.
2013-01-20 Michael GottesmanDoxygenified and copy edited BasicBlock.h.
2013-01-20 Michael GottesmanDoxygenified Argument.h and performed some copy editing...
2013-01-20 Michael GottesmanConverted all method comments in IRBuilder.h to use...
2013-01-20 Michael GottesmanCorrected assert messages for CreateZExtOrTrunc/CreateS...
2013-01-20 Michael GottesmanAdded IRBuilder::CreateFPExtOrFPTrunc.
2013-01-20 Chris Lattnertrivial micro-optimization: lazily call the virtual...
2013-01-20 Chris Lattnerswitch llvm-bcanalyzer onto the new cursor APIs, allowi...
2013-01-20 Chris Lattneradd an option to not auto-process abbreviations in...
2013-01-20 Chris Lattnerstringref'ize readRecord and properly capitalize it...
2013-01-20 Chris Lattnermove some private methods out of line, add a skipRecord...
2013-01-19 Chris Lattneradd some optional flags to affect the way advance works.
2013-01-19 Chris LattnerAdd a new BitstreamEntry concept, and add two helper...
2013-01-19 Jakub StaszakInclude Support/ELF.h instead of Object/ELF.h. It is...
2013-01-19 Chris LattnerBitstreamReader hasn't aged well. It's been hacked...
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-18 Andrew KaylorFixing behavior of ELFObjectFile::getSymbolFileOffset().
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-18 Bill WendlingRemove unused parameter. Also use the AttributeSet...
2013-01-18 Jordan RoseAdd llvm::hexDigitValue to convert single characters...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-18 Daniel Dunbar[Linker] Zap a dead typedef.
2013-01-18 Daniel Dunbar[Linker] Kill Linker::LoadObject which is dead, and...
2013-01-18 Will DietzMove Blacklist.h to include/ to enable use from clang.
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add AsmParser support for .linker_option...
2013-01-18 Daniel Dunbar[MC] Expose ParseEscapedString to target AsmParser...
2013-01-17 Bill WendlingReverting r171325 & r172363. This was causing a mis...
2013-01-17 Aaron BallmanReverting back to the fallback instead of using the...
2013-01-17 Daniel Dunbar[Linker] Drop support for IR-level extended linking...
2013-01-17 Chad Rosier[ms-inline asm] Add support for the 'SIZE' and 'LENGTH...
2013-01-17 Aaron BallmanReverting back to the fallback instead of using popcnt...
2013-01-17 Alexey SamsonovASan: add optional 'zero-based shadow' option to ASan...
2013-01-17 Jakob Stoklund OlesenMove MachineTraceMetrics.h into include/llvm/CodeGen.
2013-01-17 Jakob Stoklund OlesenProvide a place for targets to insert ILP optimization...
2013-01-16 Aaron BallmanWrapping __popcnt64 for MSVC so that it's only used...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-16 Renato GolinChange CostTable model to be global to all targets
2013-01-16 Michael J. Spencer[Support] Include the intrisics header and check for...
2013-01-16 Michael J. Spencer[Support] Add MSVC intrinsic for CountPopulation.
2013-01-16 Michael J. Spencer[Support] Update MSVC compiler support in Compiler.h.
2013-01-16 Eli BenderskyClean up some unnecessary headers and forward declarations
2013-01-16 Eli BenderskyNow that GenericAsmParser was folded into AsmParser...
2013-01-16 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-16 Eli BenderskyReplace virtual hasFixups with explicit fragment type...
2013-01-16 Benjamin KramerRemove unused leftover header (it moved to llvm/IR).
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-16 Eli BenderskyUse the ExtensionDirectiveHandler type in other places...
2013-01-16 Dmitri GribenkoImprove r172577 by using the correct type when declarin...
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-15 David GreeneAvoid Enum Compare Warnings
2013-01-15 Eli BenderskyOptimize the memory usage of MC bundling, by creating...
2013-01-15 Michael J. Spencer[Object][ELF] Fix -Wenum-compare.
2013-01-15 Evgeniy StepanovFix operand type conditions in one of ICmpInst construc...
2013-01-15 Michael J. Spencer[Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-15 Michael J. Spencer[Support] Add LLVM_CONSTEXPR.
2013-01-15 Argyrios Kyrtzidis[ADT/StringMap] Follow-up to r172455, use the correct...
2013-01-14 Eli BenderskyProperly encapsulate additional methods and data from...
2013-01-14 Quentin ColombetComplete the existing support of ARM v6m, v7m, and...
2013-01-14 Andrew TrickSCEVExpander fix. RAUW needs to update the InsertedExpr...
2013-01-14 Argyrios Kyrtzidis[ADT/StringMap] Add a constructor in StringMap that...
2013-01-14 Joe GroffFix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined...
2013-01-14 Joe GroffAdd DenseMap::insert(value_type&&) method.
2013-01-14 Eli BenderskyMove CheckForValidSection to the MCAsmParser interface.
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-14 Eli BenderskyMove ParseMacroArgument to the MCAsmParser interfance.
2013-01-14 Eli BenderskyEncapsulate the MacroEnabled flag in AsmParser behind...
2013-01-13 Nuno Lopesfix compile-time regression report by Joerg Sonnenberger:
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-12 Jakob Stoklund OlesenPrecompute some information about register costs.
2013-01-11 Benjamin KramerSplit TargetLowering into a CodeGen and a SelectionDAG...
2013-01-11 Andrew TrickAdded -view-callgraph module pass.
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-11 Dmitri GribenkoAdd a new portability macro LLVM_FUNCTION_NAME, that...
2013-01-11 Jakub StaszakLoopPass.h doesn't require Function.h. Remove unneeded...
2013-01-10 Jakub StaszakRemove trailing spaces.
2013-01-10 Jakub StaszakRemove unneeded includes from FunctionLoweringInfo.h.
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-10 Jakub StaszakRemove unneeded #includes.
2013-01-10 Jakub StaszakFix indent and remove unneeded #includes in MDBuilder.h.
2013-01-10 Jakub StaszakRename LinkAllVMCore.h to LinkAllIR.h since VMCore...
2013-01-10 Jordan RoseAdd basic fix-its to SMDiagnostic.
2013-01-10 Jordan RoseTableGen: Keep track of superclass reference ranges.
2013-01-10 Jordan RoseTableGen: record anonymous instantiations of classes.
2013-01-10 Jakob Stoklund OlesenAllow hasProperty() to be called on bundle-internal...
2013-01-10 NAKAMURA TakumiSignal.h: Add <cstdio> for FILE*, since r171989.
2013-01-10 Douglas GregorFix a race condition in the lock-file manager: once...
2013-01-10 Jakob Stoklund OlesenSupport headerless bundles in MachineInstr::hasProperty().
2013-01-10 Manman RenStack Alignment: throw error if we can't satisfy the...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
next