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
*
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
*
[StackMaps] Mark in CallLoweringInfo when lowering a patchpoint
Hal Finkel
2015-01-13
1
-3
/
+4
*
Rename llvm.recoverframeallocation to llvm.framerecover
Reid Kleckner
2015-01-13
1
-3
/
+3
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-0
/
+53
*
SelectionDAGBuilder: move constant initialization out of loop
Mehdi Amini
2015-01-06
1
-15
/
+19
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
1
-5
/
+7
*
SelectionDAG switch lowering: use 'unsigned' to count destination popularity
Hans Wennborg
2014-12-16
1
-2
/
+2
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-1
/
+2
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-2
/
+4
*
InstrProf: An intrinsic and lowering for instrumentation based profiling
Justin Bogner
2014-12-08
1
-0
/
+2
*
SelectionDAG switch lowering: Replace unreachable default with most popular c...
Hans Wennborg
2014-12-06
1
-17
/
+40
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-0
/
+70
*
[Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...
Philip Reames
2014-12-02
1
-0
/
+17
*
Revert r223049, r223050 and r223051 while investigating test failures.
Hans Wennborg
2014-12-01
1
-42
/
+17
*
SelectionDAG switch lowering: Replace unreachable default with most popular c...
Hans Wennborg
2014-12-01
1
-17
/
+42
*
[stack protector] Set edge weights for newly created basic blocks.
Akira Hatanaka
2014-12-01
1
-1
/
+3
*
Switch lowering: reformat some for loops etc. NFC
Hans Wennborg
2014-11-29
1
-7
/
+5
*
Switch lowering: Fix broken 'Figure out which block is next' code
Hans Wennborg
2014-11-29
1
-0
/
+3
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-70
/
+0
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-0
/
+70
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+3
*
Allow the use of functions as typeinfo in landingpad clauses
Reid Kleckner
2014-11-14
1
-1
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-5
/
+5
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-5
/
+5
*
Fix copy paste comment
Matt Arsenault
2014-10-24
1
-2
/
+2
*
Add minnum / maxnum codegen
Matt Arsenault
2014-10-21
1
-0
/
+44
*
Introduce enum values for previously defined metadata types. (NFC)
Philip Reames
2014-10-21
1
-3
/
+3
*
Check for dynamic alloca's when selecting lifetime intrinsics.
Pete Cooper
2014-10-17
1
-1
/
+7
*
[Stackmaps] Enable invoking the patchpoint intrinsic.
Juergen Ributzka
2014-10-17
1
-45
/
+55
*
Reduce code duplication between patchpoint and non-patchpoint lowering. NFC.
Juergen Ributzka
2014-10-16
1
-44
/
+53
*
Erase fence insertion from SelectionDAGBuilder.cpp (NFC)
Robin Morisset
2014-10-16
1
-67
/
+20
*
Refactor debug statement and remove dead argument. NFC.
Chad Rosier
2014-10-13
1
-16
/
+12
*
Use the subtarget on the dag to get TargetFrameLowering rather
Eric Christopher
2014-10-09
1
-1
/
+1
*
Use the TargetLowering information we already have on the
Eric Christopher
2014-10-08
1
-305
/
+256
*
Cache TargetLowering on SelectionDAGISel and update previous
Eric Christopher
2014-10-08
1
-6
/
+3
[next]