Support pattern matching various x86 sse shifts.
[oota-llvm.git] / include /
2009-01-25 Dan GohmanEliminate the loop that searches through each of the...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-23 Gabor GreifSimplify the logic of getting hold of a PHI predecessor...
2009-01-23 Nate BegemanAdd support for deleting a module provider from a JIT...
2009-01-23 Evan ChengCross register class coalescing. Not yet enabled.
2009-01-22 Gabor Greifintroduce a useful abstraction to find out if a Use...
2009-01-22 Tanya LattnerRegenerated configure after backing out 62553 and r62616.
2009-01-22 Chris Lattnerrename methods in System/Host to be more consistent.
2009-01-22 Bob WilsonAdd SelectionDAG::getNOT method to construct bitwise...
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2009-01-22 Tanya LattnerBump to 2.6svn.
2009-01-22 Bill WendlingThe operator<() and operator>() were reversing their...
2009-01-22 Bill WendlingGet rid of warning about implicit 64-to-32 bit conversions.
2009-01-21 Steve NaroffAdd explicit this-> (to make the VS compiler happy).
2009-01-21 Douglas GregorFix ilist two-phase name lookup
2009-01-21 Dan GohmanAdd a comment to SelectionDAG::ReplaceAllUsesWith to...
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
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...
next