.. |
Analysis
|
ValueTracking: Figure out more bits when looking at add/sub
|
2014-08-22 00:40:43 +00:00 |
AsmParser
|
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr
|
2014-08-21 20:44:56 +00:00 |
Bitcode
|
BitcodeReader: Only create one basic block for each blockaddress
|
2014-08-16 01:54:37 +00:00 |
CodeGen
|
Revert r215611 because it caused the infinite loop in bug 20736. There is a reduced testcase in that bug.
|
2014-08-23 00:45:03 +00:00 |
DebugInfo
|
Don't own the buffer in object::Binary.
|
2014-08-19 18:44:46 +00:00 |
ExecutionEngine
|
Support: add llvm::unique_lock
|
2014-08-23 23:07:14 +00:00 |
IR
|
InstCombine: sub nsw %x, C -> add nsw %x, -C if C isn't INT_MIN
|
2014-08-22 16:41:23 +00:00 |
IRReader
|
Modernize the .ll parsing interface.
|
2014-08-19 16:58:54 +00:00 |
LTO
|
Move some logic to populateLTOPassManager.
|
2014-08-21 20:03:44 +00:00 |
LineEditor
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +00:00 |
Linker
|
Set comdats when lazily linking functions.
|
2014-08-15 20:17:08 +00:00 |
MC
|
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr
|
2014-08-21 20:44:56 +00:00 |
Object
|
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr
|
2014-08-21 20:44:56 +00:00 |
Option
|
Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind
|
2014-08-22 19:29:17 +00:00 |
ProfileData
|
llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo.
|
2014-08-22 22:56:03 +00:00 |
Support
|
Support: add llvm::unique_lock
|
2014-08-23 23:07:14 +00:00 |
TableGen
|
TableGen: unique_ptr-ify RecordKeeper
|
2014-08-24 19:10:57 +00:00 |
Target
|
X86 intrinsics table - simplifies intrinsics lowering.
|
2014-08-24 09:19:56 +00:00 |
Transforms
|
InstCombine: Properly optimize or'ing bittests together
|
2014-08-24 09:10:57 +00:00 |
CMakeLists.txt
|
ProfileData: Introduce the InstrProfReader interface and a text reader
|
2014-03-21 17:24:48 +00:00 |
LLVMBuild.txt
|
ProfileData: Introduce the InstrProfReader interface and a text reader
|
2014-03-21 17:24:48 +00:00 |
Makefile
|
ProfileData: Introduce the InstrProfReader interface and a text reader
|
2014-03-21 17:24:48 +00:00 |