Added some basic lint tools for C++ and generic lint tool applicable to all
[oota-llvm.git] / include /
2009-01-02 Misha Brukman* Alphabetized system headers per the style guide
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2009-01-02 Nick LewyckyFix typo.
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2009-01-01 Bill WendlingSome compilers are picky about accessing the first...
2008-12-31 Duncan SandsDon't analyze arguments already marked 'nocapture'.
2008-12-31 Misha BrukmanFixed grammar and capitalization.
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-31 Chris LattnerAdd a new Attribute::getAlignmentFromAttrs method.
2008-12-29 Bill WendlingLinux wants the FDE initial location and address range...
2008-12-29 Chris Lattnermove select validation logic into a shared place where...
2008-12-28 Owen AndersonForgot to commit this file.
2008-12-27 Chris Lattnerimplement simplify_type for PATypeHolder so that isa...
2008-12-24 Bill WendlingDarwin likes for the EH frame to be non-local.
2008-12-24 Bill WendlingGCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding...
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-12-23 Dan GohmanRename BuildSchedUnits to BuildSchedGraph, and refactor the
2008-12-23 Dan GohmanComment MO_FPImmediate and doxygenate surrounding comments.
2008-12-22 Dan GohmanRefactor a bunch of code out of AsmPrinter::EmitGlobalC...
2008-12-22 Dan GohmanAdd an assertion to the ScheduleDAGInstrs class to...
2008-12-22 Dan GohmanAdd an accesor for the isNormalMemory field in the...
2008-12-22 Dan GohmanAdd an assertion to catch SUnits reallocations. And...
2008-12-22 Dan GohmanClarify a comment.
2008-12-20 Dan GohmanReword the comment for ConstantInt's getLimitedValue.
2008-12-20 Dan GohmanLiveInterval::removeKills and isKill don't need 'this...
2008-12-19 Evan ChengFix PR3149. If an early clobber def is a physical regis...
2008-12-19 Gordon HenriksenAdd dyn_cast_or_null bindings for some additional class...
2008-12-19 Gordon HenriksenC bindings for dyn_cast_or_null.
2008-12-19 Chris LattnerAdd support for writing LLVM IR to a specified Bitstrea...
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-19 Nick LewyckyResubmit support for the 'nocapture' attribute.
2008-12-19 Dan GohmanFix RegScavenger::forward() to work on basic blocks...
2008-12-19 Dan GohmanDelete the RegScavenging constructor that takes a Machi...
2008-12-18 Mon P WangAdded support for vector widening.
2008-12-17 Devang PatelToday the front-ends (llvm-gcc and clang) generate...
2008-12-17 Chris LattnerThis adds some missing functions to the C binding:
2008-12-17 Dan GohmanFix the comments for getDepth and getHeight.
2008-12-17 Mikhail GlushenkovSome enhancements for the 'case' expression.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-16 Torok EdwinAdd -print-dbginfo pass that prints LLVM IR with commen...
2008-12-16 Torok EdwinAdd utility functions to search for DbgStopPointInst...
2008-12-16 Dan GohmanAdd initial support for back-scheduling address computa...
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-16 Dan GohmanMove addPred and removePred out-of-line.
2008-12-16 Dan GohmanMake addPred and removePred return void, since the...
2008-12-16 Dan GohmanAdd a getSDep() access function to SUnitIterator to...
2008-12-16 Dan GohmanReorder some SDep methods. No functionality change.
2008-12-16 Dan GohmanSDep's operator== should compare the Latency field...
2008-12-15 Dan GohmanFix a typo in a comment.
2008-12-15 Nick LewyckyIt turns out that "align 1" and unaligned are different...
2008-12-15 Chris LattnerImplement initial support for PHI translation in memdep...
2008-12-15 Nick LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-12-14 Duncan SandsReapply r60997, this time without forgetting that
2008-12-13 Bill WendlingTemporarily revert r60997. It was causing this failure:
2008-12-13 Duncan SandsLegalizeDAG is not supposed to introduce illegal
2008-12-13 Cedric VenetAdd explicit this-> for some member function in templat...
2008-12-13 Torok EdwinFix getFieldAs() to use the parameter instead of 6.
2008-12-11 Torok Edwinfix grammar, thanks Duncan!
2008-12-11 Mikhail GlushenkovMerge Base.td and Tools.td.
2008-12-11 Torok Edwinintroduce BasicBlock::getUniquePredecessor()
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-12-10 Dan GohmanUpdate CalcLatency to work in terms of edge latencies...
2008-12-10 Evan ChengFix a couple of Dwarf bugs.
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-09 Chris LattnerTeach GVN to invalidate some memdep information when...
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-09 Chris LattnerTeach BasicAA::getModRefInfo(CallSite, CallSite) some
2008-12-09 Chris Lattnerrename getNonLocalDependency -> getNonLocalCallDependen...
2008-12-09 Mikhail GlushenkovSupport -emit-llvm properly (with -S and -c).
2008-12-09 Chris Lattnerrename getNonLocalPointerDepInternal -> getNonLocalPoin...
2008-12-09 Evan ChengDisableGVCompilation should not abort on internal Globa...
2008-12-09 Chris Lattnernewline at end of phile
2008-12-09 Chris Lattneruse hte new pred cache to speed up the new non-local...
2008-12-09 Chris Lattnerpred_iterator got a lot slower since use-diet landed...
2008-12-09 Dan GohmanFix the name of ISD::TokenFactor in a comment. Thanks...
2008-12-09 Chris Lattnerremove two unneeded forward declarations, pointed out...
2008-12-08 Dan GohmanMove the conversion to intptr_t to a separate statement...
2008-12-08 Ted KremenekUse 'delete []' instead of 'delete' in OwningArray...
2008-12-08 Duncan SandsFix comment typo.
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-12-08 Chris Lattneradd another level of caching for non-local pointer...
2008-12-08 Chris Lattnerintroduce a new RoundUpAlignment helper function, use...
2008-12-08 Dan GohmanMake ConstantAggregateZero::get return a ConstantAggreg...
2008-12-08 Chris LattnerSpeed up getABITypeSize by turning a i64 mul and div...
2008-12-08 Dan GohmanClarify a comment.
2008-12-08 Dan GohmanMove createVirtualRegister out-of-line.
2008-12-07 Dan GohmanUse bool instead of int, now that it no longer evokes...
2008-12-07 Dan GohmanUse intptr_t instead of unsigned here, which is more...
2008-12-07 Chris Lattnerfix a typo duncan noticed!
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovPlugin updates: support more options.
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-12-07 Chris Lattneradd support for caching pointer dependence queries...
2008-12-07 Chris LattnerSome internal refactoring to make it easier to cache...
2008-12-07 Chris LattnerIntroduce a new MemDep::getNonLocalPointerDependency
2008-12-07 Chris Lattnerpush the "pointer case" up the analysis stack a bit...
2008-12-07 Chris LattnerRename getCallSiteDependency -> getCallSiteDependencyFr...
2008-12-07 Chris Lattnermake getDependencyFrom private.
2008-12-05 Chris LattnerMake a few major changes to memdep and its clients:
next