summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* give densemap iterators real iterator traits.Chris Lattner2009-09-11
* default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI...Chris Lattner2009-09-11
* add a new Mangler::getNameWithPrefix API which returns theChris Lattner2009-09-11
* Factor out the code for checking that all indices in a getelementptr areDan Gohman2009-09-10
* Give these files top-level comments that describe the current code.Dan Gohman2009-09-10
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-10
* Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov2009-09-10
* Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov2009-09-10
* Correctly handle the case where a comparison is created in one BasicBlock andNick Lewycky2009-09-10
* Add malloc call utility functions. Patch by Victor Hernandez.Evan Cheng2009-09-10
* MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar2009-09-10
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-09
* add a gross hack to get "SrcLine" comments to show up with theChris Lattner2009-09-09
* Removed static qualifier from a few index related methods. These methods may ...Lang Hames2009-09-09
* Add the first functions for updating ProfileInfo.Andreas Neustifter2009-09-09
* revert r81335, which breaks the build.Chris Lattner2009-09-09
* Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter2009-09-09
* Copy-pasto.Mikhail Glushenkov2009-09-09
* Revert 81248 for now.Mikhail Glushenkov2009-09-09
* Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin2009-09-09
* Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar2009-09-08
* Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman2009-09-08
* Const-correctness.Mikhail Glushenkov2009-09-08
* Since Program is basically a PID, it should be copyable.Mikhail Glushenkov2009-09-08
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-08
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-08
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-08
* fix pastoChris Lattner2009-09-08
* add getVectorOperand/getIndexOperand accessors to ExtractElementInst.Chris Lattner2009-09-08
* fix PR4915, a crash in -debug mode.Chris Lattner2009-09-08
* add some comments to describe the invariants.Chris Lattner2009-09-08
* Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman2009-09-07
* Change "const static" to "static const", as warned aboutDuncan Sands2009-09-06
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-06
* Mark constants as unsigned, as pointed out by iccDuncan Sands2009-09-06
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-06
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-06
* Remove unneeded declaration, as warned about byDuncan Sands2009-09-06
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-06
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-06
* Delete unused #include.Benjamin Kramer2009-09-05
* Stabilize the order of live intervals in the priority_queue used by theBob Wilson2009-09-05
* Prune #includes.Benjamin Kramer2009-09-04
* Remove an unneeded call to c_str().Benjamin Kramer2009-09-04
* Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby2009-09-04
* Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby2009-09-04
* Removed yet another std::ostream reference.Lang Hames2009-09-04
* Removed some junk and a std::ostream operator that was hanging around.Lang Hames2009-09-04