summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands2012-11-16
* Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld readsAmara Emerson2012-11-16
* Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of castHans Wennborg2012-11-16
* [DebugInfo] Generate address ranges for compile units even if .debug_aranges ...Alexey Samsonov2012-11-16
* Factor some common code to reduce compile size.Craig Topper2012-11-16
* LoopVectorize: Division reductions generate incorrect code. Remove the part o...Nadav Rotem2012-11-16
* Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve...Craig Topper2012-11-16
* Fix typo in a comment.Craig Topper2012-11-16
* [mips] Fix delay slot filler so that instructions with register operand $1 areAkira Hatanaka2012-11-16
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missingEli Friedman2012-11-15
* Remove trailing whitespaceMichael Ilseman2012-11-15
* [mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka2012-11-15
* PowerPC: Lowering floor intrinsic for AltivecAdhemerval Zanella2012-11-15
* PathV2: Fix a possible infinite loop.Daniel Dunbar2012-11-15
* Add assertions in MipsLongBranch which check the size of basic blocks.Akira Hatanaka2012-11-15
* Return 0 instead of false.Jakub Staszak2012-11-15
* Use std::stable_sort instead of std::sort when sorting stack slotsUlrich Weigand2012-11-15
* Simplify code.Jakub Staszak2012-11-15
* misspellAndrew Trick2012-11-15
* whitespaceAndrew Trick2012-11-15
* [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a falseChad Rosier2012-11-15
* Fix indeterminism in MI scheduler DAG construction.Sergei Larin2012-11-15
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands2012-11-15
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-15
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-15
* Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands2012-11-15
* Revert changing FNEG of v4f32 to Expand. It's legal.Craig Topper2012-11-15
* Make FNEG and FABS of v4f32 Expand.Craig Topper2012-11-15
* Make a bunch of floating point operations on vectors Expand so that instructi...Craig Topper2012-11-15
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-15
* Fix an obvious merge bug in -join-globalcopies (disabled).Andrew Trick2012-11-15
* InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentat...NAKAMURA Takumi2012-11-15
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* Remove unneeded #includes.Jakub Staszak2012-11-14
* NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi2012-11-14
* Use reserve() to avoid vector reallocation.Jakub Staszak2012-11-14