index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[yaml2obj][ELF] Don't monkeypatch the YAML sections.
Sean Silva
2013-06-18
1
-14
/
+17
*
[yaml2obj][ELF] Ensure STN_UNDEF entry is present.
Sean Silva
2013-06-18
1
-1
/
+6
*
[yaml2obj][ELF] Rudimentary symbol table support.
Sean Silva
2013-06-18
1
-2
/
+43
*
[yaml2obj][ELF] Add dummy .strtab section.
Sean Silva
2013-06-18
1
-3
/
+11
*
Convert most uses of PathV1.h in ToolRunner.cpp.
Rafael Espindola
2013-06-18
1
-25
/
+35
*
Add a version of unique_file that return just the file name.
Rafael Espindola
2013-06-18
2
-19
/
+3
*
Return a std::string from PrependMainExecutablePath.
Rafael Espindola
2013-06-18
1
-6
/
+7
*
Remove PathV1.h use from BugDriver.cpp.
Rafael Espindola
2013-06-18
1
-3
/
+2
*
Remove use of PathV1.h from ExecutionDriver.cpp.
Rafael Espindola
2013-06-18
1
-24
/
+37
*
Remove usage of PathV1.h from OptimizerDriver.cpp.
Rafael Espindola
2013-06-18
1
-26
/
+32
*
Convert some uses of eraseFromDisk.
Rafael Espindola
2013-06-18
1
-3
/
+3
*
Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.
Rafael Espindola
2013-06-18
3
-30
/
+49
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
1
-0
/
+18
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
4
-4
/
+4
*
[yaml2obj][ELF] Factor out string table section creation.
Sean Silva
2013-06-18
1
-11
/
+14
*
[yaml2obj][ELF] Refer specifically to the section header string table.
Sean Silva
2013-06-18
1
-17
/
+17
*
[yaml2obj][ELF] Ensure more fields are zero'd.
Sean Silva
2013-06-18
1
-0
/
+2
*
Fix the build with gcc 4.7 and -std=c++11.
Rafael Espindola
2013-06-17
1
-1
/
+1
*
Convert two uses of eraseFromDisk.
Rafael Espindola
2013-06-17
1
-2
/
+2
*
Remove usage of PathV1.h in FindBugs.cpp.
Rafael Espindola
2013-06-17
1
-2
/
+2
*
[yaml2obj][ELF] Exit with error status on error.
Sean Silva
2013-06-17
1
-9
/
+8
*
Don't use PathV1.h in CrashDebugger.cpp.
Rafael Espindola
2013-06-17
1
-8
/
+5
*
Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
2013-06-17
7
-13
/
+18
*
Remove CBE related code.
Rafael Espindola
2013-06-17
1
-50
/
+0
*
Don't use PathV1.h in ExtractFunction.cpp.
Rafael Espindola
2013-06-17
1
-19
/
+12
*
Don't use PathV1.h in tools/gold/gold-plugin.cpp.
Rafael Espindola
2013-06-17
1
-8
/
+8
*
Don't use PathV1.h in LTOCodeGenerator.cpp
Rafael Espindola
2013-06-17
1
-17
/
+14
*
Don't use PathV1.h in llvm-link.
Rafael Espindola
2013-06-17
1
-11
/
+3
*
Move lib/Archive to tools/llvm-ar.
Rafael Espindola
2013-06-17
9
-4
/
+1857
*
Don't link with the archive library programs that don't use it.
Rafael Espindola
2013-06-17
7
-7
/
+6
*
[yaml2obj] Move some classes into anonymous namespaces.
Sean Silva
2013-06-15
1
-0
/
+6
*
[yaml2obj] Add support for sh_link via `Link` key.
Sean Silva
2013-06-15
1
-1
/
+44
*
Remove the LLVM specific archive index.
Rafael Espindola
2013-06-14
8
-146
/
+3
*
Move PrependMainExecutablePath next to its only user.
Rafael Espindola
2013-06-14
1
-0
/
+22
*
Remove unused header.
Rafael Espindola
2013-06-14
1
-1
/
+0
*
[yaml2obj] Add support for sh_addralign via `AddressAlign` key.
Sean Silva
2013-06-14
1
-1
/
+1
*
[yaml2obj] Add support for specifying raw section content.
Sean Silva
2013-06-13
1
-4
/
+29
*
[yaml2obj] Add sh_addr via `Address` key.
Sean Silva
2013-06-13
1
-1
/
+1
*
[yaml2obj] Initial ELF section support.
Sean Silva
2013-06-13
1
-7
/
+115
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
3
-2
/
+5
*
Don't use PathV1.h in FileUtilities.h.
Rafael Espindola
2013-06-13
2
-2
/
+3
*
Avoid using PathV1.h in Program.h.
Rafael Espindola
2013-06-13
3
-18
/
+11
*
Have sys::FindProgramByName return a std::string.
Rafael Espindola
2013-06-13
2
-9
/
+8
*
Further reduce usage of sys::Path in bugpoint.
Rafael Espindola
2013-06-13
2
-11
/
+11
*
Try to fix the build with libstdc++ 4.4.
Rafael Espindola
2013-06-13
1
-1
/
+2
*
Reduce sys::Path usage in bugpoint.
Rafael Espindola
2013-06-13
1
-47
/
+47
*
Remove the program class.
Rafael Espindola
2013-06-12
3
-14
/
+13
*
readobj: Dump PE/COFF optional records.
Rui Ueyama
2013-06-12
3
-13
/
+79
*
Inline Path::isBitcodeFile into only use and remove it.
Rafael Espindola
2013-06-12
1
-2
/
+4
*
Include PathV1.h in files that use it.
Rafael Espindola
2013-06-11
3
-0
/
+3
[prev]
[next]