projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
some comment improvements.
[oota-llvm.git]
/
include
/
llvm
/
2011-01-11
Chris Lattner
some comment improvements.
tree
|
commitdiff
2011-01-11
Jay Foad
FixedNumOperandTraits and VariadicOperandTraits assumed...
tree
|
commitdiff
2011-01-11
Oscar Fuentes
Add to the CMake build some options and platform tests...
tree
|
commitdiff
2011-01-11
Chris Lattner
Fix FoldSingleEntryPHINodes to update memdep and AA...
tree
|
commitdiff
2011-01-11
Michael J. Spencer
Support/Path: Deprecate PathV1::isDirectory and replace...
tree
|
commitdiff
2011-01-10
Anton Korobeynikov
Rename TargetFrameInfo into TargetFrameLowering. Also...
tree
|
commitdiff
2011-01-10
Jakob Stoklund Olesen
Simplify a bunch of isVirtualRegister() and isPhysicalR...
tree
|
commitdiff
2011-01-10
Michael J. Spencer
Support/Path: Deprecate PathV1::exists and replace...
tree
|
commitdiff
2011-01-09
Jakob Stoklund Olesen
Remove TargetRegisterInfo::NoRegister.
tree
|
commitdiff
2011-01-09
Jakob Stoklund Olesen
Change virtual register numbering to make more space...
tree
|
commitdiff
2011-01-09
Chris Lattner
Step #2 to improve trip count analysis for loops like...
tree
|
commitdiff
2011-01-09
Jakob Stoklund Olesen
Remove MachineRegisterInfo::getLastVirtReg(), it was...
tree
|
commitdiff
2011-01-09
Jakob Stoklund Olesen
Teach TargetRegisterInfo how to cram stack slot indexes...
tree
|
commitdiff
2011-01-09
Jakob Stoklund Olesen
Fix comment.
tree
|
commitdiff
2011-01-09
Tobias Grosser
DominatorTree->print() now prints the status of the...
tree
|
commitdiff
2011-01-09
Oscar Fuentes
Rewrite handling of LLVM_ENABLE_PIC. It was being proce...
tree
|
commitdiff
2011-01-09
Jakob Stoklund Olesen
Simplify LiveDebugVariables by storing MachineOperand...
tree
|
commitdiff
2011-01-09
Jakob Stoklund Olesen
Replace TargetRegisterInfo::printReg with a PrintReg...
tree
|
commitdiff
2011-01-09
Jakob Stoklund Olesen
Use IndexedMap for MachineRegisterInfo as well. No...
tree
|
commitdiff
2011-01-08
Jakob Stoklund Olesen
Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtR...
tree
|
commitdiff
2011-01-08
Jakob Stoklund Olesen
Use an IndexedMap for LiveVariables::VirtRegInfo.
tree
|
commitdiff
2011-01-08
Jakob Stoklund Olesen
Do not talk about TargetRegisterInfo::FirstVirtualRegister.
tree
|
commitdiff
2011-01-08
Jakob Stoklund Olesen
Use an IndexedMap for LiveOutRegInfo to hide its depend...
tree
|
commitdiff
2011-01-08
Chris Lattner
fit in 80 cols
tree
|
commitdiff
2011-01-08
Rafael Espindola
First step in fixing PR8927:
tree
|
commitdiff
2011-01-08
Chris Lattner
make this file properly self contained.
tree
|
commitdiff
2011-01-08
Chris Lattner
Revamp the ValueMapper interfaces in a couple ways:
tree
|
commitdiff
2011-01-08
Evan Cheng
Recognize inline asm 'rev /bin/bash, ' as a bswap intri...
tree
|
commitdiff
2011-01-07
Evan Cheng
Do not model all INLINEASM instructions as having unmod...
tree
|
commitdiff
2011-01-07
Evan Cheng
Fix comment. INLINEASM node operand #3 is IsAlignStack...
tree
|
commitdiff
2011-01-07
Evan Cheng
DBG_VALUE does not have any side effects; it also makes...
tree
|
commitdiff
2011-01-07
Jay Foad
Simplify the allocation and freeing of Users' operand...
tree
|
commitdiff
2011-01-07
Jay Foad
Remove the "ugly" method BranchInst::setUnconditionalDe...
tree
|
commitdiff
2011-01-07
Bob Wilson
Add ARM patterns to match EXTRACT_SUBVECTOR nodes.
tree
|
commitdiff
2011-01-07
Bob Wilson
Change EXTRACT_SUBVECTOR to require a constant index.
tree
|
commitdiff
2011-01-06
Evan Cheng
Re-implement r122936 with proper target hooks. Now...
tree
|
commitdiff
2011-01-06
Jakob Stoklund Olesen
Add the SpillPlacement analysis pass.
tree
|
commitdiff
2011-01-05
Bob Wilson
Revert svn 122743, removing the instcombine pass that...
tree
|
commitdiff
2011-01-05
Wesley Peck
Fix small bug in setDebugInfoAvailability.
tree
|
commitdiff
2011-01-05
Chris Lattner
Fix PR8906: -fno-builtin should disable loop-idiom...
tree
|
commitdiff
2011-01-04
Jakob Stoklund Olesen
Use the EdgeBundles analysis in X86FloatingPoint instea...
tree
|
commitdiff
2011-01-04
Jakob Stoklund Olesen
Turn the EdgeBundles class into a stand-alone machine...
tree
|
commitdiff
2011-01-04
Owen Anderson
Give MachineFunctionAnalysis a getPassName() implementa...
tree
|
commitdiff
2011-01-04
Duncan Sands
These methods should be "const"; make them so.
tree
|
commitdiff
2011-01-03
Owen Anderson
Stub out a new updating interface to AliasAnalysis...
tree
|
commitdiff
2011-01-03
Evan Cheng
Undo what looks like accidental removal of an instcombi...
tree
|
commitdiff
2011-01-03
Chris Lattner
Turn on earlycse by default. This seems to be a small...
tree
|
commitdiff
2011-01-03
Nick Lewycky
Add spliceFunction to the CallGraph interface. This...
tree
|
commitdiff
2011-01-03
Chris Lattner
add a handy typedef.
tree
|
commitdiff
2011-01-03
Chris Lattner
really get this working with a custom allocator.
tree
|
commitdiff
2011-01-03
Chris Lattner
Enhance ScopedHashTable to allow it to take an allocato...
tree
|
commitdiff
2011-01-03
Cameron Zwarich
Add a new loop-instsimplify pass, with the intention...
tree
|
commitdiff
2011-01-02
Chris Lattner
split dom frontier handling stuff out to its own Domina...
tree
|
commitdiff
2011-01-02
Chris Lattner
sketch out a new early cse pass. No functionality...
tree
|
commitdiff
2011-01-02
Cameron Zwarich
Remove an unused member function.
tree
|
commitdiff
2011-01-02
Cameron Zwarich
Fix a typo in a variable name.
tree
|
commitdiff
2011-01-02
Cameron Zwarich
Move a load into the only branch where it is used and...
tree
|
commitdiff
2011-01-02
Cameron Zwarich
Add the explanatory comment from r122680's commit messa...
tree
|
commitdiff
2011-01-02
Cameron Zwarich
Tidy up indentation.
tree
|
commitdiff
2011-01-02
Cameron Zwarich
Fix a typo, which should also fix the failure on llvm...
tree
|
commitdiff
2011-01-02
Cameron Zwarich
Remove the #ifdef'd code for balancing the eval-link...
tree
|
commitdiff
2011-01-02
Cameron Zwarich
Speed up dominator computation some more by optimizing...
tree
|
commitdiff
2011-01-01
Chris Lattner
turn on memset idiom recognition by default. Though...
tree
|
commitdiff
2010-12-29
Daniel Dunbar
MC/Mach-O/Thumb: Set the thumb bit in the symbol table.
tree
|
commitdiff
2010-12-29
Rafael Espindola
Implement cfi_def_cfa. Also don't convert to dwarf...
tree
|
commitdiff
2010-12-28
Rafael Espindola
Implement .cfi_remember_state and .cfi_restore_state.
tree
|
commitdiff
2010-12-28
Duncan Sands
Clarify that InstructionSimplify only returns values...
tree
|
commitdiff
2010-12-28
Duncan Sands
Small optimization to speed up replacementPreservesLCSS...
tree
|
commitdiff
2010-12-28
Rafael Espindola
Relax address updates in the eh_frame section.
tree
|
commitdiff
2010-12-28
Rafael Espindola
Start adding basic support for emitting the call frame...
tree
|
commitdiff
2010-12-28
Michael J. Spencer
Support/Path: Deprecate Path::hasMagicNumber and replac...
tree
|
commitdiff
2010-12-28
Michael J. Spencer
Fix typo.
tree
|
commitdiff
2010-12-28
Michael J. Spencer
Support/PathV2: Implement has_magic.
tree
|
commitdiff
2010-12-27
Rafael Espindola
Add support for .cfi_lsda.
tree
|
commitdiff
2010-12-27
Michael J. Spencer
Support/PathV1: Deprecate GetRootDirectory.
tree
|
commitdiff
2010-12-27
Rafael Espindola
Add support for the same encodings of the personality...
tree
|
commitdiff
2010-12-27
Benjamin Kramer
BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMem...
tree
|
commitdiff
2010-12-26
Chris Lattner
implement enough of the memset inference algorithm...
tree
|
commitdiff
2010-12-26
Chris Lattner
add methods to IRBuilder to create memcpy/memset/memmove.
tree
|
commitdiff
2010-12-26
Rafael Espindola
Add basic support for .cfi_personality.
tree
|
commitdiff
2010-12-26
Chris Lattner
move isBytewiseValue out to ValueTracking.h/cpp
tree
|
commitdiff
2010-12-26
Chris Lattner
Start of a pass for recognizing memset and memcpy idioms.
tree
|
commitdiff
2010-12-25
Chris Lattner
Move getOrEnforceKnownAlignment out of instcombine...
tree
|
commitdiff
2010-12-25
Michael J. Spencer
Support/PathV1: Deprecate makeAbsolute and remove Unix...
tree
|
commitdiff
2010-12-25
Eric Christopher
Header warning patrol.
tree
|
commitdiff
2010-12-24
Rafael Espindola
Merge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
tree
|
commitdiff
2010-12-24
Andrew Trick
Minor cleanup related to my latest scheduler changes.
tree
|
commitdiff
2010-12-24
Andrew Trick
Various bits of framework needed for precise machine...
tree
|
commitdiff
2010-12-24
Andrew Trick
whitespace
tree
|
commitdiff
2010-12-23
Chris Lattner
Flag -> Glue, the ongoing saga
tree
|
commitdiff
2010-12-23
Chris Lattner
flags -> glue for selectiondag
tree
|
commitdiff
2010-12-23
Chris Lattner
sdisel flag -> glue.
tree
|
commitdiff
2010-12-23
Jeffrey Yasskin
Change all self assignments X=X to (void)X, so that...
tree
|
commitdiff
2010-12-22
Dan Gohman
Constify.
tree
|
commitdiff
2010-12-22
Rafael Espindola
Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolF...
tree
|
commitdiff
2010-12-22
Rafael Espindola
Use references and simplify.
tree
|
commitdiff
2010-12-21
Rafael Espindola
Don't relax org or align. They change size as the relax...
tree
|
commitdiff
2010-12-21
Daniel Dunbar
MC/Mach-O: Shuffle enums a bit to make it harder to...
tree
|
commitdiff
2010-12-21
Duncan Sands
Pull a few more simplifications out of instcombine...
tree
|
commitdiff
2010-12-21
Rafael Espindola
Layout one section until no relaxations are done and...
tree
|
commitdiff
next