oota-llvm.git
2009-12-09 Chris Lattnerthe code in GVN that tries to forward large loads to...
2009-12-09 Chris Lattneradd some aborts to #if 0's.
2009-12-09 Chris LattnerSwitch GVN and memdep to use PHITransAddr, which correc...
2009-12-09 Evan ChengTeach InferPtrAlignment to infer GV+cst alignment and...
2009-12-09 Devang PatelRemove tests that are not suitable anymore. Plus they...
2009-12-09 Evan ChengMove isConsecutiveLoad to SelectionDAG. It's not target...
2009-12-09 Chris Lattnerfix a nasty variable that was shadowing the real CurBB...
2009-12-09 Evan ChengInfer alignment for non-fixed stack object.
2009-12-09 Evan ChengAdd const qualifier.
2009-12-09 Evan ChengRefactor InferAlignment out of DAGCombine.
2009-12-09 Chris Lattnerfix many input tracking bugs.
2009-12-09 Chris Lattnerwhen opt crashes, print its command line arguments...
2009-12-09 Dan GohmanFix a typo in a comment, and adjust SmallSet and SmallV...
2009-12-09 Chris Lattnerfix PHI translation to take the PHI out of the instinp...
2009-12-09 Chris Lattnerinstructions defined in CurBB may be intermediate nodes...
2009-12-09 Chris Lattneradd dumping and sanity checking support.
2009-12-08 Dan GohmanPut a threshold on the number of users PointerMayBeCaptured
2009-12-08 Chris Lattnermake sure that PHITransAddr keeps its 'InstInputs'...
2009-12-08 Devang PatelRevert 90858 90875 and 90805 for now.
2009-12-08 Evan Cheng- Support inline asm 'w' constraint for 128-bit vector...
2009-12-08 Daniel Dunbarlit: Prevent crash-on-invalid (when run on directory...
2009-12-08 Daniel DunbarSet svn:ignore on tools/clang.
2009-12-08 Daniel DunbarCMake/lit: Add llvm_{unit_,}site_config parameters...
2009-12-08 Evan ChengRevert 90789 for now. It caused massive compile time...
2009-12-08 Bob WilsonSome superficial cleanups.
2009-12-08 Bob WilsonClean up dead operands left around after SROA replaces...
2009-12-08 Devang PatelCleanup.
2009-12-08 Devang PatelDo not try to push dead variable's debug info into...
2009-12-08 Benjamin KramerRemove useless calls to c_str().
2009-12-08 Duncan SandsTeach GlobalOpt to delete aliases with internal linkage...
2009-12-08 Chris Lattnerfix a typo (and -> add) and fix GetAvailablePHITranslat...
2009-12-08 Nick LewyckyRemove unnecessary #include "llvm/LLVMContext.h".
2009-12-08 Chris Lattnerwhitespace cleanup
2009-12-08 Oscar FuentesRemoved VC++ compatibility code from DataTypes.h.in.
2009-12-08 Oscar FuentesFor VC++, define the ?INT*_C macros only it they are...
2009-12-08 Anton KorobeynikovReduce (cmp 0, and_su (foo, bar)) into (bit foo, bar...
2009-12-07 Evan ChengWatch out for duplicated PHI instructions.
2009-12-07 Evan ChengFollow up to 90488. Turn a check into an assertion.
2009-12-07 Jeffrey YasskinFix the OProfileJITEventListener for StringRef being...
2009-12-07 Victor HernandezRename DIFactory::InsertValue() as DIFactory::InsertDbg...
2009-12-07 Devang PatelAdd support to emit debug info for c++ style namespaces.
2009-12-07 Evan ChengDelete code accidentally left behind.
2009-12-07 Chris Lattnerfix typo
2009-12-07 Chris Lattneradd accessor, improve comment.
2009-12-07 Evan ChengTest case for 90787.
2009-12-07 David GreeneUse FileCheck and set nounwind on calls.
2009-12-07 Dan GohmanApply Pekka Jääskeläinen's patch to raise the first...
2009-12-07 Victor HernandezIntroduce the "@llvm.dbg.value" debug intrinsic.
2009-12-07 Mikhail GlushenkovSimplify a bit.
2009-12-07 Mikhail GlushenkovThrow 'const char*' instead of 'std::string'.
2009-12-07 Chris Lattneradd support for phi translation and incorpation of...
2009-12-07 Dan GohmanDon't enable the post-RA scheduler on x86 except at...
2009-12-07 Chris Lattnercheckpoint of the new PHITransAddr code, still not...
2009-12-07 Mikhail GlushenkovRegenerate.
2009-12-07 Mikhail GlushenkovDocumentation update.
2009-12-07 Mikhail GlushenkovDeprecate 'unpack_values'.
2009-12-07 Mikhail GlushenkovPass '-msse' and friends to llc as '-mattr=+/-'.
2009-12-07 Mikhail GlushenkovImplement 'forward_value' and 'forward_transformed_value'.
2009-12-07 Mikhail GlushenkovRefactoring, no functionality change.
2009-12-07 Evan ChengPre-regalloc tale duplication. Work in progress.
2009-12-07 John Mosbyfixed some typos in method comments, reworded some...
2009-12-07 Oscar FuentesFixes the Atomic implementation if compiled by MSVC...
2009-12-07 Evan ChengIf BB is empty, insert PHI before end() instead of...
2009-12-07 Anton KorobeynikovSome pretty-printing
2009-12-07 Anton KorobeynikovTruncate the arguments of llvm.frameaddress / llvm...
2009-12-07 Anton KorobeynikovAdd lowering of returnaddr and frameaddr intrinsics...
2009-12-07 Anton KorobeynikovInitial codegen support for MSP430 ISRs
2009-12-07 Anton KorobeynikovAdd MSP430 interrupt calling conv. No functionality...
2009-12-07 Anton KorobeynikovAdd ability to select hw multiplier mode and select...
2009-12-07 Rafael EspindolaFix typos. Thanks to John Tytgat for noticing it!
2009-12-06 Anton KorobeynikovDynamic stack realignment use of sp register as source...
2009-12-06 Chris Lattnerfix PR5698
2009-12-06 Chris Lattnerremove extraneous comma clang warns about
2009-12-06 Chris Lattnerconstant fold loads from memcpy's from global constants...
2009-12-06 Chris Lattneradd support for forwarding mem intrinsic values to...
2009-12-06 Chris Lattnergvn is optimizing this better now.
2009-12-06 Chris LattnerHandle forwarding local memsets to loads. For example...
2009-12-06 Chris LattnerAdd helper methods for forming shift operations with...
2009-12-06 Chris Lattnermerge two tests.
2009-12-06 Oscar FuentesCheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SO...
2009-12-05 Oscar FuentesFix for atomic intrinsics detection when using MSVC.
2009-12-05 Dan GohmanRemove old DBG_LABEL code.
2009-12-05 Dan GohmanRemove the unused DisableLegalizeTypes option and relat...
2009-12-05 Bill WendlingCalling InvalidateEntry during the refinement was break...
2009-12-05 Bill WendlingFinal cleanups:
2009-12-05 Bill WendlingTemporarily revert r90502. It was causing the llvm...
2009-12-05 Nick LewyckyDocument that memory use intrinsics may also return...
2009-12-05 Nick LewyckyFix indentation in switch statement.
2009-12-05 Nick LewyckyGeneralize this optimization to work on equality compar...
2009-12-05 Eric ChristopherMore updates to objectsize intrinsic docs.
2009-12-05 Dan GohmanDon't print a space before the : between the file name...
2009-12-05 Bill WendlingInline methods which are called only once.
2009-12-05 Bill WendlingRefactor some code. No functionality change.
2009-12-05 Dan GohmanPrint newlines after printing labels for debug info...
2009-12-05 Dan GohmanDon't blindly set the debug location for PHI node copies.
2009-12-05 Dan GohmanMake TargetSelectInstruction protected and called from...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-12-05 Dan GohmanSimplify this code: don't call AnalyzeBranch before...
2009-12-05 Dan GohmanThe debug information for an LLVM Instruction applies...
2009-12-05 Dan GohmanFix this code to use DIScope instead of DICompileUnit...
next