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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement __builtin_thread_pointer
Adhemerval Zanella
2015-07-28
2
-0
/
+19
*
[X86] Remove mergeSPUpdatesUp()
Michael Kuperstein
2015-07-28
1
-25
/
+1
*
[X86][SSE] Use bitmasks instead of shuffles where possible.
Simon Pilgrim
2015-07-28
1
-0
/
+8
*
AVX512: Implemented encoding and intrinsics for VGETEXPSS/D instructions
Igor Breger
2015-07-28
3
-1
/
+8
*
fix invalid load folding with SSE/AVX FP logical instructions (PR22371)
Sanjay Patel
2015-07-28
3
-46
/
+59
*
WebAssembly: add a generic CPU
JF Bastien
2015-07-27
1
-0
/
+3
*
WebAssembly: more MCAsmInfo nits.
JF Bastien
2015-07-27
1
-5
/
+1
*
- Added support for parsing HWDiv features using Target Parser.
Alexandros Lamprineas
2015-07-27
2
-3
/
+3
*
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
Colin LeMahieu
2015-07-27
8
-8
/
+8
*
remove unnecessary forward declaration; NFC
Sanjay Patel
2015-07-27
1
-16
/
+12
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-07-27
1
-61
/
+49
*
WebAssembly: minor MCAsmInfo fixes
JF Bastien
2015-07-27
1
-1
/
+8
*
Revert "[PeepholeOptimizer] Look through PHIs to find additional register sou...
Bruno Cardoso Lopes
2015-07-27
1
-2
/
+1
*
[AArch64] Remove check for Darwin that was needed to decide if x18 should
Akira Hatanaka
2015-07-27
1
-9
/
+7
*
Fix ODR violation. NFC.
Diego Novillo
2015-07-27
1
-4
/
+4
*
AMDGPU: don't match vgpr loads for constant loads
Marek Olsak
2015-07-27
1
-3
/
+0
*
fix typo and spacing; NFC
Sanjay Patel
2015-07-27
1
-2
/
+2
*
Revert "Add const to some Type* parameters which didn't need to be mutable. ...
Pete Cooper
2015-07-27
2
-10
/
+10
*
[PeepholeOptimizer] Look through PHIs to find additional register sources
Bruno Cardoso Lopes
2015-07-27
1
-1
/
+2
*
[ARM/AArch64] Fix cost model for interleaved accesses
Silviu Baranga
2015-07-27
2
-2
/
+2
*
[X86] Reordered lowerVectorShuffleAsBitMask before lowerVectorShuffleAsBlend....
Simon Pilgrim
2015-07-27
1
-86
/
+86
*
AMDGPU/SI: Fix the V_FRACT_F64 SI bug workaround
Marek Olsak
2015-07-27
1
-2
/
+2
*
Avoid using uncommon acronym "MSROM".
Sean Silva
2015-07-27
1
-2
/
+2
*
Implemented encoding and intrinsics of the following instructions
Igor Breger
2015-07-26
3
-96
/
+134
*
[AArch64][FastISel] Always use an AND instruction when truncating to non-lega...
Juergen Ributzka
2015-07-25
1
-31
/
+24
*
Fix PPCMaterializeInt to check the size of the integer based on the
Eric Christopher
2015-07-25
1
-9
/
+14
*
PPCMaterializeInt should only take a ConstantInt so represent this in the pro...
Eric Christopher
2015-07-25
1
-12
/
+9
*
[AArch64] Define subtarget feature "reserve-x18", which is used to decide
Akira Hatanaka
2015-07-25
4
-10
/
+18
*
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Pete Cooper
2015-07-24
1
-4
/
+3
*
Add const to some Type* parameters which didn't need to be mutable. NFC.
Pete Cooper
2015-07-24
2
-10
/
+10
*
Use foreach loops for StructType::elements(). NFC.
Pete Cooper
2015-07-24
2
-4
/
+4
*
AVX-512: Implemented encoding , DAG lowering and intrinsics for Integer Trunc...
Igor Breger
2015-07-24
6
-108
/
+522
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
4
-24
/
+29
*
fix wrong comment; NFC
Sanjay Patel
2015-07-24
1
-1
/
+1
*
[ARM] - Fix lowering of shufflevectors in AArch32
Luke Cheeseman
2015-07-24
1
-38
/
+127
*
When lowering vector shifts a check is performed to see if the value to shift by
Luke Cheeseman
2015-07-24
2
-17
/
+14
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
4
-29
/
+24
*
[bpf] initial support for debug_info
Alexei Starovoitov
2015-07-24
3
-9
/
+22
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
4
-24
/
+29
*
test commit, only added one space
Lawrence Hu
2015-07-23
1
-1
/
+1
*
[ARM] Register (existing) ARMLoadStoreOpt pass with LLVM pass manager.
David Gross
2015-07-23
1
-2
/
+12
*
Test commit.
David Gross
2015-07-23
1
-0
/
+1
*
X86: Use dyn_cast instead of isa+cast, NFC
Duncan P. N. Exon Smith
2015-07-23
1
-5
/
+6
*
This patch eanble register coalescing to coalesce the following:
Weiming Zhao
2015-07-23
1
-0
/
+14
*
[X86] Allow load folding into PUSH instructions
Michael Kuperstein
2015-07-23
3
-9
/
+27
*
[X86] Fix order of operands for ins and outs instructions when parsing intel ...
Michael Kuperstein
2015-07-23
1
-28
/
+28
*
X86: Fixed assertion failure in 32-bit mode
Elena Demikhovsky
2015-07-23
1
-2
/
+3
*
Revert r242990: "AVX-512: Implemented encoding , DAG lowering and ..."
Chandler Carruth
2015-07-23
5
-478
/
+94
*
AVX-512: Implemented encoding , DAG lowering and intrinsics for Integer Trunc...
Igor Breger
2015-07-23
5
-94
/
+478
*
AVX : Fix ISA disabling in case AVX512VL , some instructions should be disabl...
Igor Breger
2015-07-23
2
-17
/
+18
[next]