lp:~pali/llvm/compiler-rt-3.5

Created by Pali and last modified
Get this branch:
bzr branch lp:~pali/llvm/compiler-rt-3.5

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Pali
Project:
LLVM
Status:
Development

Import details

Import Status: Failed

This branch is an import of the Subversion branch from http://llvm.org/svn/llvm-project/compiler-rt/branches/release_35.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on alnitak and finished taking 15 seconds — see the log
Import started on izar and finished taking 15 seconds — see the log
Import started on alnitak and finished taking 15 seconds — see the log
Import started on alnitak and finished taking 25 seconds — see the log

Recent revisions

4417. By rengolin

Merging r215295:
------------------------------------------------------------------------
r215295 | compnerd | 2014-08-09 21:17:37 +0100 (Sat, 09 Aug 2014) | 10 lines

builtins: correct __umodsi3, __udivsi3 on ARM

When building the builtins for a modern CPU (idiv support), __umodsi3 was
completely incorrect as it would behave as __udivmosi3, which takes a tertiary
parameter which is a pointer.

__udivsi3 was also incorrect, returning the remainder in r1. Although this
would not result in any crash or invalid behaviour as r1 is a caller saved
register in AAPCS, this is unnecessary. Simply perform the division ignoring
the remainder.
------------------------------------------------------------------------

4416. By void

Revert renaming. Should rename tags instead.

4415. By void

Renaming to coincide with updated tagging system.

4414. By void

Creating release_35 branch

4413. By samsonov

[MSan] Fix strncpy interceptor

4412. By samsonov

[ASan] Fix __asan_describe_address and add a test for it.

4411. By samsonov

Adjust gen_dynamic_list for PowerPC function descriptors

4410. By glider

[lsan] Allow using ucontext.h in the test on OSX.

4409. By glider

[lsan] Define MAP_ANONYMOUS as MAP_ANON for OSX in the test.

4408. By glider

[lsan] Use a more standard-conformant sched_yield() instead of pthread_yield().
There's no pthread_yield() on OSX (only sched_yield() and pthread_yield_np()).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.