oota-llvm.git
2008-10-06 Devang PatelSet UNIVERSAL_ARCH value.
2008-10-06 Evan ChengFix PR2850 and PR2863. Only generate movddup for 128...
2008-10-06 Dale JohannesenTemporarily revert functionality change from my previou...
2008-10-06 Devang PatelRemove interfaces implemented by dead pass from the...
2008-10-06 Evan ChengCosmetic.
2008-10-06 Devang PatelUpdate function attributes docs.
2008-10-06 Evan ChengThis is an objective-c test, not an objective-c++ one.
2008-10-06 Dale JohannesenMark shortening NaN conversions as Inexact. PR 2856.
2008-10-06 Devang PatelIt is possible that all functions in one module are...
2008-10-06 Dan GohmanDon't dereference the end() iterator. Thanks to
2008-10-06 Devang PatelRemove unncessary isDeclaration() checks.
2008-10-06 Matthijs KooijmanAllow scalarrepl to treat an all-zero GEP just as bitcast.
2008-10-06 Duncan SandsActually run Obj-C++ tests if llvm-gcc supports.
2008-10-06 Duncan SandsClarify the relationship between byval and readonly/
2008-10-06 Chris Lattnerreorder #include order, patch by Kenneth Boyd!
2008-10-06 Chris LattnerAdd #include to get alloca, patch by Kenneth Boyd!
2008-10-05 Chris LattnerFix shift overflow bug that would occur when a field...
2008-10-05 Chris Lattnerfix an incorrect and extremely confusing error message
2008-10-05 Chris Lattnermake the autoupgrade code for ret attributes dramatical...
2008-10-05 Chris LattnerA word got optimized out, thanks to Duncan for pointing...
2008-10-05 Nuno Lopesregenerate
2008-10-05 Nuno Lopesclean ArgTypeListI production: free the PATypeHolder
2008-10-05 Anton KorobeynikovEmit type-correct constant null. Also fix a typo.
2008-10-05 Anton KorobeynikovFix weird think-o and unbreak build on all gcc-3.4...
2008-10-05 Chris Lattnerthis case is matched now.
2008-10-05 Chris Lattnerrewrite bswap matching to be more general, allowing...
2008-10-05 Steve NaroffUpdate VC++ project file
2008-10-05 Chris Lattnerfix a bug where the bswap matcher could match a case...
2008-10-04 Chris Lattnerwrap some long lines and expand i32 mul's to libcalls...
2008-10-04 Oscar FuentesCMake: Reflected changes on source file structure....
2008-10-04 Dan GohmanUpdate the documentation for first-class aggregates...
2008-10-04 Chris Lattneradd a note about inline asm
2008-10-04 Chris Lattnerimprove description of param/ret attrs
2008-10-04 Chris Lattnerimprove descriptions of function attrs
2008-10-04 Chris Lattnernotes are gone.
2008-10-04 Chris Lattnercomment cleanups
2008-10-04 Chris LattnerMake GenLibDeps.pl more robust in the face of broken...
2008-10-04 Duncan SandsIgnore loads from and stores to local memory (i.e....
2008-10-04 Nick LewyckyAllow the construction of SCEVs with SCEVCouldNotComput...
2008-10-04 Anton KorobeynikovRevert r56675 - it breaks unwinding runtime everywhere.
2008-10-04 Argyrios KyrtzidisAdd implementations for sys::Memory::setWritable and...
2008-10-04 Argyrios KyrtzidisFix compilation error on MSVC.
2008-10-04 Dan GohmanFix fast-isel's handling of atomic instructions. They may
2008-10-04 Dan GohmanFix a bug in the local allocator's liveness computation...
2008-10-03 Dale JohannesenMake atomic Swap work, 64-bit on x86-32.
2008-10-03 Dan GohmanClean up some multiple-return-value code that is no...
2008-10-03 Daniel DunbarChange PointerType::get -> getUnqual
2008-10-03 Mikhail GlushenkovRename llvmc2/core to llvmc2/driver.
2008-10-03 Daniel DunbarAnother dependency fix, prevent ObjDir from having...
2008-10-03 Devang PatelFix function attribute verification check.
2008-10-03 Dale JohannesenPass MemOperand through for 64-bit atomics on 32-bit,
2008-10-03 Daniel DunbarAdd IS_CLEANING_TARGET Makefile variable.
2008-10-03 Devang PatelNick Lewycky's patch.
2008-10-03 Nuno Lopesupdate svn:ignore
2008-10-03 Evan ChengNew test case.
2008-10-03 Dan GohmanUse -1ULL instead of uint64_t(-1), at Anton's suggestion.
2008-10-03 Devang PatelVerify function attributes.
2008-10-03 Evan ChengFix typos pointed out by Duncan. Also untabify these...
2008-10-03 Daniel DunbarUnbreak build.
2008-10-03 Dan GohmanAvoid creating two TargetLowering objects for each...
2008-10-03 Dan GohmanRemove an unused field.
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-10-03 Jim GrosbachIndexing off by one resulted in errant encoding of...
2008-10-03 Jim GrosbachNeedStub/DoesntNeedStub logic was reversed, leading...
2008-10-03 Nuno Lopesregenerate
2008-10-03 Nuno Lopesfix more memleaks in ResolveTypeTo() and ParseGlobalVar...
2008-10-03 Nuno Lopesregenerate with bison 2.3
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-03 Nuno Lopesfix memleak in FunctionHeaderH
2008-10-03 Mikhail GlushenkovRename llvmc2/src to llvmc2/core.
2008-10-03 Mikhail GlushenkovFix build breakage when objdir!=srcdir (proper fix).
2008-10-03 Mikhail GlushenkovFix build breakage (again) when srcdir != objdir, other...
2008-10-03 Duncan SandsThe result of getSetCCResultType (eg: i32) may be larger
2008-10-03 Duncan SandsTeach internalize to preserve the callgraph.
2008-10-03 Nicolas GeoffrayAcquire the lock only when necessary. More precisely...
2008-10-03 Owen AndersonSplitBlock should only attempt to update LoopInfo if...
2008-10-03 Dan GohmanImplement fast-isel support for zero-extending from i1.
2008-10-03 Dan GohmanFix X86FastISel to handle dynamic allocas that have...
2008-10-03 Bill WendlingUnbreak the build.
2008-10-03 Dan GohmanFix a typo.
2008-10-02 Jim GrosbachAdd support for Canadian Cross builds where the host...
2008-10-02 Mikhail GlushenkovFix build breakage.
2008-10-02 Dan GohmanOptimize conditional branches in X86FastISel. This...
2008-10-02 Dan GohmanAdd a new MachineBasicBlock utility function, isLayoutS...
2008-10-02 Mikhail GlushenkovBuild system tweaks to make it more convenient for...
2008-10-02 Andrew Lenharthfix build gcc 4.3
2008-10-02 Owen AndersonUse a multimap rather than a map for holding the list...
2008-10-02 Dale JohannesenHandle some 64-bit atomics on x86-32, some of the time.
2008-10-02 Bill WendlingAvoid name shadowing with E variable defined in for...
2008-10-02 Devang PatelRemove redundant check.
2008-10-02 Evan ChengA Partitioned Boolean Quadratic Programming (PBQP)...
2008-10-02 Oscar FuentesCMake: Added Host.cpp to lib/System/CMakeLists.txt.
2008-10-02 Daniel DunbarRename IRBuilder::IsNonNull -> IsNotNull in response...
2008-10-02 Dan GohmanFix a think-o in isSafeToMove. This fixes it from think...
2008-10-02 Dan GohmanWork around an interaction between fast-isel and regall...
2008-10-02 Bill Wendling"The original bug was a complaint that _mm_srli_si128...
2008-10-02 Daniel DunbarAdd llvm::sys::{osName,osVersion} for retrieving operat...
2008-10-01 Dan GohmanDisable fast-isel for this test, as it doesn't emit...
2008-10-01 Devang PatelAttributes noinline alwaysinline are incompatible
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
next