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
*
Make sure to try and take the process stop lock when calling:
Greg Clayton
2016-05-26
1
-6
/
+11
*
[IRCE] Refactor out a parseRangeCheckFromCond; NFC
Sanjoy Das
2016-05-26
1
-50
/
+39
*
Fix columns for member function calls
Hal Finkel
2016-05-25
3
-5
/
+5
*
[PM/PartiallyInlineLibCalls] Commit missing header.
Davide Italiano
2016-05-25
1
-0
/
+30
*
[KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta from Chapter 1.
Lang Hames
2016-05-25
1
-2
/
+2
*
[PM] Port PartiallyInlineLibCalls to the new pass manager.
Davide Italiano
2016-05-25
6
-40
/
+59
*
llvm-dwp: Ensure uncompressed sections are not relocated during processing of...
David Blaikie
2016-05-25
1
-3
/
+4
*
[Kaleidoscope][BuildingAJIT] Shorten the name of the BuildingAJIT tutorial
Lang Hames
2016-05-25
2
-2
/
+2
*
Revert "[MC] Support symbolic expressions in assembly directives"
Reid Kleckner
2016-05-25
9
-168
/
+61
*
[Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of the BuildingAJIT
Lang Hames
2016-05-25
4
-0
/
+1369
*
It has been brought to my attention that, given two variables
Enrico Granata
2016-05-25
3
-12
/
+17
*
[codeview] Use comdats for debug info describing comdat functions
Reid Kleckner
2016-05-25
7
-12
/
+261
*
Objective-C Class Properties: Autoupgrade "Class Properties" module flag.
Manman Ren
2016-05-25
5
-0
/
+48
*
[NVPTX] Don't (incorrectly) say that the NVVMReflect pass preserves all analy...
Justin Lebar
2016-05-25
1
-3
/
+0
*
[CUDA] Add section to docs about controlling fp optimizations.
Justin Lebar
2016-05-25
1
-0
/
+40
*
Remove unused header.
Eric Christopher
2016-05-25
1
-1
/
+0
*
[Kaleidoscope][BuildingAJIT] Delete trailing whitespace.
Lang Hames
2016-05-25
1
-1
/
+1
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-25
9
-61
/
+168
*
Don't repeat name in comment and git-clang-format.
Rafael Espindola
2016-05-25
1
-5
/
+5
*
[Sema] Use the failure bits introduced by r270781.
George Burgess IV
2016-05-25
1
-17
/
+17
*
Work around an MSVC compiler issue in r270776.
Adrian Prantl
2016-05-25
1
-3
/
+3
*
[Kaleidoscope][BuildingAJIT] Fix code-block indents.
Lang Hames
2016-05-25
1
-33
/
+33
*
[Sema] Note when we encounter a problem in ExprConstant.
George Burgess IV
2016-05-25
3
-37
/
+220
*
Mark some aarch64-linux specific xfails marking bug entries
Omair Javaid
2016-05-25
3
-2
/
+3
*
[LazyValueInfo] Simplify `return after else`. NFCI.
Davide Italiano
2016-05-25
1
-4
/
+3
*
[Kaleidoscope][BuildingAJIT] Add a description of the KaleidoscopeJIT addModule
Lang Hames
2016-05-25
2
-24
/
+115
*
[BasicAA] Improve precision of alloca vs. inbounds GEP alias queries
Michael Kuperstein
2016-05-25
3
-87
/
+228
*
PR26055: Speed up LiveDebugValues by replacing lists with bitvectors.
Adrian Prantl
2016-05-25
3
-151
/
+191
*
[CGDebugInfo] Modify the preferred expression location for member calls.
Hal Finkel
2016-05-25
2
-0
/
+32
*
Fix rejects-valid on constexpr function that accesses a not-yet-defined 'extern
Richard Smith
2016-05-25
2
-3
/
+22
*
[MBB] Early exit to reduce indentation, per coding guidelines. NFC.
Chad Rosier
2016-05-25
1
-59
/
+62
*
Add a loop's debug location to its llvm.loop metadata
Hal Finkel
2016-05-25
7
-27
/
+57
*
Look for a loop's starting location in the llvm.loop metadata
Hal Finkel
2016-05-25
3
-16
/
+96
*
Add logging to ValueObjectSyntheticFilter such that one can trace through the...
Enrico Granata
2016-05-25
1
-8
/
+78
*
Sort includes.
Rafael Espindola
2016-05-25
1
-1
/
+1
*
Port the strip-invalid-debuginfo logic to the legacy verifier pass, too.
Adrian Prantl
2016-05-25
2
-7
/
+39
*
[X86][SSE41] Removed pblendw intrinsics tests - they are auto-upgraded
Simon Pilgrim
2016-05-25
1
-16
/
+0
*
[profile] Add early checking to bypass node pointer update
Xinliang David Li
2016-05-25
2
-3
/
+13
*
Move whole-program virtual call optimization pass after function attribute in...
Peter Collingbourne
2016-05-25
2
-25
/
+27
*
[X86][SSE41] Regenerated intrinsics tests
Simon Pilgrim
2016-05-25
2
-56
/
+370
*
[TLI] Also cover Linux 64 libfunc (stat64, ...) prototype checking.
Ahmed Bougacha
2016-05-25
3
-3
/
+65
*
[profile] Don't return `Node` when it is null.
Sean Silva
2016-05-25
1
-5
/
+7
*
[X86][SSE41] Removed blendpd/blendps intrinsics tests - they are auto-upgraded
Simon Pilgrim
2016-05-25
1
-17
/
+1
*
fix typo; NFC
Sanjay Patel
2016-05-25
1
-1
/
+1
*
ValueMaterializer: rename materializeDeclFor() to materialize()
Mehdi Amini
2016-05-25
4
-9
/
+9
*
ValueMaterializer: fuse materializeDeclFor and materializeInitFor (NFC)
Mehdi Amini
2016-05-25
3
-45
/
+25
*
IRLinker: fix double scheduling of mapping a global value because of an alias
Mehdi Amini
2016-05-25
2
-0
/
+24
*
[X86][AVX2] Regenerate avx2 vector shift tests
Simon Pilgrim
2016-05-25
1
-215
/
+227
*
[libfuzzer] replacing unittest for truncate_units with functional test.
Mike Aizatsky
2016-05-25
4
-22
/
+22
*
Revert r270748 "clang-cl: Treat dllimport explicit template instantiation def...
Hans Wennborg
2016-05-25
3
-78
/
+17
[next]