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
/
Target
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] Thumb1 3 to 2 operand convertion for commutative operations
Scott Douglass
2015-07-09
1
-3
/
+21
*
[ARM] Don't be overzealous converting Thumb1 3 to 2 operands
Scott Douglass
2015-07-09
1
-0
/
+5
*
[ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2
Scott Douglass
2015-07-09
1
-2
/
+12
*
[ARM] Refactor converting Thumb1 from 3 to 2 operand (nfc)
Scott Douglass
2015-07-09
1
-42
/
+45
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
3
-9
/
+0
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
2
-20
/
+24
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
2
-5
/
+5
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
6
-116
/
+140
*
Make TargetTransformInfo keeping a reference to the Module DataLayout
Mehdi Amini
2015-07-09
2
-15
/
+4
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-1
/
+1
*
MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFC
Duncan P. N. Exon Smith
2015-07-08
1
-4
/
+4
*
Remove IsLittleEndian from TargetLowering and redirect to DataLayout
Mehdi Amini
2015-07-08
2
-10
/
+12
*
[ARM] Define a subtarget feature and use it to decide whether long calls should
Akira Hatanaka
2015-07-07
5
-12
/
+14
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-4
/
+3
*
Where Triple has a suitable predicate, use it rather than the enum values. NFC.
Daniel Sanders
2015-07-06
3
-7
/
+5
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
2
-27
/
+15
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
2
-11
/
+7
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-26
/
+26
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-26
/
+26
*
ARM: add correct kill flags when combining stm instructions
Tim Northover
2015-06-29
1
-0
/
+6
*
[ARM]: Extend -mfpu options for half-precision and vfpv3xd
Javed Absar
2015-06-29
2
-2
/
+52
*
[ARM] Cortex-R5 is not VFPOnlySP
Javed Absar
2015-06-26
1
-1
/
+1
*
[ARM] Cortex-R4F is not VFPOnlySP
Javed Absar
2015-06-26
1
-1
/
+1
*
Optimize the creation of mapping symbols.
Rafael Espindola
2015-06-26
1
-8
/
+1
*
[ARM] Lower interleaved memory accesses to vldN/vstN intrinsics.
Hao Liu
2015-06-26
5
-0
/
+204
*
Replace copy-pasted debug value skipping with MBB::getLastNonDebugInstr
Benjamin Kramer
2015-06-25
1
-8
/
+4
*
ARMLoadStoreOptimizer: Fix errata 602117 handling and make testcase actually ...
Matthias Braun
2015-06-24
1
-107
/
+112
*
[ARM] ARMLoadStoreOpt::UpdateBaseRegUses should stop on def
John Brawn
2015-06-23
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
41
-48
/
+48
*
Change .thumb_set to have the same error checks as .set.
Pete Cooper
2015-06-22
1
-14
/
+6
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
41
-48
/
+48
*
[ARM] Look through concat when lowering in-place shuffles (VZIP, ..)
Ahmed Bougacha
2015-06-19
1
-0
/
+38
*
[ARM] Factor out two-result shuffle matching. NFCI.
Ahmed Bougacha
2015-06-19
1
-26
/
+35
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
2
-2
/
+2
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
6
-12
/
+10
*
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...
Matthias Braun
2015-06-13
2
-2
/
+2
*
MachineLICM: Use TargetSchedModel instead of just itineraries
Matthias Braun
2015-06-13
2
-7
/
+8
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
2
-32
/
+31
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
2
-11
/
+8
*
Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.
Daniel Sanders
2015-06-11
1
-7
/
+7
*
Revert "Move dllimport name mangling to IR mangler."
Reid Kleckner
2015-06-11
3
-4
/
+23
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
7
-24
/
+21
*
Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.
Daniel Sanders
2015-06-10
1
-3
/
+2
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
6
-26
/
+30
*
Move dllimport name mangling to IR mangler.
Peter Collingbourne
2015-06-09
3
-23
/
+4
*
Remove DisableTailCalls from TargetOptions and the code in resetTargetOptions
Akira Hatanaka
2015-06-09
1
-2
/
+5
*
Removing spurious semi colons; NFC.
Aaron Ballman
2015-06-09
1
-1
/
+1
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
5
-12
/
+20
*
[ARM] Pass a callback to FunctionPass constructors to enable skipping execution
Akira Hatanaka
2015-06-08
3
-19
/
+30
*
Remove includes of MCMachOSymbolFlags.h after it was deleted
Pete Cooper
2015-06-08
1
-1
/
+0
[next]