Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701).
[oota-llvm.git] / include /
2010-03-16 Chris Lattnerwork around an MSVC2010 bug, PR6504
2010-03-16 Gabor Greiffix PR6589
2010-03-16 Chris LattnerFix the third (and last known) case of code update...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-15 Daniel DunbarMC/Mach-O/x86_64: Temporary labels in cstring sections...
2010-03-15 Daniel DunbarMC/Mach-O: Add MCSectionMachO::getType()
2010-03-15 Chris LattnerImplement support for the case when a reference to...
2010-03-15 Douglas GregorExtend MemoryBuffer::getFile() to take an optional...
2010-03-15 Chris LattnerFix the case when a reference to an address taken BB...
2010-03-15 Jeffrey YasskinDon't save a temporary string into a StringRef field.
2010-03-15 Chris Lattnerfix MCSectionELF to not leak memory, just like I did...
2010-03-15 Chris Lattnerfix a memory leak yjasskin pointed out: MCSymbol is...
2010-03-15 Chris LattnerMachineMove ctor doesn't need to to mutate input, add...
2010-03-15 Jeffrey YasskinTell Valgrind when we modify already-executed machine...
2010-03-15 Chris Lattnerremove dead method.
2010-03-14 Duncan SandsTurn calls to copysignl into an FCOPYSIGN node. Handle...
2010-03-14 Anton KorobeynikovMake default expansion for FP16 <-> FP32 nodes into...
2010-03-14 Anton KorobeynikovAdd DAG nodes to represent FP16 <-> FP32 intrinsics
2010-03-14 Anton KorobeynikovCleanup
2010-03-14 Anton KorobeynikovThe fp16 <-> fp32 intrinsics are pure, mark them so...
2010-03-14 Anton KorobeynikovAdd intrinsics to represent fp16 <-> fp32 conversions
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris Lattneradd a new CreateTempSymbol method, the use case for
2010-03-14 Chris LattnerNow that DBG_LABEL is updated, we can finally make...
2010-03-14 Chris Lattnerswitch GC_LABEL to use an MCSymbol operand instead...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-14 Chris Lattnereliminate InvalidateLabel and LabelIDList from MMI...
2010-03-14 Chris Lattneruse Label->isDefined() instead of isLabelDeleted()...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-13 Chris Lattneradd builder support for mcsymbol operands.
2010-03-13 Chris Lattneradd support for MCSymbols as operands to MachineInstrs.
2010-03-13 Benjamin KramerAdd some parens and silence a warning.
2010-03-13 Daniel Dunbarllvm-mc: Support -n, useful for comparing -integrated...
2010-03-13 Jeffrey YasskinDelete MDNodes when LLVMContext is destroyed. Previous...
2010-03-13 Devang PatelRemove extra parameter.
2010-03-13 Devang PatelDo not overestimate code size reduction in presense...
2010-03-12 Daniel DunbarMC/Mach-O: Implement initial support for relaxation.
2010-03-12 Chris Lattnerinline GetGlobalValueSymbol into the rest its callers and
2010-03-12 Chris Lattnereliminate the X86 version of GetGlobalValueSymbol,...
2010-03-12 Chris Lattnermove fastcall/stdcall mangling up into Mangler.
2010-03-12 Daniel DunbarMC: Factor out MCAssembler::EvaluateFixup, and simplify.
2010-03-12 Daniel DunbarMC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...
2010-03-12 Daniel DunbarMC: Add MCAssembler::addFixup, which enforces that...
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Benjamin KramerAdd a virtual destructor and give vtable a home.
2010-03-12 Chris Lattnerfinally give Mangler a getSymbol method, which returns...
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-03-12 Chris Lattnerremove MAI argument from createAsmStreamer since it
2010-03-12 Jeffrey YasskinFree DbgScopes in DwarfDebug::endFunction(). Also...
2010-03-12 Benjamin KramerFactor checked library call optimization into a common...
2010-03-12 Chris Lattnermake TargetLoweringObjectFile::getExprForDwarfReference
2010-03-11 Nate BegemanWhoops this already existed.
2010-03-11 Nate BegemanAdd a handful of additional useful pass manager things...
2010-03-11 Chris Lattnerchange MCContext to always have an MCAsmInfo.
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-03-11 Dan GohmanRemove getWidenVectorType, which is no longer used.
2010-03-11 Benjamin Kramerstpcpy is so similar to strcpy, it doesn't deserve...
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-03-11 Eric ChristopherLower stpcpy_chk when possible.
2010-03-11 Daniel DunbarMC/Mach-O: Add MCSymbolData::getAddress() utility.
2010-03-11 Richard OsborneAdd a new jump table encoding to indicate jump tables...
2010-03-11 Evan ChengThe check for coalescing a virtual register to a physic...
2010-03-11 Daniel DunbarMC/Mach-O: Start passing in the basic MCAsmLayout object.
2010-03-11 Daniel DunbarMC: Sketch initial MCAsmLayout class, which encapsulate...
2010-03-11 Daniel DunbarFix (unused) RegisterAsmBackend template, clang++ isn...
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-03-11 Daniel DunbarMC: Sketch some TargetAsmBackend hooks we are going...
2010-03-11 Daniel DunbarMC: Provide the target triple to AsmBackend constructors.
2010-03-11 Eric ChristopherAdd strncpy libcall creator. Use it when it should...
2010-03-11 Dale JohannesenMake sure HasDebugValue is initialized. This should fix
2010-03-11 Chris Lattneradd support, testcases, and dox for the new GHC calling
2010-03-10 Bill WendlingAdd a bit along with the MCSymbols stored in the Machin...
2010-03-10 Dale JohannesenProgress towards shepherding debug info through Selecti...
2010-03-10 Daniel DunbarMC: Move the backend section and symbol data maps to...
2010-03-10 Daniel DunbarRemove unneeded declarations.
2010-03-10 Dan GohmanAdd a DominatorTree argument to isLCSSA so that it...
2010-03-10 Benjamin KramerRemove duplicated code. No functionality change.
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-10 Chris Lattnereliminate MCContext::CreateSymbol and CreateTemporarySy...
2010-03-09 Jakob Stoklund OlesenTry to keep the cached inliner costs around for a bit...
2010-03-09 Jakob Stoklund OlesenRevert r98089, it was breaking a clang test.
2010-03-09 Jakob Stoklund OlesenTry to keep the cached inliner costs around for a bit...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-09 Chris Lattnerreapply r98035:
2010-03-09 Eric ChristopherSpeculatively revert r98035. It appears to have caused...
2010-03-09 Chris LattnerNow that setStartLabel takes an MCSymbol, we can de...
2010-03-09 Chris Lattnerstrength reduce MMI::MappedLabel to MMI::isLabelDeleted,
2010-03-09 Chris Lattnerinline RemapLabel into its only caller and simplify.
2010-03-09 Devang PatelStart using DIFile. See updated SourceLevelDebugging...
2010-03-09 Chris Lattneradd a EmitSymbolValue convenience method to MCStreamer.
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Devang PatelIntroduce DIFile. This will be used to represent header...
2010-03-08 Devang PatelDerive DIType from DIScope. This simplifies getContext...
2010-03-08 Devang PatelRemove DbgNode checks in constructor. Debug descriptors...
2010-03-08 Devang PatelisNull() is not used any more.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
next