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
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
2
-1
/
+4
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-3
/
+1
*
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
3
-8
/
+0
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
5
-13
/
+9
*
Fix use of the getOpenFile api.
Rafael Espindola
2013-07-23
1
-2
/
+2
*
Fix the build in c++03 mode.
Rafael Espindola
2013-07-23
1
-2
/
+9
*
Add an initial implementation of archive symbol table generation.
Rafael Espindola
2013-07-23
1
-69
/
+212
*
remove unnecessary space
Shuxin Yang
2013-07-23
1
-1
/
+1
*
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
3
-8
/
+0
*
Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>
Shuxin Yang
2013-07-22
2
-0
/
+34
*
Replace archive members in the old position.
Rafael Espindola
2013-07-22
1
-51
/
+94
*
Handle replacement into a position past the original member.
Rafael Espindola
2013-07-21
1
-2
/
+2
*
Retry submitting r186623: COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-19
1
-0
/
+24
*
Fix inserting new elements in a specified location.
Rafael Espindola
2013-07-19
1
-7
/
+25
*
Improve llvm-mc disassembler mode and refactor ARM tests to use it
Tim Northover
2013-07-19
1
-12
/
+60
*
Revert "COFFDumper: Dump data directory entries."
Rui Ueyama
2013-07-18
1
-24
/
+0
*
COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-18
1
-0
/
+24
*
llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm...
NAKAMURA Takumi
2013-07-17
1
-1
/
+1
*
LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace.
NAKAMURA Takumi
2013-07-17
1
-1
/
+1
*
llvm-symbolizer: be more careful with colons in file names
Alexey Samsonov
2013-07-17
1
-8
/
+7
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
11
-38
/
+23
*
On error, close the temporary file descriptor.
Rafael Espindola
2013-07-16
1
-1
/
+3
*
Use open+fstat instead of stat+open.
Rafael Espindola
2013-07-16
1
-3
/
+13
*
Remember that we have a null terminated string.
Rafael Espindola
2013-07-16
1
-4
/
+4
*
Try to open the file before use data from stat.
Rafael Espindola
2013-07-13
1
-2
/
+3
*
Remove unused file. Thanks to Sean Silva for noticing it.
Rafael Espindola
2013-07-13
1
-419
/
+0
*
Add r186216 back, but make the test tolerant of different uids and gids.
Rafael Espindola
2013-07-13
1
-1
/
+1
*
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
2013-07-13
3
-0
/
+8
*
Revert commit r186216 -- it's breaking bots:
Chandler Carruth
2013-07-13
1
-1
/
+1
*
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
3
-8
/
+0
*
Fix a off by one error about which members need to use the string table.
Rafael Espindola
2013-07-12
1
-1
/
+1
*
fix autoconf build
Rafael Espindola
2013-07-12
1
-1
/
+1
*
Fix the build with c++03.
Rafael Espindola
2013-07-12
1
-4
/
+2
*
Change llvm-ar to use lib/Object.
Rafael Espindola
2013-07-12
6
-1182
/
+346
*
Add static.
Rafael Espindola
2013-07-12
1
-33
/
+25
*
llvm-ar: Clean up memory management with OwningPtr.
Benjamin Kramer
2013-07-11
1
-15
/
+9
*
Use %llu to print a 64 bit number. Should fix the ARM bots.
Rafael Espindola
2013-07-11
1
-1
/
+1
*
InsertBefore is the same as AddBefore. Delete it.
Rafael Espindola
2013-07-11
1
-5
/
+4
*
Fix a FIXME about the format and add a test.
Rafael Espindola
2013-07-11
1
-7
/
+5
*
Remove the 'N' modifier from llvm-ar.
Rafael Espindola
2013-07-11
1
-45
/
+11
*
Delete dead code.
Rafael Espindola
2013-07-11
1
-3
/
+0
*
Remove support for truncating names in archives.
Rafael Espindola
2013-07-11
3
-42
/
+9
*
Sync llvm-ar's help string with the options it supports.
Rafael Espindola
2013-07-11
1
-3
/
+0
*
Don't crash in 'llvm -s' when an archive has no symtab.
Rafael Espindola
2013-07-10
1
-11
/
+14
*
Don't run internalize if we're outputing bit-code and not an object file.
Bill Wendling
2013-07-08
1
-2
/
+4
*
Create files with the correct permission instead of changing it afterwards.
Rafael Espindola
2013-07-08
1
-9
/
+6
*
Fixes problem when calling llvm-ar from an unmodifiable directory.
Manuel Klimek
2013-07-08
1
-2
/
+2
*
COFFDumper: Print uint64_t with the right format string.
Benjamin Kramer
2013-07-06
1
-3
/
+3
*
[llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.
Michael Gottesman
2013-07-06
1
-0
/
+2
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
5
-15
/
+15
[next]