summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* istreambuf_iterator increment should call sbumpc instead of snextc. Patch Howard Hinnant2012-11-161-9/+7
* Remove trailing spaces.Jakub Staszak2012-11-161-70/+70
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-168-103/+227
* StmtDumper: remove incomplete support for limiting the maximum dump depth.Dmitri Gribenko2012-11-162-40/+7
* <rdar://problem/12238339> Greg Clayton2012-11-161-0/+5
* Fix lldb to compile with top of tree LLVM/clang.Greg Clayton2012-11-162-2/+2
* Use array_pod_sort instead of std::sort.Andrew Trick2012-11-161-41/+36
* typoAndrew Trick2012-11-161-3/+3
* Add myself as owner of XCore Backend.Richard Osborne2012-11-161-0/+4
* Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov2012-11-163-7/+26
* Fix handling of aliases to functions.Richard Osborne2012-11-162-13/+41
* [NVPTX] Order global variables in def-use order before emiting them in the fi...Justin Holewinski2012-11-162-3/+87
* Preserve address space of forward-referenced global variables in the LL parserJustin Holewinski2012-11-162-1/+11
* Make this easier to understand, as suggested by Chandler.Duncan Sands2012-11-162-2/+12
* Added program header emissionHemant Kulkarni2012-11-161-3/+45
* Remove conditions from 'else if' that were guaranteed by preceding 'if'.Craig Topper2012-11-161-12/+12
* <rdar://problem/12712928>Greg Clayton2012-11-161-1/+0
* ReleaseNotes.html updates reflecting PPC64 Elf Linux efforts and progress.Will Schmidt2012-11-161-0/+37
* InstructionSimplify should be able to simplify A+B==B+A to 'true'Duncan Sands2012-11-162-2/+23
* Using const cast to alleviate a warning.Joe Abbey2012-11-161-1/+2
* Update RecordingMemoryManager as per change to RuntimeDyld base classDaniel Malea2012-11-162-3/+18
* 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-162-2/+32
* Adding new tests to test lli's pseudo-remote feature (-remote-mcjit).Andrew Kaylor2012-11-167-0/+220
* Finally add myself to the credits.Craig Topper2012-11-161-0/+4
* Fix partial-match-bind-behavior with forEachDescendant() matchers.Daniel Jasper2012-11-162-2/+21
* SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.Hans Wennborg2012-11-161-1/+2
* [analyzer] SATestBuild.py: fix broken string concatenationJordan Rose2012-11-161-2/+2
* Work around a layering violation from Target to CodeGen.Benjamin Kramer2012-11-161-1/+1
* Make libASTMatchers link its dependencies. libRewriteFrontend depends on libR...Benjamin Kramer2012-11-162-1/+6
* llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect t...NAKAMURA Takumi2012-11-162-2/+2
* ubsan: fix broken test case by using brand new [[@LINE]] FileCheck featureAlexey Samsonov2012-11-161-3/+3
* UBSan: enable CMake build on Darwin. Fix two failing tests and disable the te...Alexey Samsonov2012-11-166-23/+40
* UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...Alexey Samsonov2012-11-163-7/+26
* UBSan: fix support on Darwin in 'make' build system. Patch by Jean-Daniel Dupas.Alexey Samsonov2012-11-161-2/+2
* Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands2012-11-168-13/+254
* Update credits file regarding SROA work... Also include my other primaryChandler Carruth2012-11-161-0/+2
* Add myself as the code owner for a bunch of stuff.Chandler Carruth2012-11-161-0/+5
* asan: sync with gcc r193553Dmitry Vyukov2012-11-161-0/+14
* [TSan] use explicit ctor for BlockingCallAlexey Samsonov2012-11-161-1/+1
* Add MCJIT test case for running global constructors.Amara Emerson2012-11-161-0/+21
* 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-162-1/+23
* [TSan] use llvm-symbolizer to run tsan testsAlexey Samsonov2012-11-164-3/+27
* Store this Decl* as a Decl* instead of a uintptr_t. No functionality change.Nick Lewycky2012-11-163-24/+22
* [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-163-0/+212
OpenPOWER on IntegriCloud