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
/
HexagonTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
[Hexagon] Optimize addressing modes for load/store
Krzysztof Parzyszek
2016-04-29
1
-0
/
+7
*
[Hexagon] Implement branch relaxation
Krzysztof Parzyszek
2016-04-19
1
-0
/
+3
*
[Hexagon] Remove HexagonExpandPredSpillCode pass
Krzysztof Parzyszek
2016-02-12
1
-4
/
+0
*
[Hexagon] Specify vector alignment in DataLayout string
Krzysztof Parzyszek
2016-02-12
1
-7
/
+7
*
[Hexagon] Implement RDF-based post-RA optimizations
Krzysztof Parzyszek
2016-01-12
1
-2
/
+10
*
[Hexagon] Subtarget features/default CPU corrections
Krzysztof Parzyszek
2015-12-14
1
-2
/
+3
*
[Hexagon] Bit-based instruction simplification
Krzysztof Parzyszek
2015-10-20
1
-0
/
+14
*
[Hexagon] Remove unnecessary argument sign extends
Krzysztof Parzyszek
2015-10-19
1
-0
/
+4
*
[Hexagon] Delay emission of CFI instructions
Krzysztof Parzyszek
2015-10-19
1
-0
/
+4
*
[Hexagon] Split double registers
Krzysztof Parzyszek
2015-10-16
1
-0
/
+7
*
[Hexagon] Delete lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp
Krzysztof Parzyszek
2015-10-16
1
-4
/
+0
*
[Hexagon] Merge adjacent stores
Krzysztof Parzyszek
2015-10-16
1
-1
/
+8
*
[Hexagon] Add an early if-conversion pass
Krzysztof Parzyszek
2015-10-06
1
-0
/
+6
*
constify the Function parameter to the TTI creation callback and
Eric Christopher
2015-09-16
1
-1
/
+1
*
Remove unnecessary includes
Matt Arsenault
2015-08-08
1
-1
/
+0
*
[Hexagon] Implement TargetTransformInfo for Hexagon
Krzysztof Parzyszek
2015-08-05
1
-3
/
+36
*
[Hexagon] Generate MUX from conditional transfers when dot-new not possible
Krzysztof Parzyszek
2015-07-20
1
-0
/
+8
*
[Hexagon] Generate instructions for operations on predicate registers
Krzysztof Parzyszek
2015-07-14
1
-0
/
+8
*
[Hexagon] Generate "extract" instructions more aggressively
Krzysztof Parzyszek
2015-07-14
1
-13
/
+18
*
[Hexagon] Add support for atomic RMW operations
Krzysztof Parzyszek
2015-07-09
1
-1
/
+2
*
[Hexagon] Implement commoning of GetElementPtr instructions
Krzysztof Parzyszek
2015-07-08
1
-0
/
+14
*
[Hexagon] Generate "insert" instructions more aggressively
Krzysztof Parzyszek
2015-07-08
1
-1
/
+5
*
Revert 241681: causes Windows builds to fail
Krzysztof Parzyszek
2015-07-08
1
-5
/
+1
*
[Hexagon] Generate "insert" instructions more aggressively
Krzysztof Parzyszek
2015-07-08
1
-1
/
+5
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[Hexagon] Moving pass declarations out of header and in to implementation fil...
Colin LeMahieu
2015-06-15
1
-1
/
+17
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-2
/
+2
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-1
/
+1
*
Expand MUX instructions early on Hexagon
Krzysztof Parzyszek
2015-03-31
1
-4
/
+20
*
Revert 233694. Weak SVN-fu.
Krzysztof Parzyszek
2015-03-31
1
-20
/
+4
*
Expand MUX instructions early on Hexagon
Krzysztof Parzyszek
2015-03-31
1
-4
/
+20
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
1
-2
/
+3
*
Remove useMachineScheduler and replace it with subtarget options
Eric Christopher
2015-03-11
1
-14
/
+1
*
Hexagon: Remove pass that does nothing at all
Benjamin Kramer
2015-03-10
1
-3
/
+0
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Remove unused class variables and update all callers/uses from
Eric Christopher
2015-02-02
1
-2
/
+1
*
Migrate the HexagonSplitConst32AndConst64 pass from TargetMachine
Eric Christopher
2015-02-02
1
-3
/
+1
*
Get TargetRegisterInfo and TargetInstrInfo off of the MachineFunction
Eric Christopher
2015-02-02
1
-1
/
+1
*
Grab TargetInstrInfo off of the MachineFunction and remove
Eric Christopher
2015-02-02
1
-2
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-23
/
+17
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-17
/
+23
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-23
/
+17
*
Add out of line virtual destructors to all LLVMTargetMachine subclasses
Reid Kleckner
2014-11-20
1
-0
/
+2
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-0
/
+1
*
Move all of the hexagon subtarget dependent variables from the target
Eric Christopher
2014-06-27
1
-3
/
+1
*
Have HexagonSelectionDAGInfo take a DataLayout rather than a
Eric Christopher
2014-06-27
1
-1
/
+1
*
Remove unnecessary caching of the subtarget for HexagonFrameLowering and remo...
Eric Christopher
2014-06-27
1
-1
/
+1
[prev]
[next]