index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply new meta-programming traits throughout the library.
Eric Fiselier
2019-06-23
8
-261
/
+179
*
Fix typo in comment; NFC
Sanjoy Das
2019-06-23
1
-1
/
+1
*
[X86] Fix isel pattern that was looking for a bitcasted load. Remove what app...
Craig Topper
2019-06-23
1
-13
/
+1
*
Fix test for 32-bit targets.
Richard Smith
2019-06-23
1
-4
/
+4
*
[Tests] Autogen and improve test readability
Philip Reames
2019-06-23
1
-46
/
+95
*
[IndVars] Remove dead instructions after folding trivial loop exit
Philip Reames
2019-06-23
4
-19
/
+7
*
SlotIndexes: delete unused functions
Fangrui Song
2019-06-23
2
-71
/
+0
*
[InstCombine] squash is-power-of-2 that uses ctpop
Sanjay Patel
2019-06-23
2
-10
/
+39
*
SlotIndexes: simplify IdxMBBPair operators
Fangrui Song
2019-06-23
2
-17
/
+4
*
[SelectionDAG] Remove the code that attempts to calculate the alignment for t...
Craig Topper
2019-06-23
2
-27
/
+4
*
[X86][SelectionDAG] Cleanup and simplify masked_load/masked_store in tablegen...
Craig Topper
2019-06-23
4
-61
/
+37
*
Disable test by default
Eric Fiselier
2019-06-23
1
-1
/
+1
*
Add super fast _IsSame trait for internal use.
Eric Fiselier
2019-06-23
2
-11
/
+77
*
Revert "builtins: relax __iso_volatile_{load,store}32"
Saleem Abdulrasool
2019-06-23
2
-19
/
+2
*
Add noexcept throughout <atomic>
Eric Fiselier
2019-06-23
1
-28
/
+28
*
MSVC visualizers for type aliases
Mike Spertus
2019-06-23
1
-0
/
+51
*
Fix placement of -Wno-ignored-attributes
Eric Fiselier
2019-06-23
1
-2
/
+3
*
[Support] Fix build under Emscripten
Keno Fischer
2019-06-23
1
-0
/
+3
*
Disable -Wignored-attributes for now
Eric Fiselier
2019-06-23
1
-0
/
+1
*
Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...
Don Hinton
2019-06-22
3
-118
/
+95
*
Fix TBAA representation for zero-sized fields and unnamed bit-fields.
Richard Smith
2019-06-22
4
-8
/
+28
*
Remove reliance on toCharUnitsFromBits rounding down.
Richard Smith
2019-06-22
1
-1
/
+2
*
Natural MSVC visualization of constructors
Mike Spertus
2019-06-22
1
-1
/
+6
*
builtins: relax __iso_volatile_{load,store}32
Saleem Abdulrasool
2019-06-22
2
-2
/
+19
*
[X86][SSE] Fold extract_subvector(vselect(x,y,z),0) -> vselect(extract_subvec...
Simon Pilgrim
2019-06-22
15
-38
/
+45
*
Exploit a zero LoopExit count to eliminate loop exits
Philip Reames
2019-06-22
3
-6
/
+17
*
[CommandLine] Remove OptionCategory and SubCommand caches from the Option class.
Don Hinton
2019-06-22
3
-95
/
+118
*
[NFC] Fix indentation in PPCAsmPrinter.cpp
Hubert Tong
2019-06-22
1
-54
/
+54
*
[PowerPC][NFC] Move comment to the relevant function
Hubert Tong
2019-06-22
1
-1
/
+1
*
PDB docs: Delete trailing whitespace, wrap to 80 cols
Nico Weber
2019-06-22
5
-76
/
+82
*
[NewGVN] Fix copy/paste mistake in cast
Nikita Popov
2019-06-22
1
-1
/
+1
*
[NewGVN] Remove dead SwitchEdges variable; NFC
Nikita Popov
2019-06-22
1
-4
/
+0
*
[LFTR] Add tests for PR41998; NFC
Nikita Popov
2019-06-22
1
-0
/
+73
*
[X86] Don't use _MM_FROUND_CUR_DIRECTION in the intrinsics tests.
Craig Topper
2019-06-22
4
-390
/
+390
*
AArch64: Add support for reading pc using llvm.read_register.
Peter Collingbourne
2019-06-22
2
-0
/
+19
*
[CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRay
Fangrui Song
2019-06-22
2
-9
/
+0
*
Make GlobalISel depend on SelectionDAG after D63169
Fangrui Song
2019-06-22
1
-1
/
+1
*
AMDGPU: Fix target builtins for gfx10
Matt Arsenault
2019-06-22
8
-3
/
+14
*
Fix UNSUPPORTED attribute from windows to system-windows.
Douglas Yung
2019-06-22
1
-1
/
+1
*
[llvm-objdump] Allow --disassemble-functions to take demangled names
Yuanfang Chen
2019-06-22
3
-36
/
+71
*
[NFC] Marking test added in r363975 as unsupported on Windows.
Douglas Yung
2019-06-22
1
-0
/
+2
*
[ODRHash] Skip some typedef types.
Richard Trieu
2019-06-22
2
-1
/
+107
*
[llvm-objdump] Move --start-address >= --stop-address check out of the
Yuanfang Chen
2019-06-22
2
-5
/
+5
*
AArch64: Prefer FP-relative debug locations in HWASANified functions.
Peter Collingbourne
2019-06-22
4
-11
/
+59
*
gn build: Merge r364046.
Peter Collingbourne
2019-06-22
1
-0
/
+1
*
[COFF, ARM64] Fix encoding of debugtrap for Windows
Tom Tan
2019-06-21
5
-0
/
+30
*
Add new style meta-programming primatives.
Eric Fiselier
2019-06-21
3
-28
/
+245
*
[lit] Deduplicate logic in toolchain.py
Jonas Devlieghere
2019-06-21
1
-6
/
+4
*
[lit] Make lit-lldb-init configurable by CMake
Jonas Devlieghere
2019-06-21
3
-2
/
+6
*
Revert [SLP] Look-ahead operand reordering heuristic.
Reid Kleckner
2019-06-21
2
-276
/
+93
[next]