projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make this test a bit more interesting.
2015-07-01
Pete Cooper
Pack MCSymbol::Flags in to the bitfield with other...
commit
|
commitdiff
|
tree
2015-07-01
Pete Cooper
Encode MCSymbol alignment as log2(align).
commit
|
commitdiff
|
tree
2015-06-30
Pete Cooper
Pack MCSymbol::HasName in to a spare bit in the section...
commit
|
commitdiff
|
tree
2015-06-26
Pete Cooper
Convert a bunch of loops to foreach. NFC.
commit
|
commitdiff
|
tree
2015-06-26
Pete Cooper
Wrap assert loops in #ifndef NDEBUG
commit
|
commitdiff
|
tree
2015-06-26
Pete Cooper
Convert a bunch of loops to foreach. NFC.
commit
|
commitdiff
|
tree
2015-06-26
Pete Cooper
Convert a bunch of loops to foreach. NFC.
commit
|
commitdiff
|
tree
2015-06-26
Pete Cooper
Convert a bunch of loops to foreach. NFC.
commit
|
commitdiff
|
tree
2015-06-26
Pete Cooper
Add op_values() to iterate over the SDValue operands...
commit
|
commitdiff
|
tree
2015-06-25
Pete Cooper
Use foreach loop over constant operands. NFC.
commit
|
commitdiff
|
tree
2015-06-24
Pete Cooper
Devirtualize Instruction::clone_impl
commit
|
commitdiff
|
tree
2015-06-24
Pete Cooper
Devirtualize Constant::replaceUsesOfWithOnConstant.
commit
|
commitdiff
|
tree
2015-06-24
Pete Cooper
Remove unused GlobalVariable::replaceUsesOfWithOnConstant...
commit
|
commitdiff
|
tree
2015-06-23
Pete Cooper
Devirtualize Constant::destroyConstant.
commit
|
commitdiff
|
tree
2015-06-22
Pete Cooper
Create Value.def helper. NFC.
commit
|
commitdiff
|
tree
2015-06-22
Pete Cooper
Move MCSymbol Value in to the union of Offset and CommonSize.
commit
|
commitdiff
|
tree
2015-06-22
Pete Cooper
Change .thumb_set to have the same error checks as...
commit
|
commitdiff
|
tree
2015-06-19
Pete Cooper
Fix header path in CMake. NFC.
commit
|
commitdiff
|
tree
2015-06-17
Pete Cooper
Devirtualize and pack MCFragment to reduce memory usage.
commit
|
commitdiff
|
tree
2015-06-12
Pete Cooper
Remove unnecessary MCExpr.h include from MCSymbol.h
commit
|
commitdiff
|
tree
2015-06-12
Pete Cooper
Remove a bunch of inline keywords from User. NFC.
commit
|
commitdiff
|
tree
2015-06-12
Pete Cooper
Move OperandList to be allocated prior to User for...
commit
|
commitdiff
|
tree
2015-06-12
Pete Cooper
Added a version of User::new for hung off uses.
commit
|
commitdiff
|
tree
2015-06-12
Pete Cooper
Rename NumOperands to make it clear its managed by...
commit
|
commitdiff
|
tree
2015-06-12
Pete Cooper
Replace all accesses to User::OperandList with getter...
commit
|
commitdiff
|
tree
2015-06-12
Pete Cooper
Don't create instructions from ConstantExpr's in CFLAliasAna...
commit
|
commitdiff
|
tree
2015-06-11
Pete Cooper
Remove MachineModuleInfo::UsedFunctions as it has no...
commit
|
commitdiff
|
tree
2015-06-10
Pete Cooper
Stop returning a Use* from allocHungOffUses.
commit
|
commitdiff
|
tree
2015-06-10
Pete Cooper
Add User::growHungoffUses and use it to grow the hung...
commit
|
commitdiff
|
tree
2015-06-10
Pete Cooper
Delete User::dropHungOffUses and move it in to ~User...
commit
|
commitdiff
|
tree
2015-06-10
Pete Cooper
Make User track whether a class has 'hung off uses...
commit
|
commitdiff
|
tree
2015-06-10
Pete Cooper
Move the special Phi logic for hung off uses in to...
commit
|
commitdiff
|
tree
2015-06-09
Pete Cooper
Fix warning of comparing different enums. NFC
commit
|
commitdiff
|
tree
2015-06-09
Pete Cooper
Revert "Move MCSymbol Value in to the union of Offset...
commit
|
commitdiff
|
tree
2015-06-09
Pete Cooper
Move MCSymbol Value in to the union of Offset and CommonSize.
commit
|
commitdiff
|
tree
2015-06-09
Pete Cooper
Use AlignOf traits to enable static_assert.
commit
|
commitdiff
|
tree
2015-06-09
Pete Cooper
Reduce duplication in MCSymbol Name handling. NFC>
commit
|
commitdiff
|
tree
2015-06-09
Pete Cooper
Make MCSymbol::Name be a union of uint64_t and a pointer.
commit
|
commitdiff
|
tree
2015-06-09
Pete Cooper
Change from alignof to llvm::alignOf to appease Visual...
commit
|
commitdiff
|
tree
2015-06-09
Pete Cooper
Allocate space for MCSymbol::Name only if required.
commit
|
commitdiff
|
tree
2015-06-08
Pete Cooper
Use a PointerUnion in MCSymbol for Section and Fragment...
commit
|
commitdiff
|
tree
2015-06-08
Pete Cooper
Remove includes of MCMachOSymbolFlags.h after it was...
commit
|
commitdiff
|
tree
2015-06-08
Pete Cooper
Make flags get/set method protected so that all flags...
commit
|
commitdiff
|
tree
2015-06-08
Pete Cooper
Move all flags logic to MCSymbolMachO.
commit
|
commitdiff
|
tree
2015-06-08
Pete Cooper
Add MCSymbolMachO which will be used to hide the MCSymbolMac...
commit
|
commitdiff
|
tree
2015-06-08
Pete Cooper
Move all of the MCSymbol COFF flags logic in to MCSymbolCOFF.
commit
|
commitdiff
|
tree
2015-06-08
Pete Cooper
Move COFF Type in to the MCSymbolCOFF class.
commit
|
commitdiff
|
tree
2015-06-08
Pete Cooper
Add MCSymbolCOFF class and use it to get and set the...
commit
|
commitdiff
|
tree
2015-06-08
Pete Cooper
Change MCSymbol IsELF to an enum to support future...
commit
|
commitdiff
|
tree
2015-05-29
Pete Cooper
Fix crash in MCExpr::print.
commit
|
commitdiff
|
tree
2015-05-28
Pete Cooper
Add BranchProbabilityInfo::releaseMemory to clear the...
commit
|
commitdiff
|
tree
2015-05-21
Pete Cooper
Use Op<0> accessor instead of OperandList for Instructions...
commit
|
commitdiff
|
tree
2015-05-21
Pete Cooper
Size enum so we can store it as 16-bits and avoid casts...
commit
|
commitdiff
|
tree
2015-05-20
Pete Cooper
Don't generate comments in the DebugLocStream unless...
commit
|
commitdiff
|
tree
2015-05-20
Pete Cooper
Revert "Add bool to DebugLocDwarfExpression to control...
commit
|
commitdiff
|
tree
2015-05-20
Pete Cooper
Add bool to DebugLocDwarfExpression to control emitting...
commit
|
commitdiff
|
tree
2015-05-20
Pete Cooper
Use a SmallString buffer instead of a std::string for...
commit
|
commitdiff
|
tree
2015-05-20
Pete Cooper
Change Function::getIntrinsicID() to return an Intrinsic...
commit
|
commitdiff
|
tree
2015-05-19
Pete Cooper
Remove unnecessary cast. NFC
commit
|
commitdiff
|
tree
2015-05-19
Pete Cooper
Remove unused MCExpr.h include from MCELF.h. NFC
commit
|
commitdiff
|
tree
2015-05-19
Pete Cooper
Remove unused MCRelocationInfo.h include from MCDisassembler...
commit
|
commitdiff
|
tree
2015-05-19
Pete Cooper
Remove unused MachineLocation.h include from MCAsmInfo...
commit
|
commitdiff
|
tree
2015-05-19
Pete Cooper
Store intrinsic ID by value in Function instead of...
commit
|
commitdiff
|
tree
2015-05-19
Pete Cooper
Move Function::lookupIntrinsicID to a static method...
commit
|
commitdiff
|
tree
2015-05-15
Pete Cooper
Remove MCAssembler.h include from MCStreamer.h and...
commit
|
commitdiff
|
tree
2015-05-15
Pete Cooper
Remove 3 includes from MCInstrDesc.h and explicitly...
commit
|
commitdiff
|
tree
2015-05-15
Pete Cooper
Move some methods to a new MCInstrDesc.cpp file to...
commit
|
commitdiff
|
tree
2015-05-13
Pete Cooper
Construct ArrayRef<const T*> from vector<T>
commit
|
commitdiff
|
tree
2015-05-13
Pete Cooper
Add llvm::all_of which wraps std::all_of.
commit
|
commitdiff
|
tree
2015-05-13
Pete Cooper
Constify arguments to methods in LICM. NFC
commit
|
commitdiff
|
tree
2015-05-13
Pete Cooper
Change LoadAndStorePromoter to take ArrayRef instead...
commit
|
commitdiff
|
tree
2015-05-13
Pete Cooper
Constify arguments in AliasSetTracker methods. NFC
commit
|
commitdiff
|
tree
2015-05-13
Pete Cooper
Change a loop in LoopInfo to foreach. NFC
commit
|
commitdiff
|
tree
2015-05-13
Pete Cooper
Constify arguments to methods in LoopInfo. NFC
commit
|
commitdiff
|
tree
2015-05-12
Pete Cooper
Convert PHI getIncomingValue() to foreach over incoming_valu...
commit
|
commitdiff
|
tree
2015-05-12
Pete Cooper
Add a const method to iterator over PHI incoming values.
commit
|
commitdiff
|
tree
2015-05-12
Pete Cooper
Constify method. NFC
commit
|
commitdiff
|
tree
2015-05-09
Pete Cooper
[Fast-ISel] Don't mark the first use of a remat constant...
commit
|
commitdiff
|
tree
2015-05-08
Pete Cooper
[Fast-ISel] Clear kill flags on registers replaced...
commit
|
commitdiff
|
tree
2015-05-08
Pete Cooper
[X86] Fast-ISel was incorrectly always killing the...
commit
|
commitdiff
|
tree
2015-05-08
Pete Cooper
Clear kill flags on all used registers when sinking...
commit
|
commitdiff
|
tree
2015-05-08
Pete Cooper
80 cols fix since i'm looking at this function anyway...
commit
|
commitdiff
|
tree
2015-05-08
Pete Cooper
Remove duplicate cmake target I added in r236792.
commit
|
commitdiff
|
tree
2015-05-07
Pete Cooper
Add yaml-bench to the list of tools make check needs...
commit
|
commitdiff
|
tree
2015-05-07
Pete Cooper
Clear kill flags in tail duplication.
commit
|
commitdiff
|
tree
2015-05-07
Pete Cooper
[AArch64] Fix sext/zext folding in address arithmetic.
commit
|
commitdiff
|
tree
2015-05-06
Pete Cooper
Change typeIncompatible to return an AttrBuilder instead...
commit
|
commitdiff
|
tree
2015-05-06
Pete Cooper
Update all comments to match the previous commit. NFC
commit
|
commitdiff
|
tree
2015-05-06
Pete Cooper
Add remove method to operate on AttrBuilder instead...
commit
|
commitdiff
|
tree
2015-05-06
Pete Cooper
Remove unnecessary #ifndef NDEBUG guard around assert...
commit
|
commitdiff
|
tree
2015-05-06
Pete Cooper
Handle dead defs in the if converter.
commit
|
commitdiff
|
tree
2015-05-06
Pete Cooper
Fix incorrect kill flags in fastisel.
commit
|
commitdiff
|
tree
2015-05-06
Pete Cooper
[x86] Fix register class of folded load index reg.
commit
|
commitdiff
|
tree
2015-05-06
Pete Cooper
[ARM] Fast-Isel was incorrectly selecting <2 x double...
commit
|
commitdiff
|
tree
2015-05-05
Pete Cooper
[X86 fast-isel] Constrain the index reg class to not...
commit
|
commitdiff
|
tree
2015-05-05
Pete Cooper
Fix IfConverter to handle regmask machine operands.
commit
|
commitdiff
|
tree
2015-05-05
Pete Cooper
Refactor UpdatePredRedefs and StepForward to avoid...
commit
|
commitdiff
|
tree
2015-05-05
Pete Cooper
Revert "Refactor UpdatePredRedefs and StepForward to...
commit
|
commitdiff
|
tree
2015-05-05
Pete Cooper
Revert "Fix IfConverter to handle regmask machine operands."
commit
|
commitdiff
|
tree
2015-05-05
Pete Cooper
Fix IfConverter to handle regmask machine operands.
commit
|
commitdiff
|
tree
next