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
/
clang
/
lib
/
Driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUF...
Argyrios Kyrtzidis
2014-07-11
1
-83
/
+2
*
Handle SPARC float command line parameters for SPARCv9.
Brad Smith
2014-07-11
1
-1
/
+2
*
[PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets. By ...
Zinovy Nis
2014-07-11
1
-4
/
+8
*
GCC compatibility: Create a Group to ignore unsupported optimization.
Sylvestre Ledru
2014-07-11
1
-0
/
+7
*
Enable -gcolumn-info by default.
Diego Novillo
2014-07-10
1
-1
/
+2
*
Remove use of uniform initialization ({}) introduced in r212725 since this is...
David Blaikie
2014-07-10
1
-1
/
+1
*
[Codestyle][x32] Cosmetic codestyle fix.
Zinovy Nis
2014-07-10
1
-6
/
+6
*
[x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...
Zinovy Nis
2014-07-10
2
-23
/
+65
*
[mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchains
Daniel Sanders
2014-07-10
3
-13
/
+62
*
[mips] Add support for -modd-spreg/-mno-odd-spreg
Daniel Sanders
2014-07-10
1
-0
/
+2
*
[Driver] Expose getARMCPUForMArch() function in the Driver API; NFC.
Argyrios Kyrtzidis
2014-07-10
1
-3
/
+8
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
2
-2
/
+1
*
cc1as: consolidate option flags with cc1 and eliminate duplication
Alp Toker
2014-07-09
2
-46
/
+0
*
Driver: Fix think-o in adding -ivfsoverlay flag to crashdumps
Justin Bogner
2014-07-07
1
-3
/
+5
*
Remove unused sys/stat.h includes
Alp Toker
2014-07-07
2
-3
/
+0
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-4
/
+7
*
[Driver][Mips] Support one more MIPS CPU name - octeon.
Simon Atanasyan
2014-07-04
1
-1
/
+2
*
[Driver][Mips] If ABI name is not provided deduce it from the target triple
Simon Atanasyan
2014-07-02
1
-10
/
+10
*
Driver: Handle /GR- in a compatible way with MSVC
David Majnemer
2014-07-01
1
-15
/
+8
*
Win64: Disable uwtable until we fix .pdata emission in LLVM
Reid Kleckner
2014-07-01
1
-1
/
+5
*
GCC compatibility: Ignore -finput_charset=UTF-8 argument. It is the default i...
Sylvestre Ledru
2014-07-01
1
-0
/
+8
*
[Driver][Mips] MIPS ABI names "32" and "64" used as arguments of the "-mabi"
Simon Atanasyan
2014-07-01
1
-2
/
+2
*
[UBSan] Don't link UBSan runtime into shared libraries.
Alexey Samsonov
2014-06-30
1
-7
/
+5
*
Use the newly added FindInEnvPath helper in clang
Ehsan Akhgari
2014-06-30
2
-37
/
+3
*
Fix a stray semi-colon. (Found by a pedantic warning)
Chandler Carruth
2014-06-29
1
-1
/
+1
*
Revert r211866, r211895 and r211995, "Driver: use GNU::Link for the Generic_G...
NAKAMURA Takumi
2014-06-29
5
-230
/
+17
*
Driver: add a cygwin linker tool
Saleem Abdulrasool
2014-06-29
5
-0
/
+206
*
clang-cl: Map /EHs- to -fno-exceptions
Reid Kleckner
2014-06-27
1
-4
/
+52
*
Replace GetProgramPath("ld") with GetLinkerPath().
Logan Chien
2014-06-27
1
-1
/
+1
*
Driver: Pass -ivfsoverlay to module crashdumps
Justin Bogner
2014-06-27
1
-1
/
+8
*
Driver: use GNU::Link for the Generic_GCC toolchain
Saleem Abdulrasool
2014-06-27
2
-17
/
+24
*
Driver: Fix a misleading comment and test for what it actually did
Justin Bogner
2014-06-26
1
-1
/
+1
*
Driver: Remove trailing whitespace
Justin Bogner
2014-06-26
1
-2
/
+2
*
clang-cl: Don't store the cl compiler Tool on the stack (PR20131)
Hans Wennborg
2014-06-26
2
-4
/
+18
*
Implement the -fuse-ld= option.
Logan Chien
2014-06-26
3
-10
/
+35
*
Add ppc64/power8 as a target
Will Schmidt
2014-06-26
1
-0
/
+2
*
Forward -u to the linker on gnutools toolchains
Reid Kleckner
2014-06-26
1
-0
/
+1
*
Align with new GCC options for x86 Android
Alexey Volkov
2014-06-25
1
-2
/
+6
*
[Driver] Follow-up to r211598, r211663. Do not build a dynamic linker
Simon Atanasyan
2014-06-25
1
-6
/
+6
*
Tools.cpp: Update getLinuxDynamicLinker() to return Twine instead of StringRe...
NAKAMURA Takumi
2014-06-25
1
-3
/
+3
*
Reformat.
NAKAMURA Takumi
2014-06-25
1
-3
/
+3
*
Use appropriate default PIE settings for OpenBSD.
Brad Smith
2014-06-24
1
-0
/
+21
*
[Driver][Mips] Support mips64-linux-gnuabi64 / mips64el-linux-gnuabi64 target...
Simon Atanasyan
2014-06-24
1
-2
/
+40
*
Use lowercase windows.h for mingw cross compilation.
Logan Chien
2014-06-24
1
-1
/
+1
*
[mips] Correct linux dynamic linker for -mnan=2008
Daniel Sanders
2014-06-24
2
-5
/
+25
*
Driver: Restore proper naming of crashdump files
Justin Bogner
2014-06-24
1
-1
/
+2
*
Driver: Skip the -ivfsoverlay argument in driver crash diags
Justin Bogner
2014-06-22
1
-1
/
+1
*
Enable WindowsToolChain on all native Windows builds
Alp Toker
2014-06-22
1
-7
/
+2
*
WindowsToolChain: decouple build environment from the toolchain
Alp Toker
2014-06-22
1
-17
/
+2
*
Make WindowsToolChain portable
Alp Toker
2014-06-22
1
-10
/
+19
[next]