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
*
Fix type truncation warnings
Teresa Johnson
2016-08-11
5
-22
/
+22
*
Generate slightly more compressed binding opcodes when entries are the same a...
Pete Cooper
2016-08-11
2
-26
/
+45
*
Move GVNHoist tests into their own directory since it is a separate pass
Daniel Berlin
2016-08-11
10
-0
/
+0
*
AMDGPU : Add intrinsic for instruction v_cvt_pk_u8_f32
Wei Ding
2016-08-11
4
-0
/
+70
*
Revert rL278384 which caused several buildbot failures (like check failures i...
Wei Mi
2016-08-11
2
-38
/
+4
*
Fix PR 28933
Daniel Berlin
2016-08-11
2
-5
/
+32
*
Add test for rebase opcodes. We didn't have one. NFC.
Pete Cooper
2016-08-11
1
-0
/
+161
*
Add missing RUN line from r278398. This test works with this line but i forg...
Pete Cooper
2016-08-11
1
-0
/
+1
*
Arm64 stubs alignment is 2, not 4.
Pete Cooper
2016-08-11
2
-2
/
+9
*
[ADT] Add relation operators for Optional
Tim Shen
2016-08-11
2
-64
/
+253
*
Change when we choose to add an LC_LOAD_DYLIB to the final image.
Pete Cooper
2016-08-11
5
-17
/
+61
*
Don't enable PIE on i686-unknown-cloudabi.
Ed Schouten
2016-08-11
5
-11
/
+37
*
CodeGen: Avoid dereferencing end() in MachineScheduler
Duncan P. N. Exon Smith
2016-08-11
1
-2
/
+3
*
Pass in frame pointer omitting compiler flags for CloudABI as well.
Ed Schouten
2016-08-11
2
-1
/
+10
*
Split getArchName. NFC.
Rui Ueyama
2016-08-11
1
-2
/
+9
*
AMDGPU: Prune includes
Matt Arsenault
2016-08-11
5
-28
/
+10
*
[Hexagon] Standardize "select" pseudo-instructions
Krzysztof Parzyszek
2016-08-11
5
-36
/
+42
*
WholeProgramDevirt: generate more detailed and accurate remarks.
Ivan Krasin
2016-08-11
5
-58
/
+108
*
Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal....
Marshall Clow
2016-08-11
1
-1
/
+0
*
Change all the libSystem test files to be dylibs instead of normalized files....
Pete Cooper
2016-08-11
4
-20
/
+24
*
Fix one more test missed by r278372. The next commit will update libsystem i...
Pete Cooper
2016-08-11
1
-1
/
+1
*
Remove the restriction that MachineSinking is now stopped by "insert_subreg,
Wei Mi
2016-08-11
2
-4
/
+38
*
If-conversion incorrectly calculates liveness of redefined registers
Krzysztof Parzyszek
2016-08-11
2
-2
/
+50
*
[analyzer] Teach RetainCountChecker about CVFooRetain
Devin Coughlin
2016-08-11
2
-4
/
+26
*
Fix off-by-one error in default currentVersion.
Pete Cooper
2016-08-11
2
-4
/
+4
*
Test commit
Barnabas Bittner
2016-08-11
1
-0
/
+1
*
[Sema] Add more strict check for sizeof diagnostics for bzero
Bruno Cardoso Lopes
2016-08-11
1
-0
/
+7
*
Target independent codesize heuristics for Loop Idiom Recognition
Andrew Kaylor
2016-08-11
2
-3
/
+227
*
Add a new method to create SimpleInliner instance and make pre-inliner use this.
Easwaran Raman
2016-08-11
3
-2
/
+18
*
[Hexagon] Skip byval arguments when checking parameter attributes
Krzysztof Parzyszek
2016-08-11
2
-1
/
+14
*
Modify coding conventions to mention include ordering.
Zachary Turner
2016-08-11
1
-1
/
+14
*
Have one version of libSystem for each arch. NFC.
Pete Cooper
2016-08-11
48
-80
/
+115
*
Improve virtual register handling when computing debug information
Dominic Chen
2016-08-11
2
-7
/
+85
*
Make TwoAddressInstructionPass::rescheduleMIBelowKill subreg-aware
Michael Kuperstein
2016-08-11
2
-14
/
+48
*
AMDGPU: Fix crashes on memory functions
Matt Arsenault
2016-08-11
3
-1
/
+63
*
[InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)
Vedant Kumar
2016-08-11
6
-89
/
+89
*
[InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)
Vedant Kumar
2016-08-11
6
-103
/
+87
*
AArch64: Assert on analyzeBranch failing
Matt Arsenault
2016-08-11
1
-2
/
+4
*
[AliasSetTracker] Delete dead code
Michael Kuperstein
2016-08-11
2
-146
/
+0
*
Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene Zelenko
2016-08-11
5
-50
/
+147
*
Add move ops to satisfy MSVC.
Teresa Johnson
2016-08-11
1
-0
/
+46
*
AMDGPU: Remove custom getSubReg
Matt Arsenault
2016-08-11
2
-78
/
+10
*
AMDGPU: Remove unused tracking of flat instructions
Matt Arsenault
2016-08-11
3
-25
/
+0
*
AMDGPU : Fix SAD related instruction LIT tests function atttibute issues.
Wei Ding
2016-08-11
7
-21
/
+14
*
[ELF][MIPS] Add more tests for ELF flags calculation. NFC
Simon Atanasyan
2016-08-11
1
-0
/
+25
*
[ELF][MIPS] Separate different tests by empty lines. NFC
Simon Atanasyan
2016-08-11
1
-0
/
+3
*
test: relax the FS test a slight bit to be more reliable
Saleem Abdulrasool
2016-08-11
1
-1
/
+2
*
Add 'inline' attribute to __init to inline the basic_string's constructor
Sebastian Pop
2016-08-11
1
-0
/
+5
*
Hexagon: Avoid dereferencing end() in HexagonCopyToCombine::findPairable
Duncan P. N. Exon Smith
2016-08-11
1
-2
/
+3
*
AMDGPU : Add LLVM intrinsics for SAD related instructions.
Wei Ding
2016-08-11
10
-13
/
+212
[next]