- Nov 21, 2009
-
-
Viktor Kutuzov authored
Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. llvm-svn: 89516
-
- Nov 19, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 89363
-
- Nov 18, 2009
-
-
Viktor Kutuzov authored
Added getDefaultSubtargetFeatures method to SubtargetFeatures class which returns a correct feature string for given triple. llvm-svn: 89236
-
- Nov 17, 2009
-
-
Viktor Kutuzov authored
Added getArchNameForAssembler method to the Triple class for which returns OS and Vendor independent target assembler arch. llvm-svn: 89122
-
Duncan Sands authored
programs that depend on native shared libraries. Patch by Timo Lindfors. llvm-svn: 89087
-
- Nov 12, 2009
-
-
Benjamin Kramer authored
StringsEqualNoCase (from StringExtras.h) to it. llvm-svn: 87020
-
- Nov 08, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86418
-
- Nov 03, 2009
-
-
Kenneth Uildriks authored
Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test llvm-svn: 85900
-
- Nov 01, 2009
-
-
Nick Lewycky authored
llvm-svn: 85748
-
Nick Lewycky authored
llvm-svn: 85747
-
Douglas Gregor authored
llvm-svn: 85717
-
Dan Gohman authored
#include dependency, as frontends commonly pull in PassManager.h. llvm-svn: 85714
-
- Oct 28, 2009
-
-
Viktor Kutuzov authored
llvm-svn: 85419
-
- Oct 27, 2009
-
-
Jeffrey Yasskin authored
against both 2.6 and HEAD. The default is still changed to eager jitting. llvm-svn: 85330
-
Jeffrey Yasskin authored
http://llvm.org/PR5184, and beef up the comments to describe what both options do and the risks of lazy compilation in the presence of threads. llvm-svn: 85295
-
- Oct 26, 2009
-
-
Chandler Carruth authored
direct inclusion edge from System to Support. llvm-svn: 85086
-
- Oct 25, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 85030
-
- Oct 22, 2009
-
-
Duncan Sands authored
In the latest binutils the plugin-api.h needs this - without it the LLVM gold plugin fails to compile. llvm-svn: 84861
-
Chris Lattner authored
llvm-svn: 84819
-
Chris Lattner authored
llvm-svn: 84818
-
Chris Lattner authored
building opt. llvm-svn: 84816
-
Chris Lattner authored
used by opt when a module doesn't specify one. Patch from Kenneth Uildriks! llvm-svn: 84814
-
- Oct 21, 2009
-
-
Sanjiv Gupta authored
llvm-svn: 84752
-
Mikhail Glushenkov authored
llvm-svn: 84729
-
Jeffrey Yasskin authored
default and didn't work anyway. llvm-svn: 84720
-
- Oct 17, 2009
-
-
Mikhail Glushenkov authored
More to follow... llvm-svn: 84352
-
Mikhail Glushenkov authored
This will require implementing OptionPreprocessor to forbid invalid invocations such as 'llvmc -O1 -O2'. llvm-svn: 84349
-
Daniel Dunbar authored
llvm-svn: 84304
-
- Oct 16, 2009
-
-
Evan Cheng authored
Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do not want post-regalloc scheduling. llvm-svn: 84272
-
Daniel Dunbar authored
llvm-svn: 84233
-
Daniel Dunbar authored
variables and symbols invalid. llvm-svn: 84232
-
Daniel Dunbar authored
since they are allowed to be redefined. llvm-svn: 84230
-
- Oct 14, 2009
-
-
Duncan Sands authored
Make it visible. llvm-svn: 84127
-
- Oct 12, 2009
-
-
Nick Lewycky authored
llvm-svn: 83813
-
- Oct 09, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 83620
-
Mikhail Glushenkov authored
llc can compile .ll files directly these days. llvm-svn: 83618
-
- Oct 08, 2009
-
-
Mikhail Glushenkov authored
Forgot about the need to reconfigure after modifying Base.td.in.... llvm-svn: 83529
-
Mikhail Glushenkov authored
llvm-svn: 83525
-
- Oct 06, 2009
-
-
Duncan Sands authored
where the element is of a basic builtin type. For example, to get an i8* use getInt8PtrTy. llvm-svn: 83379
-
- Oct 05, 2009
-
-
Chris Lattner authored
they should not base it on llvm-db (which not following almost any "best practices"). llvm-svn: 83288
-