Add implementations for sys::Memory::setWritable and sys::Memory::setExecutable on...
[oota-llvm.git] / lib / VMCore /
2008-10-03 Devang PatelFix function attribute verification check.
2008-10-03 Devang PatelVerify function attributes.
2008-10-02 Devang PatelRemove redundant check.
2008-10-01 Devang PatelAttributes noinline alwaysinline are incompatible
2008-10-01 Chris Lattneradd a new form of Type::dump that takes a module for...
2008-10-01 Dan GohmanMake some implicit conversions explicit, to avoid compi...
2008-10-01 Duncan SandsFactorize code: remove variants of "strip off
2008-10-01 Dan GohmanDon't prepend a space character for constants in Value...
2008-09-29 Devang PatelSupport inreg, zext and sext as return value attributes.
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-26 Dan GohmanFix missing whitespace in the printing of function...
2008-09-26 Dale JohannesenAnother file I forgot.
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-25 Bill WendlingMake pointer parameter const for isUsedInBasicBlock.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-25 Dan GohmanAvoid a spurious extra space character when printing...
2008-09-24 Oscar FuentesCMake: Lists of source files updated. Removed bogus...
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
2008-09-24 Devang Patels/ParamAttributeListImpl/AttributeListImpl/g
2008-09-24 Devang PatelPut FN_NOTE_AlwaysInline and others in FnAttr namespace.
2008-09-23 Devang PatelMove FN_NOTE_AlwaysInline and other out of ParamAttrs...
2008-09-23 Devang Patel80 cols
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-19 Gabor Greifbacking out my last commit, it was not intended to...
2008-09-19 Gabor Greiffirst shot at removing Use::Val
2008-09-14 Dan GohmanFix WriteAsOperand to not emit a leading space characte...
2008-09-09 Devang PatelAdd assertion check.
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-09 Anton KorobeynikovFix typo
2008-09-09 Anton KorobeynikovFix incorrect linker behaviour: we shouldn't resolve...
2008-09-09 Devang PatelSimplify.
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-08 Dan GohmanBitcasting two or from aggregate types is not permitted...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-03 Devang PatelAvoid extra comma.
2008-09-03 Devang PatelParse and print opt_size note.
2008-09-03 Nick LewyckyTry to fold each element of a vector. This is needed...
2008-09-03 Nick LewyckyDon't crash when trying to constant fold a vector with...
2008-09-02 Devang Patels/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
2008-09-02 Devang PatelUse bitwise AND.
2008-09-02 Devang PatelPrint function notes.
2008-09-02 Devang PatelInitialize function notes.
2008-09-02 Nuno Lopesplug a little memleak in verifyFunction()
2008-08-30 Gordon HenriksenPR2731: C and Ocaml bindings for setTailCall and isTail...
2008-08-30 Gordon HenriksenFix ConstantExpr::getInsertElement.
2008-08-29 Chris LattnerAsmprint nameless instructions as:
2008-08-28 Chris LattnerMake the verifier reject instructions which have null...
2008-08-27 Bill WendlingPut file scoped constants in an anonymous namespace...
2008-08-27 Chris LattnerMinor cleanup.
2008-08-27 Dan GohmanDiagnose uses of unsized types with the byval attribute...
2008-08-27 Dan GohmanUpdate wording, as aggregates are now first-class.
2008-08-27 Evan ChengAdd DebugInfoBuilder. Patch by Talin!
2008-08-25 Chris LattnerFix pasto (values -> types) noticed by Josh Conner
2008-08-25 Chris Lattnerflush stream after dumping.
2008-08-24 Chris Lattnerremove the type checking logic already done by tblgen...
2008-08-24 Chris Lattneradd a hack to temporarily allow pseudo source values.
2008-08-23 Chris Lattnerminor cleanups.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Bill WendlingReverting r55227. This was causing the following failur...
2008-08-23 Chris LattnerVerify that the alignment argument to llvm.memcpy is...
2008-08-23 Chris Lattnerremove verification for gc intrinsic argument types...
2008-08-23 Chris Lattnerthe bug was apparently fixed long ago, reenable the...
2008-08-21 Dale JohannesenAccept NOT of a constant vector of int.
2008-08-20 Chris LattnerAdd a new ConstantExpr::getWithOperands that takes...
2008-08-19 Chris Lattnermore cleanups, random methods shouldn't return ostreams.
2008-08-19 Chris Lattnermore cleanup, eliminate getLLVMName when printing out
2008-08-19 Chris Lattnerrandom cleanups, factor some printing code for linkage...
2008-08-19 Chris LattnerChange WriteTypeSymbolic/WriteAsOperand to return void...
2008-08-19 Chris Lattnerwhitespace cleanup
2008-08-19 Chris Lattnerrearrange code and make more legible.
2008-08-19 Chris Lattnerput SlotTracker in an anon namespace since it is private.
2008-08-19 Chris LattnerReid had to call this class "slot machine" out of some...
2008-08-18 Chris LattnerFix a bug daniel pointed out to me, where asmprinter...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Chris LattnergetLLVMName is only used for types now, which always...
2008-08-17 Chris Lattnerswitch valuemap's from std::map to densemap. This...
2008-08-17 Chris Lattneravoid an extraneous std::string construction
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-17 Chris Lattneravoid string thrashing when formatting names in output...
2008-08-17 Chris Lattnerrandom cleanups.
2008-08-15 Chris LattnerInline the fastpath of PATypeHolder::get(). This is...
2008-08-14 Devang PatelThe pass manager is not able to schedule -loop-deletion...
2008-08-14 Owen AndersonHave LeakDetector use a SmallPtrSet instead of an std...
2008-08-14 Dan GohmanImprove support for vector casts in LLVM IR and CodeGen.
2008-08-13 Dale JohannesenAdd read/write support for X86's sseregparm.
2008-08-12 Devang PatelUse SmallVector instead of std::vector
2008-08-12 Devang PatelUse DenseMap to keep track of last users.
2008-08-11 Devang PatelKeep track of analysis usage information for passes...
2008-08-09 Gordon HenriksenDelete a redundant binding, LLVMHasInitializer.
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-08-08 Chris LattnerDon't call getAnalysisUsage unless -debug-pass is enabl...
2008-08-08 Chris LattnerSpeed up the passmgr by avoiding heap thrashing on...
2008-08-07 Chris LattnerDon't verify passes when assertions are disabled.
2008-08-05 Dan GohmanFix the AsmWriter to not print extra spaces after param...
2008-08-05 Dan GohmanFix several const-correctness issues, resolving some...
next