summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-24
* Extension of GEP in constant folder was broken (apparently this codeDaniel Dunbar2009-02-24
* add proper asmwriter and asmparser support for anonymous functions.Chris Lattner2009-02-18
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* Reapply r64301. These uses of "inline" can cause strangeDuncan Sands2009-02-13
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-12
* Revert r64300 and r64301. These were causing the following errors respectively:Bill Wendling2009-02-11
* These uses of "inline" can cause strange link-timeDuncan Sands2009-02-11
* Don't print extra spaces in vector and array constants. This makesDan Gohman2009-02-11
* make sure that BranchInst::getSuccessor() does not assert in cast<>Gabor Greif2009-02-09
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* Allow the inverse transform x86_fp80 -> i80 (alsoDuncan Sands2009-02-04
* Fix PR3468: a crash when constant folding a bitcast ofDuncan Sands2009-02-04
* reject things like: zext <4 x i32> %tmp to i256Chris Lattner2009-02-02
* back out my previous change, it exposes a latent bug. investigatingGabor Greif2009-01-31
* use precise accessorsGabor Greif2009-01-31
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-28
* Simplify the logic of getting hold of a PHI predecessor block.Gabor Greif2009-01-23
* Do not use host floating point types when emittingDale Johannesen2009-01-21
* Make special cases (0 inf nan) work for frem.Dale Johannesen2009-01-21
* div/rem by zero and div/rem overflow are both undefined according toChris Lattner2009-01-19
* Verify Intrinsic::dbg_declare. Devang Patel2009-01-19
* Add the private linkage.Rafael Espindola2009-01-15
* add comment to explain my previous commit, as asked by ChrisNuno Lopes2009-01-15
* fix crash in the case when some arg is nullNuno Lopes2009-01-14
* add a new insertAfter method, patch by Tom Jablin!Chris Lattner2009-01-13
* Remove some dead code from the days llvm had type planes.Rafael Espindola2009-01-12
* make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner2009-01-12
* simplify CallSite helper class to not consult the Instruction'sGabor Greif2009-01-11
* Use the spiffy new getAlignmentFromAttrs function.Nick Lewycky2009-01-11
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* Use mayBeOverridden here, in anticipation of theDuncan Sands2009-01-08
* Fix failure messages in Verifier::PerformTypeCheck. The argument numbersBob Wilson2009-01-08
* CMake: removed lib/VMCore/DebugInfoBuilder.cpp.Oscar Fuentes2009-01-08
* Assert that VectorType::getTruncatedElementVectorType is not used withBob Wilson2009-01-07
* remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.hChris Lattner2009-01-07
* Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson2009-01-07
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* another fix to my previous commit:Gabor Greif2009-01-05
* eliminate tabs from my previous commitGabor Greif2009-01-05
* Get rid of the tagging functions and use PointerIntPair.Gabor Greif2009-01-05
* tighten up return type checkChris Lattner2009-01-05
* Add a mechanism to specify attributes in getOrInsertFunction.Nick Lewycky2009-01-04
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Don't analyze arguments already marked 'nocapture'.Duncan Sands2008-12-31
* Make stripPointerCasts and getUnderlyingObjectDuncan Sands2008-12-29
* select constant exprs should have the same constraints as select instructions,Chris Lattner2008-12-29
* move select validation logic into a shared place where the select ctor,Chris Lattner2008-12-29