aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-20Push/pop and other calling convention lowering conditionalizedDavid Sehr
2012-11-21Update and add some comments.Eric Christopher
2012-11-21Whitespace.Eric Christopher
2012-11-20Add obvious constantness.Jakub Staszak
2012-11-20Remove constness from this, it modifies the output stream as doesEric Christopher
2012-11-20removes a few "const" qualifiersSebastian Pop
2012-11-20Removing some unused instruction definitions from the Hexagon backend.Jyotsna Verma
2012-11-20Remove unused function argument, add a bit to the comment.Eric Christopher
2012-11-20Remove unnecessary LOCALMOD from ARMMCTargetDesc.cppEli Bendersky
2012-11-20Formatting.Eric Christopher
2012-11-20Whitespace.Eric Christopher
2012-11-20Remove LOCALMOD that's no longer required.Eli Bendersky
2012-11-20[asan] use names of globals instead of an external set to distinguish the glo...Kostya Serebryany
2012-11-20[asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany
2012-11-20[asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany
2012-11-20Use LLVM_ENABLE_DUMP for the variables used in printing as well as theChandler Carruth
2012-11-20Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth
2012-11-20Fix physical register liveness calculations:Tim Northover
2012-11-20Intel OCL built-ins calling conventions now support MacOS 32-bit.Elena Demikhovsky
2012-11-20Make the AttrListPtr object a part of the LLVMContext.Bill Wendling
2012-11-20Add a comment to associate a FIXME with a PR where it is matters.Chandler Carruth
2012-11-20Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth
2012-11-2080-column and whitespace fixups.Eric Christopher
2012-11-19Allow using MemoryBuffers with yaml::Stream directly.Sean Silva
2012-11-19Remove a function argument and propagate const around accordingly.Eric Christopher
2012-11-19Whitespace and 80-col.Eric Christopher
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-1980 colsJoe Abbey
2012-11-19Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi
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-18Don't try to calculate the alignment of an unsigned type. Fixes PR14371!Nick Lewycky
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-17Broaden isSchedulingBoundary to check aliases of SP.Andrew Trick
2012-11-17Phi speculation improvement for BasicAAHal Finkel
2012-11-17Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman
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-16Add some basic support for the fission addr forms to DebugInfo.Eric Christopher
2012-11-16Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao
2012-11-16Use array_pod_sort instead of std::sort.Andrew Trick