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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RegisterBankInfo] Add an helper function to get the size of a register.
Quentin Colombet
2016-04-06
1
-8
/
+34
*
Fix a race condition in support library ThreadPool.
Justin Lebar
2016-04-06
1
-1
/
+4
*
[sancov] enabling coverage edge pruning by default.
Mike Aizatsky
2016-04-06
1
-4
/
+4
*
Fix the compare-clang diff error introduced by r265547.
Wei Mi
2016-04-06
1
-1
/
+2
*
[llvm-c] Add LLVMGetValueKind.
Peter Zotov
2016-04-06
1
-0
/
+11
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
13
-42
/
+66
*
[LoopUnroll] Fix the way we update DT after complete unrolling.
Michael Zolotukhin
2016-04-06
1
-10
/
+15
*
[RegisterBankInfo] Add methods to get the possible mapping of an instruction ...
Quentin Colombet
2016-04-06
1
-0
/
+33
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
32
-265
/
+284
*
[MBP] Remove an unused function parameter
Haicheng Wu
2016-04-06
1
-5
/
+3
*
[PPC] Use VSX/FP Facility integer load when an integer load's only users are ...
Ehsan Amiri
2016-04-06
1
-1
/
+26
*
Put quotes around #error string.
James Y Knight
2016-04-06
1
-1
/
+1
*
AMDGPU: Add a shader calling convention
Nicolai Haehnle
2016-04-06
23
-87
/
+97
*
Revert "[RegisterBankInfo] Add methods to get the possible mapping of an
Quentin Colombet
2016-04-06
1
-46
/
+8
*
[IRVerifier] Don't crash on invalid DIFile inside DISubprogram.
Davide Italiano
2016-04-06
1
-0
/
+2
*
[gold] Save bitcode for module partitions (save-temps + split codegen).
Evgeniy Stepanov
2016-04-06
2
-13
/
+20
*
[RegisterBankInfo] Provide a default constructor for InstructionMapping
Quentin Colombet
2016-04-06
1
-0
/
+1
*
[IRVerifier] Prefer dyn_cast<> over isa<> + cast<>.
Davide Italiano
2016-04-06
1
-9
/
+8
*
[RegisterBankInfo] Add an helper function to get the size of a register.
Quentin Colombet
2016-04-06
1
-8
/
+34
*
IR: Use DenseSet instead of DenseMap for ConstantUniqueMap; NFC
Duncan P. N. Exon Smith
2016-04-06
2
-43
/
+20
*
IR: Stop explicitly clearing the MDStringCache
Duncan P. N. Exon Smith
2016-04-06
1
-3
/
+0
*
[RegisterBankInfo] Add methods to get the possible mapping of an instruction ...
Quentin Colombet
2016-04-06
1
-0
/
+11
*
[AArch64] Change the CMake to avoid to build GlobalISel related APIs
Quentin Colombet
2016-04-06
2
-18
/
+12
*
[AArch64] Teach the subtarget how to get to the RegisterBankInfo.
Quentin Colombet
2016-04-06
4
-6
/
+80
*
[RegisterBankInfo] Implement the verify method of the InstructionMapping help...
Quentin Colombet
2016-04-06
1
-0
/
+25
*
Loop Unroll: add options and tweak to make Partial unrolling more useful
Fiona Glaser
2016-04-06
1
-3
/
+20
*
Revert r265450 "[X86] Reuse EFLAGS and form LOCKed ops when only user is SETCC."
Hans Wennborg
2016-04-06
1
-76
/
+15
*
LoopUnroll: only allow non-modulo Partial unrolling when Runtime=true
Fiona Glaser
2016-04-06
1
-2
/
+4
*
[RegisterBankInfo] Implement the verify method for the ValueMapping helper cl...
Quentin Colombet
2016-04-06
1
-4
/
+16
*
[RegisterBankInfo] Add a verify method for the PartialMapping helper class.
Quentin Colombet
2016-04-06
1
-0
/
+19
*
[RegisterBankInfo] Add a couple of helper classes for the future cost model.
Quentin Colombet
2016-04-06
1
-0
/
+31
*
Revert "Re-commit r265039 "[X86] Merge adjacent stack adjustments in eliminat...
Hans Wennborg
2016-04-06
1
-26
/
+13
*
[AArch64] Use the default constructor of RegisterBankInfo when GlobalISel is ...
Quentin Colombet
2016-04-06
1
-1
/
+1
*
[RegisterBankInfo] Inline the destructor to avoid link-time error when Global...
Quentin Colombet
2016-04-06
1
-2
/
+0
*
Recommit r265309 after fixed an invalid memory reference bug happened
Wei Mi
2016-04-06
10
-526
/
+714
*
Revert r265535 until we know how we can fix the bots
Silviu Baranga
2016-04-06
4
-236
/
+91
*
[AMDGPU] AsmParser: disable DPP for unsupported instructions. New dpp tests. ...
Sam Kolton
2016-04-06
2
-11
/
+54
*
Simplify logic. NFC.
Chad Rosier
2016-04-06
1
-7
/
+5
*
[SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Silviu Baranga
2016-04-06
4
-91
/
+236
*
[AArch64][CodeGen] NFC refactor AArch64InstrInfo::optimizeCompareInstr to pre...
Evgeny Astigeevich
2016-04-06
2
-57
/
+101
*
[ppc64] Temporary disable sibling call optimization on ppc64 due to breaking ...
Chuang-Yu Cheng
2016-04-06
1
-1
/
+1
*
[SLPVectorizer] Vectorizing the libm sqrt to llvm's sqrt intrinsic requires nnan
David Majnemer
2016-04-06
1
-1
/
+3
*
IR: Move MDStrings to a BumpPtrAllocator
Duncan P. N. Exon Smith
2016-04-06
1
-1
/
+1
*
IRMover: Steal arguments when moving functions, NFC
Duncan P. N. Exon Smith
2016-04-06
2
-19
/
+28
*
Revert "[IRVerifier] Don't crash on invalid DIFile inside DISubprogram."
Davide Italiano
2016-04-06
1
-2
/
+0
*
Add parentheses to silence warning.
Richard Trieu
2016-04-06
1
-1
/
+2
*
[IRVerifier] Don't crash on invalid DIFile inside DISubprogram.
Davide Italiano
2016-04-06
1
-0
/
+2
*
[IRVerifier] Avoid crashing on an invalid compile unit.
Davide Italiano
2016-04-06
1
-7
/
+8
*
AArch64: Fix compile error
Matthias Braun
2016-04-06
1
-1
/
+1
*
RegisterScavenger: Take a reference as enterBasicBlock() argument.
Matthias Braun
2016-04-06
9
-17
/
+14
[next]