oota-llvm.git
2011-10-17 Cameron ZwarichWhen deleting a phi cycle after looking through copies...
2011-10-17 Lang HamesFixed quoting on default data layout option.
2011-10-17 Bill WendlingForgot to add the project name to the 'svn ls' command.
2011-10-17 Bill WendlingAdd message to svn mkdir command.
2011-10-17 Owen AndersonRewrite most of MachODump to work through the generic...
2011-10-17 Owen AndersonAdd an accessor to get the underlying MachO representation.
2011-10-17 Benjamin KramerUse a SmallVector for intrinsic argument types.
2011-10-17 Bill WendlingDon't renumber the blocks here. This could cause proble...
2011-10-17 Owen AndersonUse the correct predicate for determining if a branch...
2011-10-17 Bill WendlingAdd support for the Objective-C personality function...
2011-10-17 Cameron ZwarichPseudoinstructions should not be less constrained than...
2011-10-17 Benjamin KramerMCOperand is pod-like.
2011-10-17 Jim GrosbachTidy up organization.
2011-10-17 Benjamin KramerFix handling of the From parameter in StringRef::find.
2011-10-17 Bill WendlingAdd a call to EmitSjLjDispatchBlock.
2011-10-17 Bill WendlingRemove mention of llvm-gcc and add mention of dragonegg.
2011-10-17 Nadav RotemAdd CHECKs and document PR11158.
2011-10-17 Jim GrosbachFix improperly formed assert() call.
2011-10-17 Michael J.... Object: Fix redundant name.
2011-10-17 Evan ChengConstraint register class with constrainRegClass()...
2011-10-17 Nadav Rotemstabalize tests by specifying the exact sse level
2011-10-17 Akira HatanakaAdd definitions of conditional moves with 64-bit operan...
2011-10-17 Hal FinkelRevert change to function alignment b/c existing logic...
2011-10-17 Chad RosierRemoved set, but unused variables.
2011-10-17 Dan GohmanSuppress partial retain+release elimination when there's a
2011-10-17 Bill WendlingCorrect over-zealous removal of hack.
2011-10-17 Akira HatanakaMove class and instruction definitions for conditional...
2011-10-17 Akira HatanakaRevert change made in r142205.
2011-10-17 Akira HatanakaRedefine count-leading 0s and 1s instructions.
2011-10-17 Bill WendlingTemporarily XFAIL waiting for a fix.
2011-10-17 Akira HatanakaRedefine mfhi/lo and mthi/lo instructions.
2011-10-17 Hal FinkelAdd comments to TargetLowering.h indicating that the...
2011-10-17 Bill WendlingNow that we have the ReturnsTwice function attribute...
2011-10-17 Akira HatanakaRedefine multiply and divide instructions.
2011-10-17 Akira HatanakaAdd definition of a base class for logical shift/rotate...
2011-10-17 Hal FinkelRemove >80-col line and unicode
2011-10-17 Akira HatanakaAdd definition of a base class for logical shift/rotate...
2011-10-17 Chad RosierRemoved set, but unused variable.
2011-10-17 Akira HatanakaAdd definition of immZExt5_64 and redefine immZExt5...
2011-10-17 Michael J.... Fix CMake build.
2011-10-17 Devang PatelIt is safe to speculate load from GOT. This fixes perfo...
2011-10-17 Jakob Stoklund... Admonish that MI is not IR and virtual registers have...
2011-10-17 Devang Patelsvn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar...
2011-10-17 Michael J.... llvm-objdump: Add -s, which prints the contents of...
2011-10-17 Michael J.... llvm-objdump: Add tests.
2011-10-17 Hal FinkelInstructions for Book E PPC should be word aligned...
2011-10-17 Owen AndersonFix unused variable warning in the rare circumstance...
2011-10-17 Benjamin KramerPick low-hanging MatchEntry shrinkage fruit.
2011-10-17 Hal Finkeluse FileCheck and not grep in new tests
2011-10-17 Bill WendlingDon't download and compile compiler-rt, libcxx, and...
2011-10-17 Nadav RotemClean the triple, add check lines.
2011-10-17 Nadav RotemPreviously v2i32 vectors were legalized to v4i32. Now...
2011-10-17 Craig TopperDon't use inline assembly in 64-bit Visual Studio....
2011-10-17 Bill WendlingAdd comment explaining that the order of processing...
2011-10-17 Bill WendlingUpdate to disable asserts. Build a phase 3 compiler...
2011-10-17 Hal FinkelTest case for CanLowerReturn fix (r141981)
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests (new...
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests
2011-10-17 Chandler CarruthAdd a routine to swap branch instruction operands,...
2011-10-16 Bill WendlingOverhaul the 'test-release' script.
2011-10-16 Chandler CarruthDelete a dead member. Dunno if this was ever used,...
2011-10-16 Chandler CarruthAdd a proper LLVM banner to this file.
2011-10-16 Nadav RotemAdd tripple and stabalize a few more tests.
2011-10-16 Bill WendlingUpdate the tree before applying patch.
2011-10-16 Nadav RotemAdd triple to tests.
2011-10-16 Nadav Rotemfix a typo in the test
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-10-16 Nick LewyckyOops! Fix testcase.
2011-10-16 Nick LewyckyWhen looking for dependencies on the src pointer, scan...
2011-10-16 Nadav RotemRemove the the test which checks the saving of a vector...
2011-10-16 Craig TopperAdd X86 PEXTR and PDEP instructions.
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-10-16 Benjamin KramerTwinify better.
2011-10-16 Benjamin KramerAdd AsmToken::getEndLoc and use it to add ranges to...
2011-10-16 NAKAMURA Takumitools/CMakeLists.txt: Fixup r142103. I don't remember...
2011-10-16 Benjamin KramerX86AsmParser: Synthesize EndLoc for tokens out of Start...
2011-10-16 Benjamin KramerPR11143: Save the old diagnostic handler and call it...
2011-10-16 Nadav RotemFix a bug in LowerV2I64Splat, which generated a BUILD_V...
2011-10-16 Bill WendlingInstall the PNG file as well. PR4780.
2011-10-16 Bill WendlingUpdate tutorial to reflect the current APIs. Also corre...
2011-10-16 Craig TopperAdd X86 BZHI instruction as well as BMI2 feature detection.
2011-10-16 Craig TopperAdd X86 INVPCID instruction. Add 32/64-bit predicates...
2011-10-16 Bill WendlingEnable CREATE_SUBDIRS for a performance win, because...
2011-10-16 Cameron ZwarichAdd flags on Thumb2 indexed stores paralleling the...
2011-10-16 Cameron ZwarichFix an obvious typo found when looking at nearby code.
2011-10-16 Chris Lattnerremove the dead 'ShowLine' argument from SMDiagnostic.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-16 Craig TopperAdd X86 BEXTR instruction. This instruction uses VEX...
2011-10-16 NAKAMURA TakumiCMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang...
2011-10-16 NAKAMURA Takumiautoconf: Introduce --with-clang-srcdir, to build out...
2011-10-16 NAKAMURA TakumiMakefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out...
2011-10-16 NAKAMURA Takumitest/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang...
2011-10-16 Bill WendlingAdd a helper script to create branches and tag release...
2011-10-16 Bill WendlingAdd a script that helps merge changes into a release...
2011-10-16 Craig TopperAdd X86 feature detection support for BMI instructions...
2011-10-15 Craig TopperAdd support for X86 blsr, blsmsk, and blsi instructions...
2011-10-15 Nadav RotemThe CELL backend cannot select patterns for vector...
2011-10-15 Nadav RotemARM cannot select a pattern for trunc-store v4i8; ...
2011-10-15 Nick LewyckyFix extra whitespace in comment.
next