1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib
Martin Pelikan 2f3bd56a98 [XRay] fix and clarify comments in the log file decoder
Summary:
For readers unfamiliar with the XRay code base, reference the compiler-rt
implementation even though we're not allowed to share any code and explain
our little-endian views more clearly.

For code clarity either get rid of obvious comments or explain their
intentions, fix typos, correct coding style according to LLVM's standards
and manually CSE long expressions to point out it is the same expression.

Reviewers: dberris

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D34339

llvm-svn: 313340
2017-09-15 04:22:16 +00:00
..
Analysis [InstSimplify] fold sdiv/srem based on compare of dividend and divisor 2017-09-14 14:59:07 +00:00
AsmParser IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. 2017-09-12 21:50:41 +00:00
BinaryFormat [BinaryFormat] Fix out of bounds read. 2017-08-31 12:50:42 +00:00
Bitcode [ThinLTO] AliasSummary should not have any references 2017-09-13 17:10:24 +00:00
CodeGen [codeview] Use a type index of zero for static method "this" types 2017-09-15 00:59:07 +00:00
DebugInfo [test] Fix TestDWARFDieRangeInfoIntersects 2017-09-14 17:46:23 +00:00
Demangle
ExecutionEngine [ORC] Add a pair of ORC layers that forward object-layer operations via RPC. 2017-09-05 03:34:09 +00:00
Fuzzer
FuzzMutate Move some CLI utils out of llvm-isel-fuzzer and into the library 2017-09-02 23:43:04 +00:00
IR [X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (llvm) 2017-09-13 09:02:36 +00:00
IRReader
LineEditor
Linker
LTO LowerTypeTests: Add import/export support for targets without absolute symbol constants. 2017-09-11 22:49:10 +00:00
MC [WebAssembly] Use a separate wasm data segment for each global symbol 2017-09-14 23:07:53 +00:00
Object [MachO] Prevent heap overflow when load command extends past EOF 2017-09-13 13:43:01 +00:00
ObjectYAML llvm-dwarfdump: support dumping UUIDs of Mach-O binaries. 2017-09-13 18:22:59 +00:00
Option
Passes [DivRempairs] add a pass to optimize div/rem pairs (PR31028) 2017-09-09 13:38:18 +00:00
ProfileData [Coverage] Build sorted and unique segments 2017-09-08 18:44:50 +00:00
Support [mips] Recognise the triple used by Debian for MIPS n32 ABI 2017-09-14 06:50:05 +00:00
TableGen
Target [X86] Remove an unnecessary SmallVector from LowerBUILD_VECTOR. 2017-09-14 22:47:59 +00:00
Testing
ToolDrivers [llvm-dlltool] Mention arm64 in the lists of architecture alternatives 2017-09-08 06:49:46 +00:00
Transforms Refactor collectChildrenInLoop to LoopUtils [NFC] 2017-09-15 00:04:16 +00:00
WindowsManifest Fix bug 34608 by moving private header out of public header. 2017-09-14 23:01:13 +00:00
XRay [XRay] fix and clarify comments in the log file decoder 2017-09-15 04:22:16 +00:00
CMakeLists.txt
LLVMBuild.txt