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