aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-17Memoize results from ScalarEvolution's getUnsignedRange and getSignedRange.Dan Gohman
2010-11-17Fix warnings about missing parents between || and &&.Dan Gohman
2010-11-17Only avoid the check if we're the last operand before the variableEric Christopher
2010-11-17Add binary emission stuff for VLDM/VSTM. This reuses theBill Wendling
2010-11-17Fix typo: Exectuable -> ExecutablePeter Collingbourne
2010-11-16Use new neon_vector_type and neon_polyvector_type attributes for Neon vectors.Bob Wilson
2010-11-16Change Neon polynomial types to be signed to match GCC.Bob Wilson
2010-11-16Refactor to new GetNumElements function.Bob Wilson
2010-11-16Use the correct variable names so that the encodings will be correct.Bill Wendling
2010-11-16Reapply r118917. With pseudo-instruction expansion moved toDan Gohman
2010-11-16update coding standards. Partial specialization is now ok,Chris Lattner
2010-11-16Fix assembling X86CompilationCallback_Win64.asm on VS 10.Oscar Fuentes
2010-11-16Test for llvm-gcc patch 119392.Dale Johannesen
2010-11-16libc++ and compiler_rt are now dual licensed under UIUC and MIT license.Chris Lattner
2010-11-16Fix grammaro.Dan Gohman
2010-11-16Add ExpandPseudos.cpp.Evan Cheng
2010-11-16Add .loc methods to the streamer.Rafael Espindola
2010-11-16Split pseudo-instruction expansion into a separate pass, to make itDan Gohman
2010-11-16Add const.Rafael Espindola
2010-11-16Fix emergency spilling in LiveIntervals::spillPhysRegAroundRegDefsUses.Jakob Stoklund Olesen
2010-11-16Print out the register class of the current interval.Jakob Stoklund Olesen
2010-11-16Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line opt...Peter Collingbourne
2010-11-16Tidy up some things in <arm_neon.h>.Bob Wilson
2010-11-16Reapply "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson
2010-11-16system_error: More conditional error codes for Darwin.Michael J. Spencer
2010-11-16Revert "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson
2010-11-16Parse and ignore some .cfi_* directives.Rafael Espindola
2010-11-16This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer
2010-11-16Stop using struct wrappers for Neon vector types in <arm_neon.h>.Bob Wilson
2010-11-16Revert inadvertant checkin of CMake libdeps.Jim Grosbach
2010-11-16ARM conditional mov encoding fix.Jim Grosbach
2010-11-16Have a few places that want to simplify phi nodes use SimplifyInstructionDuncan Sands
2010-11-16Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman
2010-11-16In which I discover the existence of loops. Threading an operationDuncan Sands
2010-11-16A bit more of gnu as compatibility when handling relocations with aliases.Rafael Espindola
2010-11-16L_bit doesn't work here.Bill Wendling
2010-11-16- Remove dead patterns.Bill Wendling
2010-11-16vldm and vstm are mnemonics for vldmia and vstmia resp.Bill Wendling
2010-11-16Make the verifier a little quieter on instructions that it's probablyEric Christopher
2010-11-16Fix a bug I introduced in the ppc refactoring, which caused longChris Lattner
2010-11-16Test encodings for LDM and STM.Bill Wendling
2010-11-16Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling
2010-11-16Object: Get rid of sys::Path, Triple, and cleanup namespace.Michael J. Spencer
2010-11-16add copy of comment to the code that will survive the mcjit'izationChris Lattner
2010-11-16relax an assertion a bit, allowing the GPR argument ofChris Lattner
2010-11-16Remember to resize SpillSlotToUsesMap when allocating an emergency spill slot.Jakob Stoklund Olesen
2010-11-16Fix PR8612 in the standard spiller, take two.Jakob Stoklund Olesen
2010-11-16Add Thumb2 encodings for mov and friends.Owen Anderson
2010-11-15Change the 11 byte nop to be a single instruction.Rafael Espindola
2010-11-15fix a pasto that massively broke the ppc jit while the buildbots happenedChris Lattner