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
Age
Commit message (
Expand
)
Author
2012-08-10
Use the final .version number for LLVM_MINOR_VERSION in Apple llvmCore builds.
Bob Wilson
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
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
Teach the LLVM test makefile to run the extra Clang tools' test suites
Chandler Carruth
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-09
Support for experimental targets
Victor Oliveira
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
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-08
Don't use getNextOperandForReg() in RAFast.
Jakob Stoklund Olesen
2012-08-08
Allow legalization of target-specific SDNodes, provided that the target itsel...
Owen Anderson
2012-08-08
Deal with irreducible control flow when building traces.
Jakob Stoklund Olesen
2012-08-08
Remove some coding violations. No functionality change.
Bill Wendling
2012-08-08
Cache a commonly used reference.
Bill Wendling
2012-08-08
Add test triples to fix win32 failures. Revert workaround from r161292.
Bob Wilson
2012-08-08
Remove OpenBSD defines:
Bill Wendling
2012-08-08
Heed -stress-early-ifcvt.
Jakob Stoklund Olesen
2012-08-08
Get the MispredictPenalty from MCSchedModel.
Jakob Stoklund Olesen
2012-08-08
revert my previous patch
Sebastian Pop
2012-08-08
enable Hexagon target from cmake
Sebastian Pop
2012-08-08
Typedefs and indentation fixes from the Andy Zhang/PAX macro argument patch.
Rafael Espindola
2012-08-08
llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.
NAKAMURA Takumi
2012-08-08
Fix for .pdata and .xdata section attributes on COFF.
Anton Korobeynikov
2012-08-08
Sphinxify the CommandLine document.
Bill Wendling
2012-08-08
Move header so that it can be picked up by other .rst files.
Bill Wendling
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
[next]