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
*
[X86][AVX] Renamed vperm2f128 test to make it quicker to review
Simon Pilgrim
2016-04-18
1
-23
/
+23
*
SCoPValidator: Use SCEVTraversal to simplify SCEVInRegionDependences
Tobias Grosser
2016-04-18
1
-101
/
+33
*
[X86][AVX] Renamed vperm2f128 tests to make it quicker to review
Simon Pilgrim
2016-04-18
1
-79
/
+79
*
Reapply "[Coverage] Prevent detection of false instantiations in case of macr...
Igor Kudrin
2016-04-18
7
-19
/
+102
*
Revert "Replace the use of MaxFunctionCount module flag"
Eric Liu
2016-04-18
7
-188
/
+20
*
[ELF] - Avoid using memset for zero-initialization of struct member. NFC.
George Rimar
2016-04-18
2
-2
/
+1
*
[AMDGPU][llvm-mc] s_setreg* - Fix order of operands
Artem Tamazov
2016-04-18
3
-10
/
+10
*
Silence some "initialized but unused" warnings from MSVC -- the function bein...
Aaron Ballman
2016-04-18
1
-13
/
+2
*
Revert 266581 (and follow-up 266588), it doesn't build on Windows.
Nico Weber
2016-04-18
12
-877
/
+460
*
Unbreak building unit tests on Windows after r266595.
Nico Weber
2016-04-18
1
-0
/
+1
*
Unbreak building LLVMTarget on Windows after r266595.
Nico Weber
2016-04-18
1
-2
/
+3
*
Unbreak building llvm-pdbdump on Windows after r266595.
Nico Weber
2016-04-18
3
-1
/
+4
*
Respect LIBCXXABI_LIBDIR_SUFFIX before an install
Ben Craig
2016-04-18
1
-3
/
+3
*
Fix handling of R_X86_64_GOT32.
Rafael Espindola
2016-04-18
2
-1
/
+10
*
Simplify handling of R_X86_64_TPOFF32. NFC.
Rafael Espindola
2016-04-18
2
-10
/
+8
*
[mips][ias] Prevent double-filling of delay slots by generating '.set noreord...
Daniel Sanders
2016-04-18
2
-1
/
+18
*
Remove isGotRelative.
Rafael Espindola
2016-04-18
4
-12
/
+26
*
Include SmallVector.h header in lib/Target/WebAssembly/InstPrinter/WebAssembl...
Eric Liu
2016-04-18
1
-0
/
+1
*
Attempt to fix darwin build after header refactor in llvm (r266595)
Pavel Labath
2016-04-18
1
-1
/
+1
*
Have getRelExpr handle all cases on x86.
Rafael Espindola
2016-04-18
4
-40
/
+37
*
[ARM] AArch32 v8 NEON is still not IEEE-754 compliant
Renato Golin
2016-04-18
2
-15
/
+12
*
[mips][ias] Stream macro expansions to output instead of buffering them. NFC.
Daniel Sanders
2016-04-18
3
-353
/
+336
*
Merge duplicated cases. NFC.
Rafael Espindola
2016-04-18
1
-8
/
+2
*
[PowerPC] add comment to test
Strahinja Petrovic
2016-04-18
1
-0
/
+2
*
clang-format: Improve heuristics to detect function declarations/definitions.
Daniel Jasper
2016-04-18
2
-4
/
+22
*
Fixup r266327
Pavel Labath
2016-04-18
1
-2
/
+2
*
Add missing header (NFC)
Mehdi Amini
2016-04-18
1
-1
/
+2
*
Add missing header (NFC)
Mehdi Amini
2016-04-18
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
360
-546
/
+197
*
Add missing include for StringRef (NFC)
Mehdi Amini
2016-04-18
1
-0
/
+1
*
[asan] [SystemZ] Add slop for stack address detection.
Marcin Koscielnicki
2016-04-18
1
-0
/
+8
*
Mark P0152R1 as complete.
Eric Fiselier
2016-04-18
1
-1
/
+1
*
Mark LWG issue 2469 as done. Also simplify try_emplace and insert_or_assign i...
Eric Fiselier
2016-04-18
2
-64
/
+32
*
Implement LWG issue 2219 - support reference_wrapper in INVOKE
Eric Fiselier
2016-04-18
11
-62
/
+409
*
[LLDB][MIPS] Fix TestConcurrentEvents
Mohit K. Bhakkad
2016-04-18
1
-35
/
+35
*
[Orc] Tweak some of the new RPC code to silence a warning (extraneous ';') and
Lang Hames
2016-04-18
1
-4
/
+4
*
Add hash specializations for __int128_t. Fixes LWG issue 2119
Eric Fiselier
2016-04-18
3
-4
/
+25
*
Add tests for LWG issue 2361
Eric Fiselier
2016-04-18
16
-9
/
+263
*
Fix LWG issue 2345 - Add insert(value_type&&)
Eric Fiselier
2016-04-18
21
-616
/
+764
*
Delete the now redundant pointsToLocalDynamicGotEntry.
Rafael Espindola
2016-04-18
3
-16
/
+1
*
Have getRelExpr return the final values for tls gd.
Rafael Espindola
2016-04-18
2
-3
/
+6
*
BitcodeWriter: WorkList => Worklist, NFC
Duncan P. N. Exon Smith
2016-04-18
1
-5
/
+5
*
[ORC] Generalize the ORC RPC utils to support RPC function return values and
Lang Hames
2016-04-18
12
-460
/
+877
*
Change getRelExpr to return the final value for TLSLD. NFC.
Rafael Espindola
2016-04-18
2
-2
/
+4
*
Linker: Share a single Metadata map for the lifetime of IRMover
Duncan P. N. Exon Smith
2016-04-17
2
-5
/
+20
*
Make CreateTargetMachine as small as possible.
Rafael Espindola
2016-04-17
2
-14
/
+15
*
[X86] Be explicit about calls to setOperationAction for AVX2 and AVX512 rathe...
Craig Topper
2016-04-17
1
-45
/
+42
*
Revert "NFC: unify clang / LLVM atomic ordering"
JF Bastien
2016-04-17
3
-159
/
+118
*
Revert "NFC: unify clang / LLVM atomic ordering"
JF Bastien
2016-04-17
3
-81
/
+110
*
NFC: unify clang / LLVM atomic ordering
JF Bastien
2016-04-17
3
-110
/
+81
[next]