index
:
~grigorig/llvm
controlflow
master
Mostly R600/SI bugfixes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-23
Unbreak build
HEAD
master
Krzysztof Parzyszek
1
-1
/
+1
2015-04-23
[Hexagon] Minor cleanup in HexagonFrameLowering
Krzysztof Parzyszek
1
-6
/
+2
2015-04-23
R600/SI: Fix indirect addressing with a negative constant offset
Tom Stellard
2
-16
/
+127
2015-04-23
Thumb2: When applying branch optimizations, visit branches in reverse order.
Peter Collingbourne
2
-2
/
+61
2015-04-23
ARM: When re-creating a branch via InsertBranch, preserve CPSR flags.
Peter Collingbourne
3
-5
/
+6
2015-04-23
Thumb2: When optimizing for size, do not if-convert branches involving compar...
Peter Collingbourne
4
-5
/
+79
2015-04-23
ARM: When spilling extra registers for alignment, prefer low registers on all...
Peter Collingbourne
11
-42
/
+42
2015-04-23
ARM: Only enforce 4-byte alignment on Thumb-2 functions with constant pools.
Peter Collingbourne
3
-20
/
+18
2015-04-23
[Hexagon] Fix compiler warnings in release build
Krzysztof Parzyszek
2
-1
/
+6
2015-04-23
[getUnderlyingOjbects] Analyze loop PHIs further to remove false positives
Adam Nemet
6
-16
/
+230
2015-04-23
[NVPTX] run SeparateConstOffsetFromGEP before SLSR
Jingyue Wu
3
-4
/
+82
2015-04-23
R600/SI: Add missing -mcpu=SI to assembler test
Tom Stellard
1
-1
/
+1
2015-04-23
R600/SI: Add assembler support for all CI and VI VOP1 instructions
Tom Stellard
7
-73
/
+308
2015-04-23
R600/SI: v_mov_fed_b32 does not exist on VI
Tom Stellard
1
-1
/
+1
2015-04-23
R600/SI: Use a better error message for unsupported instructions in the assem...
Tom Stellard
1
-1
/
+1
2015-04-23
R600/SI: Improve AsmParser support for forced e64 encoding
Tom Stellard
3
-5
/
+61
2015-04-23
[WinEH] Handle stubs for outlined functions that have only unreached terminat...
Andrew Kaylor
1
-9
/
+16
2015-04-23
Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...
Reid Kleckner
16
-11
/
+312
2015-04-23
[PowerPC] Enable printing instructions using aliases
Hal Finkel
55
-1280
/
+1273
2015-04-23
Move DIContext.h to common DebugInfo location.
Zachary Turner
13
-45
/
+30
2015-04-23
Move Value.isDereferenceablePointer to ValueTracking [NFC]
Philip Reames
9
-147
/
+159
2015-04-23
[AArch64] Add nvcast patterns for v4f16 and v8f16
Pirama Arumuga Nainar
2
-0
/
+97
2015-04-23
[AArch64] Handle vec4, vec8, vec16 *itofp for half
Pirama Arumuga Nainar
4
-2
/
+313
2015-04-23
Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...
Hans Wennborg
14
-912
/
+1324
2015-04-23
use update_llc_test_checks.py to tighten checking; remove unnecessary CPU param
Sanjay Patel
1
-54
/
+43
2015-04-23
[Hexagon] Shrink-wrap stack frame (Hexagon-specific)
Krzysztof Parzyszek
4
-386
/
+598
2015-04-23
[Hexagon] Add testcases for stack alignment and variable-sized objects
Krzysztof Parzyszek
4
-0
/
+89
2015-04-23
[mips] [IAS] Move NOP emission after pseudo-instruction expansion. NFC.
Toma Tabacu
1
-11
/
+9
2015-04-23
Revert r235560; this commit was causing several failed assertions in Debug bu...
Aaron Ballman
14
-1323
/
+912
2015-04-23
Be more strict about the operand for the array type in BitcodeReader
Filipe Cabecinhas
3
-0
/
+8
2015-04-23
Verify sizes when trying to read a BitcodeAbbrevOp
Filipe Cabecinhas
5
-1
/
+19
2015-04-23
[DAGCombiner] Remove extra bitcasts surrounding vector shuffles
Simon Pilgrim
2
-0
/
+109
2015-04-23
Move common loop utility function isInductionPHI into LoopUtils.cpp
Karthik Bhat
2
-43
/
+46
2015-04-23
Add support to interchange loops with reductions.
Karthik Bhat
3
-80
/
+462
2015-04-23
[WinEH] Removing seh-filter.ll until I can determine its validity
Andrew Kaylor
1
-21
/
+0
2015-04-23
[WinEH] Don't skip landing pads that end with an unreachable instruction.
Andrew Kaylor
3
-6
/
+6
2015-04-22
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
14
-912
/
+1323
2015-04-22
[InstCombine] Use a more targeted fix instead of r235544
David Majnemer
2
-9
/
+20
2015-04-22
[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works
Reid Kleckner
16
-312
/
+11
2015-04-22
Unxfail passing test on Hexagon
Krzysztof Parzyszek
1
-2
/
+0
2015-04-22
[RuntimeDyld][COFF] Add external symbol resolution support to RuntimeDyldCOFF.
Lang Hames
1
-14
/
+16
2015-04-22
[Hexagon] Some cleanup of instruction selection code
Krzysztof Parzyszek
11
-816
/
+726
2015-04-22
[WinEH] Demote values and phis live across exception handlers up front
Reid Kleckner
6
-130
/
+467
2015-04-22
[InstCombine] Clear out nsw/nuw if we modify computation in the chain
David Majnemer
2
-3
/
+22
2015-04-22
[Kaleidoscope] Fix incorrect use of reinterpret_cast.
Lang Hames
7
-7
/
+7
2015-04-22
[Allocator] Remove memory poisoning before deallocation
Reid Kleckner
1
-14
/
+0
2015-04-22
[Kaleidoscope] Remove RTTI use from chapters 7 and 8.
Lang Hames
6
-12
/
+8
2015-04-22
Another test to exercise APInt divide step D6.
Yaron Keren
1
-0
/
+13
2015-04-22
[Hexagon] Use A2_tfrsi for constant pool and jump table addresses
Krzysztof Parzyszek
7
-81
/
+155
2015-04-22
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
8
-116
/
+46
[next]