aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-16Add some basic support for the fission addr forms to DebugInfo.Eric Christopher
2012-11-16Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).Andrew Kaylor
2012-11-16Add constant definitions for fission dwarf attributes, forms, etc.Eric Christopher
2012-11-16Claim the driver.Chad Rosier
2012-11-16Remove default public copy ctors.Benjamin Kramer
2012-11-16Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).Andrew Kaylor
2012-11-16Remove trailing spaces.Jakub Staszak
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
2012-11-16typoAndrew Trick
2012-11-16Add myself as owner of XCore Backend.Richard Osborne
2012-11-16Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov
2012-11-16Fix handling of aliases to functions.Richard Osborne
2012-11-16[NVPTX] Order global variables in def-use order before emiting them in the fi...Justin Holewinski
2012-11-16Preserve address space of forward-referenced global variables in the LL parserJustin Holewinski
2012-11-16Make this easier to understand, as suggested by Chandler.Duncan Sands
2012-11-16Added program header emissionHemant Kulkarni
2012-11-16Remove conditions from 'else if' that were guaranteed by preceding 'if'.Craig Topper
2012-11-16ReleaseNotes.html updates reflecting PPC64 Elf Linux efforts and progress.Will Schmidt
2012-11-16InstructionSimplify should be able to simplify A+B==B+A to 'true'Duncan Sands
2012-11-16Using const cast to alleviate a warning.Joe Abbey
2012-11-16Factor out the final FADD that's common to multiple code paths in the visitLo...Craig Topper
2012-11-16move irrelevant attribution.Chris Lattner
2012-11-16Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logicDuncan Sands
2012-11-16Adding new tests to test lli's pseudo-remote feature (-remote-mcjit).Andrew Kaylor
2012-11-16Finally add myself to the credits.Craig Topper
2012-11-16SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.Hans Wennborg
2012-11-16Work around a layering violation from Target to CodeGen.Benjamin Kramer
2012-11-16llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect t...NAKAMURA Takumi
2012-11-16Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands
2012-11-16Update credits file regarding SROA work... Also include my other primaryChandler Carruth
2012-11-16Add myself as the code owner for a bunch of stuff.Chandler Carruth
2012-11-16Add MCJIT test case for running global constructors.Amara Emerson
2012-11-16Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld readsAmara Emerson
2012-11-16Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of castHans Wennborg
2012-11-16[DebugInfo] Generate address ranges for compile units even if .debug_aranges ...Alexey Samsonov
2012-11-16Factor some common code to reduce compile size.Craig Topper
2012-11-16LoopVectorize: Division reductions generate incorrect code. Remove the part o...Nadav Rotem
2012-11-16Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve...Craig Topper
2012-11-16Fix typo in a comment.Craig Topper
2012-11-16[mips] Fix delay slot filler so that instructions with register operand $1 areAkira Hatanaka
2012-11-16Remove trailing whitespaceMichael Ilseman
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-11-15Add some tests for the FileCheck utility.Eli Bendersky
2012-11-15Added myself as owner of LLVM Buildbot.Galina Kistanova
2012-11-15Clarify.Eric Christopher
2012-11-15Claim ownership of everyone's favorite part of the backend.Owen Anderson
2012-11-15Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missingEli Friedman
2012-11-15More ownership, no one likes these things anyways.Eric Christopher
2012-11-15Remove trailing whitespaceMichael Ilseman