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
add X86-specific DAG optimization to simplify boolean test
Michael Liao
2012-08-10
A couple of addition comment fixes
Eli Bendersky
2012-08-10
Fix a couple of typos in comments
Eli Bendersky
2012-08-10
Constify some basic blocks, no functionality change.
Rafael Espindola
2012-08-10
remove tailing whitespaces and test commit
Michael Liao
2012-08-10
Move BasicBlockEdge to the cpp file. No functionality change.
Rafael Espindola
2012-08-10
stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.inc
Joerg Sonnenberger
2012-08-10
Add some missing includes for the build against stdcxx.
Joerg Sonnenberger
2012-08-10
Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...
Pete Cooper
2012-08-10
Update edge weights correctly in replaceSuccessor().
Jakob Stoklund Olesen
2012-08-10
Remove references to compression in llvm-ar. It has been a long time since we
Rafael Espindola
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
[prev]
[next]