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
/
ToolChains.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.
Rafael Espindola
2012-09-23
1
-2
/
+0
*
Screw around with ObjCRuntime some more, changing the
John McCall
2012-08-21
1
-1
/
+1
*
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
Eli Friedman
2012-08-08
1
-0
/
+20
*
Make property synthesis the default on Windows.
Fariborz Jahanian
2012-08-03
1
-0
/
+4
*
Hoist the logic for selecting the Objective-C dispatch method into the runtime
David Chisnall
2012-07-04
1
-29
/
+0
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-21
/
+8
*
Add a -fuse-init-array option to cc1 and map to the UseInitArray target
Rafael Espindola
2012-06-19
1
-1
/
+2
*
Move the iOSVersionMin string to a header so as to avoid a dangling pointer.
Chad Rosier
2012-05-09
1
-0
/
+4
*
Rip out old code for finding libraries in GCC's directories.
Bob Wilson
2012-05-03
1
-11
/
+0
*
Driver: Turn the default value for -fmath-errno into a proper target hook and...
Benjamin Kramer
2012-05-02
1
-1
/
+10
*
Make a modern Objective-C runtime the default target for *BSD. Don't yet cha...
David Chisnall
2012-04-09
1
-0
/
+30
*
Use VersionTuple to manage macosx versions in the driver. No functionality ch...
Benjamin Kramer
2012-03-10
1
-22
/
+8
*
Enable default @synthesize by default.
Ted Kremenek
2012-03-06
1
-1
/
+1
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-0
/
+7
*
[driver] Emit an error when trying to use ARC on macosx earlier than 10.6
Argyrios Kyrtzidis
2012-02-29
1
-0
/
+2
*
Re-enable the Darwin ARM integrated assembler.
Jim Grosbach
2012-02-27
1
-3
/
+2
*
Temporarily revert r151288:
Chad Rosier
2012-02-25
1
-2
/
+3
*
ARM: enable the integrated assembler by default for Darwin.
Jim Grosbach
2012-02-23
1
-3
/
+2
*
Implement a -gcc-toolchain command line option that does the same as
Rafael Espindola
2012-02-19
1
-14
/
+15
*
First pass at Solaris toolchain support. This version compiles and links hello
David Chisnall
2012-02-15
1
-0
/
+11
*
Begin refactoring to use the newly added triple predicates for
Chandler Carruth
2012-02-11
1
-6
/
+3
*
Revert r149083 which is not the direction we're going in the Clang
Chandler Carruth
2012-01-31
1
-32
/
+17
*
Keep track of the original target the user specified before
Joerg Sonnenberger
2012-01-26
1
-17
/
+32
*
Remove the 'ToolTriple' concept from the NetBSD toolchain along with my
Chandler Carruth
2012-01-25
1
-4
/
+1
*
Switch the ToolChain types to all store a Driver reference rather than
Chandler Carruth
2012-01-25
1
-17
/
+17
*
Make a major refactoring to how the GCC installation detection works.
Chandler Carruth
2012-01-25
1
-7
/
+16
*
Address one part of the FIXME I introduced my switching the triple
Chandler Carruth
2012-01-24
1
-2
/
+2
*
At least within these classes, consistently spell 'GCC' as 'GCC'.
Chandler Carruth
2012-01-24
1
-6
/
+6
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-1
/
+2
*
Split the Windows toolchain definition into its own file. This is
Chandler Carruth
2011-12-17
1
-0
/
+5
*
Enable stack protectors by default for iOS. <rdar://problem/8836680>
Bob Wilson
2011-12-14
1
-1
/
+1
*
Hexagon backend support
Tony Linthicum
2011-12-12
1
-1
/
+17
*
Misc Minix-specific changes to clang:
Eli Friedman
2011-12-08
1
-1
/
+1
*
Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow
Daniel Dunbar
2011-12-07
1
-0
/
+3
*
Fix an issue that Duncan discovered on a specific (no longer current)
Chandler Carruth
2011-11-09
1
-1
/
+2
*
Begin lifting some of the one-off checking logic into generic helper
Chandler Carruth
2011-11-06
1
-0
/
+15
*
Move the GCC installation detection logic down into the Generic_GCC
Chandler Carruth
2011-11-06
1
-79
/
+79
*
The version objects need to actually store the version strings; they
Chandler Carruth
2011-11-06
1
-2
/
+2
*
Lift the GCCVersion type into the header file and start persisting it in
Chandler Carruth
2011-11-06
1
-3
/
+38
*
Switch some of these interfaces from std::string to StringRef and Twine.
Chandler Carruth
2011-11-06
1
-3
/
+3
*
Remove a pointless member. I have no idea why I made this not a local
Chandler Carruth
2011-11-05
1
-2
/
+0
*
Move the GCC installation detection helper a member of the Linux
Chandler Carruth
2011-11-05
1
-0
/
+46
*
Move the Linux header searching from the Frontend to the Driver. This is
Chandler Carruth
2011-11-05
1
-0
/
+5
*
Begin the migration of header search logic to the driver, starting with
Chandler Carruth
2011-11-04
1
-0
/
+6
*
Clang driver changes for iOS 5.0 and OS X Lion support.
Bob Wilson
2011-10-07
1
-0
/
+6
*
For i386 kext fallback to llvm-gcc, search paths for several Darwin versions.
Bob Wilson
2011-09-20
1
-0
/
+3
*
[driver] Default to arm mode when using the integrated assembler.
Chad Rosier
2011-09-20
1
-2
/
+4
*
Treat the weak export of block runtime symbols as a deployment-target
John McCall
2011-09-09
1
-0
/
+1
*
default property synthesis is off by default
Fariborz Jahanian
2011-09-01
1
-1
/
+1
*
objective-c: Make auto synthesis of properties the default.
Fariborz Jahanian
2011-09-01
1
-1
/
+1
[next]