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
/
Hexagon
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-1
/
+2
*
Use more foreach loops in SelectionDAG. NFC
Pete Cooper
2015-07-14
1
-2
/
+2
*
Fix NDEBUG build warning
Krzysztof Parzyszek
2015-07-14
1
-0
/
+2
*
Fix Windows build: replace __func__ with LLVM_FUNCTION_NAME
Krzysztof Parzyszek
2015-07-14
1
-4
/
+5
*
[Hexagon] Generate instructions for operations on predicate registers
Krzysztof Parzyszek
2015-07-14
3
-0
/
+531
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-2
/
+2
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
2
-6
/
+7
*
[Hexagon] Generate "extract" instructions more aggressively
Krzysztof Parzyszek
2015-07-14
3
-13
/
+278
*
[Hexagon] Move BitTracker into the llvm namespace and remove redundant qualif...
Benjamin Kramer
2015-07-13
4
-64
/
+52
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-3
/
+1
*
Target RegisterInfo: devirtualize TargetFrameLowering
JF Bastien
2015-07-10
1
-2
/
+3
*
[Hexagon] Add missing preamble to a source file
Krzysztof Parzyszek
2015-07-09
1
-0
/
+9
*
[Hexagon] Add support for atomic RMW operations
Krzysztof Parzyszek
2015-07-09
3
-1
/
+59
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
3
-9
/
+1
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
2
-4
/
+4
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
2
-16
/
+21
*
Add missing dependency to Hexagon target.
Diego Novillo
2015-07-08
1
-0
/
+1
*
[Hexagon] Implement commoning of GetElementPtr instructions
Krzysztof Parzyszek
2015-07-08
3
-0
/
+1340
*
[Hexagon] Generate "insert" instructions more aggressively
Krzysztof Parzyszek
2015-07-08
3
-1
/
+1604
*
Revert 241681: causes Windows builds to fail
Krzysztof Parzyszek
2015-07-08
3
-1604
/
+1
*
[Hexagon] Generate "insert" instructions more aggressively
Krzysztof Parzyszek
2015-07-08
3
-1
/
+1604
*
[Hexagon] Fix unused variable warnings in NDEBUG build caused by r241595
Krzysztof Parzyszek
2015-07-07
2
-12
/
+8
*
[Hexagon] Implement bit-tracking facility with specifics for Hexagon
Krzysztof Parzyszek
2015-07-07
5
-0
/
+2832
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-2
/
+3
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
2
-6
/
+4
*
Hexagon: Paper over the undefined behaviour introduced by r238692
Justin Bogner
2015-06-24
2
-1
/
+3
*
Hexagon: Avoid left shifting negative values (it's UB)
Justin Bogner
2015-06-24
1
-1
/
+1
*
Make helper functions static. NFC.
Benjamin Kramer
2015-06-23
1
-3
/
+4
*
[Hexagon] Use MF reference from parent class in HexagonPacketizerList
Krzysztof Parzyszek
2015-06-23
1
-10
/
+7
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
30
-36
/
+36
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
30
-36
/
+36
*
[Hexagon] Fixing unused field copypasta.
Colin LeMahieu
2015-06-18
1
-9
/
+3
*
[Hexagon] Printing packet brackets when asm printing and adding a number of t...
Colin LeMahieu
2015-06-18
1
-1
/
+63
*
[Hexagon] Adding MC ELF streamer and updating addend relocation test which sh...
Colin LeMahieu
2015-06-17
7
-4
/
+307
*
[Hexagon] Alphabetical ordering of functions, NFC.
Colin LeMahieu
2015-06-16
1
-5
/
+5
*
[Hexagon] PC-relative offsets are relative to packet start rather than the of...
Colin LeMahieu
2015-06-15
1
-3
/
+38
*
Remove duplicate conditional in if-stmt.
Eric Christopher
2015-06-15
1
-2
/
+1
*
[Hexagon] Moving pass declarations out of header and in to implementation fil...
Colin LeMahieu
2015-06-15
13
-52
/
+53
*
[Hexagon] Making intrinsic tests agnostic to register allocation. Narrowing ...
Colin LeMahieu
2015-06-12
3
-11
/
+71
*
Wrap some long lines in LLVMBuild files. NFC
Douglas Katzman
2015-06-12
1
-1
/
+11
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
2
-3
/
+3
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
2
-16
/
+13
*
[Hexagon] Adding decoders for signed operands and ensuring all signed operand...
Colin LeMahieu
2015-06-10
4
-331
/
+361
*
[Hexagon] Make global arrays 'static const'. NFC.
Benjamin Kramer
2015-06-10
1
-33
/
+33
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
4
-5
/
+5
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
2
-4
/
+5
*
Remove DisableTailCalls from TargetOptions and the code in resetTargetOptions
Akira Hatanaka
2015-06-09
1
-2
/
+5
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
2
-5
/
+5
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
2
-4
/
+5
*
[Hexagon] Adding functionality for searching for compound instruction pairs. ...
Colin LeMahieu
2015-06-08
5
-2
/
+440
[next]