oota-llvm.git
2010-10-22 Evan ChengAdd fastcc cc: pass and return VFP / NEON values in...
2010-10-22 Owen AndersonAdd testscases for encoding of NEON vdqmull.
2010-10-22 Jim GrosbachParameterize a bit of ARM encoding information, simplif...
2010-10-22 Oscar FuentesAvoid stalled file dependency when tablegenning.
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-22 Oscar FuentesDon't try to guess svn version when current path is...
2010-10-22 Jim GrosbachMore ARM multiply instruction encoding information.
2010-10-22 Oscar FuentesTeach CMake to only touch tablegen-generated files...
2010-10-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-22 NAKAMURA Takumilli: On Cygwin-1.5, lli crashes at invoking destructors...
2010-10-22 Peter CollingbourneStandardise all build-mode affecting {EN,DIS}ABLE_...
2010-10-22 NAKAMURA Takumitest/Makefile: Force lit -j1 on Cygwin.
2010-10-22 Michael J.... Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_EN...
2010-10-22 Andrew TrickReverting r117031 to cleanup valgrind errors.
2010-10-22 Eric ChristopherAdd some basic ret instruction support to arm fast...
2010-10-22 Sean CallananFixed handling of immediate operand sizes, which
2010-10-22 NAKAMURA TakumiWin32/Signals.inc: DontRemoveFileOnSignal(): Please...
2010-10-21 Jim GrosbachARM binary encoding for some of the multiply instructions.
2010-10-21 Stuart HastingsTest case for r117075. Radar 6635085.
2010-10-21 Owen AndersonAdd tests for NEON encoding of vmull.
2010-10-21 Jim GrosbachARM binary encodings for MVN variants.
2010-10-21 Owen AndersonAdd tests for NEON encoding of vqdmulh and vqrdmulh.
2010-10-21 Jim GrosbachTrailing whitespace.
2010-10-21 Jim GrosbachARM Binary encoding information for BFC/BFI instructions.
2010-10-21 Dan GohmanAdd some more documentation.
2010-10-21 Owen AndersonAdd tests for NEON vmul encoding.
2010-10-21 Eric ChristopherThese don't need to be virtual.
2010-10-21 Owen AndersonRename this test to better reflect its contents.
2010-10-21 Tobias GrosserFix type in passes.
2010-10-21 Owen AndersonAdd tests for NEON encodings of vaddhn and vraddhn.
2010-10-21 Michael J.... Fix Warnings.
2010-10-21 Michael J.... X86: Base _fltused on the FunctionType of the called...
2010-10-21 Owen AndersonMove the encoding logic for Q registers into getMachine...
2010-10-21 Owen AndersonAdd tests for NEON encodings of vqadd, which was alread...
2010-10-21 Mikhail GlushenkovTrailing whitespace.
2010-10-21 Michael J.... Support: Add Endian.h
2010-10-21 Owen AndersonARM encodes Q registers as 2xregno (i.e. the number...
2010-10-21 Eric ChristopherHandle storing args to the stack for calls.
2010-10-21 Wesley PeckAdding initial AsmParser implementation for the MBlaze...
2010-10-21 Dan GohmanExplain what "constant" means here.
2010-10-21 Eric ChristopherMore load/store refactoring, call reg+offset simplifica...
2010-10-21 Jim Grosbachtrailing whitespace
2010-10-21 Dan GohmanUpdate comments.
2010-10-21 Owen AndersonAdd correct NEON encodings for vhadd and vrhadd.
2010-10-21 Jakob Stoklund... Don't include the destination interval in the union...
2010-10-21 Jakob Stoklund... Permit landing pad successor blocks when verifying...
2010-10-21 Owen AndersonAdd correct encodings for NEON vaddw.s* and vaddw.u*.
2010-10-21 Owen AndersonProvide correct NEON encodings for vaddl.u* and vaddl.s*.
2010-10-21 Rafael EspindolaDo not recurse into symbol refs that have a variant...
2010-10-21 Kevin EnderbyMore tweaks to X86 instructions to allow the 'w' suffix...
2010-10-21 Duncan SandsAlignLoc is never used for anything - zap it (gcc-4...
2010-10-21 Duncan SandsThe return value of this call is not used, so no point
2010-10-21 Duncan SandsRetOp is not actually used for anything useful (though
2010-10-21 Duncan SandsThe variable liTRC is not used for anything useful...
2010-10-21 Duncan SandsRemove some variables that are never really used
2010-10-21 Duncan SandsAdd parentheses to pacify gcc, which warns otherwise.
2010-10-21 Duncan SandsArgh, completely forgot to add this to the release...
2010-10-21 Duncan SandsFix the cleanup process of exception information in...
2010-10-21 Bill WendlingFix whitespace.
2010-10-21 Wesley PeckRemoving stale AsmPrinter directory from MicroBlaze...
2010-10-21 Oscar FuentesDeleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt...
2010-10-21 Wesley PeckRecommit 116986 with capitalization typo fixed.
2010-10-21 Andrew Trickputback r116983 and fix simple-fp-encoding.ll tests
2010-10-21 Wesley PeckReverting the commit 116986. It was breaking the build...
2010-10-21 Owen AndersonRevert r116983, which is breaking all the buildbots.
2010-10-21 Wesley PeckMajor update of the MicroBlaze backend. The new feature...
2010-10-21 Wesley PeckAdding the EM_MBLAZE value to the machine architectures...
2010-10-21 Michael J.... X86: Add alloca probing to dynamic alloca on Windows...
2010-10-21 Evan ChengAdd missing scheduling itineraries for transfers betwee...
2010-10-21 Owen AndersonImplement correct encodings for NEON vadd, both integer...
2010-10-21 Michael J.... CodeGen-Windows: Only emit _fltused if a VarArg functio...
2010-10-21 Eric ChristopherCustom lower f64 args passed in integer registers.
2010-10-20 Michael J.... Fix Whitespace.
2010-10-20 Bill WendlingAdd encoding for moving a value between two ARM core...
2010-10-20 Jakob Stoklund... Remember to keep track of rematted values.
2010-10-20 Bill WendlingAdd encodings for movement between ARM core registers...
2010-10-20 Dan GohmanMemdep says that an instruction clobbers itself
2010-10-20 Owen AndersonAttempt to fix valgrind complaining about (benign)...
2010-10-20 Dan GohmanFactor out the main aliasing check into a separate...
2010-10-20 Dan GohmanAdd some comments.
2010-10-20 Evan ChengMore accurate estimate / tracking of register pressure.
2010-10-20 Dale JohannesenFix crash introduced in 116852. 8573915.
2010-10-20 Dan GohmanFix comments; the type graph is currently a tree, not...
2010-10-20 Jason W KimCut unneeded global variable.
2010-10-20 Jakob Stoklund... Move some of the InlineSpiller rematerialization code...
2010-10-20 Dale JohannesenRemove Synthesizable from the Type system; as MMX vector
2010-10-20 Jakob Stoklund... When SimpleRegisterCoalescing is trimming kill flags...
2010-10-20 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ correctly.
2010-10-20 Michael J.... Use C++03...
2010-10-20 Michael J.... System-Win32/Path: Fix incorrect assumption in isValid.
2010-10-20 Chandler CarruthAdd a comment about ATTRIBUTE_UNUSED to avoid further...
2010-10-20 Chandler CarruthRemove remaining uses of ATTRIBUTE_UNUSED on variables...
2010-10-20 Eric ChristopherFix a TODO by removing some unnecesary copies.
2010-10-20 Rafael EspindolaRecord sysbols created by aliases. Fixes PR8414.
2010-10-20 NAKAMURA TakumiAdd ATTRIBUTE_UNUSED for -Asserts.
2010-10-20 Tobias GrosserAdd RegionPass support.
2010-10-20 Douglas GregorFix CMake build
2010-10-20 Anders CarlssonAdd a way to emit StringSwitch of clang attribute spell...
2010-10-20 Jim GrosbachFix backwards conditional.
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
next