..
Analysis
[SCEVExpander] Use C++isms; NFC
2015-11-21 23:20:10 +00:00
AsmParser
update comment and error message; NFC
2015-11-19 17:35:55 +00:00
Bitcode
[ThinLTO] Handle bitcode without function summary sections gracefully
2015-11-21 21:55:48 +00:00
CodeGen
Hexagon V60/HVX DFA scheduler support
2015-11-21 20:00:45 +00:00
DebugInfo
Replace dyn_cast with isa in places that weren't using the returned value for more than a boolean check. NFC.
2015-11-18 07:07:59 +00:00
ExecutionEngine
[RuntimeDyld] Fix resolving R_PPC64_REL24 relocations
2015-11-17 20:08:31 +00:00
Fuzzer
[libFuzzer] don't crash when reporting a leak in test_single_input mode
2015-11-21 03:46:43 +00:00
IR
Have a single way for creating unique value names.
2015-11-22 00:16:24 +00:00
IRReader
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
2015-06-16 22:27:55 +00:00
LTO
[LTO] Add option to emit assembly from LTOCodeGenerator
2015-11-19 23:59:24 +00:00
LibDriver
[Option] Use an ArrayRef to store the Option Infos in OptTable. NFC
2015-10-21 16:30:42 +00:00
LineEditor
…
Linker
Replace dyn_cast with isa in places that weren't using the returned value for more than a boolean check. NFC.
2015-11-18 07:07:59 +00:00
MC
Fix bug where WinCOFFObjectWriter would assume starting from an empty output.
2015-11-18 15:24:17 +00:00
Object
Do not require a Context to extract the FunctionIndex from Bitcode (NFC)
2015-11-19 05:52:29 +00:00
Option
[Option] Use an ArrayRef to store the Option Infos in OptTable. NFC
2015-10-21 16:30:42 +00:00
Passes
[PM] Port StripDeadPrototypes to the new pass manager
2015-10-30 23:28:12 +00:00
ProfileData
Fix the Windows build, include <tuple> for std::tie
2015-11-20 19:29:40 +00:00
Support
Avoid duplicate entry for cortex-a7 in the TargetParser (NFC)
2015-11-20 16:46:14 +00:00
TableGen
[TblGen] ArrayRefize TGParser. No functional change intended.
2015-10-24 12:46:45 +00:00
Target
fix formatting; NFC
2015-11-22 00:03:16 +00:00
Transforms
[PGO] move names of runtime sections definitions to InstrProfData.inc
2015-11-22 05:42:31 +00:00
CMakeLists.txt
LibDriver, llvm-lib: introduce.
2015-06-09 21:50:22 +00:00
LLVMBuild.txt
Wrap some long lines in LLVMBuild files. NFC
2015-06-12 18:44:57 +00:00
Makefile
LibDriver, llvm-lib: introduce.
2015-06-09 21:50:22 +00:00