OSDN Git Service

android-x86/external-llvm.git
2011-11-14 Daniel Dunbarbuild/Make & CMake: Pass the appropriate --native-targe...
2011-11-14 Daniel Dunbarllvm-build: Add --native-target and --enable-targets...
2011-11-14 Daniel Dunbarllvm-build: Split out the validation logic.
2011-11-14 Daniel Dunbarllvm-build: Change CBackend and CppBackend to not use...
2011-11-14 Daniel Dunbarllvm-build: Add an explicit component type to represent...
2011-11-14 Daniel Dunbarllvm-build: Tidy up options.
2011-11-14 Jakob Stoklund... Strip old implicit operands after foldMemoryOperand.
2011-11-14 Owen AndersonRemove this from the CMake build since I erased the...
2011-11-14 Jim GrosbachTidy up.
2011-11-14 Owen AndersonRemove the old-style ARM disassembler, which is no...
2011-11-14 Jim GrosbachThumb2 assembly parsing STMDB w/ optional .w suffix.
2011-11-14 Eli FriedmanMake sure we correctly unroll conversions between v2f64...
2011-11-14 Pete CooperDeadStoreElimination can now trim the size of a store...
2011-11-14 Nick LewyckyFix typo in comment.
2011-11-14 Eli FriedmanAdd check so we don't try to perform an impossible...
2011-11-14 Chad RosierThe ARM LDRH/STRH instructions use a +/-imm8 encoding...
2011-11-14 Nadav RotemAVX2: Add patterns for variable shift operations
2011-11-14 Devang PatelRemove unnecessary include.
2011-11-14 Chad RosierUse REs to remove dependencies on the register allocati...
2011-11-14 Bill WendlingReformat the quote and tag the math stuff with <tt...
2011-11-14 Daniel Dunbarllvm-config: Drop 'backend' pseudo-component. We don...
2011-11-14 Daniel Dunbarllvm-config-2: Switch to using real library dependency...
2011-11-14 Eric ChristopherFix typo.
2011-11-14 Daniel Dunbarbuild/Make: Fix some missing dependencies on the llvm...
2011-11-14 Benjamin KramerAdd comments.
2011-11-14 Duncan SandsSpeculatively revert commit 144124 (djg) in the hope...
2011-11-14 Nadav RotemAdd AVX2 support for vselect of v32i8
2011-11-14 Benjamin KramerSimplify code. No functionality change.
2011-11-14 Benjamin KramerTake advantage of the zero byte in StringMap when emitt...
2011-11-14 Wojciech MatyjewiczMinor fixes in Makefiles for the OCaml bindings:
2011-11-14 Craig TopperEnable execution dependency fix pass for YMM registers...
2011-11-14 NAKAMURA Takumiunittests/MultiJITTest.cpp: Tweak how to check symbol...
2011-11-14 Craig TopperAdd instruction selection for AVX2 integer comparisons.
2011-11-14 Craig TopperAdd AVX2 instruction lowering for add, sub, and mul.
2011-11-14 Nick LewyckyDon't forget to check FlagNW when determining whether...
2011-11-14 Devang PatelRemove extra ';'
2011-11-14 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-14 Eli FriedmanEnhance verifyLoop so that it can reliably verify that...
2011-11-14 John McCallUse isa<> instead of dyn_cast<> as suggested by Nick.
2011-11-14 Chad RosierAdd support for encoding immediates in icmp and fcmp...
2011-11-14 Evan ChengHide cpu name checking in ARMSubtarget.
2011-11-14 Jakob Stoklund... Collapse DomainValues across loop back-edges.
2011-11-14 Jakob Stoklund... Link to the live DomainValue after merging.
2011-11-14 Michael J.... Object/COFF: Fix PE reading.
2011-11-14 Jakob Stoklund... Track reference count independently from clear().
2011-11-14 Bruno Cardoso... Properly handle Mips MC relocations and lower cpload...
2011-11-14 Bill WendlingEmit the compact unwind *if* we have a compact unwind...
2011-11-14 Jakob Stoklund... Call release() directly when cleaning up the remaining...
2011-11-14 Jakob Stoklund... Rename all methods to follow style guide.
2011-11-14 Jakob Stoklund... Handle reference counts in one function: release().
2011-11-14 Eric ChristopherAlso add the linkage name to the name accelerator table...
2011-11-14 Dan GohmanAdd a hack to the scheduler to disable pseudo-two-addre...
2011-11-14 Evan ChengAdd workaround for Cortex-M3 errata 602117 by replacing...
2011-11-14 Chad RosierARMFastISel doesn't support thumb1. Rename isThumb...
2011-11-14 Eli FriedmanFix code to match comment. Fixes PR11340, a regression...
2011-11-14 Jakob Stoklund... Clear old DomainValue after merging.
2011-11-14 Michael J.... MC/COFF: Correctly emit the size of an empty string...
2011-11-14 Pete CooperLICM pass now understands invariant load metadata....
2011-11-14 Eric ChristopherAdd the base ObjC method name to the names lookup table...
2011-11-14 Pete CooperAdding test for machine-licm operating on invariant...
2011-11-14 Lang HamesLower mem-ops to unaligned i32/i16 load/stores on ARM...
2011-11-14 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-11-14 Eric ChristopherA few more places where we can avoid multiple size...
2011-11-14 Eric ChristopherDon't evaluate Data.size() on every iteration.
2011-11-14 Bruno Cardoso... This patch handles unaligned loads and stores in Mips...
2011-11-14 NAKAMURA TakumiPathProfiling.c: Get rid of using "inline". We may...
2011-11-14 John McCallFix the printing of constants. Patch by Stepan Dyatkov...
2011-11-14 Bill WendlingAdd Eero to the list of external projects.
2011-11-14 NAKAMURA TakumiPPCInstrInfo.cpp: Fix one "unused" warning.
2011-11-14 NAKAMURA Takumiruntime/libprofile/PathProfiling.c: Use __inline__...
2011-11-14 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtrip...
2011-11-14 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle-38.ll: Relax expression...
2011-11-14 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple...
2011-11-14 Eli FriedmanMake sure to mark vector extload's as expand on ARM...
2011-11-14 Eli FriedmanAdd a bunch of calls to RemoveDeadNode in LegalizeDAG...
2011-11-14 Bill WendlingCleanup the formatting.
2011-11-14 Evan ChengAdd x86 isel logic and patterns to match movlps from...
2011-11-14 Bill WendlingConvert to the new EH model.
2011-11-14 Bill WendlingConvert to the new EH model.
2011-11-14 Bill WendlingConvert tests to the new EH model.
2011-11-14 Chad RosierEnable support for returning i1, i8, and i16. Nothing...
2011-11-14 Pete CooperAdded missing newline
2011-11-14 Eli FriedmanRevert r144034 while I try to track down a crash.
2011-11-14 Bill WendlingThis code is dead, what with the new EH model and the...
2011-11-14 Jakob Stoklund... Fix test for Windows as well.
2011-11-14 Jakob Stoklund... Kill and collapse outstanding DomainValues.
2011-11-14 Pete CooperInstCombine now optimizes vector udiv by power of 2...
2011-11-14 Eli FriedmanAdd a bunch of calls to RemoveDeadNode in LegalizeDAG...
2011-11-14 Eric ChristopherAdd all completed and named types to the dwarf type...
2011-11-14 Bill WendlingAdd ISPC to the external projects list.
2011-11-14 Jakob Stoklund... Use a reverse post order instead of a DFS order.
2011-11-14 Eric ChristopherMove the hash function to using and taking a StringRef.
2011-11-14 Eric ChristopherSimple destructor to delete the hash data we created...
2011-11-14 Chad RosierAllow i1 to be promoted to i32 for ARM AAPCS and AAPCS...
2011-11-14 Jakob Stoklund... Extract two methods. No functional change.
2011-11-14 Akira HatanakaVarious Mips64 floating point instruction patterns.
2011-11-14 Akira HatanakaAdd definition of the base class for floating point...
2011-11-14 Akira HatanakaAdd code needed for copying between 64-bit integer...
2011-11-14 Akira HatanakaAdd definitions of 64-bit instructions which move data...
2011-11-14 Jakob Stoklund... MBB doesn't need to be a class member.
next