aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix apostrophos.Dan Gohman2009-09-157-8/+8
* Forgot this.Evan Cheng2009-09-151-2/+1
* add a new CallGraphNode::replaceCallEdge method and use it fromChris Lattner2009-09-151-0/+6
* make -debug-pass=Executions show information about what call graph nodesChris Lattner2009-09-151-0/+5
* switch scciterator to use DenseMap instead of std::mapChris Lattner2009-09-151-2/+2
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-151-8/+4
* Add an "original alignment" field to load and store nodes. This enables theNate Begeman2009-09-152-17/+26
* Add early coalescing to liveintervals. This is work in progress and is known ...Evan Cheng2009-09-142-7/+16
* Update a comment to match the source. PseudoSourceValues are nowDan Gohman2009-09-141-4/+7
* PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.Chris Lattner2009-09-141-2/+1
* Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner2009-09-142-4/+32
* Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinterChris Lattner2009-09-141-1/+5
* add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner2009-09-142-1/+34
* eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi...Chris Lattner2009-09-131-1/+0
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-6/+0
* second part to r81695, I missed a directory.Chris Lattner2009-09-131-7/+0
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-6/+5
* devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden.Chris Lattner2009-09-121-7/+12
* eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol forChris Lattner2009-09-121-22/+0
* Whoops. Committed the headers for r81605 - 'Moved some more index operations ...Lang Hames2009-09-122-17/+15
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-112-0/+12
* give densemap iterators real iterator traits.Chris Lattner2009-09-111-3/+6
* default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI...Chris Lattner2009-09-111-1/+1
* add a new Mangler::getNameWithPrefix API which returns theChris Lattner2009-09-111-0/+7
* Factor out the code for checking that all indices in a getelementptr areDan Gohman2009-09-101-0/+7
* Give these files top-level comments that describe the current code.Dan Gohman2009-09-101-3/+7
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-101-0/+14
* Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov2009-09-101-5/+6
* Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov2009-09-101-0/+1
* Correctly handle the case where a comparison is created in one BasicBlock andNick Lewycky2009-09-101-2/+1
* Add malloc call utility functions. Patch by Victor Hernandez.Evan Cheng2009-09-102-0/+98
* MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar2009-09-101-0/+4
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-092-9/+0
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-093-25/+95
* add a gross hack to get "SrcLine" comments to show up with theChris Lattner2009-09-091-1/+6
* Removed static qualifier from a few index related methods. These methods may ...Lang Hames2009-09-091-6/+8
* Add the first functions for updating ProfileInfo.Andreas Neustifter2009-09-091-0/+19
* revert r81335, which breaks the build.Chris Lattner2009-09-091-2/+0
* Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter2009-09-091-0/+2
* Copy-pasto.Mikhail Glushenkov2009-09-091-3/+2
* Revert 81248 for now.Mikhail Glushenkov2009-09-091-0/+4
* Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin2009-09-091-97/+12
* Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar2009-09-081-2/+11
* Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman2009-09-082-9/+6
* Const-correctness.Mikhail Glushenkov2009-09-081-1/+1
* Since Program is basically a PID, it should be copyable.Mikhail Glushenkov2009-09-081-4/+0
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-081-4/+2
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-081-3/+14
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-082-13/+91
* fix pastoChris Lattner2009-09-081-1/+1