..
ADT
I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in MSVC 2013 and GCC. Added a trivial test to ensure the ArrayRef initializer list constructor is called and behaves as expected.
2015-02-17 15:37:53 +00:00
Analysis
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
AsmParser
Pass a MemoryBufferRef when we can avoid taking ownership.
2014-08-26 21:49:01 +00:00
Bitcode
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
CodeGen
Fix problem with uninitialized bool found by asan.
2015-02-17 12:42:14 +00:00
Config
Define HAVE_DIA_SDK on Windows when DIA is present.
2015-02-10 05:04:25 +00:00
DebugInfo
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
ExecutionEngine
OrcJIT: Try to appease msc18 to add move constructor in FullyPartitionedModule .
2015-02-17 12:52:58 +00:00
IR
[X86] Remove x86.avx2.psll.dq.bs and x86.avx2.psrl.dq.bs intrinsics.
2015-02-16 20:51:59 +00:00
IRReader
Pass a MemoryBufferRef when we can avoid taking ownership.
2014-08-26 21:49:01 +00:00
LineEditor
[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't break the API.
2014-04-21 09:34:48 +00:00
Linker
Use the DiagnosticHandler to print diagnostics when reading bitcode.
2015-01-10 00:07:30 +00:00
LTO
[LTO API] split lto_codegen_compile to lto_codegen_optimize and
2015-02-03 18:39:15 +00:00
MC
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
Object
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
Option
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
ProfileData
Revert "InstrProf: Add unit tests for the profile reader and writer"
2015-02-17 09:21:43 +00:00
Support
I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in MSVC 2013 and GCC. Added a trivial test to ensure the ArrayRef initializer list constructor is called and behaves as expected.
2015-02-17 15:37:53 +00:00
TableGen
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
Target
AArch64: Safely handle the incoming sret call argument.
2015-02-16 18:10:47 +00:00
Transforms
[BDCE] Add a bit-tracking DCE pass
2015-02-17 01:36:59 +00:00
CMakeLists.txt
Remove llvm_headers_do_not_build for the benefit of XCode and Visual Studio users.
2014-08-14 00:51:47 +00:00
InitializePasses.h
[BDCE] Add a bit-tracking DCE pass
2015-02-17 01:36:59 +00:00
LinkAllIR.h
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
2014-01-13 09:26:24 +00:00
LinkAllPasses.h
[BDCE] Add a bit-tracking DCE pass
2015-02-17 01:36:59 +00:00
module.modulemap
[modules] Try harder to stop DebugInfo/PDB/DIA being built if not available.
2015-02-14 05:54:56 +00:00
module.modulemap.build
[modules] Add module maps for LLVM. These are not quite ready for prime-time
2014-05-21 02:46:14 +00:00
Pass.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
PassAnalysisSupport.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
PassInfo.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
PassRegistry.h
[PM] Remove an unused and rather expensive mapping from an analysis
2014-10-06 00:30:59 +00:00
PassSupport.h
Defining a new API for debug options that doesn't rely on static global cl::opts.
2014-10-15 21:54:35 +00:00