oota-llvm.git
2010-04-30 Daniel DunbarUpdate for CIndex rename.
2010-04-30 Bill WendlingMaybe it needs sse2?
2010-04-30 Bill WendlingForce 64-bit.
2010-04-30 Dan GohmanFix a typo.
2010-04-30 Chris LattnerDan recently disabled recursive inlining within a funct...
2010-04-30 Bill WendlingEXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have...
2010-04-30 Daniel DunbarDon't use 'else ifdef', I guess this is a 3.81 feature?
2010-04-30 Dan GohmanRemove this debug output. The MachineFunction will...
2010-04-30 Jakob Stoklund... The local register allocator has to spill dirty callee...
2010-04-30 Dan GohmanUpdate BitVectorTest.cpp to stay in sync with SmallBitV...
2010-04-30 Daniel DunbarFix TOOLALIAS to not make dependency against $(PROJ_bin...
2010-04-30 Devang PatelPreserve debug info attached with call instruction...
2010-04-30 Dan GohmanMake this code less confusing. Instead of reassigning...
2010-04-30 Daniel DunbarAdd new NO_INSTALL_ARCHIVES make variable, to suppress...
2010-04-30 Daniel DunbarAdd an install-clang-c top-level target, which does...
2010-04-30 Devang PatelNew test.
2010-04-30 Devang PatelAttach AT_APPLE_optimized attribute to optimized functi...
2010-04-30 Dan GohmanEmitDbgValue doesn't need its EdgeMapping argument.
2010-04-30 David ChisnallFixed @ctor / @dtor the wrong way around in last commit.
2010-04-30 David ChisnallAdded a brief explanation of @llvm.global_{c,d}tors.
2010-04-30 Dan GohmanSet isSigned to true when creating an all-ones integer...
2010-04-30 Dan GohmanSilence compiler warnings.
2010-04-30 Dan GohmanAdd lint checks for invalid uses of memory.
2010-04-30 Dan GohmanAdd some comments.
2010-04-30 Dan GohmanRemove the -disable-16bit command-line option, which...
2010-04-30 Jakob Stoklund... Don't use floating point in SimpleRegisterCoalescing.
2010-04-30 Dan GohmanProperly escape edge source and destination labels.
2010-04-30 Dan GohmanAdd -o /dev/null to some tests which don't care about...
2010-04-30 Dan GohmanApply a patch from Jan Sjodin to fix a compiler abort...
2010-04-30 Daniel DunbarRegenerate.
2010-04-30 Daniel DunbarDefault OPTIMIZE_OPTION to -O2 on FreeBSD, at the reque...
2010-04-30 Benjamin KramerSmallBitVector: Rework find_first/find_next and tweak...
2010-04-30 Benjamin KramerImplement a read/write operator[] for SmallBitVector...
2010-04-30 Benjamin KramerMake sure SmallBitVector actually uses the small case...
2010-04-30 Evan ChengFix test.
2010-04-30 Evan ChengAnother sibcall bug. If caller and callee calling conve...
2010-04-30 Dan GohmanTemporarily disable SelectionDAG kill flags, which...
2010-04-30 Jeffrey YasskinFix the OProfileJITEventListener build after r101844...
2010-04-30 Dan GohmanSet register kill flags on the SelectionDAG path, at...
2010-04-29 Jakob Stoklund... Reject really weird coalescer case when trying to merge...
2010-04-29 Nick LewyckyThe llc -f flag was removed.
2010-04-29 Dan GohmanDon't leave Base.FrameIndex uninitialized, so that...
2010-04-29 Chris Lattneradd some more (void)'s to prototypes for PR6961
2010-04-29 Dan GohmanFix typos in assertion strings.
2010-04-29 Jakob Stoklund... Slightly verboser debug spew from coalescer
2010-04-29 Devang PatelMissed earlier. This is part of previous check-in....
2010-04-29 Devang PatelRefactor.
2010-04-29 Dale JohannesenMake naked functions work on PPC.
2010-04-29 Devang PatelPrint variable scope name in DEBUG_VALUE comment. Usefu...
2010-04-29 Evan ChengRemove DBG_VALUE which reference dead stack slots.
2010-04-29 Devang PatelDO not push DBG_VALUE machine instructions for inlined...
2010-04-29 Evan ChengAdd DenseMapInfo for int.
2010-04-29 Dan Gohmanllc no longer requires the -f option to overwrite files.
2010-04-29 Bob WilsonDon't remove libLTO.dylib if it's not being installed...
2010-04-29 Dan GohmanElaborate on a comment.
2010-04-29 Daniel DunbarRemove dead option.
2010-04-29 Duncan SandsVerify metadata harder. In particular, check that...
2010-04-29 Duncan SandsFix comment typo.
2010-04-29 Evan ChengAdd comment.
2010-04-29 Torok EdwinFix PR6910.
2010-04-29 Evan ChengRe-enable 102565 with fixes.
2010-04-29 Nick LewyckyFix typo.
2010-04-29 Evan ChengLoad folding tail call should not use ebp / rbp after...
2010-04-29 Mon P WangAdd support for assemblers that don't support periods...
2010-04-29 Evan ChengTemporarily disable my changes to unbreak the build.
2010-04-29 Evan ChengDo not generate duplicate dbg_value instructions for...
2010-04-29 Dan GohmanFix missing #include.
2010-04-29 Evan ChengAvoid emitting a dbg_value machineinstr that's not...
2010-04-29 Evan ChengFrame index can be negative.
2010-04-29 Evan ChengCheck Reg against zero.
2010-04-28 Evan Cheng- Really preserve dbg_value instructions when the regis...
2010-04-28 Devang Pateltidy up.
2010-04-28 Kevin EnderbyFixed the word sized Bit Scan Forward/Reverse instructi...
2010-04-28 Evan ChengReplace r102368 with code that's less fragile. This...
2010-04-28 Chris Lattnerfix this to work with objdir != srcdir
2010-04-28 Dale JohannesenFix comment.
2010-04-28 Dale JohannesenTest for llvm-gcc checkin 102543.
2010-04-28 Bob WilsonAdd an option to the Apple-style build to control wheth...
2010-04-28 Jim GrosbachAdd sizes non-floating point versions for the eh sjlj...
2010-04-28 Devang PatelUpdate tests. Now DBG_VALUE instruction is created...
2010-04-28 Chris Lattnerdeclare targets with (void) instead of () since this...
2010-04-28 Chris Lattnerfix PR6112 - When globalopt (or any other pass) does...
2010-04-28 Evan ChengPretty print DBG_VALUE machine instructions.
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Devang PatelWhile lowering dbg_declare, emit DBG_VALUE machine...
2010-04-28 Jakob Stoklund... Recompute kill flags from live intervals after coalesci...
2010-04-28 Jakob Stoklund... Teach X86FloatingPoint that a register can be killed...
2010-04-28 Bob WilsonUndo most of my previous whitespace fix. I think I...
2010-04-28 Bob WilsonFix inconsistent use of HOSTS and TARGETS variables.
2010-04-28 Bob WilsonFix whitespace.
2010-04-28 Evan ChengEnable i16 to i32 promotion by default.
2010-04-28 Evan ChengTry operation promotion only if regular dag combine...
2010-04-28 Evan ChengUnbreak the build. Only form shld / shrd after legaliza...
2010-04-28 Evan ChengUpdate tests.
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Evan ChengRather than having a ton of patterns for double shift...
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
2010-04-28 Chris Lattnerremove a dead argument to EmitAlignment.
2010-04-28 Chris Lattnerremove some default arguments to EmitAlignment.
2010-04-28 Devang PatelRefactor.
next