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-05-19
SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.
Andrew Trick
2012-05-18
Fix replacing all the users of objc weak runtime routines
Dan Gohman
2012-05-18
Modernize naming convention for class members.
Jakob Stoklund Olesen
2012-05-18
Move all work list processing to copyCoalesceWorkList().
Jakob Stoklund Olesen
2012-05-18
allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...
Nuno Lopes
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
fix warnings when compiling with -Wshadow
Nick Kledzik
2012-05-18
Remove duplicate code that we could just fallthrough to.
Eric Christopher
2012-05-18
Simplify RegisterCoalescer::copyCoalesceInMBB().
Jakob Stoklund Olesen
2012-05-18
add test case for bugfix in r157032
Nuno Lopes
2012-05-18
Add support for the mips 'x' inline asm modifier.
Eric Christopher
2012-05-18
Remove support for PhysReg joining.
Jakob Stoklund Olesen
2012-05-18
FileCheck-ify, apropos of nothing
Joel Jones
2012-05-18
Recommited reworked r156804:
Stepan Dyatkovskiy
2012-05-18
Simplify code a bit. No functional change intended.
Craig Topper
2012-05-18
Simplify handling of v16i8 shuffles and fix a missed optimization.
Craig Topper
2012-05-18
Teach two-address pass to update the "source" map so it doesn't perform a
Evan Cheng
2012-05-18
Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO...
Danil Malyshev
2012-05-18
Clarify comment.
Eric Christopher
2012-05-18
fix corner case in ConstantRange::intersectWith().
Nuno Lopes
2012-05-18
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
Kevin Enderby
2012-05-18
Remove a test that was only testing for physreg joining.
Jakob Stoklund Olesen
2012-05-17
Remove -join-physregs from the test suite.
Jakob Stoklund Olesen
2012-05-17
minor simplification in the call to ConstantRange constructor
Nuno Lopes
2012-05-17
comments
Andrew Trick
2012-05-17
Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missing
Kevin Enderby
2012-05-17
- Added ExecutionEngine/MCJIT tests
Danil Malyshev
2012-05-17
Remove extraneous ';'.
Bill Wendling
2012-05-17
misched: trace ReadyQ.
Andrew Trick
2012-05-17
misched: Added 3-level regpressure back-off.
Andrew Trick
2012-05-17
comment
Andrew Trick
2012-05-17
regpressure: Fix getMaxUpwardPressureDelta.
Andrew Trick
2012-05-17
misched: fix liveness iterators
Andrew Trick
2012-05-17
whitespace
Andrew Trick
2012-05-17
Never clear <undef> flags on already joined copies.
Jakob Stoklund Olesen
2012-05-17
Fix a verifier bug.
Jakob Stoklund Olesen
2012-05-17
Relax the requirement that the exception object must be an instruction. During
Bill Wendling
2012-05-17
[Hexagon] Clean up Hexagon ELF definition.
Evandro Menezes
2012-05-17
enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...
Chris Lattner
2012-05-17
Remove incorrect pattern for ARM SMML instruction.
Tim Northover
2012-05-17
Fix compile error.
Manuel Klimek
2012-05-17
SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...
Stepan Dyatkovskiy
2012-05-17
Genericize the intrinsics descriptor decoding a bit to make room
Chris Lattner
2012-05-17
finish encoding all of the interesting details of intrinsics. Now intrinsics
Chris Lattner
2012-05-17
strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...
Chris Lattner
2012-05-17
simplify code generated by tblgen that is not necessary since we dropped
Chris Lattner
2012-05-17
I forgot the #ifdef _MSC_VER guard in my last commit.
Francois Pichet
2012-05-17
Fix the MSVC 2010 build: disable the optimizer for a problematic function.
Francois Pichet
2012-05-16
Use RegUnits to compute overlapping registers.
Jakob Stoklund Olesen
2012-05-16
This patch adds the register class for MIPS16 as well as the ability for
Akira Hatanaka
[next]