index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unnecessary assignment.
Manuel Klimek
2013-07-16
1
-1
/
+0
*
Fixes another hard to test problem with iterator invalidation.
Manuel Klimek
2013-07-16
1
-60
/
+69
*
[ASan] Bump min supported Mac OS X version to 10.6 - makefile build
Alexey Samsonov
2013-07-16
1
-2
/
+2
*
[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncation
Ulrich Weigand
2013-07-16
2
-0
/
+28
*
[Sanitizer] move strcpy and strncpy to common interceptors
Alexey Samsonov
2013-07-16
5
-66
/
+59
*
[XCore] Fix printing of inline asm operands.
Richard Osborne
2013-07-16
2
-11
/
+39
*
ARM: allow printing of ARM atomic DAG nodes.
Tim Northover
2013-07-16
1
-0
/
+13
*
[SystemZ] Use ROSBG and non-zero form of RISBG for OR nodes
Richard Sandiford
2013-07-16
3
-1
/
+289
*
[ASan] Bump min supported Mac OS X version to 10.6
Alexey Samsonov
2013-07-16
3
-3
/
+6
*
Fixing a buildbot failure:unused function.
Vladimir Medic
2013-07-16
1
-14
/
+0
*
clang-format: Improve detection of function types.
Daniel Jasper
2013-07-16
2
-1
/
+5
*
[SystemZ] Add MC support for R[NOX]SBG
Richard Sandiford
2013-07-16
4
-0
/
+179
*
tsan: support sigsuspend() call
Dmitry Vyukov
2013-07-16
4
-0
/
+46
*
[SystemZ] Use RISBG for (shift (and ...))
Richard Sandiford
2013-07-16
2
-98
/
+321
*
Fix test on release builds.
Tim Northover
2013-07-16
1
-2
/
+1
*
This patch represents Mips utilization of r186388 code that alows asm matche...
Vladimir Medic
2013-07-16
4
-270
/
+242
*
PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linu...
NAKAMURA Takumi
2013-07-16
1
-2
/
+2
*
ARM: implement low-level intrinsics for the atomic exclusive operations.
Tim Northover
2013-07-16
9
-21
/
+398
*
[ASan] Use less shadow on Win 32-bit
Timur Iskhodzhanov
2013-07-16
4
-19
/
+34
*
ARM: implement ldrex, strex and clrex intrinsics
Tim Northover
2013-07-16
8
-53
/
+277
*
ARM EABI divmod support
Renato Golin
2013-07-16
4
-2
/
+289
*
[ASan] Cache the OSX version to avoid calling sysctl() on every GetMacosVersi...
Alexander Potapenko
2013-07-16
2
-4
/
+20
*
This patch allows targets to define weather the instruction mnemonics in asm ...
Vladimir Medic
2013-07-16
2
-4
/
+10
*
llvm/test/Object/directory.ll: Mark it as XFAIL:cygwin. Directories can be op...
NAKAMURA Takumi
2013-07-16
1
-3
/
+3
*
[ASan] Add support for OS X Mavericks to GetMacosVersion.
Alexander Potapenko
2013-07-16
2
-1
/
+3
*
Limit number of bits in size representation so that bit size fit 64 bits.
Serge Pavlov
2013-07-16
3
-8
/
+14
*
[PECOFF][Writer] Replace magic numbers with sizeof().
Rui Ueyama
2013-07-16
1
-7
/
+13
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-2
/
+2
*
[PECOFF][Writer] Use defined constants instead of magic numbers.
Rui Ueyama
2013-07-16
1
-2
/
+4
*
Use open+fstat instead of stat+open.
Rafael Espindola
2013-07-16
1
-3
/
+13
*
Remember that we have a null terminated string.
Rafael Espindola
2013-07-16
1
-4
/
+4
*
[Object/COFF] Add import_directory_table_entry.
Rui Ueyama
2013-07-16
1
-0
/
+8
*
Add a version of sys::fs::status that uses fstat.
Rafael Espindola
2013-07-16
3
-40
/
+71
*
COFF: Add constants for optional data directory.
Rui Ueyama
2013-07-16
1
-0
/
+18
*
Instead friending status, provide windows and posix constructors to file_status.
Rafael Espindola
2013-07-16
3
-44
/
+52
*
unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.
NAKAMURA Takumi
2013-07-16
1
-0
/
+16
*
Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...
NAKAMURA Takumi
2013-07-16
2
-5
/
+3
*
Merge attributes on typedef decls.
Eli Friedman
2013-07-16
2
-0
/
+6
*
Rename Support.TimeValue to TimeValue.time_t in unittests/Support.
NAKAMURA Takumi
2013-07-16
2
-3
/
+3
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
9
-37
/
+38
*
Fix alignment of class derived from empty class.
Eli Friedman
2013-07-16
2
-3
/
+45
*
ObjC migrator: build conforming interface
Fariborz Jahanian
2013-07-16
3
-1
/
+54
*
[PECOFF] Add default argument to addDir32NBReloc() as the default value 0 is ...
Rui Ueyama
2013-07-16
1
-4
/
+4
*
Fix member refs with using decl + anonymous union.
Eli Friedman
2013-07-16
3
-15
/
+31
*
Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to ...
Rafael Espindola
2013-07-15
7
-75
/
+98
*
Add mingw32 to the XFAIL. I forgot about it when adding win32.
Rafael Espindola
2013-07-15
1
-1
/
+1
*
PEI: Support for non-zero SPAdj at beginning of a basic block.
Manman Ren
2013-07-15
3
-15
/
+280
*
Fixed a problem in IRForTarget where we would not
Sean Callanan
2013-07-15
4
-2
/
+107
*
Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef)
Enrico Granata
2013-07-15
1
-2
/
+2
*
Remove unused RunLocker and related code
Ed Maste
2013-07-15
2
-59
/
+0
[prev]
[next]