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
/
lib
Age
Commit message (
Expand
)
Author
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
Remove getARMRegisterNumbering and replace with calls into
Eric Christopher
2012-08-09
Fix a future TwoAddressInstructionPass crash.
Jakob Stoklund Olesen
2012-08-09
Don't modify MO while use_iterator is still pointing to it.
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
Another 32 to 64 bit sign extension bug.
Jack Carter
2012-08-09
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-08-09
Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly
Nadav Rotem
2012-08-09
This field isn't used anymore, use it with HWEncoding instead.
Eric Christopher
2012-08-08
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-08
Don't use getNextOperandForReg() in RAFast.
Jakob Stoklund Olesen
2012-08-08
Deal with irreducible control flow when building traces.
Jakob Stoklund Olesen
2012-08-08
Heed -stress-early-ifcvt.
Jakob Stoklund Olesen
2012-08-08
Get the MispredictPenalty from MCSchedModel.
Jakob Stoklund Olesen
2012-08-08
Typedefs and indentation fixes from the Andy Zhang/PAX macro argument patch.
Rafael Espindola
2012-08-08
Fix for .pdata and .xdata section attributes on COFF.
Anton Korobeynikov
2012-08-08
Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.
Bill Wendling
2012-08-08
Added MispredictPenalty to SchedMachineModel.
Andrew Trick
2012-08-08
Minor cleanup of defaultDefLatency API
Andrew Trick
2012-08-08
whitespace
Andrew Trick
2012-08-08
isAllocLikeFn is allowed to return true for functions which read memory; make
Eli Friedman
2012-08-08
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
Jakob Stoklund Olesen
2012-08-08
X86: enable CSE between CMP and SUB
Manman Ren
2012-08-08
Don't scan physreg use-def chains looking for a PIC base.
Jakob Stoklund Olesen
2012-08-08
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-08
Avoid recomputing the unique exit blocks and their insert points when doing
Dan Gohman
2012-08-07
Skip tied operand pairs that already have the same register.
Jakob Stoklund Olesen
2012-08-07
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
Fix a serious typo in InstCombine's optimization of comparisons.
Bob Wilson
2012-08-07
X86 cmp lowering is looking past truncate on the condition node. It should only
Evan Cheng
2012-08-07
For non-Darwin platforms, we want to generate stack protectors only for
Bill Wendling
2012-08-07
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
Enable lazy compilation in MCJIT
Andrew Kaylor
2012-08-07
Fix a couple of typos.
Jakob Stoklund Olesen
2012-08-07
Add trace accessor methods, implement primitive if-conversion heuristic.
Jakob Stoklund Olesen
2012-08-07
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-07
Add a comment about mftb vs. mfspr on PPC.
Hal Finkel
2012-08-07
Fix the representation of debug line table in DebugInfo LLVM library,
Alexey Samsonov
2012-08-07
PR13095: Give an inline cost bonus to functions using byval arguments.
Benjamin Kramer
2012-08-07
Fix PR13412, a nasty miscompile due to the interleaved
Chandler Carruth
2012-08-07
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
MachineCSE: Update the heuristics for isProfitableToCSE.
Manman Ren
2012-08-07
Revert r161371. Removing the 'const' before Type is a "good thing".
Bill Wendling
2012-08-07
The define for 64 bit sign extension neglected to
Jack Carter
2012-08-07
Constify the Type parameter to some methods (which are const anyway).
Bill Wendling
2012-08-07
Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.
Andrew Trick
2012-08-07
Mips relocation R_MIPS_64 relocates a 64 bit double word.
Jack Carter
[prev]
[next]