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
...
*
R600/SI: Add check for amdgcn triple forgotten in r225276.
Tom Stellard
2015-01-07
1
-2
/
+3
*
Analysis: Reformulate WillNotOverflowUnsignedAdd for reusability
David Majnemer
2015-01-07
4
-45
/
+41
*
InstCombine: Just a small tidy-up
David Majnemer
2015-01-07
1
-3
/
+2
*
[PowerPC] Transform a README.txt entry into a FIXME
Hal Finkel
2015-01-07
2
-14
/
+9
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
10
-67
/
+87
*
R600/SI: Add combine for isinfinite pattern
Matt Arsenault
2015-01-06
2
-0
/
+57
*
R600/SI: Pattern match isinf to v_cmp_class instructions
Matt Arsenault
2015-01-06
2
-0
/
+34
*
R600/SI: Add basic DAG combines for fp_class
Matt Arsenault
2015-01-06
2
-1
/
+50
*
R600/SI: Add class intrinsic
Matt Arsenault
2015-01-06
7
-5
/
+82
*
Change the .ll syntax for comdats and add a syntactic sugar.
Rafael Espindola
2015-01-06
3
-18
/
+40
*
[PowerPC] Reuse a load operand in int->fp conversions
Hal Finkel
2015-01-06
3
-41
/
+142
*
[Hexagon] Adding compound jump encodings.
Colin LeMahieu
2015-01-06
2
-0
/
+266
*
R600/SI: Insert s_waitcnt before s_barrier instructions.
Tom Stellard
2015-01-06
1
-1
/
+5
*
R600/SI: Fix dependency calculation for DS writes instructions in SIInsertWaits
Tom Stellard
2015-01-06
1
-0
/
+23
*
Revert "Reapply: Teach SROA how to update debug info for fragmented variables."
Adrian Prantl
2015-01-06
1
-60
/
+8
*
[Hexagon] Adding encoding for misc v4 instructions: boundscheck, tlbmatch, dc...
Colin LeMahieu
2015-01-06
3
-1
/
+101
*
This patch teaches IndVarSimplify to add nuw and nsw to certain kinds
Sanjoy Das
2015-01-06
1
-0
/
+125
*
[Hexagon] Adding encoding information for absolute address loads.
Colin LeMahieu
2015-01-06
1
-124
/
+186
*
SelectionDAGBuilder: move constant initialization out of loop
Mehdi Amini
2015-01-06
1
-15
/
+19
*
R600/SI: Add a stub GCNTargetMachine
Tom Stellard
2015-01-06
8
-1
/
+46
*
Triple: Add amdgcn triple
Tom Stellard
2015-01-06
1
-1
/
+8
*
R600/SI: Remove MachineFunction dump from AsmPrinter
Tom Stellard
2015-01-06
1
-17
/
+12
*
[CodeGenPrepare] Improved logic to speculate calls to cttz/ctlz.
Andrea Di Biagio
2015-01-06
1
-6
/
+35
*
Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2015-01-06
1
-8
/
+60
*
Don't loop endlessly for MachO files with 0 ncmds
Filipe Cabecinhas
2015-01-06
1
-0
/
+3
*
[Hexagon] Fix 225267. GP register is not yet fully implemented. Removing Us...
Colin LeMahieu
2015-01-06
1
-2
/
+2
*
Implement a very basic colored syntax highlighting for llvm-dwarfdump.
Adrian Prantl
2015-01-06
5
-21
/
+112
*
[Hexagon] Adding dealloc_return encoding and absolute address stores.
Colin LeMahieu
2015-01-06
5
-239
/
+347
*
[ARM] Cleanup so_imm* tblgen defintions
Asiri Rathnayake
2015-01-06
2
-109
/
+43
*
Convert fcmp with 0.0 from casted integers to icmp
Matt Arsenault
2015-01-06
1
-4
/
+34
*
[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
Craig Topper
2015-01-06
4
-7
/
+40
*
InstCombine: Bitcast call arguments from/to pointer/integer type
David Majnemer
2015-01-06
1
-4
/
+13
*
[X86] Make isel select the 2-byte register form of INC/DEC even in non-64-bit...
Craig Topper
2015-01-06
5
-126
/
+78
*
[PowerPC] Remove old README.txt entry regarding struct passing
Hal Finkel
2015-01-06
1
-8
/
+0
*
X86: Don't make illegal GOTTPOFF relocations
David Majnemer
2015-01-06
2
-0
/
+17
*
[PowerPC] Add some missing names in getTargetNodeName
Hal Finkel
2015-01-06
1
-0
/
+7
*
[PowerPC] Improve int_to_fp(fp_to_int(x)) combining
Hal Finkel
2015-01-06
2
-30
/
+74
*
[PM] Add a utility pass template that synthesizes the invalidation of
Chandler Carruth
2015-01-06
2
-0
/
+2
*
[X86] Remove 16-bit and 32-bit offset jump instructions from the AsmParser. W...
Craig Topper
2015-01-06
1
-2
/
+2
*
[X86] Make isel select the shorter form of jump instructions instead of the l...
Craig Topper
2015-01-06
8
-120
/
+97
*
[PM] Add a collection of no-op analysis passes and switch the new pass
Chandler Carruth
2015-01-06
1
-1
/
+4
*
Remove dead variable.
Eric Christopher
2015-01-06
2
-2
/
+1
*
Use the same call off of the TargetMachine rather than the subtarget.
Eric Christopher
2015-01-06
1
-1
/
+1
*
Rewrite the Mips16HardFloat pass to avoid using the Subtarget.
Eric Christopher
2015-01-06
4
-26
/
+18
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
12
-152
/
+228
*
Remove X86 .quad workaround for buggy GNU assembler on OpenBSD / Bitrig.
Brad Smith
2015-01-06
1
-5
/
+0
*
IR: Don't drop MDNode uniquing on null operands
Duncan P. N. Exon Smith
2015-01-05
1
-7
/
+2
*
Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"
Duncan P. N. Exon Smith
2015-01-05
2
-2
/
+4
*
[PowerPC] Remove old README.txt entry
Hal Finkel
2015-01-05
1
-10
/
+0
*
[X86][SSE] lowerVectorShuffleAsByteShift tidyup
Simon Pilgrim
2015-01-05
1
-21
/
+14
[prev]
[next]