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
/
HexagonISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-15
1
-2
/
+2
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-26
/
+17
*
[Hexagon] Recognize "q" and "v" in inline-asm as register constraints
Krzysztof Parzyszek
2016-05-18
1
-0
/
+14
*
[CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...
Craig Topper
2016-04-28
1
-10
/
+1
*
[Hexagon] Set ctlz_zero_undef/cttz_zero_undef to Expand so LegalizeDAG will c...
Craig Topper
2016-04-23
1
-4
/
+8
*
[Hexagon] Expand handling of the small-data/bss section
Krzysztof Parzyszek
2016-04-21
1
-1
/
+1
*
Use MVT instead of EVT to remove a bunch of unnecessary calls to getSimpleVT.
Craig Topper
2016-04-15
1
-7
/
+5
*
[Hexagon] Improve handling of unaligned vector loads and stores
Krzysztof Parzyszek
2016-03-28
1
-0
/
+26
*
Tweak some atomics functions in preparation for larger changes; NFC.
James Y Knight
2016-03-16
1
-1
/
+0
*
[DAG] use !isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-1
/
+1
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-5
/
+5
*
[Hexagon] Fix lowering of calls with the return type of i1
Krzysztof Parzyszek
2016-03-04
1
-10
/
+30
*
[Hexagon] Implement TLS support
Krzysztof Parzyszek
2016-02-18
1
-1
/
+155
*
[Hexagon] Add support for __builtin_prefetch
Krzysztof Parzyszek
2016-02-18
1
-0
/
+32
*
[Hexagon] Fix the options controlling jump table generation
Krzysztof Parzyszek
2016-01-13
1
-2
/
+2
*
[Hexagon] Add PIC support
Krzysztof Parzyszek
2015-12-18
1
-101
/
+121
*
[Hexagon] Make memcpy lowering thread-safe
Tobias Edler von Koch
2015-12-16
1
-6
/
+1
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
1
-12
/
+12
*
[Hexagon] Simplify LowerCONCAT_VECTORS, handle different types better
Krzysztof Parzyszek
2015-12-04
1
-58
/
+55
*
[Hexagon] Remove variable unused in NDEBUG build
Krzysztof Parzyszek
2015-12-03
1
-3
/
+2
*
[Hexagon] Implement CONCAT_VECTORS for HVX using V6_vcombine
Krzysztof Parzyszek
2015-12-03
1
-0
/
+10
*
AArch64: use ldxp/stxp pair to implement 128-bit atomic loads.
Tim Northover
2015-12-02
1
-1
/
+1
*
[Hexagon] Lowering of V60/HVX vector types
Krzysztof Parzyszek
2015-11-26
1
-40
/
+373
*
[Hexagon] HVX vector register classes and more isel patterns
Krzysztof Parzyszek
2015-11-26
1
-0
/
+25
*
Replace dyn_cast with isa in places that weren't using the returned value for...
Craig Topper
2015-11-18
1
-2
/
+2
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
1
-2
/
+0
*
[Hexagon] Fix debug information for local objects
Krzysztof Parzyszek
2015-10-19
1
-1
/
+4
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-1
/
+1
*
[CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit.
Ahmed Bougacha
2015-09-11
1
-2
/
+5
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-1
/
+2
*
[Hexagon] Add support for atomic RMW operations
Krzysztof Parzyszek
2015-07-09
1
-0
/
+42
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+2
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-15
/
+19
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-2
/
+1
*
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
*
Remove DisableTailCalls from TargetOptions and the code in resetTargetOptions
Akira Hatanaka
2015-06-09
1
-2
/
+5
*
Add address space argument to isLegalAddressingMode
Matt Arsenault
2015-06-01
1
-1
/
+2
*
ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not no...
Arnold Schwaighofer
2015-05-08
1
-1
/
+3
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-2
/
+3
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-38
/
+39
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-39
/
+38
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-38
/
+39
*
[hexagon] Use range-based for loops. No functionality change intended.
Benjamin Kramer
2015-04-25
1
-69
/
+45
*
[hexagon] Remove setHexLibcallName, it leaks memory.
Benjamin Kramer
2015-04-25
1
-76
/
+83
*
[Hexagon] Some cleanup of instruction selection code
Krzysztof Parzyszek
2015-04-22
1
-661
/
+591
*
Fix Windows build break: use LLVM_FUNCTION_NAME instead of __func__.
Krzysztof Parzyszek
2015-04-22
1
-1
/
+1
*
[Hexagon] Overhaul of stack object allocation
Krzysztof Parzyszek
2015-04-22
1
-94
/
+64
*
Expand ADDO/SUBO on Hexagon
Krzysztof Parzyszek
2015-04-13
1
-0
/
+8
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-0
/
+1
[prev]
[next]