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
*
change an assert when generating fmuladd to an ordinary 'if' check (PR25719)
Sanjay Patel
2015-12-03
2
-11
/
+21
*
[PGO] Add v2 format compatibility test
Xinliang David Li
2015-12-03
2
-0
/
+20
*
MC: Make sure to clear *all* of MCMachOStreamer's state
Justin Bogner
2015-12-03
1
-0
/
+1
*
[WebAssembly] Add a test for wasm-store-results pass
Derek Schuff
2015-12-03
2
-1
/
+23
*
[WebAssembly] Assert that byval and nest are not used for return types.
Dan Gohman
2015-12-02
1
-4
/
+2
*
Rename a header guard to be more appropriate
David Majnemer
2015-12-02
1
-2
/
+2
*
Forgot to add this file with r254562.
David Majnemer
2015-12-02
1
-0
/
+41
*
[Hexagon] Improve lowering of instructions to the MC layer
Krzysztof Parzyszek
2015-12-02
3
-24
/
+55
*
Fix test result serialization to use bytes.
Zachary Turner
2015-12-02
2
-16
/
+21
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
20
-147
/
+100
*
fix typos; NFC
Sanjay Patel
2015-12-02
1
-2
/
+2
*
Fixup for r254547: use format_hex() to simplify code.
Alexey Samsonov
2015-12-02
1
-2
/
+1
*
Switch the linker to having a whitelist of GVs.
Rafael Espindola
2015-12-02
2
-55
/
+71
*
Libfuzzer: do not pass null into user function
Mike Aizatsky
2015-12-02
2
-1
/
+7
*
Use std::string instead of strdup() and free() in WinCodeViewLineTables
Reid Kleckner
2015-12-02
2
-15
/
+6
*
Delete what is now duplicated code.
Rafael Espindola
2015-12-02
3
-38
/
+13
*
[llvm-dwp] Include only the non-empty columns in the cu_index
David Blaikie
2015-12-02
2
-8
/
+20
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
33
-216
/
+853
*
Sync up with master file
Xinliang David Li
2015-12-02
1
-3
/
+7
*
[PGO] Allow input value node list to be null
Xinliang David Li
2015-12-02
1
-3
/
+6
*
Candidate fixes for python2/3 compatible string handling in pickling support.
Todd Fiala
2015-12-02
2
-4
/
+4
*
Fix a typo in LoopVectorize.cpp. NFC.
Cong Hou
2015-12-02
1
-1
/
+1
*
[PowerPC] Remove wild call to RegScavenger::initRegState().
Alexey Samsonov
2015-12-02
2
-6
/
+4
*
[Hexagon] Remove std::hex in favor of format().
Alexey Samsonov
2015-12-02
1
-5
/
+7
*
Make --results-file stdout implied if unspecified when using a results format...
Todd Fiala
2015-12-02
1
-3
/
+13
*
Tests: PPC: remove unnecessary metadata. NFC
Kyle Butt
2015-12-02
1
-3
/
+0
*
Also copy private linkage globals when needed.
Rafael Espindola
2015-12-02
3
-1
/
+16
*
Re-enable UBSan tests for SystemZ: PR20980 was fixed.
Alexey Samsonov
2015-12-02
1
-4
/
+0
*
Don't copy information from aliasee to alias.
Rafael Espindola
2015-12-02
5
-22
/
+20
*
AMDGPU/SI: Correctly emit agent global segment variables when targeting HSA
Tom Stellard
2015-12-02
10
-3
/
+301
*
[Hexagon] Remove TFRI_V4 instruction, use existing A2_tfrsi instead
Krzysztof Parzyszek
2015-12-02
1
-20
/
+0
*
Fix linking when we copy over only a decl.
Rafael Espindola
2015-12-02
3
-22
/
+55
*
Fix the clang driver when "-nostdlib" is present
Sumanth Gundapaneni
2015-12-02
2
-2
/
+17
*
Use sub-commands instead of --mode={client,server}.
Zachary Turner
2015-12-02
3
-37
/
+40
*
[CodeGen]: Fix bad interaction with AntiDep breaking and inline asm.
Kyle Butt
2015-12-02
2
-3
/
+314
*
Test Commit: iteratee
Kyle Butt
2015-12-02
1
-2
/
+2
*
Adds candidate formatter for replacing legacy summary results.
Todd Fiala
2015-12-02
4
-88
/
+432
*
Fix accidental off by one change
Fiona Glaser
2015-12-02
1
-1
/
+1
*
Move _mm256_cvtps_ph and _mm256_cvtph_ps to immintrin.h.
Paul Robinson
2015-12-02
2
-12
/
+13
*
AMDGPU: Fix msan test failure
Tom Stellard
2015-12-02
1
-0
/
+1
*
Scheduler / Regalloc: use unique_ptr[] instead of std::vector
Fiona Glaser
2015-12-02
3
-16
/
+17
*
[llvm-profdata] Change instr prof counter overflow to saturate rather than di...
Nathan Slingerland
2015-12-02
4
-17
/
+32
*
AArch64: use ldxp/stxp pair to implement 128-bit atomic loads.
Tim Northover
2015-12-02
6
-38
/
+57
*
[WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ...
Dan Gohman
2015-12-02
4
-4
/
+4
*
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Mohit K. Bhakkad
2015-12-02
2
-4
/
+11
*
[OpenMP] Update target directive codegen to use 4.5 implicit data mappings.
Samuel Antao
2015-12-02
12
-269
/
+1639
*
Making the deleted copy constructor parameter const; NFC.
Aaron Ballman
2015-12-02
1
-1
/
+1
*
AMDGPU/SI: Don't emit group segment global variables
Tom Stellard
2015-12-02
5
-0
/
+32
*
Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A =...
David Majnemer
2015-12-02
4
-9
/
+9
*
Replace the custom AST matcher for nothrow functions with the canonical AST m...
Aaron Ballman
2015-12-02
3
-18
/
+2
[next]