1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Duncan P. N. Exon Smith 53cb40dedd AMDGPU: Avoid looking for the DebugLoc in end()
The end() iterator isn't a safe thing to dereference.  Pass the DebugLoc
into EmitFetchClause and EmitALUClause to avoid it.

llvm-svn: 278873
2016-08-17 00:06:43 +00:00
..
Analysis Revert "Enhance SCEV to compute the trip count for some loops with unknown stride." 2016-08-16 21:02:04 +00:00
AsmParser
Bitcode Fix bitcode auto-upgrade when using bitcode lazy loading 2016-08-14 00:01:27 +00:00
CodeGen CodeGen: Avoid dereferencing end() when unconstifying iterators 2016-08-16 23:34:07 +00:00
DebugInfo Revert "Write the TPI stream from a PDB to Yaml." 2016-08-16 23:37:10 +00:00
ExecutionEngine
Fuzzer [libFuzzer] minor speed improvement 2016-08-16 21:28:05 +00:00
IR Make MDNode::intersect faster than O(n * m) 2016-08-16 18:48:37 +00:00
IRReader
LibDriver
LineEditor
Linker Linker: Avoid some ridiculous indentation by using a temporary. NFC 2016-08-15 22:41:42 +00:00
LTO [LTO] Simplify APIs and constify (NFC) 2016-08-16 05:46:05 +00:00
MC
Object
ObjectYAML
Option
Passes
ProfileData
Support Remove excessive padding from LineNoCacheTy 2016-08-16 19:20:10 +00:00
TableGen
Target AMDGPU: Avoid looking for the DebugLoc in end() 2016-08-17 00:06:43 +00:00
Transforms SimplifyCFG: Avoid dereferencing end() 2016-08-16 23:57:56 +00:00
CMakeLists.txt
LLVMBuild.txt