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
...
*
Mips specific llvm assembler support for ALU instructions. This includes
Jack Carter
2012-09-05
1
-22
/
+367
*
Cleanup a few magic numbers.
Chad Rosier
2012-09-05
2
-2
/
+2
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
14
-17
/
+17
*
[ms-inline asm] We only need one bit to represent the AsmDialect in the
Chad Rosier
2012-09-05
2
-11
/
+5
*
Constify this properly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-05
1
-4
/
+4
*
Mark checkSignature const, and in turn stop casting away const from
Roman Divacky
2012-09-05
2
-3
/
+3
*
Constify SDNodeIterator an stop its only non-const user being cast stripped
Roman Divacky
2012-09-05
1
-1
/
+1
*
Constify subtarget info properly so that we dont cast away the const in
Roman Divacky
2012-09-05
2
-6
/
+6
*
Use const properly so that we dont remove const qualifier from region and MII
Roman Divacky
2012-09-05
3
-13
/
+13
*
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-05
2
-1
/
+19
*
Move the PPC TOC defs into the PPC64 InstrInfo file.
Hal Finkel
2012-09-05
2
-3
/
+3
*
[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to
Chad Rosier
2012-09-05
8
-17
/
+19
*
Strip old MachineInstrs *after* we know we can put them back.
Tim Northover
2012-09-05
1
-6
/
+6
*
Remove unused typedefs gcc4.8 warns about.
Roman Divacky
2012-09-05
2
-2
/
+0
*
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-09-05
3
-2
/
+27
*
Switch BasicAliasAnalysis' cache to SmallDenseMap.
Benjamin Kramer
2012-09-05
1
-9
/
+7
*
LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access the
Pranav Bhandarkar
2012-09-05
1
-0
/
+35
*
[asan] fix lint
Kostya Serebryany
2012-09-05
1
-1
/
+1
*
Fixed the DAG combiner to better handle the folding of AND nodes for vector t...
Silviu Baranga
2012-09-05
1
-1
/
+11
*
[asan] extend the blacklist functionality to handle global-init. Patch by Rei...
Kostya Serebryany
2012-09-05
3
-1
/
+11
*
Remove some of the patterns added in r163196. Increasing the complexity on in...
Craig Topper
2012-09-05
1
-42
/
+2
*
Add patterns for integer forms of VINSERTF128/VINSERTI128 folded with loads. ...
Craig Topper
2012-09-05
1
-4
/
+76
*
Add a FIXME that assumes we maintain backward compatibility until the next ma...
Chad Rosier
2012-09-05
1
-0
/
+1
*
Reorder the comments of EmitExceptionTable.
Logan Chien
2012-09-05
1
-20
/
+20
*
Fix UseInitArray option for MIPS target.
Logan Chien
2012-09-05
1
-0
/
+1
*
Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...
Craig Topper
2012-09-05
2
-29
/
+66
*
Remove redundant semicolons to fix -pedantic-errors build.
Richard Smith
2012-09-05
1
-2
/
+2
*
Fix function name per coding standard.
Chad Rosier
2012-09-05
4
-10
/
+10
*
[ms-inline asm] Add support for the nsdialect keyword in the Bitcode
Chad Rosier
2012-09-05
2
-2
/
+28
*
[ms-inline asm] Add the nsdialect keyword to the lexer.
Chad Rosier
2012-09-05
1
-0
/
+1
*
[ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.
Chad Rosier
2012-09-05
3
-3
/
+9
*
Make provenance checking conservative in cases when
Dan Gohman
2012-09-04
1
-37
/
+42
*
BypassSlowDivision: Assign to reference, don't copy the object.
Jakub Staszak
2012-09-04
1
-2
/
+2
*
Search the whole instruction for tied operands.
Jakob Stoklund Olesen
2012-09-04
1
-2
/
+1
*
[ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm
Chad Rosier
2012-09-04
3
-13
/
+23
*
[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This
Chad Rosier
2012-09-04
4
-6
/
+0
*
Fix my previous patch (r163164). It does now what it is supposed to do:
Jakub Staszak
2012-09-04
1
-1
/
+0
*
Return false if BypassSlowDivision doesn't change anything.
Jakub Staszak
2012-09-04
1
-33
/
+34
*
Typo.
Jakob Stoklund Olesen
2012-09-04
1
-1
/
+1
*
Actually use the MachineOperand field for isRegTiedToDefOperand().
Jakob Stoklund Olesen
2012-09-04
1
-103
/
+0
*
Move tie checks into MachineVerifier::visitMachineOperand.
Jakob Stoklund Olesen
2012-09-04
1
-36
/
+26
*
Allow tied uses and defs in different orders.
Jakob Stoklund Olesen
2012-09-04
1
-30
/
+91
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
8
-3
/
+281
*
Porting Hexagon MI Scheduler to the new API.
Sergei Larin
2012-09-04
8
-1
/
+1377
*
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-09-04
5
-17
/
+251
*
This patch optimizes shuffle instruction - generates 2 instructions instead o...
Elena Demikhovsky
2012-09-04
1
-16
/
+17
*
LICM may hoist an instruction with undefined behavior above a trap.
Nadav Rotem
2012-09-04
1
-7
/
+30
*
Fix Android build of gtest and lib/Support.
Evgeniy Stepanov
2012-09-04
2
-2
/
+2
*
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-09-04
8
-79
/
+279
*
Be conservative about allocations that may alias the accessed pointer.
Bob Wilson
2012-09-04
1
-0
/
+3
[prev]
[next]