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
/
SelectionDAGBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[WinEH] Don't sink allocas into child handlers
Reid Kleckner
2015-04-06
1
-2
/
+4
*
[WinEH] Fill out .xdata for catch objects
David Majnemer
2015-04-03
1
-4
/
+4
*
[WinEH] Sink UnwindHelp completely out of IR
David Majnemer
2015-04-03
1
-11
/
+0
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-8
/
+13
*
SelectionDAG: Use specialized metadata nodes in EmitFuncArgumentDbgValue(), NFC
Duncan P. N. Exon Smith
2015-04-03
1
-11
/
+9
*
[WinEH] Generate .xdata for catch handlers
David Majnemer
2015-03-31
1
-12
/
+0
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
1
-4
/
+11
*
[CodeGen] Don't attempt a tail-call with a non-forwarded explicit sret.
Ahmed Bougacha
2015-03-27
1
-0
/
+5
*
[CodeGen] Don't attempt a tail-call with implicit sret.
Ahmed Bougacha
2015-03-27
1
-0
/
+4
*
WinEH: Create a parent frame alloca for HandlerType xdata tables
David Majnemer
2015-03-27
1
-1
/
+11
*
WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tables
Reid Kleckner
2015-03-25
1
-0
/
+10
*
SelectionDAGBuilder: Rangeify a loop. NFC.
Hans Wennborg
2015-03-20
1
-8
/
+6
*
SelectionDAGBuilder::handleJTSwitchCase, simplify loop; NFC
Hans Wennborg
2015-03-20
1
-9
/
+4
*
Rewrite SelectionDAGBuilder::Clusterify to run in linear time. NFC.
Hans Wennborg
2015-03-20
1
-37
/
+34
*
Switch lowering: extract NextBlock function. NFC.
Hans Wennborg
2015-03-19
1
-54
/
+21
*
Switch lowering: remove unnecessary ConstantInt casts. NFC.
Hans Wennborg
2015-03-19
1
-22
/
+20
*
SelectionDAGBuilder: update comment in HandlePHINodesInSuccessorBlocks.
Hans Wennborg
2015-03-19
1
-2
/
+2
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
1
-0
/
+13
*
[X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
1
-22
/
+0
*
Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
2015-03-12
1
-12
/
+0
*
[X86, AVX] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
1
-3
/
+0
*
Add infrastructure for support of multiple memory constraints.
Daniel Sanders
2015-03-12
1
-0
/
+12
*
Handle big index in getelementptr instruction
Reid Kleckner
2015-03-11
1
-18
/
+9
*
Teach lowering to correctly handle invoke statepoint and gc results tied to t...
Igor Laevsky
2015-03-10
1
-10
/
+29
*
[X86, AVX] replace vinsertf128 intrinsics with generic shuffles
Sanjay Patel
2015-03-10
1
-3
/
+0
*
The operand flag word used in ISD::INLINEASM is an i32 not a pointer. NFC.
Daniel Sanders
2015-03-10
1
-4
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-4
/
+3
*
SelectionDAGBuilder: Merge 3 copies of the limited precision exp2 emission code.
Benjamin Kramer
2015-03-05
1
-251
/
+93
*
Replace llvm.frameallocate with llvm.frameescape
Reid Kleckner
2015-03-05
1
-22
/
+24
*
Revert change r231366 as it broke clang-native-arm-cortex-a9 Analysis/propert...
Igor Laevsky
2015-03-05
1
-29
/
+10
*
Teach lowering to correctly handle invoke statepoint and gc results tied to t...
Igor Laevsky
2015-03-05
1
-10
/
+29
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-11
/
+13
*
ARM: treat [N x i32] and [N x i64] as AAPCS composite types
Tim Northover
2015-02-24
1
-8
/
+7
*
X86: Call __main using the SelectionDAG
David Majnemer
2015-02-21
1
-1
/
+0
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
AArch64: Safely handle the incoming sret call argument.
Andrew Trick
2015-02-16
1
-1
/
+2
*
CodeGen: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-3
/
+3
*
Adding support for llvm.eh.begincatch and llvm.eh.endcatch intrinsics and beg...
Andrew Kaylor
2015-02-10
1
-0
/
+3
*
Add a FIXME in SelectionDAGBuilder before an assert that is valid only on X86.
Manuel Jacob
2015-01-27
1
-0
/
+3
*
Grab the TargetLowering info from the DAG rather than querying for
Eric Christopher
2015-01-27
1
-3
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
Revert GCStrategy ownership changes
Philip Reames
2015-01-26
1
-1
/
+1
*
Intrinsics: introduce llvm_any_ty aka ValueType Any
Ramkumar Ramachandra
2015-01-22
1
-1
/
+2
*
Fixed a bug in type legalizer for masked load/store intrinsics.
Elena Demikhovsky
2015-01-22
1
-2
/
+4
*
Prevent binary-tree deterioration in sparse switch statements.
Daniel Jasper
2015-01-20
1
-8
/
+10
*
Factor out a splitSwitchCase() function so that it can be reused.
Daniel Jasper
2015-01-20
1
-21
/
+24
*
Move ownership of GCStrategy objects to LLVMContext
Philip Reames
2015-01-16
1
-1
/
+1
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
2015-01-14
1
-4
/
+29
[prev]
[next]