Rename getABITypeSize to getTypePaddedSize, as
[oota-llvm.git] / include /
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Devang PatelAdd DwarfWriter interface to mainipulate source locatio...
2009-01-12 Rafael EspindolaRemove some dead code from the days llvm had type...
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
2009-01-12 Chris Lattneradd nocapture attribute to llvm.mem* intrinsics and...
2009-01-11 Gabor Greifdrats! remove tabs
2009-01-11 Gabor Greifsimplify CallSite helper class to not consult the Instr...
2009-01-09 Evan ChengDuplicated node may produce a non-physical register...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2009-01-09 Devang PatelRequest DwarfWriter. This will be used to handle dbg_...
2009-01-09 Mikhail GlushenkovAdd a --check-graph option to llvmc.
2009-01-09 Chris Lattneradd a helper method.
2009-01-09 Chris Lattnerfit in 80 cols
2009-01-09 Dale JohannesenAdjustments to last patch based on review.
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-08 Dan GohmanDelete unnecessary parens around return values.
2009-01-08 Dan GohmanCorrect the form of the atomic opcode names in a comment.
2009-01-08 Dale JohannesenDo not inline functions with (dynamic) alloca into
2009-01-08 Bill Wendling* Don't explicitly cast "0" to "void*". This doesn...
2009-01-08 Misha BrukmanRemove extra blank line and space.
2009-01-08 Misha Brukman* Added unittests for StringMap
2009-01-08 Misha Brukman* Fixed spelling of "sentinel"
2009-01-07 Bob WilsonAssert that VectorType::getTruncatedElementVectorType...
2009-01-07 Chris Lattnerremove DebugInfoBuilder, it has been subsumed by Analys...
2009-01-07 Dan GohmanAdd empty() methods for register def lists.
2009-01-07 Evan ChengThe coalescer does not coalesce a virtual register...
2009-01-07 Bob WilsonImprove support for type-generic vector intrinsics...
2009-01-06 Chris Lattnerno need to negate the APInt for 0.
2009-01-05 Chris LattnerChange m_ConstantInt and m_SelectCst to take their...
2009-01-05 Chris Lattnermake m_ConstantInt(int64_t) safely match ConstantInt...
2009-01-05 Bill WendlingRevert r61415 and r61484. Duncan was correct that these...
2009-01-05 Devang PatelExtract source location info from DebugInfo.
2009-01-05 Duncan SandsAdd a note about passing MVT::Other to getSetCCResultType.
2009-01-05 Devang PatelAdd classof() methods so that dwarf writer can decide...
2009-01-05 Dan GohmanAdd <climits>, to get the definition of CHAR_BIT. This...
2009-01-05 Dan GohmanTargetLowering.h #includes SelectionDAGNodes.h, so...
2009-01-05 Devang PatelConstruct stuct field DIEs.
2009-01-05 Devang PatelConstruct enumerator DIE using DebugInfo.
2009-01-05 Devang PatelConstruct array/vector type DIEs using DebugInfo.
2009-01-05 Devang PatelNow, getTag() is used by DwarfWriter.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
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-04 Nick LewyckyAdd a mechanism to specify attributes in getOrInsertFun...
2009-01-04 Nick LewyckyAdd utility functions for marking parameters as noalias...
2009-01-04 Dan GohmanAdd several more unimplemented operator overloads to...
2009-01-04 Chris Lattneradd #include guards, thanks Dan.
2009-01-03 Dan GohmanRemove the code from the scheduler that commuted two...
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...
next