aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-1724-28/+82
* Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers.Daniel Dunbar2009-07-171-8/+31
* Make BasicAliasAnalysis and Value::getUnderlyingObject useDan Gohman2009-07-173-16/+28
* Fix some typos in a comment.Dan Gohman2009-07-171-7/+7
* Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q'...Evan Cheng2009-07-172-1/+41
* Tweak svn:ignoreDaniel Dunbar2009-07-170-0/+0
* remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead.Chris Lattner2009-07-172-29/+3
* Add a GEPOperator class, and move the hasNoPointerOverflowDan Gohman2009-07-173-21/+40
* Regenerate configure for ddunbar.Jeffrey Yasskin2009-07-171-27/+39
* Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar2009-07-171-0/+4
* Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar2009-07-171-5/+0
* end sentence in period, draw attention to the fact that you shouldChris Lattner2009-07-171-1/+2
* we beat exceptions out of lib/system a long time ago.Chris Lattner2009-07-171-29/+4
* Simplify some more.Evan Cheng2009-07-172-80/+5
* Commit this change, to accompany r76232.Dan Gohman2009-07-171-1/+2
* Use more terse and precise linkage checks.Chris Lattner2009-07-171-15/+6
* Eliminate yet another copy of getOpcode.Dan Gohman2009-07-171-17/+6
* Fix typoDaniel Dunbar2009-07-171-1/+1
* these two pieces of code are the same because we alwaysChris Lattner2009-07-171-12/+3
* Fix a typo that Duncan spotted.Dan Gohman2009-07-171-1/+1
* Add a new Operator class, for handling Instructions and ConstantExprsDan Gohman2009-07-175-147/+147
* Untangle a snarl that I discovered when updating the mangler,Chris Lattner2009-07-177-33/+23
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-1711-7/+190
* Trailing whitespace.Mikhail Glushenkov2009-07-172-19/+19
* fix include guard.Chris Lattner2009-07-171-2/+2
* Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDef...Evan Cheng2009-07-173-159/+46
* GetElementPtr instructions default to having no overflow.Dan Gohman2009-07-171-0/+9
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-173-0/+24
* Fix a crash in SROA. The FunctionPass::doInitialization method was neverBob Wilson2009-07-171-0/+1
* Define a no-pointer-overflow flag for GetElementPtr instructions.Dan Gohman2009-07-171-0/+17
* Add new classes for working with optional optimization dataDan Gohman2009-07-171-0/+112
* Fix copy & paste errorsAnton Korobeynikov2009-07-171-8/+8
* Add a method to clear optional optimization information from a Value.Dan Gohman2009-07-171-0/+6
* Add missed attributes to C bindingsAnton Korobeynikov2009-07-171-0/+8
* Start generating AsmMatcher.inc for X86.Daniel Dunbar2009-07-172-1/+2
* tblgen/AsmMatcher: Emit simple matcher for register names.Daniel Dunbar2009-07-171-3/+30
* r76102 added the MachineCodeEmitter::processDebugLoc call and called it fromJeffrey Yasskin2009-07-173-6/+4
* Fix compile warning.Daniel Dunbar2009-07-171-0/+2
* Add missed returnAnton Korobeynikov2009-07-171-1/+1
* opt: Add -std-link-opts argument, matches llvm-ld's optimizations.Daniel Dunbar2009-07-171-6/+39
* Add support for naked functionsAnton Korobeynikov2009-07-178-5/+18
* rename test.Chris Lattner2009-07-171-0/+0
* revert one of the loops to use indicies over iterators because there are vect...Bruno Cardoso Lopes2009-07-171-4/+3
* Add a SubclassOptionalData field to Value. See the doxygen comment forDan Gohman2009-07-172-1/+8
* Fix typo.Daniel Dunbar2009-07-171-1/+1
* Initialize another Context, in the hopes of unbreaking CBE.Daniel Dunbar2009-07-171-0/+3
* Fix an apparent typo.Dan Gohman2009-07-171-1/+1
* Make DOUT an lvalue in release mode so that developers may use DOUT inDavid Greene2009-07-171-1/+2
* Provide slightly more refined error message when trying to lookup a target, andDaniel Dunbar2009-07-171-1/+18
* Add logic to align instruction operands to columns for pretty-printing.David Greene2009-07-173-12/+136