summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add more newlines to make up for the ones removed from the end of instructions.Nick Lewycky2009-09-15
* Another try at early partial coalescing. Identity phi source copies (their so...Evan Cheng2009-09-15
* Forbid arrays of function-type and structures with function-typed fields.Nick Lewycky2009-09-15
* fix PR4963: folding insertvalue would sometimes turn a packed struct intoChris Lattner2009-09-15
* add a new CallGraphNode::replaceCallEdge method and use it fromChris Lattner2009-09-15
* add newline to debug dumpChris Lattner2009-09-15
* make -debug-pass=Executions show information about what call graph nodesChris Lattner2009-09-15
* add some missing quotes in debug outputChris Lattner2009-09-15
* Remove invalid add_dependencies line to unbreak the CMake build.Ted Kremenek2009-09-15
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-15
* Don't pull a load through a callseq_start if the load's chainDan Gohman2009-09-15
* Remove incorrect CSE code from r81813.Nate Begeman2009-09-15
* Modified the Intel instruction tables to includeSean Callanan2009-09-15
* Added the first bits of the ARM target assembler to llvm-mc. For now it onlyKevin Enderby2009-09-15
* Substantially speed up combiner-aa in the following ways:Nate Begeman2009-09-15
* Teach the legalizer to propagate the original alignment of loads and store whenNate Begeman2009-09-15
* On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit ofDan Gohman2009-09-15
* Add an "original alignment" field to load and store nodes. This enables theNate Begeman2009-09-15
* When extending a memset range past the front, set the alignment of theDan Gohman2009-09-14
* Add early coalescing to liveintervals. This is work in progress and is known ...Evan Cheng2009-09-14
* Pull the creation of the "RewindFunction" function out of the loop. It's onlyBill Wendling2009-09-14
* trivial whitespace cleanupJim Grosbach2009-09-14
* add PR#Chris Lattner2009-09-14
* Update CMake.Daniel Dunbar2009-09-14
* PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.Chris Lattner2009-09-14
* Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner2009-09-14
* Fix a pair of comment typos.Nick Lewycky2009-09-14
* Fifth time's a charm! Remove ourselves as abstract type listeners once we'veNick Lewycky2009-09-14
* Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinterChris Lattner2009-09-14
* add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner2009-09-14
* tidy up a bit.Chris Lattner2009-09-14
* Don't leak! Always remove oneself as a listener after adding oneself.Nick Lewycky2009-09-14
* Actually remove old types from the set.Nick Lewycky2009-09-13
* kill off the last use of TRI::AsmName.Chris Lattner2009-09-13
* add some special case handling for strangely named x86 registers.Chris Lattner2009-09-13
* 'printMCInst' doesn't print newlines after instructions anymore.Chris Lattner2009-09-13
* Remove unused variables.Daniel Dunbar2009-09-13
* Storing a set of PATypeHolders is a bad idea because their sort order willNick Lewycky2009-09-13
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-13
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-13
* switch the x86 asmprinters to use getRegisterName instead Chris Lattner2009-09-13
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-13
* eliminate an extraneous use of TRI::getAsmName in a comment.Chris Lattner2009-09-13
* make intel asmprinter use TRI::getAsmName instead of TRI::getName likeChris Lattner2009-09-13
* split MCInst printing out of the X86ATTInstPrinterChris Lattner2009-09-13
* reduce indentation with early exit.Chris Lattner2009-09-13
* remove MAI::JumpTableSpecialLabelPrefix now that MAI Chris Lattner2009-09-13
* delete the fixme too! :)Chris Lattner2009-09-13
* merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck.Chris Lattner2009-09-13
* make X86ATTAsmPrinter::PrintPICBaseSymbol forward to X86MCInstLower.Chris Lattner2009-09-13