summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [asan] use names of globals instead of an external set to distinguish the glo...Kostya Serebryany2012-11-20
* [asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany2012-11-20
* [asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany2012-11-20
* Use LLVM_ENABLE_DUMP for the variables used in printing as well as theChandler Carruth2012-11-20
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-20
* Fix physical register liveness calculations:Tim Northover2012-11-20
* Intel OCL built-ins calling conventions now support MacOS 32-bit.Elena Demikhovsky2012-11-20
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-20
* Add a comment to associate a FIXME with a PR where it is matters.Chandler Carruth2012-11-20
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-20
* 80-column and whitespace fixups.Eric Christopher2012-11-20
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-19
* Remove a function argument and propagate const around accordingly.Eric Christopher2012-11-19
* Whitespace and 80-col.Eric Christopher2012-11-19
* Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov2012-11-19
* Factor out type info emission into separate routine.Anton Korobeynikov2012-11-19
* Move section label emission to module end. Nothing should beEric Christopher2012-11-19
* Handle mixed normal and early-clobber defs on inline asm.Jakob Stoklund Olesen2012-11-19
* 80 colsJoe Abbey2012-11-19
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-19
* Clean up handling of always-inline functions in the inliner.Bob Wilson2012-11-19
* Some comment fixes.Bob Wilson2012-11-19
* Move else onto line with preceding closing brace.Craig Topper2012-11-19
* Remove the last bit of constant folding from LinearizeExprTree (most of it wasDuncan Sands2012-11-18
* Fix PR14060, an infinite loop in reassociate. The problem was that one of theDuncan Sands2012-11-18
* Don't try to calculate the alignment of an unsigned type. Fixes PR14371!Nick Lewycky2012-11-18
* Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy2012-11-17
* Plug a memory leak in the GCOV profiling emitter, which never released the ed...Benjamin Kramer2012-11-17
* Broaden isSchedulingBoundary to check aliases of SP.Andrew Trick2012-11-17
* Phi speculation improvement for BasicAAHal Finkel2012-11-17
* Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman2012-11-17
* LoopVectorizer: Add initial support for pointer induction variables (for exam...Nadav Rotem2012-11-17
* Initial implementation of MipsTargetLowering::isLegalAddressingMode.Akira Hatanaka2012-11-17
* Rename methods like PairSRegs() to createSRegpairNode() to meet our codingWeiming Zhao2012-11-17
* Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...Evan Cheng2012-11-17
* Add some basic support for the fission addr forms to DebugInfo.Eric Christopher2012-11-16
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-16
* Use array_pod_sort instead of std::sort.Andrew Trick2012-11-16
* Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov2012-11-16
* Fix handling of aliases to functions.Richard Osborne2012-11-16
* [NVPTX] Order global variables in def-use order before emiting them in the fi...Justin Holewinski2012-11-16
* Preserve address space of forward-referenced global variables in the LL parserJustin Holewinski2012-11-16
* Make this easier to understand, as suggested by Chandler.Duncan Sands2012-11-16
* Remove conditions from 'else if' that were guaranteed by preceding 'if'.Craig Topper2012-11-16
* InstructionSimplify should be able to simplify A+B==B+A to 'true'Duncan Sands2012-11-16
* Using const cast to alleviate a warning.Joe Abbey2012-11-16
* Factor out the final FADD that's common to multiple code paths in the visitLo...Craig Topper2012-11-16
* move irrelevant attribution.Chris Lattner2012-11-16
* Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logicDuncan Sands2012-11-16
* SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.Hans Wennborg2012-11-16