- Nov 10, 2011
-
-
Daniel Dunbar authored
require this tool to resolve (currently). llvm-svn: 144299
-
Daniel Dunbar authored
llvm-svn: 144291
-
- Nov 09, 2011
-
-
Daniel Dunbar authored
enough to have this be useful. llvm-svn: 144202
-
Daniel Dunbar authored
- Also, fix a refacto that left extra "all" component in list (this is now defined in the groups explicitly) - Reapply of r143879 now that Make should see needed deps. llvm-svn: 144201
-
John McCall authored
Should've read the patch a bit closer, sorry. llvm-svn: 144164
-
- Nov 08, 2011
-
-
John McCall authored
llvm-svn: 144079
-
- Nov 07, 2011
-
-
Owen Anderson authored
llvm-svn: 143966
-
- Nov 06, 2011
-
-
Daniel Dunbar authored
investigate build failure. llvm-svn: 143888
-
Daniel Dunbar authored
llvm-svn: 143881
-
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
-
- Nov 05, 2011
-
-
Benjamin Kramer authored
llvm-svn: 143799
-
Peter Collingbourne authored
materialise them in LTO. I observed a ~0.5-1% speedup for an LTO link of opt. llvm-svn: 143784
-
Peter Collingbourne authored
(Ninja generator requirement.) llvm-svn: 143783
-
- Nov 04, 2011
-
-
Bill Wendling authored
decrease some code indentation. No intended functional changes. llvm-svn: 143723
-
Bill Wendling authored
llvm-svn: 143690
-
Bill Wendling authored
llvm-svn: 143689
-
Bill Wendling authored
around. This is important for some future work as well. llvm-svn: 143688
-
- Nov 03, 2011
-
-
Daniel Dunbar authored
know at build time. llvm-svn: 143649
-
Daniel Dunbar authored
llvm-svn: 143634
-
Daniel Dunbar authored
llvm-config-2: Implement component dependency traversal, implement support for 'all', and fix a few other minor bugs. - Still doesn't use actual generated component table, but that is now just a matter of wiring into the build system. llvm-svn: 143617
-
Daniel Dunbar authored
for now). - Mostly complete except for the data that needs to come from the build system or the dependencies. - Has some small improvements from current llvm-config: o Uses TargetRegistry directly to get some information. o Designed to work correctly when used from a CMake build tree (relatively untested currently) (although pcc fixed this recently for old llvm-config). llvm-svn: 143616
-
Chad Rosier authored
compatibility in the BitcodeReader. llvm-svn: 143598
-
- Nov 02, 2011
-
-
Chandler Carruth authored
to force it to build after all library targets so it has complete dependency information. This should fix broken 'make install' with CMake. This is a partial revert of r143540, but it doesn't revert the most important part of that change: removing the dependency edge from LLVM tools to the llvm-config script. llvm-svn: 143548
-
Daniel Dunbar authored
llvm-svn: 143541
-
Daniel Dunbar authored
llvm-config build, there is no longer a point to this after Chandler's work. llvm-svn: 143540
-
- Nov 01, 2011
-
-
Kevin Enderby authored
-g flag. In this part we generate the .file for the source being assembled and the .loc's for the assembled instructions. The next part will be to generate the dwarf Compile Unit DIE and a dwarf subprogram DIE for each non-temporary label. Once the next part is done test cases will be added. rdar://9275556 llvm-svn: 143509
-
Sebastian Pop authored
llvm-svn: 143502
-
Eli Friedman authored
llvm-svn: 143435
-
- Oct 31, 2011
-
-
Nick Lewycky authored
-enable-dwarf-directory. llvm-svn: 143326
-
- Oct 28, 2011
-
-
Stepan Dyatkovskiy authored
llvm-svn: 143191
-
Peter Collingbourne authored
Previously, if invoked from a CMake build directory, 'llvm-config --cppflags' and friends would only print a -I flag for the build directory's header search path, because it would assume that it was already installed, not recognising its parent directory as being the build directory. Teach llvm-config about CMake build directories so that it prints a -I for both the source and build directory's search paths. llvm-svn: 143171
-
Dan Gohman authored
llvm-svn: 143164
-
- Oct 27, 2011
-
-
Owen Anderson authored
Revert r143149, stubbing out symbolic disassembly support. The symbolic disassembly support is too MC-engrained to be useful in llvm-objdump. llvm-svn: 143152
-
Owen Anderson authored
llvm-svn: 143149
-
Stepan Dyatkovskiy authored
llvm-svn: 143120
-
- Oct 26, 2011
-
-
Owen Anderson authored
llvm-svn: 143032
-
Michael J. Spencer authored
llvm-svn: 142984
-
- Oct 25, 2011
-
-
Owen Anderson authored
Add support for the notion of "hidden" relocations. On MachO, these are relocation entries that are used as additional information for other, real relocations, rather than being relocations themselves. I'm not familiar enough with ELF or COFF to know if they should have any relocations marked hidden. llvm-svn: 142961
-
Owen Anderson authored
llvm-svn: 142952
-
- Oct 18, 2011
-
-
Michael J. Spencer authored
llvm-svn: 142404
-