aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-30[mips][microMIPS] Relocate with symbol for micromips symbolsZoran Jovanovic2-1/+21
2014-12-30[Hexagon] Adding indexed store new-value variants.Colin LeMahieu3-45/+151
2014-12-30[Hexagon] Adding indexed store of immediates.Colin LeMahieu3-48/+133
2014-12-30[Hexagon] Adding indexed stores.Colin LeMahieu4-81/+282
2014-12-30Remove a comment that appears a second time 22 lines further down.Nico Weber1-3/+0
2014-12-30x86_64: Fix calls to __morestack under the large code model.Peter Collingbourne5-7/+78
2014-12-30[asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...Kostya Serebryany4-0/+8
2014-12-30Reapply debug info changes now that more precise column information is availa...David Blaikie2-2/+2
2014-12-30Reapply "DebugInfo: Generalize debug info location handling"David Blaikie18-195/+124
2014-12-30[asan] change _sanitizer_cov_module_init to accept int* instead of int**Kostya Serebryany3-27/+46
2014-12-30[COFF] Don't try to add quotes to already quoted linker directivesMichael Kuperstein2-2/+3
2014-12-30[Hexagon] Adding reg-reg indexed load forms.Colin LeMahieu6-94/+216
2014-12-30Driver: use the canonical library prefix on WindowsSaleem Abdulrasool2-6/+7
2014-12-30Add non-const version getFileSystemOpts() access function.Yaron Keren1-0/+3
2014-12-30The __morestack function is only available on i386 and x86_64 architectures.Peter Collingbourne1-1/+4
2014-12-30Make the __morestack function available to the JIT memory manager under Linux.Peter Collingbourne1-0/+7
2014-12-30[Hexagon] Dropping old combine instructions without encodings.Colin LeMahieu3-79/+68
2014-12-30[Hexagon] Adding compare byte/halfword reg-reg/reg-imm forms. Adding compare...Colin LeMahieu3-55/+149
2014-12-30Cleanup lldb-mi test cases.Hafiz Abid Qadeer6-79/+0
2014-12-30[Hexagon] Updating constant extender def, adding alu-not instructions, compar...Colin LeMahieu4-14/+60
2014-12-30Follow-up to r224987: fix a lint warningTimur Iskhodzhanov1-1/+1
2014-12-30[ASan/Win] Sort the list of modules when we fail to reserve the shadow memory...Timur Iskhodzhanov1-20/+53
2014-12-30Some code improvements in Masked Load/Store. Elena Demikhovsky3-36/+46
2014-12-30Remove doesSectionRequireSymbols.Rafael Espindola19-242/+294
2014-12-30reverted prev commit (it was a mistake)Elena Demikhovsky3-14/+0
2014-12-30vElena Demikhovsky3-0/+14
2014-12-30Add a public accessor for GlobalCtors in CodeGenModuleKeno Fischer1-0/+5
2014-12-30Add IRBuilder routines for gc.statepoints, gc.results, and gc.relocatesPhilip Reames2-2/+92
2014-12-30Simplify test a bit.Rafael Espindola1-516/+3
2014-12-30[OCaml] Fix bitrot in tests.Peter Zotov1-2/+2
2014-12-30[lit] Make config.llvm_lib_dir available on cmake, too.Peter Zotov2-2/+2
2014-12-30[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY_OUTPUT_INTDIR.Peter Zotov3-7/+7
2014-12-30Testcases for r224939.Craig Topper1-0/+17
2014-12-30Driver: unify addClangRT{Linux,Windows}Saleem Abdulrasool1-20/+16
2014-12-30Don't crash on an invalid trailing return type on a function before a '...'Nico Weber2-5/+9
2014-12-30Convert test to llvm-readobj. NFC.Rafael Espindola1-127/+214
2014-12-30Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"Alexey Samsonov2-28/+22
2014-12-29Semantic tests for memory invalidation at statepointsPhilip Reames1-0/+108
2014-12-29Revert "DebugInfo: Generalize debug info location handling"David Blaikie18-110/+195
2014-12-29Revert "Reapply debug info changes now that r224385 has been recommitted to c...David Blaikie2-2/+2
2014-12-29Carry facts about nullness and undef across GC relocationPhilip Reames3-2/+90
2014-12-29Fix build breakageDavid Majnemer1-1/+2
2014-12-29Parse: Recover more gracefully from extra :: tokens before a {David Majnemer2-1/+13
2014-12-29Refine the notion of MayThrow in LICM to include a header specific versionPhilip Reames2-8/+85
2014-12-29[cmake/multilib] Teach llgo to respect the LLVM_LIBDIR_SUFFIX variable forChandler Carruth3-23/+50
2014-12-29PR22051: Missing debug location on calls in dtor thunks in Windows.David Blaikie2-1/+23
2014-12-29[go] Teach the go cmake build functions to funnel the include directories dow...Chandler Carruth1-1/+6
2014-12-29Loading from null is valid outside of addrspace 0Philip Reames2-10/+30
2014-12-29Use std::find_if instead of manual loop.David Blaikie1-8/+4
2014-12-29Convert test to llvm-readobj. NFC.Rafael Espindola1-16/+41