Fix a latent bug exposed by recent static member debug info changes.
[oota-llvm.git] / include /
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.
2013-01-09 Bill WendlingRevert s/Raw/getBitMask/g name change. This is possibly...
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Argyrios KyrtzidisMove the internal PrintStackTrace function that is...
2013-01-09 Jakob Stoklund OlesenDon't require BUNDLE headers in MachineInstr::getBundle...
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-09 Shankar Easwaranadd hexagon flags in ELF.h
2013-01-09 David TweedFor some LLVM-as-library uses it is convenient to create a
2013-01-09 Tim NorthoverRefactor to expose RTLIB calls to targets.
2013-01-09 Manuel KlimekIncrase the number of parameters for AlignedCharArrayUnion.
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-09 NAKAMURA Takumi[Object, DebugInfo] Make DWARFContext BE-aware.
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-09 Jakob Stoklund OlesenAdd a getBundleEnd() function to go with the existing...
2013-01-09 Bill WendlingAdd the integer value of the ConstantInt instead of...
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-08 Eli BenderskySimplify the code a bit: MCRelaxableFragment doesn...
2013-01-08 Nick KledzikFix memory leak in YAML I/O.
2013-01-08 Tim NorthoverAdd fp128 rtlib function names to LLVM
next