fix some typos that Duncan noticed
[oota-llvm.git] / lib / VMCore /
2009-02-18 Chris Lattneradd proper asmwriter and asmparser support for anonymou...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-13 Duncan SandsReapply r64301. These uses of "inline" can cause strange
2009-02-12 Nate BegemanAdd suppport for ConstantExprs of shufflevectors whose...
2009-02-11 Bill WendlingRevert r64300 and r64301. These were causing the follow...
2009-02-11 Duncan SandsThese uses of "inline" can cause strange link-time
2009-02-11 Dan GohmanDon't print extra spaces in vector and array constants...
2009-02-09 Gabor Greifmake sure that BranchInst::getSuccessor() does not...
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-04 Duncan SandsAllow the inverse transform x86_fp80 -> i80 (also
2009-02-04 Duncan SandsFix PR3468: a crash when constant folding a bitcast of
2009-02-02 Chris Lattnerreject things like: zext <4 x i32> %tmp to i256
2009-01-31 Gabor Greifback out my previous change, it exposes a latent bug...
2009-01-31 Gabor Greifuse precise accessors
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-23 Gabor GreifSimplify the logic of getting hold of a PHI predecessor...
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2009-01-21 Dale JohannesenMake special cases (0 inf nan) work for frem.
2009-01-19 Chris Lattnerdiv/rem by zero and div/rem overflow are both undefined...
2009-01-19 Devang PatelVerify Intrinsic::dbg_declare.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Nuno Lopesadd comment to explain my previous commit, as asked...
2009-01-14 Nuno Lopesfix crash in the case when some arg is null
2009-01-13 Chris Lattneradd a new insertAfter method, patch by Tom Jablin!
2009-01-12 Rafael EspindolaRemove some dead code from the days llvm had type...
2009-01-12 Chris Lattnermake tblgen emit the entire Intrinsic::getAttributes...
2009-01-11 Gabor Greifsimplify CallSite helper class to not consult the Instr...
2009-01-11 Nick LewyckyUse the spiffy new getAlignmentFromAttrs function.
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-08 Duncan SandsUse mayBeOverridden here, in anticipation of the
2009-01-08 Bob WilsonFix failure messages in Verifier::PerformTypeCheck...
2009-01-08 Oscar FuentesCMake: removed lib/VMCore/DebugInfoBuilder.cpp.
2009-01-07 Bob WilsonAssert that VectorType::getTruncatedElementVectorType...
2009-01-07 Chris Lattnerremove DebugInfoBuilder, it has been subsumed by Analys...
2009-01-07 Bob WilsonImprove support for type-generic vector intrinsics...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-05 Gabor Greifanother fix to my previous commit:
2009-01-05 Gabor Greifeliminate tabs from my previous commit
2009-01-05 Gabor GreifGet rid of the tagging functions and use PointerIntPair.
2009-01-05 Chris Lattnertighten up return type check
2009-01-04 Nick LewyckyAdd a mechanism to specify attributes in getOrInsertFun...
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-31 Duncan SandsDon't analyze arguments already marked 'nocapture'.
2008-12-29 Duncan SandsMake stripPointerCasts and getUnderlyingObject
2008-12-29 Chris Lattnerselect constant exprs should have the same constraints...
2008-12-29 Chris Lattnermove select validation logic into a shared place where...
2008-12-19 John CriswellThe fields for the stoppoint debug intrinsic have not...
2008-12-19 Gordon HenriksenC bindings for dyn_cast_or_null.
2008-12-19 Nick LewyckyCommit missed files from nocapture change.
2008-12-18 Mon P WangAdded support for vector widening.
2008-12-17 Chris LattnerThis adds some missing functions to the C binding:
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-15 Nick LewyckyIt turns out that "align 1" and unaligned are different...
2008-12-15 Nick LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-12-13 Chris LattnerThese messages should always be emitted when NDEBUG...
2008-12-11 Torok Edwinfix grammar, thanks Duncan!
2008-12-11 Torok Edwinintroduce BasicBlock::getUniquePredecessor()
2008-12-08 Dan GohmanMake ConstantAggregateZero::get return a ConstantAggreg...
2008-12-03 Dan GohmanHave PseudoSourceValue override Value::dump, so that...
2008-12-02 Chris LattnerComment typeo fix, thanks Duncan!
2008-12-02 Chris Lattneradd a little helper function that does PHI translation.
2008-12-01 Chris LattnerThe PreVerifier pass preserves everything. In practice...
2008-11-27 Chris Lattnerimprove const correctness.
2008-11-26 Chris Lattneradd a long-overdue AllocaInst::isStaticAlloca method.
2008-11-21 Devang PatelSilence unused variable warnings.
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-11-19 Bill WendlingUse stripPointerCasts when checking for AllocaInsts...
2008-11-19 Bill WendlingUse dyn_cast instead of cast.
2008-11-19 Bill WendlingMatch an element of the return type if it returns a...
2008-11-18 Bill WendlingVerify that the second parameter of the stacprotector...
2008-11-15 Nick LewyckyCorrect this error message.
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-11-13 Bill WendlingRefactor the code that does the type checking for intri...
2008-11-13 Bill WendlingImplement stack protectors as function attributes:...
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-11-10 Chris LattnerUse utohex_buffer instead of utohexstr to avoid creatin...
2008-11-06 Dan GohmanFix a use of an invalid iterator when -debug-pass=Detai...
2008-11-05 Bill WendlingAdd comments to function.
2008-11-05 Devang PatelSilence unused variable warnings.
2008-11-04 Nuno Lopesfix memory leak in pass manager when adding an analysis...
2008-11-04 Bill Wendling- Add a "getOrInsertGlobal" method to the Module class...
2008-11-04 Dan GohmanDuncan pointed out that the Extended case in getTypeFor...
2008-11-04 Dan GohmanAdd a return statement to suppress warnings in NDEBUG...
2008-11-04 Dan GohmanAdd some asserts to verify MVT invariant assumptions.
2008-11-03 Devang PatelFix unused variable warnings.
2008-11-03 Dan GohmanAdd C bindings for extractvalue and insertvalue. Patch...
2008-11-03 Dan GohmanChange how extended types are represented in MVTs....
2008-11-01 Sanjiv GuptaReverting back 58505. Will commit it once I have the...
2008-10-31 Sanjiv GuptaFor some targets pointer and int are 16-bits. Allow...
2008-10-28 Daniel DunbarReuse PrintEscapedString for printing names in .ll
2008-10-27 Nick LewyckyFix an obvious copy/pasto.
2008-10-26 Bill WendlingFix type-o in ExprMapKeyType::operator ==(). The "...
2008-10-25 Gordon HenriksenRelated to PR2911, reject as invalid non-pointer GC...
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-10-21 Oscar FuentesCMake: updated lib/VMCore/CMakeLists.txt
next