aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* [DebugInfo] Generate address ranges for compile units even if .debug_aranges ...Alexey Samsonov2012-11-163-24/+39
* Factor some common code to reduce compile size.Craig Topper2012-11-161-37/+20
* LoopVectorize: Division reductions generate incorrect code. Remove the part o...Nadav Rotem2012-11-161-2/+0
* Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve...Craig Topper2012-11-162-0/+68
* Fix typo in a comment.Craig Topper2012-11-161-1/+1
* [mips] Fix delay slot filler so that instructions with register operand $1 areAkira Hatanaka2012-11-161-17/+34
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-153-3/+24
* Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missingEli Friedman2012-11-152-0/+3
* Remove trailing whitespaceMichael Ilseman2012-11-156-156/+156
* [mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka2012-11-156-11/+16
* PowerPC: Lowering floor intrinsic for AltivecAdhemerval Zanella2012-11-152-0/+14
* PathV2: Fix a possible infinite loop.Daniel Dunbar2012-11-151-3/+4
* Add assertions in MipsLongBranch which check the size of basic blocks.Akira Hatanaka2012-11-151-1/+7
* Return 0 instead of false.Jakub Staszak2012-11-151-3/+3
* Use std::stable_sort instead of std::sort when sorting stack slotsUlrich Weigand2012-11-151-1/+3
* Simplify code.Jakub Staszak2012-11-151-1/+1
* misspellAndrew Trick2012-11-151-3/+3
* whitespaceAndrew Trick2012-11-151-4/+4
* [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a falseChad Rosier2012-11-151-1/+1
* Fix indeterminism in MI scheduler DAG construction.Sergei Larin2012-11-151-15/+15
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-156-13/+13
* Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands2012-11-151-3/+0
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-152-0/+34
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-151-2/+10
* Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands2012-11-151-54/+21
* Revert changing FNEG of v4f32 to Expand. It's legal.Craig Topper2012-11-151-1/+0
* Make FNEG and FABS of v4f32 Expand.Craig Topper2012-11-151-0/+2
* Make a bunch of floating point operations on vectors Expand so that instructi...Craig Topper2012-11-151-6/+10
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-154-1/+33
* Fix an obvious merge bug in -join-globalcopies (disabled).Andrew Trick2012-11-151-1/+3
* InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentat...NAKAMURA Takumi2012-11-151-1/+1
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-152-0/+73
* Remove unneeded #includes.Jakub Staszak2012-11-141-3/+0
* NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi2012-11-141-6/+4
* Use reserve() to avoid vector reallocation.Jakub Staszak2012-11-141-0/+1
* Remove the CellSPU port.Eric Christopher2012-11-1453-14685/+1
* Fix invalid asserts, use llvm_unreachable instead.Jakub Staszak2012-11-141-3/+3
* Added multiclass for post-increment load instructions.Jyotsna Verma2012-11-144-233/+187
* canJoinPhys method doesn't modify CoalescerPair. Make it const.Jakub Staszak2012-11-141-2/+2
* Remove dead code.Chad Rosier2012-11-141-13/+0
* Remove DOS line endings.Jakub Staszak2012-11-141-76/+76
* X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer2012-11-141-7/+2
* Replace std::vector -> SmallVector in BBVectorizeHal Finkel2012-11-141-4/+4
* The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem2012-11-141-6/+7
* [NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski2012-11-142-2/+61
* Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov2012-11-141-11/+14
* Fix the largest offender of determinism in BBVectorizeHal Finkel2012-11-141-6/+6
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-142-9/+42