- Nov 07, 2011
-
-
Craig Topper authored
llvm-svn: 143915
-
Richard Smith authored
llvm-svn: 143914
-
David Blaikie authored
Colorize. (this is consistent with the coloring in diagnostics.html, but perhaps that's a bit out of date because it doesn't look like current clang behavior) llvm-svn: 143913
-
Anna Zaks authored
It's still under construction but has enough info to be useful. llvm-svn: 143912
-
Anna Zaks authored
llvm-svn: 143911
-
John McCall authored
llvm-svn: 143910
-
Richard Smith authored
core constant value down to an APValue. llvm-svn: 143909
-
John McCall authored
llvm-svn: 143908
-
David Blaikie authored
llvm-svn: 143907
-
David Blaikie authored
llvm-svn: 143906
-
Richard Smith authored
partially undoes the revert in r143491, but does not introduce any new instances of the underlying issue (which is not yet fixed) in code which does not use the 'constexpr' keyword. llvm-svn: 143905
-
Craig Topper authored
llvm-svn: 143904
-
Craig Topper authored
Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qualified with HasAVX2 instead of HasAVX. Mark VINSERTF128 and VEXTRACTF128 as never having side effects. llvm-svn: 143902
-
Craig Topper authored
llvm-svn: 143901
-
Chandler Carruth authored
routines on the base toolchain class. llvm-svn: 143900
-
Chandler Carruth authored
toolchain. The logic is mostly generic already, and where possible should be made more generic. Also, it has no impact other than to expose a set of methods which each toolchain can then query to setup their desired configuration. These should be available to toolchains beyond just Linux. llvm-svn: 143899
-
NAKAMURA Takumi authored
CMAKE_CONFIGURATION_TYPES is only set on Visual Studio generators. For NMake CMAKE_BUILD_TYPE is used instead. Patch by EJose Fonseca! llvm-svn: 143898
-
Chandler Carruth authored
the same as a directory added further down in the new logic. llvm-svn: 143897
-
Chandler Carruth authored
looks for evidence of a multilib installation, and adds the appropriate bits to the search paths. llvm-svn: 143896
-
Craig Topper authored
llvm-svn: 143895
-
- Nov 06, 2011
-
-
David Blaikie authored
llvm-svn: 143894
-
Benjamin Kramer authored
llvm-svn: 143891
-
Benjamin Kramer authored
llvm-svn: 143890
-
Benjamin Kramer authored
llvm-svn: 143889
-
Daniel Dunbar authored
investigate build failure. llvm-svn: 143888
-
Argyrios Kyrtzidis authored
llvm-svn: 143887
-
Argyrios Kyrtzidis authored
llvm-svn: 143886
-
Argyrios Kyrtzidis authored
include ownership qualifiers from the type. llvm-svn: 143885
-
Argyrios Kyrtzidis authored
llvm-svn: 143884
-
Argyrios Kyrtzidis authored
llvm-svn: 143883
-
Argyrios Kyrtzidis authored
llvm-svn: 143882
-
Daniel Dunbar authored
llvm-svn: 143881
-
Daniel Dunbar authored
llvm-svn: 143880
-
Daniel Dunbar authored
- Also, fix a refacto that left extra "all" component in list (this is now defined in the groups explicitly) llvm-svn: 143879
-
Andrew Trick authored
llvm-svn: 143878
-
NAKAMURA Takumi authored
llvm-svn: 143877
-
Peter Collingbourne authored
Process::Wait on Windows (mimicing POSIX behaviour). llvm-svn: 143876
-
Chandler Carruth authored
aren't guaranteed to live long enough otherwise. llvm-svn: 143875
-
Chandler Carruth authored
detection system that is providing the library paths and crt object files. This, modulo any bugs that need to be shaken out, resolves numerous bugs with how we handle header paths. Here are a few that I know of: - We no longer need to enumerate all GCC versions searched. - OpenSUSE searched GCC versions in the wrong order. - There were typos when selecting various patterns, etc. - We aren't stating quite some many directories now. - SysRoot didn't always work in a reasonable way. I'm working on tests for this, but the tests are making me and Lit sad. The real testing for this type of driver change is to try it out on various distributions. I'll hit the common ones right away, and start more thorough testing tomorrow after some sleep. llvm-svn: 143874
-
Chandler Carruth authored
path triples. Also order the 32-bit triples a bit more reasonably. llvm-svn: 143873
-