oota-llvm.git
2012-02-03 Rafael EspindolaReplace the old --with-cxx-* configure options with...
2012-02-03 Jim GrosbachNarrow test further. Make bot and test happy.
2012-02-03 Jim GrosbachTidy up. Trailing whitespace.
2012-02-03 Jim GrosbachRestrict InstCombine from converting varargs to or...
2012-02-03 Jim GrosbachRevert "Disable InstCombine unsafe folding bitcasts...
2012-02-02 Jakob Stoklund... Require non-NULL register masks.
2012-02-02 Daniel Dunbarbuild/make: Ensure make clean removes the LLVMBuild...
2012-02-02 Daniel Dunbarbuild/Make: Add missing dependency, LLVMBuild makefile...
2012-02-02 Jakob Stoklund... Add pseudo-registers for pairs, triples, and quads...
2012-02-02 Matt Beaumont-GayUnix line endings
2012-02-02 Benjamin KramerBBVectorize: Simplify code, no functionality change.
2012-02-02 Hal FinkelMinor changes from review.
2012-02-02 NAKAMURA TakumiMove test/CodeGen/Generic/2012-02-01-CoalescerBug.ll...
2012-02-02 Elena DemikhovskyMinor change in signature of the getZeroVector()
2012-02-02 Elena DemikhovskyOptimization for SIGN_EXTEND operation on AVX.
2012-02-02 Francois PichetUnbreak the MSVC build.
2012-02-02 Lang HamesRe-apply the coalescer fix from r149147. Commit r149597...
2012-02-02 Lang HamesSet EFLAGS correctly in EmitLoweredSelect on X86.
2012-02-02 Lang HamesBreak as soon as the MustMapCurValNos flag is set ...
2012-02-02 Hal FinkelVectorize long blocks in groups.
2012-02-02 Lang HamesPR11868. The previous loop in LiveIntervals::join would...
2012-02-02 Akira HatanakaSet the correct stack pointer register.
2012-02-02 Akira HatanakaExpand EHSELECTION and EHSELECTION nodes. Set the corre...
2012-02-02 Akira HatanakaAdd DWARF numbers of 64-bit registers.
2012-02-02 Eric ChristopherRegen one last time.
2012-02-02 Dylan Noblesmithautoconf: fix build/src dir confusion
2012-02-02 Eric ChristopherRegenerate again.
2012-02-02 Dylan Noblesmithautoconf: restore old clang-srcdir behavior
2012-02-02 Eric ChristopherRegenerate configure.
2012-02-02 Dylan Noblesmithautoconf: honor --with-clang-srcdir
2012-02-01 Pete CooperTypo
2012-02-01 Rafael EspindolaFix the cmake build
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2012-02-01 Jakob Stoklund... Move ARM subreg index compositions to the SubRegIndex...
2012-02-01 Jakob Stoklund... Specify SubRegIndex components on the index itself.
2012-02-01 Andrew Trickfix cmake
2012-02-01 Jakob Stoklund... Fix a bug in the TopoOrderRC comparison function.
2012-02-01 Mon P WangAvoid creating an extract element to an illegal type...
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-02-01 Jakob Stoklund... Avoid emitting empty arrays, they're not standard C++.
2012-02-01 Chad RosierTidy up.
2012-02-01 Dylan Noblesmithcmake: make BUILD_SHARED_LIBS a visible option
2012-02-01 NAKAMURA Takumitest/CodeGen/X86/avx-minmax.ll: Relax expressions for...
2012-02-01 Dylan Noblesmithautoconf: generate clang's private config.h header
2012-02-01 Elena DemikhovskyPassing AVX 256-bit structures in Win64 was wrong.
2012-02-01 Elena DemikhovskyShortened code in shuffle masks
2012-02-01 Elena DemikhovskyOptimization for "truncate" operation on AVX.
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 Andrew TrickAdd pass printer passes in the right place.
2012-02-01 Andrew Trickwhitespace
2012-02-01 Craig TopperDon't create VBROADCAST nodes if any nodes use the...
2012-02-01 NAKAMURA TakumiBBVectorize.cpp: Try to fix MSVC build. map::iterator...
2012-02-01 Hal FinkelA few of the changes suggested in code review (by Nick...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2012-02-01 Jim GrosbachDisable InstCombine unsafe folding bitcasts of calls...
2012-01-31 Jim GrosbachTidy up. One more return type mismatch fix.
2012-01-31 Brendon CahoonRevert test commit
2012-01-31 Lenny Maioranibz11794 : EarlyCSE stack overflow on long functions.
2012-01-31 Brendon Cahoontest commit, adding a blank space
2012-01-31 Kevin EnderbyFixed a crash in llvm-mc for Mach-O when a symbol diffe...
2012-01-31 Bob WilsonAdd Triple::getMacOSXVersion to replace crufty code...
2012-01-31 Jakob Stoklund... Don't assign a value to NUM_TARGET_NAMED_SUBREGS.
2012-01-31 Jakob Stoklund... Move the composite map into CodeGenSubRegIndex.
2012-01-31 Jakob Stoklund... Add a TableGen CodeGenSubRegIndex class.
2012-01-31 Jim GrosbachRefactor loop for better readability.
2012-01-31 Jim GrosbachAdd explanatory comment.
2012-01-31 Manuel KlimekRefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo...
2012-01-31 Jim GrosbachTidy up. Trailing whitespace.
2012-01-31 Andrew TrickObvious unnecessary loop removal. Follow through from...
2012-01-31 Devang PatelAdd assembler dialect attribute in asm parser which...
2012-01-31 Rafael EspindolaRegenerate configure.
2012-01-31 Francois PichetFix BrainF compilation.
2012-01-31 Bill WendlingIncrease the initial vector size to be equivalent to...
2012-01-31 Bill WendlingCache the size of the vector instead of calling .size...
2012-01-31 Craig TopperRemove pcmpgt/pcmpeq intrinsics as clang is not using...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-31 Chris Lattnerremove commented-out code.
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-31 Chris Lattnerupdate this to ConstantDataArray. There are no tests...
2012-01-31 Andrew TrickRAFast: Generalize the logic for return operands.
2012-01-31 Chris Lattnerfix a small oversight that broke the fhourstones app.
2012-01-31 Chris Lattnerremove the last vestiges of llvm::GetConstantStringInfo...
2012-01-31 Chris Lattnereliminate the last uses of GetConstantStringInfo from...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2012-01-31 Chris Lattnerstart moving SimplifyLibcalls over to getConstantString...
2012-01-31 Chris LattnerChange ConstantArray::get to form a ConstantDataArray...
2012-01-31 Chris Lattnerrework this logic to not depend on the last argument...
2012-01-31 Chris Lattnerdon't emit a 1-byte object as a .fill. This is silly...
2012-01-31 Chris Lattneruse the right accessor for ConstantDataArray.
2012-01-31 Chris Lattnerfix asmwriting of ConstantDataArray to use the right...
2012-01-31 Chris Lattnerenhance logic to support ConstantDataArray.
2012-01-31 Bill WendlingRemove all references to the old EH.
2012-01-31 Bill WendlingUpdate test to new EH model.
2012-01-31 Bill WendlingUpdate test to new EH model.
2012-01-31 Bill WendlingRemove the now-dead llvm.eh.exception and llvm.eh.selec...
2012-01-31 Bill Wendlings/getInnerUnwindDest/getInnerResumeDest/g
2012-01-31 Bill WendlingRemove the eh.exception and eh.selector intrinsics...
2012-01-31 Bill WendlingRemove ivar which is identical to another ivar.
2012-01-31 Bill WendlingRemove unused ivars and s/getOuterUnwindDest/getOuterRe...
next