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
/
CodeGenPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64][CGP] Sink zext feeding stxr/stlxr into the same block.
Ahmed Bougacha
2015-05-22
1
-0
/
+10
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
Refactoring gc_relocate related code in CodeGenPrepare.cpp
Sanjoy Das
2015-05-11
1
-7
/
+4
*
[RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to ve...
Sanjoy Das
2015-05-11
1
-3
/
+41
*
[Statepoint] Clean up Statepoint.h: accessor names.
Sanjoy Das
2015-05-06
1
-6
/
+6
*
[ARM] Align global variables passed to memory intrinsics
John Brawn
2015-04-13
1
-3
/
+15
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[CodeGenPrepare] Report all changes made during instruction sinking
Benjamin Kramer
2015-04-10
1
-3
/
+5
*
[InstCombine][CodeGenPrep] Create llvm.uadd.with.overflow in CGP.
Sanjoy Das
2015-04-10
1
-2
/
+59
*
[opaque pointer type] More GEP IRBuilder API migrations...
David Blaikie
2015-04-03
1
-3
/
+5
*
[opaque pointer type] More IRBuilder::createGEP (non-inbounds) migrations: Co...
David Blaikie
2015-03-30
1
-3
/
+4
*
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
2015-03-24
1
-2
/
+2
*
[CodeGenPrepare] Remove broken, dead, code.
Quentin Colombet
2015-03-18
1
-26
/
+6
*
[ARM] Align stack objects passed to memory intrinsics
John Brawn
2015-03-18
1
-0
/
+36
*
[CodeGenPrepare] Refine the cost model provided by the promotion helper.
Quentin Colombet
2015-03-10
1
-61
/
+77
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-8
/
+3
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-2
/
+1
*
Don't modify the DenseMap being iterated over from within the loop
Sanjoy Das
2015-02-27
1
-3
/
+6
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-11
/
+16
*
Add a TargetMachine argument to the AddressingModeMatcher, we'll
Eric Christopher
2015-02-26
1
-10
/
+14
*
CodeGen: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
*
[CodeGenPrepare] Removed duplicate logic. SimplifyCFG already knows how to sp...
Andrea Di Biagio
2015-02-13
1
-170
/
+0
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-2
/
+2
*
Update a few calls to getSubtarget<> to either be getSubtargetImpl
Eric Christopher
2015-01-27
1
-2
/
+2
*
Migrate CodeGenPrepare to use the Function based getSubtarget
Eric Christopher
2015-01-27
1
-3
/
+5
*
[PM] Replace the Pass argument in MergeBasicBlockIntoOnlyPred with
Chandler Carruth
2015-01-20
1
-2
/
+2
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-2
/
+2
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[GC] CodeGenPrep transform: simplify offsetable relocate
Ramkumar Ramachandra
2015-01-14
1
-1
/
+155
*
[SimplifyLibCalls] Factor out fortified libcall handling.
Ahmed Bougacha
2015-01-12
1
-20
/
+10
*
CodeGen: Use handy new-fangled post-increment, NFC
Duncan P. N. Exon Smith
2015-01-08
1
-1
/
+1
*
CodeGen: Use range-based for loops, NFC
Duncan P. N. Exon Smith
2015-01-08
1
-5
/
+5
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-1
/
+1
*
[CodeGenPrepare] Improved logic to speculate calls to cttz/ctlz.
Andrea Di Biagio
2015-01-06
1
-6
/
+35
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-1
/
+2
*
[CodeGenPrepare] Teach when it is profitable to speculate calls to @llvm.cttz...
Andrea Di Biagio
2014-12-28
1
-0
/
+141
*
Scalarizer for masked load and store intrinsics.
Elena Demikhovsky
2014-12-28
1
-40
/
+274
*
[CodeGenPrepare] Handle properly the promotion of operands when this does not
Quentin Colombet
2014-12-22
1
-3
/
+7
*
[CodeGenPrepare] Reapply r224351 with a fix for the assertion failure:
Quentin Colombet
2014-12-17
1
-44
/
+260
*
Revert "[CodeGenPrepare] Move sign/zero extensions near loads using type prom...
Reid Kleckner
2014-12-17
1
-254
/
+44
*
[CodeGenPrepare] Move sign/zero extensions near loads using type promotion.
Quentin Colombet
2014-12-16
1
-44
/
+254
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-2
/
+4
*
[CGP] Rewrite pattern match for splitBranchCondition to work with Values inst...
Juergen Ributzka
2014-12-09
1
-7
/
+10
*
Revert "Move function to obtain branch weights into the BranchInst class. NFC."
Juergen Ributzka
2014-12-09
1
-2
/
+23
*
[CodeGenPrepare] Split branch conditions into multiple conditional branches.
Juergen Ributzka
2014-12-09
1
-1
/
+209
*
[CodeGenPrepare] Use variables for reused values. NFC.
Ahmed Bougacha
2014-12-05
1
-4
/
+6
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+3
*
[CodeGenPrepare] Handle zero extensions in the TypePromotionHelper.
Quentin Colombet
2014-11-13
1
-111
/
+143
*
[CodeGenPrepare] Replace other uses of EVT::getEVT with TL::getValueType.
Ahmed Bougacha
2014-11-12
1
-5
/
+5
[next]