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
path:
root
/
llvm
/
lib
/
IR
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix some odd whitespace and formatting errors while making
Eric Christopher
2015-05-18
1
-35
/
+23
*
Extract the load/store type verification to a separate function.
Filipe Cabecinhas
2015-05-18
1
-0
/
+4
*
[Verifier] Assert gc_relocate always return a pointer type
Chen Li
2015-05-18
1
-2
/
+12
*
While in GlobalValue fix the function(s) that don't follow the
Eric Christopher
2015-05-15
2
-5
/
+5
*
Add a speculative execution pass
Jingyue Wu
2015-05-15
1
-0
/
+8
*
[opaque pointer type] Use GlobalVariable::getValueType rather than accessing ...
David Blaikie
2015-05-13
1
-1
/
+1
*
[Safepoints][Verifier] Fix a tautological Assert.
Sanjoy Das
2015-05-13
1
-1
/
+1
*
[opaque pointer type] Constant Folding: Use GEPOperator to access the pointee...
David Blaikie
2015-05-13
1
-2
/
+2
*
[opaque pointer type] Pass the explicit function type down to the instruction...
David Blaikie
2015-05-13
1
-3
/
+4
*
Add function entry count metadata.
Diego Novillo
2015-05-13
3
-0
/
+62
*
[Statepoints] Support for "patchable" statepoints.
Sanjoy Das
2015-05-12
2
-40
/
+64
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
Sunil Srivastava
2015-05-12
1
-1
/
+1
*
Rename variables in gc_relocate related functions to follow LLVM's naming con...
Sanjoy Das
2015-05-11
1
-8
/
+8
*
Simplify a return expression and an access to an alloca's allocated type
David Blaikie
2015-05-11
1
-3
/
+3
*
[RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to ve...
Sanjoy Das
2015-05-11
1
-4
/
+2
*
AVX-512: Changed CC parameter in "cmp" intrinsic
Elena Demikhovsky
2015-05-11
1
-89
/
+0
*
Revert r236912.
Quentin Colombet
2015-05-09
1
-4
/
+4
*
[opaque pointer type] Cleanup a few references to pointee types using nearby ...
David Blaikie
2015-05-08
1
-4
/
+4
*
Replace branch-to-unreachable with assertion.
David Blaikie
2015-05-08
1
-4
/
+2
*
Extend the statepoint intrinsic to allow statepoints to be marked as transiti...
Pat Gavlin
2015-05-08
2
-8
/
+33
*
[opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.
David Blaikie
2015-05-08
5
-19
/
+53
*
Recommit r236670: [opaque pointer type] Pass explicit pointer type through GE...
David Blaikie
2015-05-07
3
-12
/
+34
*
AVX-512: Added all forms of FP compare instructions for KNL and SKX.
Elena Demikhovsky
2015-05-07
1
-23
/
+0
*
Revert "[opaque pointer type] Pass explicit pointer type through GEP constant...
David Blaikie
2015-05-06
3
-34
/
+12
*
Let llc and opt override "-target-cpu" and "-target-features" via command line
Akira Hatanaka
2015-05-06
1
-0
/
+13
*
[IRBuilder] Add a CreateGCStatepointInvoke.
Sanjoy Das
2015-05-06
1
-21
/
+76
*
[opaque pointer type] Pass explicit pointer type through GEP constant folding
David Blaikie
2015-05-06
3
-12
/
+34
*
Change typeIncompatible to return an AttrBuilder instead of new-ing an Attrib...
Pete Cooper
2015-05-06
2
-4
/
+5
*
Add remove method to operate on AttrBuilder instead of AttributeSet.
Pete Cooper
2015-05-06
1
-3
/
+76
*
Remove unnecessary #ifndef NDEBUG guard around assert. NFC.
Pete Cooper
2015-05-06
1
-2
/
+0
*
Add missing dereferenceable_or_null getters
Sanjoy Das
2015-05-06
3
-0
/
+19
*
[DomTree] verifyDomTree to unconditionally perform DT verification
Adam Nemet
2015-05-06
1
-4
/
+4
*
[IRBuilder] Fix indentation. NFC.
Sanjoy Das
2015-05-06
1
-20
/
+19
*
[Statepoint] Clean up Statepoint.h: accessor names.
Sanjoy Das
2015-05-06
2
-4
/
+4
*
[opaque pointer type] Track explicit GEP pointee type through in-memory IR
David Blaikie
2015-05-05
1
-4
/
+5
*
Emit comment for gc.relocate showing base and derived pointers in human reada...
Igor Laevsky
2015-05-05
1
-0
/
+21
*
[IR/Diagnostic] Assert that DebugLoc is valid before accessing.
Davide Italiano
2015-05-04
1
-0
/
+1
*
[opaque pointer type] Store the value type of an alloca
David Blaikie
2015-04-29
1
-8
/
+6
*
[NFC] Converting to range-based for.
Chris Bieneman
2015-04-29
1
-2
/
+1
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
2
-21
/
+15
*
Temporarily relax a check in the debug info verifier.
Adrian Prantl
2015-04-29
1
-0
/
+9
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
8
-640
/
+639
*
DebugInfo: Support up to 2^16 arguments in a subprogram
Duncan P. N. Exon Smith
2015-04-28
1
-5
/
+2
*
Constfold insertelement to undef when index is out-of-bounds
Pawel Bylica
2015-04-27
1
-7
/
+14
*
IR: Add assembly/bitcode support for function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-3
/
+13
*
Verifier: Function metadata attachments require a body
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+13
*
IR: Add Function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
3
-0
/
+82
*
[opaque pointer type] Verifier/AutoUpgrade: Remove a few uses of PointerType:...
David Blaikie
2015-04-24
2
-17
/
+11
*
AsmWriter: Parameterize the syntactic separator for attachments
Duncan P. N. Exon Smith
2015-04-24
1
-8
/
+10
[prev]
[next]