aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-10/+14
* simplify the way how traits get hold of the symbol tableGabor Greif2009-03-071-5/+3
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-073-21/+0
* Add Module::getNamedValue; use to normalize access to Module symbolDaniel Dunbar2009-03-061-19/+21
* Sprinkle some PrettyStackEntry magic into the passmanager. With this, we nowChris Lattner2009-03-061-85/+99
* various cosmetic cleanups.Chris Lattner2009-03-061-136/+107
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-9/+9
* Another sentinel optimization. This one should alwaysGabor Greif2009-03-011-7/+0
* Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif2009-03-011-7/+0
* simplify handling "don't print top level name" processing, so that we getChris Lattner2009-03-011-37/+19
* walk type symbol table also, so we get:Chris Lattner2009-03-011-2/+10
* Fix a long-standing bug and misfeature of the disassembler: when dealing with a Chris Lattner2009-03-011-12/+122
* move type name population out of TypePrinting class into a static Chris Lattner2009-02-281-36/+51
* switch to densemap for pointer->word map.Chris Lattner2009-02-281-9/+9
* delete a bunch of duplicated type printing logic, using the type printingChris Lattner2009-02-281-152/+16
* make this work when constructed with a null module*Chris Lattner2009-02-281-2/+1
* expose TypePrinting as a public API.Chris Lattner2009-02-281-23/+24
* rename 'Result' to 'OS' in CalcTypeName for consistencyChris Lattner2009-02-281-37/+37
* do not embed the raw_ostream into TypePrinting, pass it as an argument to pri...Chris Lattner2009-02-281-52/+43
* stop calling Type::getDescription().Chris Lattner2009-02-281-12/+15
* simplificationsChris Lattner2009-02-281-6/+8
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-282-20/+11
* make CalcTypeName take a stream instead of a string to concat onto,Chris Lattner2009-02-281-55/+49
* remove a bunch of nearly-duplicated code.Chris Lattner2009-02-281-63/+18
* fix indentation, remove dead integer case.Chris Lattner2009-02-281-64/+59
* pull calcTypeName into TypePrinting class, make its type stackChris Lattner2009-02-281-12/+16
* inline method into its only use and simplify the result.Chris Lattner2009-02-281-11/+4
* simplify conditionChris Lattner2009-02-281-7/+10
* start refactoring the .ll printer: introduce a new TypePrinting classChris Lattner2009-02-281-310/+302
* Introduce a new technique for merging BasicBlock with Instruction sentinel by...Gabor Greif2009-02-271-34/+0
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-241-0/+10
* Extension of GEP in constant folder was broken (apparently this codeDaniel Dunbar2009-02-241-1/+1
* add proper asmwriter and asmparser support for anonymous functions.Chris Lattner2009-02-181-8/+2
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-4/+4
* Reapply r64301. These uses of "inline" can cause strangeDuncan Sands2009-02-131-8/+8
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-121-2/+9
* Revert r64300 and r64301. These were causing the following errors respectively:Bill Wendling2009-02-111-8/+8
* These uses of "inline" can cause strange link-timeDuncan Sands2009-02-111-8/+8
* Don't print extra spaces in vector and array constants. This makesDan Gohman2009-02-111-4/+2
* make sure that BranchInst::getSuccessor() does not assert in cast<>Gabor Greif2009-02-091-4/+5
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-054-8/+28
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-044-28/+8
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-044-8/+28
* Allow the inverse transform x86_fp80 -> i80 (alsoDuncan Sands2009-02-041-9/+4
* Fix PR3468: a crash when constant folding a bitcast ofDuncan Sands2009-02-041-6/+5
* reject things like: zext <4 x i32> %tmp to i256Chris Lattner2009-02-021-0/+10
* back out my previous change, it exposes a latent bug. investigatingGabor Greif2009-01-311-5/+4
* use precise accessorsGabor Greif2009-01-311-4/+5
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-282-5/+5
* Simplify the logic of getting hold of a PHI predecessor block.Gabor Greif2009-01-231-2/+1