- Nov 28, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 145223
-
NAKAMURA Takumi authored
lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file handles to be released by children. When wait() has finished, opened handles (especially writing stdout to file) might not be released immediately. To wait for released, poll to attempt renaming. llvm-svn: 145222
-
- Nov 19, 2011
-
-
Craig Topper authored
llvm-svn: 144986
-
- Nov 17, 2011
-
-
Daniel Dunbar authored
properly quote strings when writing the CMakeFiles/Makefile.cmake output file (which lists the dependencies). This shows up when using CMake + MSYS Makefile generator. llvm-svn: 144873
-
- Nov 16, 2011
-
-
Owen Anderson authored
llvm-svn: 144747
-
- Nov 15, 2011
-
-
Evan Cheng authored
integer variants. rdar://10437054 llvm-svn: 144608
-
Jim Grosbach authored
rdar://10435076 llvm-svn: 144606
-
Jim Grosbach authored
llvm-svn: 144598
-
- Nov 12, 2011
-
-
Daniel Dunbar authored
llvm-svn: 144445
-
- Nov 11, 2011
-
-
Daniel Dunbar authored
llvm-svn: 144416
-
Daniel Dunbar authored
- Can be used to generate the substitution values we currently use for the various target related .def files. llvm-svn: 144345
-
Daniel Dunbar authored
LLVMBuild: Add explicit information on whether targets define an assembly printer, assembly parser, or disassembler. llvm-svn: 144344
-
- Nov 10, 2011
-
-
Daniel Dunbar authored
options to llvm-build, so the all-targets etc. components are defined properly. llvm-svn: 144255
-
Daniel Dunbar authored
handle defining the "magic" target related components (like native, nativecodegen, and engine). - We still require these components to be in the project (currently in lib/Target) so that we have a place to document them and hopefully make it more obvious that they are "magic". llvm-svn: 144253
-
Daniel Dunbar authored
llvm-svn: 144252
-
Daniel Dunbar authored
- Gives us a place to hang target specific metadata (like whether the target has a JIT). llvm-svn: 144250
-
Daniel Dunbar authored
llvm-svn: 144249
-
Owen Anderson authored
llvm-svn: 144245
-
Owen Anderson authored
llvm-svn: 144243
-
- Nov 07, 2011
-
-
Craig Topper authored
llvm-svn: 143895
-
- Nov 05, 2011
-
-
Daniel Dunbar authored
llvm-svn: 143782
-
Daniel Dunbar authored
llvm-svn: 143781
-
Daniel Dunbar authored
llvm-svn: 143745
-
Daniel Dunbar authored
llvm-svn: 143744
-
- Nov 04, 2011
-
-
-
Daniel Dunbar authored
llvm-svn: 143673
-
- Nov 03, 2011
-
-
Daniel Dunbar authored
llvm-svn: 143661
-
Daniel Dunbar authored
utils: Remove (way) old nightly test scripts, I don't think anyone uses them and LNT has way better tools than this. llvm-svn: 143655
-
Daniel Dunbar authored
- llvm-build should now be Python2.4 compatible as best I know. llvm-svn: 143641
-
Daniel Dunbar authored
llvm-svn: 143634
-
Daniel Dunbar authored
header. llvm-svn: 143629
-
Daniel Dunbar authored
dependency table used by llvm-config. llvm-svn: 143628
-
Daniel Dunbar authored
- Useful for migrating or auto-upgrading the format schema. llvm-svn: 143626
-
Daniel Dunbar authored
llvm-svn: 143625
-
Daniel Dunbar authored
llvm-svn: 143624
-
Daniel Dunbar authored
llvm-build: Validate information on the loaded components and form the topological ordering among them (as well as validating that there are no cycles). - Currently we require that all references between components (except the parent relation) fit into a DAG -- this could be relaxed later if it ever proves to be useful. llvm-svn: 143623
-
Daniel Dunbar authored
differentiate between strings and lists. llvm-svn: 143622
-
Daniel Dunbar authored
llvm-svn: 143621
-
Daniel Dunbar authored
llvm-svn: 143620
-
- Nov 02, 2011
-
-
Chandler Carruth authored
one aspect of them by having them use the (annoying, if not broken) proper library dependency model for adding the LLVMTableGen library as a dependency. This could manifest as a link order issue in the presence of separate LLVM / Clang source builds with CMake and a linker that really cares about such things. Also, add the Support dependency to llvm-tblgen itself so that it doesn't rely on TableGen's transitive Support dependency. A parallel change for clang-tblgen will be forthcoming. llvm-svn: 143531
-