aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-08Some regression tests which are testing the old jit and are exercising functi...James Molloy
2012-10-07Remove unused MachineInstr constructors that don't take a DebugLoc argument.Craig Topper
2012-10-07Fix indentation. Remove 'else' after return. No functional change.Craig Topper
2012-10-07Silence Sphinx warnings.Sean Silva
2012-10-07X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...Benjamin Kramer
2012-10-07Move more methods out-of-line. This is in preparation for changing the internalBill Wendling
2012-10-07Sphinxify the GettinStarted documentation.Bill Wendling
2012-10-07Sphinxify the ExtendingLLVM documentation.Bill Wendling
2012-10-07Sphinxify the compiler writer info documentation.Bill Wendling
2012-10-07Make sure always-inline functions get inlined. <rdar://problem/12423986>Bob Wilson
2012-10-07Document MapVector.Rafael Espindola
2012-10-06Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter
2012-10-06Minor changes based on post commit review:Jack Carter
2012-10-05Minor changes based on post commit review:Jack Carter
2012-10-05This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4Bill Schmidt
2012-10-05HowToSetUpLLVMStyleRTTI.rst: remove unneeded semicolons in code examples.Dmitri Gribenko
2012-10-05GoldPlugin.rst: minor typesetting fixes.Dmitri Gribenko
2012-10-05Remove unused but set variable flagged by GCC.Benjamin Kramer
2012-10-05[ms-inline asm] Add a comment describing the MapAndConstraints.Chad Rosier
2012-10-05[ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier
2012-10-05Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler
2012-10-05Simplify code, don't or a bool with an uint64_t.Benjamin Kramer
2012-10-05Remove empty file.Benjamin Kramer
2012-10-05Remove extraneous semicolon.Chad Rosier
2012-10-05Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow
2012-10-05Add ELF program header.Hemant Kulkarni
2012-10-05- Mark the BCC and BLR defs as isCodeGenOnly per error output fromWill Schmidt
2012-10-05Add PowerPC64 definitions for ELF.hAdhemerval Zanella
2012-10-05Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.NAKAMURA Takumi
2012-10-05lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...NAKAMURA Takumi
2012-10-05[CMake] Enhance add_llvm_external_project.NAKAMURA Takumi
2012-10-05SROA.cpp: Fix a warning, [-Wunused-variable]NAKAMURA Takumi
2012-10-05Convert to unix line endings.Rafael Espindola
2012-10-05Move this test a bit later, after the point at which we know that we eitherDuncan Sands
2012-10-05Move methods out-of-line.Bill Wendling
2012-10-05Use method to query for attributes.Bill Wendling
2012-10-05Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...Craig Topper
2012-10-05Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...Craig Topper
2012-10-05docs: Add HowToSetUpLLVMStyleRTTI.rst.Sean Silva
2012-10-05tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva
2012-10-05tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva
2012-10-05tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy.Sean Silva
2012-10-05Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman
2012-10-05Follow up to r165072. Try a different approach: only move the load when it's ...Evan Cheng
2012-10-05Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth
2012-10-05Lift the speculation visitor above all the helpers that are targeted atChandler Carruth
2012-10-05Use -object_path_lto when linking executables if building Apple style.Bill Wendling
2012-10-04[ms-inline asm] Add support for parsing [Intel dialect] memory operands that useChad Rosier