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
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
3
-19
/
+31
*
Clean up out-of-date comments and some stray whitespace
Eli Bendersky
2013-03-08
1
-1
/
+1
*
Early exit from getAllocationData() and isFreeCall() for intrinsics.
Michael Ilseman
2013-03-08
1
-1
/
+5
*
Assert to bounds check MDNode::getOperand.
David Blaikie
2013-03-08
1
-0
/
+1
*
Remove trailing whitespace
Michael Ilseman
2013-03-08
1
-5
/
+5
*
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-03-08
3
-226
/
+0
*
Rewrite the physreg part of findLastUseBefore().
Jakob Stoklund Olesen
2013-03-08
1
-24
/
+36
*
Remove default from fully covered switch.
Benjamin Kramer
2013-03-08
1
-2
/
+1
*
Insert the reduction start value into the first bypass block to preserve domi...
Benjamin Kramer
2013-03-08
1
-1
/
+1
*
R600: Optimize another selectcc case
Tom Stellard
2013-03-08
1
-11
/
+20
*
R600: Improve custom lowering of select_cc
Tom Stellard
2013-03-08
2
-37
/
+42
*
R600: Change operation action from Custom to Expand for BR_CC
Tom Stellard
2013-03-08
2
-43
/
+2
*
R600: Change operation action from Custom to Expand for SETCC
Tom Stellard
2013-03-08
2
-46
/
+2
*
R600: Set BooleanContents to ZeroOrNegativeOneBooleanContent
Tom Stellard
2013-03-08
1
-0
/
+1
*
LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCC
Tom Stellard
2013-03-08
1
-1
/
+13
*
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-03-08
7
-7
/
+26
*
Hexagon: Add patterns for zero extended loads from i1->i64.
Jyotsna Verma
2013-03-08
2
-0
/
+24
*
AArch64: expand sincos operations, we don't support them.
Tim Northover
2013-03-08
1
-0
/
+3
*
R600/SI: Use source scheduler
Michel Danzer
2013-03-08
1
-0
/
+2
*
Add -verify-misched option.
Andrew Trick
2013-03-08
1
-0
/
+9
*
Revert r176154 in favor of a better approach.
Bill Wendling
2013-03-08
2
-9
/
+11
*
Add a getPassName() method.
Jakob Stoklund Olesen
2013-03-07
1
-0
/
+1
*
Rename isEarlierInSameTrace to isUsefulDominator.
Jakob Stoklund Olesen
2013-03-07
1
-2
/
+2
*
Keep coding stanard.
Jakub Staszak
2013-03-07
1
-4
/
+3
*
Don't create IRBuilder if we can return from the method earlier.
Jakub Staszak
2013-03-07
1
-2
/
+2
*
[fast-isel] Seriously, add support for the expect intrinsic.
Chad Rosier
2013-03-07
1
-3
/
+3
*
Replace temporary vectors with arrays.
Benjamin Kramer
2013-03-07
1
-24
/
+12
*
[fast-isel] Add support for the expect intrinsic.
Chad Rosier
2013-03-07
1
-0
/
+5
*
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
6
-41
/
+29
*
Hexagon: Handle i8, i16 and i1 Var Args.
Jyotsna Verma
2013-03-07
1
-0
/
+10
*
Simplify code. No functionality change.
Jakub Staszak
2013-03-07
1
-3
/
+3
*
Change NULL to 0.
Jakub Staszak
2013-03-07
1
-8
/
+8
*
ArrayRef ca accept one element. Simplify code a little bit, also it matches now
Jakub Staszak
2013-03-07
1
-3
/
+5
*
pre-RA-sched debug-only fix
Andrew Trick
2013-03-07
1
-2
/
+4
*
Hexagon: Add support to lower block address.
Jyotsna Verma
2013-03-07
4
-0
/
+28
*
pre-RA-sched assertion fix. This bug was exposed by r176037.
Andrew Trick
2013-03-07
1
-3
/
+0
*
X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.
Benjamin Kramer
2013-03-07
1
-0
/
+5
*
Fixed a crash when cloning a function into a function with
Pekka Jaaskelainen
2013-03-07
1
-3
/
+6
*
R600/SI: rework input interpolation v2
Christian Konig
2013-03-07
12
-321
/
+46
*
R600/SI: remove SI_vs_load_buffer_index
Christian Konig
2013-03-07
2
-15
/
+0
*
R600/SI: remove SGPR address space v2
Christian Konig
2013-03-07
5
-70
/
+21
*
R600/SI: add proper formal parameter handling for SI
Christian Konig
2013-03-07
7
-22
/
+163
*
R600/SI: remove shader type intrinsic
Christian Konig
2013-03-07
6
-18
/
+18
*
R600/SI: switch types of SGPRs to v*i8
Christian Konig
2013-03-07
4
-11
/
+24
*
R600/SI: fix unused variable warning
Christian Konig
2013-03-07
1
-1
/
+0
*
Switch from a version 4.2/4.4 switch to a four-byte version string to be put
Nick Lewycky
2013-03-07
1
-23
/
+25
*
No need to go through int64 and APInt when generating a new constant.
Nadav Rotem
2013-03-07
1
-3
/
+3
*
SDAG: Handle scalarizing an extend of a <1 x iN> vector.
Jim Grosbach
2013-03-07
2
-0
/
+21
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
9
-33
/
+60
*
ArrayRef has a OneElt constructor. Beautify the code.
Nadav Rotem
2013-03-07
1
-2
/
+1
[next]