aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-09-10Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov
2009-09-10Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov
2009-09-10Correctly handle the case where a comparison is created in one BasicBlock andNick Lewycky
2009-09-10Add malloc call utility functions. Patch by Victor Hernandez.Evan Cheng
2009-09-10MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar
2009-09-09remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner
2009-09-09Added an abstract superclass, MCDisassembler, forSean Callanan
2009-09-09add a gross hack to get "SrcLine" comments to show up with theChris Lattner
2009-09-09Removed static qualifier from a few index related methods. These methods may ...Lang Hames
2009-09-09Add the first functions for updating ProfileInfo.Andreas Neustifter
2009-09-09revert r81335, which breaks the build.Chris Lattner
2009-09-09Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter
2009-09-09Copy-pasto.Mikhail Glushenkov
2009-09-09Revert 81248 for now.Mikhail Glushenkov
2009-09-09Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin
2009-09-08Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar
2009-09-08Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman
2009-09-08Const-correctness.Mikhail Glushenkov
2009-09-08Since Program is basically a PID, it should be copyable.Mikhail Glushenkov
2009-09-08Get rid of the Pid_ member in the Program class.Mikhail Glushenkov
2009-09-08Add a Kill() function to the Program class.Mikhail Glushenkov
2009-09-08Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman
2009-09-08fix pastoChris Lattner
2009-09-08add getVectorOperand/getIndexOperand accessors to ExtractElementInst.Chris Lattner
2009-09-08fix PR4915, a crash in -debug mode.Chris Lattner
2009-09-08add some comments to describe the invariants.Chris Lattner
2009-09-07Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman
2009-09-06Change "const static" to "static const", as warned aboutDuncan Sands
2009-09-06Mark more constants unsigned, as warned about by icc (#68).Duncan Sands
2009-09-06Mark constants as unsigned, as pointed out by iccDuncan Sands
2009-09-06Tweak code into an equivalent form for which iccDuncan Sands
2009-09-06Public and private corrections, warned about by icc (#304).Duncan Sands
2009-09-06Remove unneeded declaration, as warned about byDuncan Sands
2009-09-06Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng
2009-09-06Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar
2009-09-05Delete unused #include.Benjamin Kramer
2009-09-05Stabilize the order of live intervals in the priority_queue used by theBob Wilson
2009-09-04Prune #includes.Benjamin Kramer
2009-09-04Remove an unneeded call to c_str().Benjamin Kramer
2009-09-04Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby
2009-09-04Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby
2009-09-04Removed yet another std::ostream reference.Lang Hames
2009-09-04Removed some junk and a std::ostream operator that was hanging around.Lang Hames
2009-09-04Replaces uses of unsigned for indexes in LiveInterval and VNInfo withLang Hames
2009-09-04Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman
2009-09-03Revert 80959. It isn't sufficient to solve the full problem. And itDan Gohman
2009-09-03LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman
2009-09-03Remove the API for creating ConstantExprs with the nsw, nuw, inbounds,Dan Gohman
2009-09-03Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after anTed Kremenek
2009-09-03Recognize more opportunities to use SSE min and max instructions,Dan Gohman