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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm/Transforms/Utils/LoopVersioning.h requires llvm/Analysis/LoopAccessAnaly...
NAKAMURA Takumi
2015-10-24
1
-0
/
+1
*
Fix ADT/UniqueVector.h to resolve implicit dependency.
NAKAMURA Takumi
2015-10-24
1
-0
/
+1
*
llvm/module.modulemap: AVR.def should be textual header.
NAKAMURA Takumi
2015-10-24
1
-0
/
+1
*
Add a RAW mode to StringTableBuilder.
Rafael Espindola
2015-10-23
2
-10
/
+15
*
Fix the variable names to match the LLVM style.
Rafael Espindola
2015-10-23
1
-3
/
+3
*
[AVR] Add ELF constants to headers
Dylan McKay
2015-10-23
3
-0
/
+71
*
Support, IR: silence -Wunused-parameter
Saleem Abdulrasool
2015-10-23
3
-4
/
+4
*
Add more intrumentation/runtime helper interfaces (NFC)
Xinliang David Li
2015-10-23
1
-0
/
+55
*
[CodeGen] Remove usage of NDEBUG in header.
Davide Italiano
2015-10-23
1
-5
/
+0
*
Minor bug fix in Profile Name Prefix interface
Xinliang David Li
2015-10-22
1
-1
/
+1
*
LoopPass: Remove redoLoop, it isn't used. NFC
Justin Bogner
2015-10-22
1
-6
/
+0
*
LoopPass: Simplify the API for adding a new loop. NFC
Justin Bogner
2015-10-22
1
-6
/
+3
*
Add helper functions and remove hard coded references to instProf related nam...
Xinliang David Li
2015-10-22
1
-0
/
+31
*
[SCEV] Opportunistically interpret unsigned constraints as signed
Sanjoy Das
2015-10-22
1
-0
/
+13
*
[SCEV] Teach SCEV some axioms about non-wrapping arithmetic
Sanjoy Das
2015-10-22
1
-0
/
+8
*
Avoid storing a second copy of each string in StringTableBuilder.
Rafael Espindola
2015-10-22
1
-12
/
+4
*
MachineScheduler: Add a way to disable the 'ReduceLatency' heuristic
Matthias Braun
2015-10-22
1
-1
/
+5
*
CodeGen: increase bits allocated for LegalizeActions
Tim Northover
2015-10-22
1
-11
/
+12
*
Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. ...
Craig Topper
2015-10-22
1
-3
/
+3
*
Use ArrayRef instead of pointer and size. NFC
Craig Topper
2015-10-22
1
-6
/
+6
*
[X86][AVX512] extend vcvtph2ps to support xmm/ymm and sae versions
Asaf Badouh
2015-10-22
1
-0
/
+6
*
[ValueTracking] Add a new predicate: isKnownNonEqual()
James Molloy
2015-10-22
1
-0
/
+7
*
[IR] Add a `makeNoWrapRegion` method to `ConstantRange`
Sanjoy Das
2015-10-22
1
-0
/
+11
*
[OperandBundles] Teach AliasAnalysis about operand bundles
Sanjoy Das
2015-10-22
2
-4
/
+11
*
[OperandBundles] Make function attributes conservatively correct
Sanjoy Das
2015-10-22
2
-0
/
+49
*
[PM]: Fix a doc typo. NFC
Justin Bogner
2015-10-21
1
-1
/
+1
*
[Orc] Clean up a comment.
Lang Hames
2015-10-21
1
-4
/
+4
*
Revert r250923 as config.h is not an installed header.
Yaron Keren
2015-10-21
1
-1
/
+0
*
Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT...
Yaron Keren
2015-10-21
1
-0
/
+1
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
2
-42
/
+14
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
2
-14
/
+42
*
[Option] Use an ArrayRef to store the Option Infos in OptTable. NFC
Craig Topper
2015-10-21
1
-5
/
+3
*
[AA] Enhance the new AliasAnalysis infrastructure with an optional
Chandler Carruth
2015-10-21
2
-0
/
+11
*
Revert "Add missing #include, found by modules build."
Mehdi Amini
2015-10-21
1
-1
/
+0
*
Adding support for TargetLoweringBase::LibCall
Artyom Skrobov
2015-10-20
1
-0
/
+1
*
AVX512: Implemented encoding and intrinsics for VPBROADCASTB/W/D/Q instructions.
Igor Breger
2015-10-20
1
-5
/
+48
*
[x86] Fix AVX maskload/store intrinsic prototypes.
Andrea Di Biagio
2015-10-20
1
-8
/
+8
*
[Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if no
Lang Hames
2015-10-20
1
-1
/
+1
*
[Orc] Fix MSVC bugs introduced in r250749.
Lang Hames
2015-10-19
1
-3
/
+10
*
[Orc] Use '= default' for move constructor/assignment as per dblaikie's review.
Lang Hames
2015-10-19
1
-12
/
+3
*
Fix -Wdeprecated regarding ORC copying ValueMaterializers
David Blaikie
2015-10-19
2
-3
/
+8
*
Vectorize: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-0
/
+3
*
Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)
Teresa Johnson
2015-10-19
1
-1
/
+1
*
[Orc] Add explicit move constructor and assignment operator to make MSVC happy.
Lang Hames
2015-10-19
1
-0
/
+18
*
[Orc] Lambda needs to capture 'this'.
Lang Hames
2015-10-19
1
-1
/
+1
*
[Orc] Remove extraneous semicolon that found its way into r250712.
Lang Hames
2015-10-19
1
-1
/
+1
*
Revert "RegisterPressure: allocatable physreg uses are always kills"
Matthias Braun
2015-10-19
1
-2
/
+0
*
[Orc] Add support for emitting indirect stubs directly into the JIT target's
Lang Hames
2015-10-19
4
-118
/
+343
*
Removed parameter "Consecutive" from isLegalMaskedLoad() / isLegalMaskedStore().
Elena Demikhovsky
2015-10-19
2
-14
/
+13
*
Add hashing and DenseMapInfo for ArrayRef
Rafael Espindola
2015-10-18
2
-0
/
+31
[next]