Port this test from dejagnu to unit testing.
[oota-llvm.git] / include /
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...
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.
next