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
*
For new archive member we only need to store the full path.
Rafael Espindola
2015-07-15
2
-6
/
+5
*
[LoopUnswitch] Add an else clause to IsTrivialUnswitchCondition() when checki...
Chen Li
2015-07-15
1
-1
/
+2
*
TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca...
Matthias Braun
2015-07-15
7
-9
/
+15
*
MIR Serialization: Serialize references from the stack objects to named allocas.
Alex Lorenz
2015-07-15
2
-6
/
+21
*
Add a "debugger tuning" concept that allows us to fine-tune how we
Paul Robinson
2015-07-15
2
-10
/
+71
*
Fix mergefunc infinite loop
JF Bastien
2015-07-15
1
-2
/
+6
*
Simplify a few uses of remove_filename by using parent_path instead.
Rafael Espindola
2015-07-15
2
-5
/
+3
*
Handle the error of trying to convert a regular archive to a thin one.
Rafael Espindola
2015-07-15
1
-0
/
+3
*
Rename doFunction() in BFI to calculate() and change its parameters from poin...
Cong Hou
2015-07-15
2
-2
/
+2
*
Analyze recursive PHI nodes in BasicAA
Tobias Edler von Koch
2015-07-15
1
-0
/
+26
*
Revert "Refactor optimizeUncoalescable logic"
Bruno Cardoso Lopes
2015-07-15
1
-246
/
+127
*
Revert "Look through PHIs to find additional register sources"
Bruno Cardoso Lopes
2015-07-15
2
-267
/
+83
*
Test commit.
Cong Hou
2015-07-15
1
-1
/
+0
*
Debug Info: Add basic support for external types references.
Adrian Prantl
2015-07-15
5
-3
/
+40
*
Add missing load/store flags to thumb2 instructions.
Pete Cooper
2015-07-15
1
-1
/
+4
*
[PPC64LE] Fix vec_sld semantics for little endian
Bill Schmidt
2015-07-15
1
-4
/
+7
*
Look through PHIs to find additional register sources
Bruno Cardoso Lopes
2015-07-15
2
-83
/
+267
*
Refactor optimizeUncoalescable logic
Bruno Cardoso Lopes
2015-07-15
1
-127
/
+246
*
[PPC] Disassemble little endian ppc instructions in the right byte order
Benjamin Kramer
2015-07-15
1
-8
/
+17
*
-Added API for retrieving the default FPU of a CPU from TargetParser.
Alexandros Lamprineas
2015-07-15
1
-84
/
+95
*
[PM/AA] Fix *numerous* serious bugs in GlobalsModRef found by
Chandler Carruth
2015-07-15
1
-22
/
+31
*
[SDAG] Optimize unordered comparison in soft-float mode (patch by Anton Nadol...
Alexey Bataev
2015-07-15
1
-23
/
+31
*
[PowerPC] Use the MachineCombiner to reassociate fadd/fmul
Hal Finkel
2015-07-15
3
-0
/
+303
*
[PowerPC] Extend physical register live range in PPCVSXFMAMutate
Hal Finkel
2015-07-15
1
-2
/
+15
*
[MachineCombiner] Work with itineraries
Hal Finkel
2015-07-15
1
-4
/
+9
*
[AArch64] Fix problems in decoding generic MSR instructions
Petr Pavlu
2015-07-15
1
-0
/
+3
*
[PM/AA] Cleanup some loops to be range-based. NFC.
Chandler Carruth
2015-07-15
1
-20
/
+19
*
AVX : Fix ISA disabling in case AVX512VL , some instructions should be disabl...
Igor Breger
2015-07-15
2
-30
/
+31
*
Initial support for writing thin archives.
Rafael Espindola
2015-07-15
2
-14
/
+25
*
Use enum instead of unsigned. NFC.
Pete Cooper
2015-07-15
2
-2
/
+4
*
Use cast<> instead of dyn_cast to remove llvm_unreachable. NFC.
Pete Cooper
2015-07-15
1
-4
/
+2
*
Use another foreach loop. NFC
Pete Cooper
2015-07-15
1
-2
/
+1
*
Use getAnyExtOrTrunc helper instead of manually doing ext/trunc check. NFC.
Pete Cooper
2015-07-15
1
-14
/
+5
*
Use getZExtOrTrunc helper instead of manually doing zext/trunc check. NFC.
Pete Cooper
2015-07-15
2
-4
/
+2
*
[LoopUnrolling] Handle cast instructions.
Michael Zolotukhin
2015-07-15
1
-0
/
+15
*
Change conditional to assert. NFC.
Pete Cooper
2015-07-15
1
-3
/
+2
*
Use getStoreSize() instead of getStoreSizeInBits()/8. NFC.
Pete Cooper
2015-07-15
1
-2
/
+1
*
Use a range loop.
Rafael Espindola
2015-07-14
1
-4
/
+2
*
Use more foreach loops in SelectionDAG. NFC
Pete Cooper
2015-07-14
4
-42
/
+39
*
Create a wrapper pass for BlockFrequencyInfo.
Wei Mi
2015-07-14
3
-36
/
+52
*
WebAssembly: fix build breakage.
JF Bastien
2015-07-14
5
-8
/
+9
*
[PowerPC] Support symbolic targets in patchpoints
Hal Finkel
2015-07-14
1
-57
/
+71
*
[InstCombine] Generalize sub of selects optimization to all BinaryOperators
David Majnemer
2015-07-14
2
-26
/
+27
*
[LAA] Introduce RuntimePointerChecking::PointerInfo, NFC
Adam Nemet
2015-07-14
2
-31
/
+35
*
[LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC
Adam Nemet
2015-07-14
4
-55
/
+53
*
[PowerPC] Use the ABI indirect-call protocol for patchpoints
Hal Finkel
2015-07-14
1
-1
/
+43
*
Add support for reading members out of thin archives.
Rafael Espindola
2015-07-14
1
-1
/
+22
*
Add allnodes() iterator range to SelectionDAG. NFC.
Pete Cooper
2015-07-14
4
-20
/
+12
*
Constify parameters in SelectionDAG methods. NFC
Pete Cooper
2015-07-14
1
-3
/
+3
*
Remove unnecessary .getNode() in SelectionDAG. NFC.
Pete Cooper
2015-07-14
1
-22
/
+20
[next]