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
*
WebAssembly: add option to disable register coloring
JF Bastien
2016-02-02
1
-0
/
+7
*
[ELF] Implemented -Bsymbolic-functions command line option
George Rimar
2016-02-02
7
-11
/
+58
*
Removed FeatureVFPOnlySP from the Cortex-R7 processor model
Sjoerd Meijer
2016-02-02
2
-3
/
+1
*
[ELF] Remove redundant empty line. NFC
Simon Atanasyan
2016-02-02
1
-1
/
+0
*
[ELF] Finalize .dynamic section at the end
Simon Atanasyan
2016-02-02
2
-5
/
+16
*
www: Fix overlapping lines II
Tobias Grosser
2016-02-02
1
-1
/
+0
*
Avoid overlapping lines
Tobias Grosser
2016-02-02
1
-1
/
+0
*
ELF: Include archive names in error messages.
Rui Ueyama
2016-02-02
7
-14
/
+43
*
ELF: Simplify and add comments.
Rui Ueyama
2016-02-02
1
-8
/
+16
*
[asan] Fix internal CHECK failure on double free in recovery mode.
Maxim Ostapenko
2016-02-02
2
-5
/
+19
*
Do not use "No" prefix for boolean variables to make it simpler. NFC.
Rui Ueyama
2016-02-02
1
-6
/
+4
*
ELF: Move GOT relocation handler code to one place. NFC.
Rui Ueyama
2016-02-02
1
-18
/
+22
*
ELF: Move PLT relocation handler to one place. NFC.
Rui Ueyama
2016-02-02
1
-18
/
+26
*
[RegisterCoalescer] Better DebugLoc for reMaterializeTrivialDef
David Majnemer
2016-02-02
2
-0
/
+58
*
ELF: Move GNU_IFUNC relocation handler to one place. NFC.
Rui Ueyama
2016-02-02
1
-9
/
+18
*
ELF: Move copy relocation handler to one place. NFC.
Rui Ueyama
2016-02-02
1
-6
/
+13
*
ELF: Move code for MIPS local GOT entries to one place. NFC.
Rui Ueyama
2016-02-02
1
-8
/
+12
*
[OPENMP 4.0] Allow to use 'omp simd' directive inside other simd-regions.
Alexey Bataev
2016-02-02
2
-11
/
+12
*
[OpenMP] Prevent nesting of target constructs within target code execution re...
Arpith Chacko Jacob
2016-02-02
22
-74
/
+421
*
[LCG] Build an edge abstraction for the LazyCallGraph and use it to
Chandler Carruth
2016-02-02
5
-248
/
+418
*
NetBSD: Define initial RegisterContextNetBSD_x86_64
Kamil Rytarowski
2016-02-02
3
-0
/
+400
*
[LVI] Introduce an intersect operation on lattice values
Philip Reames
2016-02-02
3
-32
/
+160
*
Add comments.
Rui Ueyama
2016-02-02
1
-0
/
+8
*
[libFuzzer] allow passing 1 or more files as individual inputs
Kostya Serebryany
2016-02-02
5
-5
/
+58
*
Update a comment.
Rui Ueyama
2016-02-02
1
-1
/
+2
*
MachineVerifier: Use report_context() instead of ad-hoc messages.
Matthias Braun
2016-02-02
1
-10
/
+32
*
[X86] Fix a bug in getMemOpBaseRegImmOfs
Sanjoy Das
2016-02-02
2
-2
/
+40
*
Replace auto with the real type.
Rui Ueyama
2016-02-02
1
-1
/
+1
*
[libFuzzer] fail if the corpus dir does not exist
Kostya Serebryany
2016-02-02
2
-1
/
+4
*
[asan] Add iOS support for Address Sanitizer
Anna Zaks
2016-02-02
4
-17
/
+87
*
[asan] Fixup r258849 by updating warning in the test
Anna Zaks
2016-02-02
1
-1
/
+1
*
[asan] Add iOS support.
Anna Zaks
2016-02-02
16
-37
/
+85
*
Set ordinals of all File's created in MachO passes.
Pete Cooper
2016-02-02
5
-5
/
+15
*
[X86][FastISel] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.
Ahmed Bougacha
2016-02-02
2
-3
/
+5
*
[X86] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.
Ahmed Bougacha
2016-02-02
3
-6
/
+11
*
[safestack] Make sure the unsafe stack pointer is popped in all cases
Anna Zaks
2016-02-02
4
-31
/
+34
*
[LVI] Fix a latent bug in getValueAt
Philip Reames
2016-02-02
1
-0
/
+8
*
Template Type Diffing change
Richard Trieu
2016-02-02
4
-38
/
+34
*
Always initialize Out<ELFT> members.
Rui Ueyama
2016-02-02
1
-0
/
+12
*
We try to avoid static objects. These are on the error path for unsupported ...
Jim Ingham
2016-02-02
1
-4
/
+4
*
Fixed comment characters. NFC
Pete Cooper
2016-02-02
1
-3
/
+3
*
Add pointerKind() method to the MachO ArchHandler's. NFC.
Pete Cooper
2016-02-02
5
-0
/
+20
*
Add ObjC method list atom type. NFC.
Pete Cooper
2016-02-01
3
-0
/
+4
*
Add command line option to disable ObjC category merging.
Pete Cooper
2016-02-01
3
-0
/
+11
*
fix typos; NFC
Sanjay Patel
2016-02-01
1
-2
/
+2
*
[LVI] Missing test case from 259432
Philip Reames
2016-02-01
1
-0
/
+25
*
Move SimpleDefinedAtom::addReference to DefinedAtom.
Pete Cooper
2016-02-01
7
-29
/
+45
*
ELF: Do not call fatal() if relocation contraints are not satisfied.
Rui Ueyama
2016-02-01
4
-14
/
+15
*
Add test for PR26419 (stable function summary ordering)
Teresa Johnson
2016-02-01
1
-3
/
+10
*
Fix getCompiler in unit testing framework on compiler symlinks
Stephane Sezer
2016-02-01
1
-1
/
+2
[next]