fix warning in release-asserts mode and spelling of assert.
[oota-llvm.git] / include /
2009-01-21 Chris Lattneradd getPointerToGlobal to the C bindings, patch by...
2009-01-21 Duncan SandsCleanup whitespace and comments, and tweak some
2009-01-21 Sanjiv GuptaAllow targets to legalize operations (with illegal...
2009-01-21 Dale JohannesenMake special cases (0 inf nan) work for frem.
2009-01-21 Devang PatelEncode member accessibility.
2009-01-20 Devang PatelAppropriately mark fowrad decls.
2009-01-20 Evan ChengFix PR3243: a LiveVariables bug. When HandlePhysRegKill...
2009-01-20 Devang Patelindentation...
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-20 Devang Patelzap white spaces.
2009-01-20 Dale JohannesenAdd an IEEE remainder function, which is not
2009-01-20 Chris Lattnereliminate use of uint32_t to improve compatibility...
2009-01-20 Devang PatelEnable debug info for composite types.
2009-01-20 Evan ChengSpacing
2009-01-20 Duncan SandsIf a vector is empty, you're not allowed to access any
2009-01-19 Devang PatelVerify debug info.
2009-01-19 Dan GohmanRemove SDNode's virtual destructor. This makes it impos...
2009-01-19 Chris Lattnerimprove compatibility with cygwin, patch by Jay Foad!
2009-01-19 Devang PatelDebugInfo is a lightweight APIs and consumers are expec...
2009-01-18 Sanjiv GuptaFew targets like PIC16 wants libcall generation for...
2009-01-18 Duncan SandsBasicAliasAnalysis and FunctionAttrs were both
2009-01-17 Gabor Greifmake comparisons a bist faster
2009-01-17 Gabor Greifintroduce typedef for complicated vector, and use it too
2009-01-16 Mikhail GlushenkovSupport for multi-valued options in CommandLine
2009-01-16 Dan GohmanInstead of adding dependence edges between terminator...
2009-01-16 Evan ChengCreateVirtualRegisters does trivial copy coalescing...
2009-01-16 Chris Lattnerremove a dead method.
2009-01-16 Duncan SandsGet this building with gcc-4.4.
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2009-01-16 Sanjiv GuptaReverting back 62301.
2009-01-16 Sanjiv GuptaFew targets do not have a single directive to emit...
2009-01-16 Dan GohmanInitial hazard recognizer support in post-pass scheduli...
2009-01-15 Devang PatelValidate dbg_* intrinsics before lowering them.
2009-01-15 Dan GohmanGeneralize the HazardRecognizer interface so that it...
2009-01-15 Dan GohmanSimplify the MachineLICM pass by having it only travers...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Devang PatelUse lightweight DebugInfo objects directly.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Dan GohmanMake getWidenVectorType const.
2009-01-15 Dan GohmanConst-qualify getPreIndexedAddressParts and friends.
2009-01-14 Dale JohannesenFix the time regression I introduced in 464.h264ref...
2009-01-14 Ted KremenekAdd member template MallocAllocator::Allocate(Num)...
2009-01-13 Devang PatelRemovoe MachineModuleInfo methods (and related DebugInf...
2009-01-13 Devang PatelKeep "has debug info" big in MachineModuleInfo to avoid...
2009-01-13 Devang PatelUndo previous checkin.
2009-01-13 Devang PatelUse DwarfWriter to record dbg variables.
2009-01-13 Devang PatelUse dwarf writer to decide whether the module has debug...
2009-01-13 Nick LewyckyWind SCEV back in time, to Nov 18th. This 'fixes' PR327...
2009-01-13 Chris Lattneradd a new insertAfter method, patch by Tom Jablin!
2009-01-13 Owen AndersonFix fallout from r62144. Evan, please double check...
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-12 Devang PatelAdd classof() methods to support isa<> and other relate...
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...
next