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
/
CodeGen
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DAGCombiner] Fix the type used in canFoldInAddressingMode to account for the
Quentin Colombet
2015-04-24
1
-2
/
+2
*
[SEH] Implement GetExceptionCode in __except blocks
Reid Kleckner
2015-04-24
3
-20
/
+35
*
Switch lowering: fix APInt overflow causing infinite loop / OOM
Hans Wennborg
2015-04-24
1
-1
/
+2
*
Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepa...
Reid Kleckner
2015-04-23
1
-58
/
+2
*
Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...
Reid Kleckner
2015-04-23
1
-2
/
+58
*
Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...
Hans Wennborg
2015-04-23
3
-760
/
+898
*
Revert r235560; this commit was causing several failed assertions in Debug bu...
Aaron Ballman
2015-04-23
3
-897
/
+760
*
[DAGCombiner] Remove extra bitcasts surrounding vector shuffles
Simon Pilgrim
2015-04-23
1
-0
/
+45
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-22
3
-760
/
+897
*
[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works
Reid Kleckner
2015-04-22
1
-58
/
+2
*
Fixed logic to enable complex FMA formation.
Olivier Sallenave
2015-04-22
1
-2
/
+2
*
[DAGCombine] Disable select(c, load,load) for indexed loads
Hal Finkel
2015-04-22
1
-0
/
+3
*
[patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and the
Lang Hames
2015-04-22
2
-19
/
+27
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-5
/
+3
*
DebugInfo: Assert dbg.declare/value insts are valid
Duncan P. N. Exon Smith
2015-04-21
3
-9
/
+8
*
Re-land r235154-r235156 under the existing -sehprepare flag
Reid Kleckner
2015-04-21
2
-8
/
+68
*
CONCAT_VECTOR of BUILD_VECTOR - minor fix
Simon Pilgrim
2015-04-21
1
-0
/
+12
*
Fix generic shift expansion when shift amount is 0
Pawel Bylica
2015-04-21
1
-7
/
+9
*
Refactoring and enhancement to FMA combine.
Olivier Sallenave
2015-04-20
1
-171
/
+369
*
DAGCombine: Remove redundant NaN checks around ISD::FSQRT
Tom Stellard
2015-04-20
1
-0
/
+35
*
[InlineAsm] Remove EarlyClobber on registers that are also inputs
Hal Finkel
2015-04-20
1
-0
/
+17
*
Fix build errors introduced by r235215
Pirama Arumuga Nainar
2015-04-17
3
-2
/
+6
*
Add support to promote f16 to f32
Pirama Arumuga Nainar
2015-04-17
5
-0
/
+514
*
Fix TRUNCATE splitting helper logic.
James Molloy
2015-04-17
2
-11
/
+15
*
Revert r235154-r235156, they cause asserts when building win64 code (http://c...
Nico Weber
2015-04-17
2
-78
/
+65
*
[SEH] Reimplement x64 SEH using WinEHPrepare
Reid Kleckner
2015-04-17
2
-65
/
+78
*
Revert the switch lowering change (r235101, r235103, r235106)
Hans Wennborg
2015-04-16
3
-897
/
+760
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-16
3
-760
/
+897
*
TRUNCATE constant folding - minor fix for rL233224
Simon Pilgrim
2015-04-16
1
-1
/
+4
*
[CodeGen] Re-apply r234809 (concat of scalars), with an x86_mmx fix.
Ahmed Bougacha
2015-04-16
1
-0
/
+66
*
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
Duncan P. N. Exon Smith
2015-04-16
1
-2
/
+2
*
Revert r234809 because it caused PR23246.
Nick Lewycky
2015-04-16
1
-60
/
+0
*
[WinEH] Try to make the MachineFunction CFG more accurate
Reid Kleckner
2015-04-15
1
-42
/
+65
*
Add range iterators for post order and inverse post order. Use them
Daniel Berlin
2015-04-15
1
-2
/
+1
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
[CodeGen] Combine concat_vectors of scalars into build_vector.
Ahmed Bougacha
2015-04-13
1
-0
/
+60
*
SelectionDAG: Stop using DIVariable::isInlinedFnArgument()
Duncan P. N. Exon Smith
2015-04-13
1
-1
/
+3
*
Revert revisions r234755, r234759, r234760
Jan Vesely
2015-04-13
1
-32
/
+0
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
3
-16
/
+44
*
DAGCombiner: Fix crash in select(select) opt.
Matthias Braun
2015-04-13
1
-2
/
+2
*
Remove default in fully-covered switch (to fix Clang -Werror -Wcovered-switch...
David Blaikie
2015-04-13
1
-1
/
+0
*
LegalizeDAG: Try to use Overflow operations when expanding ADD/SUB
Jan Vesely
2015-04-13
1
-0
/
+33
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-1
/
+0
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
4
-4
/
+4
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
2
-8
/
+8
*
[WinEHPrepare] Don't rely on the order of IR
David Majnemer
2015-04-10
1
-5
/
+9
*
[AArch64] Promote f16 operations to f32.
Ahmed Bougacha
2015-04-10
1
-3
/
+52
*
[CodeGen] Combine concat_vector of trunc'd scalar to scalar_to_vector.
Ahmed Bougacha
2015-04-09
1
-3
/
+13
*
Revert "Refactoring and enhancement to FMA combine."
Rafael Espindola
2015-04-09
1
-361
/
+172
*
Refactoring and enhancement to FMA combine.
Olivier Sallenave
2015-04-09
1
-172
/
+361
[next]