summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-27
* CodeGen: Fix a typo in getThreadLocalWrapperLinkageDavid Majnemer2014-06-27
* [ARM] Fix AAPCS non-compliance caused by very large structsOliver Stannard2014-06-27
* const_cast the memory MemoryBuffer following LLVM r211883Alp Toker2014-06-27
* Add a FIXME for an unfortunate issue in ConvertBackendLocation()Alp Toker2014-06-27
* CodeGenAction: don't duplicate entire .ll/.bc files into memoryAlp Toker2014-06-27
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-26
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-26
* Convert some function arguments to use ArrayRef.Craig Topper2014-06-26
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-26
* PR20038: DebugInfo: Call sites without DebugLocs for temporary dtors after a ...David Blaikie2014-06-25
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-25
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* Add R600 builtin codegen.Matt Arsenault2014-06-24
* Correctly Load Mixed FP-GP Variadic Arguments for x86-64.Rafael Espindola2014-06-24
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-24
* ARM: remove dead CodeGen functions.Tim Northover2014-06-24
* Fix spelling. s/overloaed/overloaded/Jim Grosbach2014-06-23
* CodeGen: Remove a stray tab character (NFC)Justin Bogner2014-06-23
* Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast...David Majnemer2014-06-22
* Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ...NAKAMURA Takumi2014-06-22
* CodeGen: Refactor dynamic_cast and typeidDavid Majnemer2014-06-20
* Don't crash when emitting a glvalue conditional where one arm is aRichard Smith2014-06-20
* [PowerPC] Fix small argument stack slot offset for LEUlrich Weigand2014-06-20
* Add module flags metadata to record the settings for enum and wchar widthOliver Stannard2014-06-20
* [MS-ABI] Implement typeidWarren Hunt2014-06-18
* CodeGen: improve ms instrincics supportSaleem Abdulrasool2014-06-18
* Inherit dll attributes to static localsHans Wennborg2014-06-18
* [OPENMP] Reformatting and code improvement.Alexey Bataev2014-06-18
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-18
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-17
* Fix the comment which was backwards.Yaron Keren2014-06-17
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-17
* AArch64: Support for __builtin_arm_rbit() and __builtin_arm_rbit64().Jim Grosbach2014-06-16
* ARM: Support for __builtin_arm_rbit() intrinsic.Jim Grosbach2014-06-16
* MS ABI: Implement x86_64 RTTIDavid Majnemer2014-06-16
* Fix typosAlp Toker2014-06-16
* A non-trivial array-fill expression isn't necessarily a CXXConstructExpr. ItRichard Smith2014-06-13
* Atomics: emit "cmpxchg weak" where possibleTim Northover2014-06-13
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-13
* IR-change: cmpxchg operations now return { iN, i1 }.Tim Northover2014-06-13
* Prefix another use of error_code.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Use StringRef to simplify code. No functional change.Craig Topper2014-06-12
* Use ArrayRef in some function parameters instead of a pointer and count. No f...Craig Topper2014-06-12
* Add loop unroll pragma supportEli Bendersky2014-06-11
* CodeGen: Correct linkage of thread_local for OS XDavid Majnemer2014-06-11
* Objective-C IRGen. Patch to generate a weak symbol reference whenFariborz Jahanian2014-06-10
* [C++11] Use 'nullptr'.Craig Topper2014-06-09
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-07