Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9bcad42c3aadab118b6ed5f30f2ea0d87228fd3f
/
tools
7172b38
llvm-ar: Clean up memory management with OwningPtr.
by Benjamin Kramer
· 11 years ago
4d5b0da
Use %llu to print a 64 bit number. Should fix the ARM bots.
by Rafael Espindola
· 11 years ago
1b3e3ee
InsertBefore is the same as AddBefore. Delete it.
by Rafael Espindola
· 11 years ago
71857cc
Fix a FIXME about the format and add a test.
by Rafael Espindola
· 11 years ago
1b0dc64
Remove the 'N' modifier from llvm-ar.
by Rafael Espindola
· 11 years ago
55804a0
Delete dead code.
by Rafael Espindola
· 11 years ago
ab7348f
Remove support for truncating names in archives.
by Rafael Espindola
· 11 years ago
4f2779b
Sync llvm-ar's help string with the options it supports.
by Rafael Espindola
· 11 years ago
5159718
Don't crash in 'llvm -s' when an archive has no symtab.
by Rafael Espindola
· 11 years ago
c6fbaa9
Don't run internalize if we're outputing bit-code and not an object file.
by Bill Wendling
· 11 years ago
35637fc
Create files with the correct permission instead of changing it afterwards.
by Rafael Espindola
· 11 years ago
a012a66
Fixes problem when calling llvm-ar from an unmodifiable directory.
by Manuel Klimek
· 11 years ago
0bb8aa2
COFFDumper: Print uint64_t with the right format string.
by Benjamin Kramer
· 11 years ago
2be430d
[llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.
by Michael Gottesman
· 11 years ago
200c748
Add a createUniqueFile function and switch llvm's users of unique_file.
by Rafael Espindola
· 11 years ago
1276b39
Use sys::fs::createTemporaryFile.
by Rafael Espindola
· 11 years ago
61de142
Don't create an archive if, for example, we are asked to print the index.
by Rafael Espindola
· 11 years ago
ef2703a
Use simpler version of exists.
by Rafael Espindola
· 11 years ago
87b8a7f9
Remove NoOperation.
by Rafael Espindola
· 11 years ago
24663f6
Don't treat bitcode files specially in llvm-ar.
by Rafael Espindola
· 11 years ago
40d40dd
Make llvm-nm return 1 on error.
by Rafael Espindola
· 11 years ago
a3863ea
Remove address spaces from MC.
by Rafael Espindola
· 11 years ago
d212db0
llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" can be removed.
by NAKAMURA Takumi
· 11 years ago
ba62f2f
The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.
by Sylvestre Ledru
· 11 years ago
e16e687
Add flag to lli to enable debugging of IR when used with MCJIT.
by Daniel Malea
· 11 years ago
e528a2c
Fix bugpoint execution/reference output file name
by Hal Finkel
· 11 years ago
0ed872c
llvm-symbolizer: don't leave dangling pointers after flushing LLVMSymbolizer. Add a destructor.
by Alexey Samsonov
· 11 years ago
8c6e324
llvm-symbolizer: skip leading underscore in Mach-O symbol table entries
by Alexey Samsonov
· 11 years ago
c071f89
llvm-symbolizer: make name demangling a public static method of LLVMSymbolizer
by Alexey Samsonov
· 11 years ago
8175bc3
llvm-symbolizer: add support for Mach-O universal binaries
by Alexey Samsonov
· 11 years ago
cbafae6
Debug Info: clean up usage of Verify.
by Manman Ren
· 11 years ago
8479989
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
by Eric Christopher
· 11 years ago
02e7502
Debug Info: clean up usage of Verify.
by Manman Ren
· 11 years ago
97c2a0a
Use enums instead of raw octal values.
by Rafael Espindola
· 11 years ago
df0f525
Remove unused includes.
by Rafael Espindola
· 11 years ago
0259c0c
Provide bootstrap support to build only llvm+clang when using cmake.
by Andy Gibbs
· 11 years ago
50188c1
Port GetMainExecutable over to PathV2.
by Rafael Espindola
· 11 years ago
46fa7cf
Move GetEXESuffix to the one place it is used.
by Rafael Espindola
· 11 years ago
dd5af27
keep only the StringRef version of getFileOrSTDIN.
by Rafael Espindola
· 11 years ago
19ead5a
Create the file with the right permissions instead of setting it afterwards.
by Rafael Espindola
· 11 years ago
068463b
[yaml2obj][ELF] Make symbol table top-level key.
by Sean Silva
· 11 years ago
681dafb
[yaml2obj][ELF] Narrow parameter.
by Sean Silva
· 11 years ago
5849569
[yaml2obj][ELF] Don't special case writing these.
by Sean Silva
· 11 years ago
efc7898
[yaml2obj][ELF] Make this "type switch" actually readable.
by Sean Silva
· 11 years ago
e766884
[yaml2obj][ELF] Align section contents in the output.
by Sean Silva
· 11 years ago
995017c
Convert some uses of PathV1.h in ArchiveWriter.cpp.
by Rafael Espindola
· 11 years ago
326c193
[yaml2obj][ELF] Allow expressing undefined symbols.
by Sean Silva
· 11 years ago
552d7cd
Unbreak bots. Didn't realize this was a C++11 feature.
by Sean Silva
· 11 years ago
4235ba3
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
by Sean Silva
· 11 years ago
8874cc2
Add a fixme.
by Rafael Espindola
· 11 years ago
bdae6fa
Remove last use of PathV1.h from Archive.cpp.
by Rafael Espindola
· 11 years ago
e38f640
[yaml2obj][ELF] Add support for st_value and st_size.
by Sean Silva
· 11 years ago
6525e92b
[yaml2obj][ELF] Allow symbols to reference sections.
by Sean Silva
· 11 years ago
c18f66e
[yaml2obj][ELF] Add the section name -> section index map to State.
by Sean Silva
· 11 years ago
11ca2e5
Add a setLastModificationAndAccessTime to PathV2.
by Rafael Espindola
· 11 years ago
f9f44f3
Use a raw_fd_ostream instead of a std::ofstream.
by Rafael Espindola
· 11 years ago
be87bce
Remove the simplify-libcalls pass (finally)
by Meador Inge
· 11 years ago
0382b30
[yaml2obj][ELF] Start factoring into "single point of truth".
by Sean Silva
· 11 years ago
b14f972
[yaml2obj][ELF] Just let this class own its buffer.
by Sean Silva
· 11 years ago
201c66c
Remove a trivial use of sys::Path.
by Rafael Espindola
· 11 years ago
29c17db
Add support for getting the last modification time from a file_status.
by Rafael Espindola
· 11 years ago
eb729e0
Use only the filename when deciding if a file is a duplicate.
by Rafael Espindola
· 11 years ago
122c57c
Add r184420 back, but also handle long file names.
by Rafael Espindola
· 11 years ago
9d39cb1
Revert "Don't include directory names in archives."
by Rafael Espindola
· 11 years ago
be984d6
Don't include directory names in archives.
by Rafael Espindola
· 11 years ago
6f2c88a
Remove remaining bits of the old LLVM specific symtab handling.
by Rafael Espindola
· 11 years ago
e9ff273
Remove more unused functions.
by Rafael Espindola
· 11 years ago
f0436b8
Remove unused methods.
by Rafael Espindola
· 11 years ago
a18b281
Use the simpler sys::fs::exists.
by Rafael Espindola
· 11 years ago
436cd0c
Convert a use of sys::Path.
by Rafael Espindola
· 11 years ago
3df7d2f
llvm-dwarfdump: Add support for dumping the .debug_loc section
by David Blaikie
· 11 years ago
ce1164b
Remove unused function.
by Rafael Espindola
· 11 years ago
63e8ba9
Really fix the missing header :-(
by Rafael Espindola
· 11 years ago
b167ba7
Add missing include found by the bots.
by Rafael Espindola
· 11 years ago
b4900b1
Remove last use of PathV1.h from Archive.h
by Rafael Espindola
· 11 years ago
27ff1f3
Always set the mode.
by Rafael Espindola
· 11 years ago
13f4fd7
Remove more uses of sys::Path.
by Rafael Espindola
· 11 years ago
dd3ef1a
Remove unused function.
by Rafael Espindola
· 11 years ago
3baf01b
Another attempt at fixing the bots.
by Rafael Espindola
· 11 years ago
7391366
Attempt at fixing some bots.
by Rafael Espindola
· 11 years ago
4d07abb
Reduce sys::Path usage in llvm-ar.
by Rafael Espindola
· 11 years ago
8fe960e
Remove the 'R' modifier.
by Rafael Espindola
· 11 years ago
1b11a19
Test commit access.
by Wan Xiaofei
· 11 years ago
e1e1bb1
Remove `using namespace` and use explicit qualification.
by Sean Silva
· 11 years ago
83bc345
Remove spurious space.
by Sean Silva
· 11 years ago
9e82a5c
Remove unused parameter.
by Sean Silva
· 11 years ago
ea94e11
[yaml2obj][ELF] Support ELFOSABI_* enum.
by Sean Silva
· 11 years ago
1230407
There is no ELF ABI version enum.
by Sean Silva
· 11 years ago
5ba1225
[yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.
by Sean Silva
· 11 years ago
c2b6adf
[yaml2obj][ELF] Don't monkeypatch the YAML sections.
by Sean Silva
· 11 years ago
ca0170f
[yaml2obj][ELF] Ensure STN_UNDEF entry is present.
by Sean Silva
· 11 years ago
afcf60f
[yaml2obj][ELF] Rudimentary symbol table support.
by Sean Silva
· 11 years ago
a7bd854
[yaml2obj][ELF] Add dummy .strtab section.
by Sean Silva
· 11 years ago
3991c72
Convert most uses of PathV1.h in ToolRunner.cpp.
by Rafael Espindola
· 11 years ago
8ee23f0
Add a version of unique_file that return just the file name.
by Rafael Espindola
· 11 years ago
21a78d1
Return a std::string from PrependMainExecutablePath.
by Rafael Espindola
· 11 years ago
3b9eb80
Remove PathV1.h use from BugDriver.cpp.
by Rafael Espindola
· 11 years ago
9a23039
Remove use of PathV1.h from ExecutionDriver.cpp.
by Rafael Espindola
· 11 years ago
2c073ee
Remove usage of PathV1.h from OptimizerDriver.cpp.
by Rafael Espindola
· 11 years ago
366f510
Convert some uses of eraseFromDisk.
by Rafael Espindola
· 11 years ago
Next »