aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-19Whitespace and 80-col.Eric Christopher
2012-11-19docs: Fix reference to "bold" part of code example.Sean Silva
2012-11-19Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov
2012-11-19Factor out type info emission into separate routine.Anton Korobeynikov
2012-11-19Move section label emission to module end. Nothing should beEric Christopher
2012-11-19Handle mixed normal and early-clobber defs on inline asm.Jakob Stoklund Olesen
2012-11-19Fix a pasto.Eric Christopher
2012-11-1980 colsJoe Abbey
2012-11-19Enable MCJIT tests on PowerPC.Ulrich Weigand
2012-11-19Add myself as owner of the Hexagon backend.Anshuman Dasgupta
2012-11-19Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi
2012-11-19First version of Polly release notes for 3.2Tobias Grosser
2012-11-19Clean up handling of always-inline functions in the inliner.Bob Wilson
2012-11-19Some comment fixes.Bob Wilson
2012-11-19Move else onto line with preceding closing brace.Craig Topper
2012-11-18Remove the last bit of constant folding from LinearizeExprTree (most of it wasDuncan Sands
2012-11-18Fix PR14060, an infinite loop in reassociate. The problem was that one of theDuncan Sands
2012-11-18SystemLibrary.rst: remove reference to a bug that was closed long time agoDmitri Gribenko
2012-11-18Documentation: convert SystemLibrary documentation to reSTDmitri Gribenko
2012-11-18Documentation: remove a copy of the FileCheck man page from TestingGuideDmitri Gribenko
2012-11-18Documentation: use a :doc: link instead of an absolute http:// link.Dmitri Gribenko
2012-11-18Documentation: fix broken link.Dmitri Gribenko
2012-11-18Use a full triple for a PPC test case for asm syntax.Andrew Trick
2012-11-18MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...NAKAMURA Takumi
2012-11-18test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.NAKAMURA Takumi
2012-11-18Don't try to calculate the alignment of an unsigned type. Fixes PR14371!Nick Lewycky
2012-11-17docs: CodingStandards should follow the coding standards.Sean Silva
2012-11-17Bump sphinx config to 3.3.Benjamin Kramer
2012-11-17Kick off 3.3 cycle for LLVM trunk.Benjamin Kramer
2012-11-17docs: Add link to HowToSetUpLLVMStyleRTTISean Silva
2012-11-17TypoJames Molloy
2012-11-17Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy
2012-11-17Plug a memory leak in the GCOV profiling emitter, which never released the ed...Benjamin Kramer
2012-11-17really fix permissionsPawel Wodnicki
2012-11-17fix permissionsPawel Wodnicki
2012-11-17adding whose code is it anywa toolsPawel Wodnicki
2012-11-17Removing utf-8 smart quote and trailing whitespaceJoe Abbey
2012-11-17Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...Joe Abbey
2012-11-17Silence the buildbots for this test while I figure out the tripleAndrew Trick
2012-11-17Broaden isSchedulingBoundary to check aliases of SP.Andrew Trick
2012-11-17Phi speculation improvement for BasicAAHal Finkel
2012-11-17Per agreement with Doug, take ownership of Clang's libSema.Richard Smith
2012-11-17Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman
2012-11-17[fast-isel] Add the -verify-machineinstrs to these test cases. The remainingChad Rosier
2012-11-17LoopVectorizer: Add initial support for pointer induction variables (for exam...Nadav Rotem
2012-11-17Initial implementation of MipsTargetLowering::isLegalAddressingMode.Akira Hatanaka
2012-11-17Rename methods like PairSRegs() to createSRegpairNode() to meet our codingWeiming Zhao
2012-11-17Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...Evan Cheng
2012-11-17Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).Andrew Kaylor
2012-11-16Claim ownership of MCJITAndrew Kaylor