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
*
[CGP] transform select instructions into branches and sink expensive operands
Sanjay Patel
2015-10-19
1
-16
/
+103
*
Removed parameter "Consecutive" from isLegalMaskedLoad() / isLegalMaskedStore().
Elena Demikhovsky
2015-10-19
1
-2
/
+2
*
Revert "This is a follow-up to the discussion in D12882."
Benjamin Kramer
2015-10-16
1
-100
/
+16
*
This is a follow-up to the discussion in D12882.
Sanjay Patel
2015-10-16
1
-16
/
+100
*
CodeGen: Remove a few more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-41
/
+49
*
fix typos; NFC
Sanjay Patel
2015-10-09
1
-13
/
+12
*
tidy up comments; NFC
Sanjay Patel
2015-09-28
1
-7
/
+7
*
move one-use check under the comment that describes it; NFCI
Sanjay Patel
2015-09-28
1
-3
/
+2
*
function names should start with a lower case letter; NFC
Sanjay Patel
2015-09-21
1
-91
/
+91
*
don't repeat function/variable names in header comments; NFC
Sanjay Patel
2015-09-21
1
-87
/
+74
*
Added MD_invariant_group to LLVMContext
Piotr Padlewski
2015-09-17
1
-1
/
+1
*
Introducing llvm.invariant.group.barrier intrinsic
Piotr Padlewski
2015-09-15
1
-0
/
+12
*
use "unpredictable" metadata in fast-isel when splitting compares
Sanjay Patel
2015-09-02
1
-1
/
+4
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-11
1
-2
/
+1
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
[CodeGenPrepare] Compress a pair. No functional change.
Benjamin Kramer
2015-07-31
1
-7
/
+3
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-7
/
+7
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-29
/
+41
*
Redirect DataLayout from TargetMachine to Module in SelectionDAG
Mehdi Amini
2015-07-07
1
-3
/
+4
*
Redirect DataLayout from TargetMachine to Module in CodeGen Prepare
Mehdi Amini
2015-07-07
1
-27
/
+28
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[CodeGenPrepare] Generalize inserted set from truncs to any inst.
Ahmed Bougacha
2015-06-17
1
-21
/
+28
*
CodeGenPrepare: Provide address space to isLegalAddressingMode
Matt Arsenault
2015-06-04
1
-26
/
+40
*
CodeGenPrepare: Don't match addressing modes through addrspacecast
Matt Arsenault
2015-05-26
1
-1
/
+8
*
[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
[next]