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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a parameter for getLazyBitcodeModule to lazily load Metadata.
Manman Ren
2015-03-13
3
-12
/
+70
*
instcombine: alloca: Split out simplifyAllocaArraySize(), NFC
Duncan P. N. Exon Smith
2015-03-13
1
-8
/
+15
*
Revert: "[Reassociate] Add initial support for vector instructions."
Robert Lougher
2015-03-13
1
-15
/
+19
*
[Reassociate] Add initial support for vector instructions.
Robert Lougher
2015-03-13
1
-19
/
+15
*
[SCEV] Fix PR22856.
Sanjoy Das
2015-03-13
1
-3
/
+6
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
2
-2
/
+26
*
r600: Clear visited structure before running.
Jan Vesely
2015-03-13
1
-0
/
+1
*
r600: Use deque and simplify loops in AMDGPUCFGStructurizer
Jan Vesely
2015-03-13
1
-10
/
+10
*
[X86][AVX] Fix wrong lowering of v4x64 shuffles into concat_vector plus extra...
Andrea Di Biagio
2015-03-13
1
-3
/
+3
*
unique_ptrs are unique already, no need to unique them any further.
Benjamin Kramer
2015-03-13
1
-8
/
+7
*
ConstantFold: Fix big shift constant folding
David Majnemer
2015-03-13
1
-21
/
+12
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
19
-45
/
+82
*
[mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC.
Toma Tabacu
2015-03-13
2
-7
/
+1
*
Teach TBAA analysis to report errors on cyclic TBAA metadata rather than hang...
Owen Anderson
2015-03-13
1
-4
/
+9
*
Fix an infinite recursion in the verifier caused by calling isSized on a recu...
Owen Anderson
2015-03-13
1
-1
/
+2
*
[MachineCopyPropagation] Fix a bug causing incorrect removal for the instruct...
Hao Liu
2015-03-13
1
-4
/
+3
*
When forming an addrec out of a phi don't just look at the last computation a...
Nick Lewycky
2015-03-13
1
-5
/
+7
*
Use the cached subtarget off of the machine function.
Eric Christopher
2015-03-13
1
-1
/
+1
*
Use the cached subtarget off of the machine function.
Eric Christopher
2015-03-13
1
-6
/
+6
*
[X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
3
-27
/
+7
*
Move a variable into the assert where it's used - fixes a -Asserts
Eric Christopher
2015-03-12
1
-2
/
+1
*
In preparation for moving ARM's TargetRegisterInfo to the TargetMachine
Eric Christopher
2015-03-12
12
-146
/
+105
*
R600/SI: Don't print scc reg in sopc assembly string
Tom Stellard
2015-03-12
1
-1
/
+1
*
R600/SI: Remove _e32 and _e64 suffixes from mnemonics
Tom Stellard
2015-03-12
5
-25
/
+41
*
Migrate the AArch64 TargetRegisterInfo to its TargetMachine
Eric Christopher
2015-03-12
8
-48
/
+52
*
Remove unused headers.
Eric Christopher
2015-03-12
1
-2
/
+0
*
Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
2015-03-12
15
-60
/
+42
*
[X86] Fix a regression introduced by r223641.
Quentin Colombet
2015-03-12
2
-2
/
+7
*
Fix comment formatting.
Eric Christopher
2015-03-12
1
-2
/
+1
*
Remove the need to cache the subtarget in the X86 TargetRegisterInfo
Eric Christopher
2015-03-12
3
-24
/
+23
*
Remove unused complex patterns for addressing modes on Hexagon.
Krzysztof Parzyszek
2015-03-12
7
-611
/
+215
*
make an array of constants explicitly const
Sanjay Patel
2015-03-12
1
-1
/
+1
*
IRBuilder: add a CreateShuffleVector function that takes an ArrayRef of int
Sanjay Patel
2015-03-12
1
-4
/
+2
*
[X86] Fix wrong target specific combine on SETCC nodes.
Andrea Di Biagio
2015-03-12
1
-26
/
+32
*
[X86, AVX] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
2
-3
/
+23
*
Silencing an "enumeral and non-enumeral type in conditional expression" warni...
Aaron Ballman
2015-03-12
1
-1
/
+1
*
Add infrastructure for support of multiple memory constraints.
Daniel Sanders
2015-03-12
15
-42
/
+60
*
AVX-512: Added encoding tests for VPROR, VPROL instructions,
Elena Demikhovsky
2015-03-12
1
-2
/
+2
*
Remove some unnecessary forward declarations and put a couple more
Eric Christopher
2015-03-12
8
-24
/
+3
*
Remove the need to cache the subtarget in the Sparc TargetRegisterInfo
Eric Christopher
2015-03-12
4
-12
/
+11
*
Remove the need to cache the subtarget in the Mips TargetRegisterInfo
Eric Christopher
2015-03-12
10
-26
/
+26
*
Reapply 'Run LICM pass after loop unrolling pass.'
Kevin Qin
2015-03-12
1
-1
/
+12
*
Remove the need to cache the subtarget in the ARM TargetRegisterInfo
Eric Christopher
2015-03-12
11
-44
/
+39
*
Remove the need to cache the subtarget in the AArch64 TargetRegisterInfo
Eric Christopher
2015-03-12
4
-21
/
+26
*
[NVPTXAsmPrinter] do not print .align on function headers
Jingyue Wu
2015-03-12
3
-1
/
+5
*
Make llvm.eh.actions an intrinsic and add docs for it
Reid Kleckner
2015-03-12
1
-5
/
+3
*
Remove the need to cache the subtarget in the PowerPC TargetRegisterInfo
Eric Christopher
2015-03-12
3
-55
/
+68
*
Fix build break introduced in r231992
Krzysztof Parzyszek
2015-03-12
1
-4
/
+2
*
Stop calling DwarfEHPrepare from WinEHPrepare
Reid Kleckner
2015-03-12
4
-52
/
+24
*
Eliminate constant-extender profitability checks from Hexagon isel
Krzysztof Parzyszek
2015-03-12
7
-515
/
+225
[next]