index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2012-08-10
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
2012-08-10
Also update MRI use lists when changing a use to a def and vice versa.
Jakob Stoklund Olesen
2012-08-10
[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.
Chad Rosier
2012-08-09
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
2012-08-09
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
2012-08-09
Don't use pointer-pointers for the register use lists.
Jakob Stoklund Olesen
2012-08-09
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-09
[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).
Chad Rosier
2012-08-09
MachineRegisterInfo was already a friend of MachineOperand, and GCC complains
Matt Beaumont-Gay
2012-08-08
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
Move getNextOperandForReg() into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-08
Allow legalization of target-specific SDNodes, provided that the target itsel...
Owen Anderson
2012-08-08
Remove OpenBSD defines:
Bill Wendling
2012-08-08
Added MispredictPenalty to SchedMachineModel.
Andrew Trick
2012-08-08
Minor cleanup of defaultDefLatency API
Andrew Trick
2012-08-08
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
Jakob Stoklund Olesen
2012-08-08
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-07
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-07
Revert r161371. Removing the 'const' before Type is a "good thing".
Bill Wendling
2012-08-07
Constify the Type parameter to some methods (which are const anyway).
Bill Wendling
2012-08-06
Fix typo.
Jakob Stoklund Olesen
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
Fix MIPS DSP Rev1 intrinsics memory properties.
Simon Atanasyan
2012-08-06
Put up warning signs around MO::getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-04
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-03
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-08-03
Try to reduce the compile time impact of r161232.
Bob Wilson
2012-08-03
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
Make the hasPHIKills flag a computed property.
Jakob Stoklund Olesen
2012-08-03
Add support for detecting libxml for Dmitri's work. He'll
Eric Christopher
2012-08-03
Remove a dead prototype.
Jakob Stoklund Olesen
2012-08-03
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-03
Add new getLibFunc method to TargetLibraryInfo.
Bob Wilson
2012-08-03
Move the "findUsedStructTypes" functionality outside of the Module class.
Bill Wendling
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
Add yaml2obj. A utility to convert YAML to binaries.
Michael J. Spencer
2012-08-02
Add TargetRegisterInfo::hasRegUnit().
Jakob Stoklund Olesen
2012-08-02
include/llvm/Analysis/RegionInfo.h: Appease msvc.
NAKAMURA Takumi
2012-08-02
Implement the block_iterator of Region based on df_iterator.
Hongbin Zheng
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-01
Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...
Axel Naumann
2012-08-01
Add range erase, element insert, and range insert methods to
Chandler Carruth
2012-08-01
Add basic in-bounds asserts to TinyPtrVector::erase.
Chandler Carruth
2012-08-01
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
Fix shadowed variable warning
Nick Kledzik
2012-07-31
Implement copy and move assignment for TinyPtrVector. These try to
Chandler Carruth
2012-07-31
Clean up trailing whitespace and unnecessary blank lines.
Chandler Carruth
[next]