oota-llvm.git
2011-11-10 Tony Linthicumtest commit redux
2011-11-10 Pete CooperFixed bug in DeadStoreElimination commit r144239
2011-11-10 Chris Lattnerrandom notes, llvm-gcc is gone, fix a few broken tags.
2011-11-10 Daniel DunbarRevert r144300 "llvm-config: Replace with C++ version...
2011-11-10 Tony Linthicumundo test commit
2011-11-10 Tony Linthicumtest commit
2011-11-10 Eric ChristopherMove type handling to make sure we get all created...
2011-11-10 Eric ChristopherRework adding function names to the dwarf accelerator...
2011-11-10 Owen AndersonAdd additional checking to ensure that MachineMemOperan...
2011-11-10 Jim GrosbachARM assembly parsing for LSR/LSL/ROR(immediate).
2011-11-10 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-10 Daniel Dunbarllvm-config-2: Use USEDLIBS directly instead of LINK_CO...
2011-11-10 Duncan SandsRelease notes for DragonEgg.
2011-11-10 Jim GrosbachARM assembly parsing for ASR(immediate).
2011-11-10 Daniel Dunbarbuild: Rename CBackend and CppBackend libraries to...
2011-11-10 Daniel Dunbarllvm-config-2: Fix thinko in maintenance of visited...
2011-11-10 NAKAMURA Takumitest/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease...
2011-11-10 Evan ChengUse a bigger hammer to fix PR11314 by disabling the...
2011-11-10 Nadav RotemAVX2: Add variable shift from memory.
2011-11-10 Chad RosierFor immediate encodings of icmp, zero or sign extend...
2011-11-10 Daniel Dunbarbuild/Make & CMake: Pass the appropriate --native-targe...
2011-11-10 Daniel Dunbarllvm-build: Add --native-target and --enable-targets...
2011-11-10 Daniel Dunbarllvm-build: Split out the validation logic.
2011-11-10 Daniel Dunbarllvm-build: Change CBackend and CppBackend to not use...
2011-11-10 Daniel Dunbarllvm-build: Add an explicit component type to represent...
2011-11-10 Daniel Dunbarllvm-build: Tidy up options.
2011-11-10 Jakob Stoklund... Strip old implicit operands after foldMemoryOperand.
2011-11-10 Owen AndersonRemove this from the CMake build since I erased the...
2011-11-10 Jim GrosbachTidy up.
2011-11-09 Owen AndersonRemove the old-style ARM disassembler, which is no...
2011-11-09 Jim GrosbachThumb2 assembly parsing STMDB w/ optional .w suffix.
2011-11-09 Eli FriedmanMake sure we correctly unroll conversions between v2f64...
2011-11-09 Pete CooperDeadStoreElimination can now trim the size of a store...
2011-11-09 Nick LewyckyFix typo in comment.
2011-11-09 Eli FriedmanAdd check so we don't try to perform an impossible...
2011-11-09 Chad RosierThe ARM LDRH/STRH instructions use a +/-imm8 encoding...
2011-11-09 Nadav RotemAVX2: Add patterns for variable shift operations
2011-11-09 Devang PatelRemove unnecessary include.
2011-11-09 Chad RosierUse REs to remove dependencies on the register allocati...
2011-11-09 Bill WendlingReformat the quote and tag the math stuff with <tt...
2011-11-09 Daniel Dunbarllvm-config: Drop 'backend' pseudo-component. We don...
2011-11-09 Daniel Dunbarllvm-config-2: Switch to using real library dependency...
2011-11-09 Eric ChristopherFix typo.
2011-11-09 Daniel Dunbarbuild/Make: Fix some missing dependencies on the llvm...
2011-11-09 Benjamin KramerAdd comments.
2011-11-09 Duncan SandsSpeculatively revert commit 144124 (djg) in the hope...
2011-11-09 Nadav RotemAdd AVX2 support for vselect of v32i8
2011-11-09 Benjamin KramerSimplify code. No functionality change.
2011-11-09 Benjamin KramerTake advantage of the zero byte in StringMap when emitt...
2011-11-09 Wojciech MatyjewiczMinor fixes in Makefiles for the OCaml bindings:
2011-11-09 Craig TopperEnable execution dependency fix pass for YMM registers...
2011-11-09 NAKAMURA Takumiunittests/MultiJITTest.cpp: Tweak how to check symbol...
2011-11-09 Craig TopperAdd instruction selection for AVX2 integer comparisons.
2011-11-09 Craig TopperAdd AVX2 instruction lowering for add, sub, and mul.
2011-11-09 Nick LewyckyDon't forget to check FlagNW when determining whether...
2011-11-09 Devang PatelRemove extra ';'
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-09 Eli FriedmanEnhance verifyLoop so that it can reliably verify that...
2011-11-09 John McCallUse isa<> instead of dyn_cast<> as suggested by Nick.
2011-11-09 Chad RosierAdd support for encoding immediates in icmp and fcmp...
2011-11-09 Evan ChengHide cpu name checking in ARMSubtarget.
2011-11-09 Jakob Stoklund... Collapse DomainValues across loop back-edges.
2011-11-09 Jakob Stoklund... Link to the live DomainValue after merging.
2011-11-08 Michael J.... Object/COFF: Fix PE reading.
2011-11-08 Jakob Stoklund... Track reference count independently from clear().
2011-11-08 Bruno Cardoso... Properly handle Mips MC relocations and lower cpload...
2011-11-08 Bill WendlingEmit the compact unwind *if* we have a compact unwind...
2011-11-08 Jakob Stoklund... Call release() directly when cleaning up the remaining...
2011-11-08 Jakob Stoklund... Rename all methods to follow style guide.
2011-11-08 Jakob Stoklund... Handle reference counts in one function: release().
2011-11-08 Eric ChristopherAlso add the linkage name to the name accelerator table...
2011-11-08 Dan GohmanAdd a hack to the scheduler to disable pseudo-two-addre...
2011-11-08 Evan ChengAdd workaround for Cortex-M3 errata 602117 by replacing...
2011-11-08 Chad RosierARMFastISel doesn't support thumb1. Rename isThumb...
2011-11-08 Eli FriedmanFix code to match comment. Fixes PR11340, a regression...
2011-11-08 Jakob Stoklund... Clear old DomainValue after merging.
2011-11-08 Michael J.... MC/COFF: Correctly emit the size of an empty string...
2011-11-08 Pete CooperLICM pass now understands invariant load metadata....
2011-11-08 Eric ChristopherAdd the base ObjC method name to the names lookup table...
2011-11-08 Pete CooperAdding test for machine-licm operating on invariant...
2011-11-08 Lang HamesLower mem-ops to unaligned i32/i16 load/stores on ARM...
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-11-08 Eric ChristopherA few more places where we can avoid multiple size...
2011-11-08 Eric ChristopherDon't evaluate Data.size() on every iteration.
2011-11-08 Bruno Cardoso... This patch handles unaligned loads and stores in Mips...
2011-11-08 NAKAMURA TakumiPathProfiling.c: Get rid of using "inline". We may...
2011-11-08 John McCallFix the printing of constants. Patch by Stepan Dyatkov...
2011-11-08 Bill WendlingAdd Eero to the list of external projects.
2011-11-08 NAKAMURA TakumiPPCInstrInfo.cpp: Fix one "unused" warning.
2011-11-08 NAKAMURA Takumiruntime/libprofile/PathProfiling.c: Use __inline__...
2011-11-08 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtrip...
2011-11-08 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle-38.ll: Relax expression...
2011-11-08 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple...
2011-11-08 Eli FriedmanMake sure to mark vector extload's as expand on ARM...
2011-11-08 Eli FriedmanAdd a bunch of calls to RemoveDeadNode in LegalizeDAG...
2011-11-08 Bill WendlingCleanup the formatting.
2011-11-08 Evan ChengAdd x86 isel logic and patterns to match movlps from...
2011-11-08 Bill WendlingConvert to the new EH model.
2011-11-08 Bill WendlingConvert to the new EH model.
2011-11-08 Bill WendlingConvert tests to the new EH model.
next