llvm-6502/lib
Ben Langmuir d5c333b731 Use gethostuuid() on Mac to identify hosts for LockFileManager
The hostname can be very unstable when there are many machines on the
network competing for the same name. Using the hardware UUID makes it
less likely to have collisions or to consider files written by the
current host to be owned by a different one at a later time.

rdar://problem/21512307

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241005 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-29 21:47:44 +00:00
..
Analysis Move delinearization from SCEVAddRecExpr to ScalarEvolution 2015-06-29 14:42:48 +00:00
AsmParser
Bitcode Use foreach loop over constant operands. NFC. 2015-06-25 20:51:38 +00:00
CodeGen [DAGCombiner] Fix & simplify constant folding of sext/zext. 2015-06-29 20:28:47 +00:00
DebugInfo
ExecutionEngine Upgrade JIT listeners for changes in the libObject API. 2015-06-29 15:18:48 +00:00
Fuzzer
IR IR: Expose ModuleSlotTracker in Value::print() 2015-06-27 00:38:26 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO Simplify the Mangler interface now that DataLayout is mandatory. 2015-06-23 13:59:29 +00:00
MC [MC] Ensure that pending labels are flushed when -mc-relax-all flag is used 2015-06-27 01:54:17 +00:00
Object [SymbolSize] Skip sorting by index, just assign by index. 2015-06-29 16:05:00 +00:00
Option
Passes
ProfileData
Support Use gethostuuid() on Mac to identify hosts for LockFileManager 2015-06-29 21:47:44 +00:00
TableGen [TableGen] Restore the use of the TheInit field in Record to cache the Record's DefInit. I broke this when I fixed memory leaks recently. Remove the DenseMap that mapped Record's to DefInit. 2015-06-24 06:19:19 +00:00
Target ARM: add correct kill flags when combining stm instructions 2015-06-29 21:42:16 +00:00
Transforms [LoopSimplify] Set proper debug location in loop backedge blocks. 2015-06-29 21:30:14 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile