aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-03Narrow test further. Make bot and test happy.Jim Grosbach
2012-02-03Tidy up. Trailing whitespace.Jim Grosbach
2012-02-03Restrict InstCombine from converting varargs to or from fixed args.Jim Grosbach
2012-02-03Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."Jim Grosbach
2012-02-02Require non-NULL register masks.Jakob Stoklund Olesen
2012-02-02build/make: Ensure make clean removes the LLVMBuild makefile fragment.Daniel Dunbar
2012-02-02build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly de...Daniel Dunbar
2012-02-02Add pseudo-registers for pairs, triples, and quads of D registers.Jakob Stoklund Olesen
2012-02-02Unix line endingsMatt Beaumont-Gay
2012-02-02BBVectorize: Simplify code, no functionality change.Benjamin Kramer
2012-02-02Minor changes from review.Hal Finkel
2012-02-02Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....NAKAMURA Takumi
2012-02-02Minor change in signature of the getZeroVector() Elena Demikhovsky
2012-02-02Optimization for SIGN_EXTEND operation on AVX.Elena Demikhovsky
2012-02-02Unbreak the MSVC build.Francois Pichet
2012-02-02Re-apply the coalescer fix from r149147. Commit r149597 should have fixed the...Lang Hames
2012-02-02Set EFLAGS correctly in EmitLoweredSelect on X86.Lang Hames
2012-02-02Break as soon as the MustMapCurValNos flag is set - no need to reiterate.Lang Hames
2012-02-02Vectorize long blocks in groups.Hal Finkel
2012-02-02PR11868. The previous loop in LiveIntervals::join would sometimes fall over ifLang Hames
2012-02-02Set the correct stack pointer register.Akira Hatanaka
2012-02-02Expand EHSELECTION and EHSELECTION nodes. Set the correct exception pointer andAkira Hatanaka
2012-02-02Add DWARF numbers of 64-bit registers.Akira Hatanaka
2012-02-02Regen one last time.Eric Christopher
2012-02-02autoconf: fix build/src dir confusionDylan Noblesmith
2012-02-02Regenerate again.Eric Christopher
2012-02-02autoconf: restore old clang-srcdir behaviorDylan Noblesmith
2012-02-02Regenerate configure.Eric Christopher
2012-02-02autoconf: honor --with-clang-srcdirDylan Noblesmith
2012-02-01TypoPete Cooper
2012-02-01Fix the cmake buildRafael Espindola
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick
2012-02-01Move ARM subreg index compositions to the SubRegIndex itself.Jakob Stoklund Olesen
2012-02-01Specify SubRegIndex components on the index itself.Jakob Stoklund Olesen
2012-02-01fix cmakeAndrew Trick
2012-02-01Fix a bug in the TopoOrderRC comparison function.Jakob Stoklund Olesen
2012-02-01Avoid creating an extract element to an illegal type after LegalizeTypes has ...Mon P Wang
2012-02-01VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick
2012-02-01Avoid emitting empty arrays, they're not standard C++.Jakob Stoklund Olesen
2012-02-01Tidy up.Chad Rosier
2012-02-01cmake: make BUILD_SHARED_LIBS a visible optionDylan Noblesmith
2012-02-01test/CodeGen/X86/avx-minmax.ll: Relax expressions for Win32 targets. YMM argu...NAKAMURA Takumi
2012-02-01autoconf: generate clang's private config.h headerDylan Noblesmith
2012-02-01Passing AVX 256-bit structures in Win64 was wrong.Elena Demikhovsky
2012-02-01Shortened code in shuffle masksElena Demikhovsky
2012-02-01Optimization for "truncate" operation on AVX.Elena Demikhovsky
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy
2012-02-01Add pass printer passes in the right place.Andrew Trick
2012-02-01whitespaceAndrew Trick
2012-02-01Don't create VBROADCAST nodes if any nodes use the chain result from the load...Craig Topper