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
path:
root
/
compiler-rt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF.
Rafael Espindola
2009-11-09
1
-1
/
+1
*
Fix x86/x64 on Linux, Credit to Rafael Espindola.
Edward O'Callaghan
2009-11-04
8
-5
/
+21
*
Add DragonFly BSD to supported platforms list.
Edward O'Callaghan
2009-11-01
1
-0
/
+4
*
Fix DragonFly BSD define in compiler-rt.
Edward O'Callaghan
2009-11-01
1
-1
/
+1
*
Fix CMakeLists.txt comment.
Edward O'Callaghan
2009-10-31
1
-1
/
+1
*
add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARM
Nick Kledzik
2009-10-29
2
-1
/
+46
*
Nested function test in compiler-rt should not be run under Clang.
Edward O'Callaghan
2009-10-29
1
-19
/
+28
*
Fix test suit for last CMake changes to CompilerRT.
Edward O'Callaghan
2009-10-29
1
-1
/
+2
*
Update CMake build system with target arch source file lists.
Edward O'Callaghan
2009-10-29
1
-35
/
+50
*
Work around strictness in gcc 4.4.1 casting a function pointer to void *
Shantonu Sen
2009-10-28
2
-11
/
+11
*
Add stdlib.h for rand() prototype
Shantonu Sen
2009-10-28
3
-0
/
+3
*
Update web docs for cmake test suit, comment out broken test.
Edward O'Callaghan
2009-10-28
2
-1
/
+4
*
Fix cmake test suit for compiler-rt.
Edward O'Callaghan
2009-10-27
3
-2
/
+4
*
Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbo...
Daniel Dunbar
2009-10-27
56
-134
/
+66
*
Add assembly.h for use in .S files.
Daniel Dunbar
2009-10-27
61
-4
/
+120
*
Update some .S file headers.
Daniel Dunbar
2009-10-27
4
-4
/
+4
*
Fix tests broken by removal of de-anonyomizing structs.
Daniel Dunbar
2009-10-27
34
-47
/
+48
*
Remove duplicate copy of int_lib.h, and update test script to find copy insid...
Daniel Dunbar
2009-10-27
4
-173
/
+28
*
Add .gitignore file.
Daniel Dunbar
2009-10-27
1
-0
/
+3
*
Comment out broken tests and make the rest build in cmake build system.
Edward O'Callaghan
2009-10-17
5
-56
/
+51
*
Improve doc readability.
Edward O'Callaghan
2009-10-06
1
-7
/
+1
*
Update compiler-rt online docs to reflex recent work and testing.
Edward O'Callaghan
2009-10-06
1
-0
/
+6
*
If the compiler does not support GCC-compatible
Shantonu Sen
2009-09-23
1
-3
/
+13
*
Keep on castin', in the name of -pedantic
Shantonu Sen
2009-09-23
1
-5
/
+5
*
Note about compiler-rt only building on Darwin no longer applies.
Edward O'Callaghan
2009-09-23
1
-3
/
+0
*
Update site information to reflect using cmake to build compiler-rt and not l...
Edward O'Callaghan
2009-09-23
1
-1
/
+4
*
CMake should only pass GCC options to GCC.
Edward O'Callaghan
2009-09-23
1
-2
/
+4
*
We don't need a C++ compiler to build Blocks, Don't check for one.
Edward O'Callaghan
2009-09-23
1
-1
/
+1
*
Fix compile time warning: format '%#lx' expects type 'long unsigned int', but...
Edward O'Callaghan
2009-09-23
1
-5
/
+5
*
Improve readability.
Edward O'Callaghan
2009-09-23
1
-70
/
+78
*
1) Remove cmake-specific #define usage from the exported
Shantonu Sen
2009-09-22
8
-54
/
+83
*
update make rules so libcompiler-rt can be built for armv6 the Apple way
Nick Kledzik
2009-09-18
2
-6
/
+21
*
add support for __switch* needed for switch statements in thumb codegen
Nick Kledzik
2009-09-18
1
-0
/
+93
*
add conversion functions and test cases for ARM
Nick Kledzik
2009-09-14
20
-0
/
+712
*
Update cmake files for arm support hooks.
Edward O'Callaghan
2009-09-14
3
-1
/
+2
*
fix typo in comment
Nick Kledzik
2009-09-13
1
-1
/
+1
*
Add Blocks support to CMake build system.
Edward O'Callaghan
2009-09-12
1
-1
/
+1
*
Fix include path to config.h for CMake build system.
Edward O'Callaghan
2009-09-12
1
-0
/
+4
*
GCC atomic built-ins are available patch to Blocks. - Credit to Bobby Powers.
Edward O'Callaghan
2009-09-12
1
-8
/
+23
*
Generalize Blocks code and intergrate with cmake build system more.
Edward O'Callaghan
2009-09-12
4
-16
/
+29
*
add comparison functions for ARM
Nick Kledzik
2009-09-12
36
-0
/
+1328
*
rename files
Nick Kledzik
2009-09-11
8
-372
/
+0
*
add _test in file names
Nick Kledzik
2009-09-11
8
-0
/
+372
*
start adding implementation of arm *vfp routines with test cases
Nick Kledzik
2009-09-11
17
-12
/
+587
*
use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm
Nick Kledzik
2009-09-11
6
-20
/
+21
*
Stub out structure for building armv{6,7} libs.
Daniel Dunbar
2009-09-10
3
-2
/
+24
*
Unbreak building of assembly files (broken by my .s -> .S rename).
Daniel Dunbar
2009-09-10
4
-6
/
+11
*
Include universal build step in 'make {Debug,Release,Profile}' targets.
Daniel Dunbar
2009-09-10
1
-0
/
+3
*
Support building for a single target architecture.
Daniel Dunbar
2009-09-03
3
-6
/
+44
*
Use -lc -lm to link with (in tests) on non-Darwin.
Daniel Dunbar
2009-09-03
1
-1
/
+4
[next]