Remove an unnecessary -f.
[oota-llvm.git] / include /
2009-09-11 Chris Lattnergive densemap iterators real iterator traits.
2009-09-11 Chris Lattnerdefault construct MCInst's ctor to 0, which is "PHI...
2009-09-11 Chris Lattneradd a new Mangler::getNameWithPrefix API which returns the
2009-09-10 Dan GohmanFactor out the code for checking that all indices in...
2009-09-10 Dan GohmanGive these files top-level comments that describe the...
2009-09-10 Kevin EnderbyAdded the ParseInstruction() hook for target specific...
2009-09-10 Mikhail GlushenkovDistinguish between 'empty' and empty DAG marker.
2009-09-10 Mikhail GlushenkovAdd a logical 'not' operator to llvmc's TableGen dialect.
2009-09-10 Nick LewyckyCorrectly handle the case where a comparison is created...
2009-09-10 Evan ChengAdd malloc call utility functions. Patch by Victor...
2009-09-10 Daniel DunbarMC: Give target specific parsers access to the MCStreamer.
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for
2009-09-09 Chris Lattneradd a gross hack to get "SrcLine" comments to show...
2009-09-09 Lang HamesRemoved static qualifier from a few index related metho...
2009-09-09 Andreas NeustifterAdd the first functions for updating ProfileInfo.
2009-09-09 Chris Lattnerrevert r81335, which breaks the build.
2009-09-09 Andreas NeustifterUpdated ProfileInfo to have clean seperation between...
2009-09-09 Mikhail GlushenkovCopy-pasto.
2009-09-09 Mikhail GlushenkovRevert 81248 for now.
2009-09-09 Jeffrey YasskinMake TypeBuilder's result depend on the LLVMContext...
2009-09-08 Daniel DunbarAdd Triple::getArchTypeForDarwinArchName, which convert...
2009-09-08 Dan GohmanUse MemoryBuffer::getBufferIdentifier() in the AsmPrint...
2009-09-08 Mikhail GlushenkovConst-correctness.
2009-09-08 Mikhail GlushenkovSince Program is basically a PID, it should be copyable.
2009-09-08 Mikhail GlushenkovGet rid of the Pid_ member in the Program class.
2009-09-08 Mikhail GlushenkovAdd a Kill() function to the Program class.
2009-09-08 Dan GohmanRe-apply r80926, with fixes: keep the domtree informed...
2009-09-08 Chris Lattnerfix pasto
2009-09-08 Chris Lattneradd getVectorOperand/getIndexOperand accessors to Extra...
2009-09-08 Chris Lattnerfix PR4915, a crash in -debug mode.
2009-09-08 Chris Lattneradd some comments to describe the invariants.
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Duncan SandsChange "const static" to "static const", as warned...
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-09-06 Duncan SandsMark constants as unsigned, as pointed out by icc
2009-09-06 Duncan SandsTweak code into an equivalent form for which icc
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-06 Duncan SandsRemove unneeded declaration, as warned about by
2009-09-06 Evan ChengRevert r80926. It causes loop unswitch assertion and...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-05 Benjamin KramerDelete unused #include.
2009-09-05 Bob WilsonStabilize the order of live intervals in the priority_q...
2009-09-04 Benjamin KramerPrune #includes.
2009-09-04 Benjamin KramerRemove an unneeded call to c_str().
2009-09-04 Kevin EnderbyAdded AsmToken enum constants to MCAsmLexer.h for ...
2009-09-04 Kevin EnderbyAdded the AsmToken::Hash enum constant to MCAsmLexer...
2009-09-04 Lang HamesRemoved yet another std::ostream reference.
2009-09-04 Lang HamesRemoved some junk and a std::ostream operator that...
2009-09-04 Lang HamesReplaces uses of unsigned for indexes in LiveInterval...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-09-03 Dan GohmanRevert 80959. It isn't sufficient to solve the full...
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...
2009-09-03 Dan GohmanRemove the API for creating ConstantExprs with the...
2009-09-03 Ted KremenekMake ImmutableMap/ImmutableSet quicker by only canonica...
2009-09-03 Dan GohmanRecognize more opportunities to use SSE min and max...
2009-09-03 Kevin EnderbyRemoved the non-target independent AsmToken::Register...
2009-09-03 Dan GohmanAdd a verifyAnalysis to LoopInfo, LoopSimplify, and...
2009-09-03 Dan GohmanMove getUniqueExitBlocks from LoopBase to Loop, since...
2009-09-03 Dan GohmanChange PHINode::hasConstantValue to have a DominatorTre...
2009-09-03 Dan GohmanRemove references to expression "handles", which are...
2009-09-03 Chris Lattnerimprove comments.
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-09-03 Ted KremenekSet the 'cached digest' flag after computing the digest...
2009-09-03 Lang HamesFixed a test that ensures the LocalRewriter does not...
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Devang PatelNow Bitcode reader bug is fixed. Reapply 80839.
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-02 Devang PatelRevert 80839 for now. It causes test failures.
2009-09-02 Devang PatelUse CallbackVH, instead of WeakVH, to hold MDNode elements.
2009-09-02 Dan GohmanAdd a comment noting the memory ownership rules.
2009-09-02 Dan GohmanAdd convenience functions for reading in LLVM IR that...
2009-09-02 Dan GohmanAdd const qualifiers for isBitcodeWrapper, and add...
2009-09-02 Dan GohmanRefactor common code from ParseAssemblyString and Parse...
2009-09-02 Dan GohmanAdd const qualifiers to dominates' arguments.
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-02 Dan GohmanAdd a comment.
2009-09-01 Daniel DunbarRemove Offset from ExternalSybmol MachineOperands,...
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Reading in Profiles.
2009-09-01 Andreas NeustifterAddedum to r80712, forgot to add files.
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Creation of profiles.
2009-09-01 Chris Lattnerremove CallGraphNode::replaceCallSite, it is redundant...
2009-09-01 Dan GohmanFix a typo in a comment.
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-09-01 Chris LattnerChange CallGraphNode to maintain it's Function as an...
2009-09-01 Devang PatelAdd virtual destructor.
2009-09-01 Daniel Dunbarllvm-mc: Store MCSymbolData value as a pointer (to...
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-09-01 Devang PatelIntroduce DILocation.
2009-09-01 Devang PatelAdd getDirectory() and getFilename() interface to DIScope.
2009-08-31 Devang PatelSubprogram is a scope. Derive DISubprogram from DIScope.
2009-08-31 Devang PatelRename DIBlock as DILexicalBlock.
2009-08-31 Devang PatelDerive DICompileUnit from DIScope.
2009-08-31 Caroline TiceAdd flag to mark structs for Apple Block "byref" variab...
2009-08-31 Dan GohmanExtend the ValuesAtScope cache to cover all expressions...
2009-08-31 Gabor Greifrestore semantics of operator* (removing a FIXME I...
2009-08-31 Devang PatelIntroduce DIScope.
2009-08-31 Devang PatelSimplify isDerivedType() and other predicate interface.
2009-08-31 Duncan SandsRevert commit 80428. It completely broke exception
next