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
/
bugpoint
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
4
-19
/
+24
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
4
-8
/
+8
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
11
-187
/
+154
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
5
-13
/
+13
*
Adds the ability to run the llvm test suite in-tree.
Chris Wailes
2014-06-06
1
-0
/
+58
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
11
-64
/
+76
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
13
-124
/
+165
*
Use startswith_lower() where possible.
Jakub Staszak
2013-11-04
1
-1
/
+1
*
[bugpoint] Increase the default memory limit for subprocesses to 300MB.
Daniel Sanders
2013-10-25
1
-3
/
+3
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-1
/
+0
*
Added std:: qualifier to find() invocation
Dmitri Gribenko
2013-09-02
1
-4
/
+4
*
[bugpoint] Allow the user to specify the path to opt on the commandline.
Michael Gottesman
2013-08-05
1
-1
/
+4
*
Fix invalid function pointers in bugpoint ExtractLoops
Hal Finkel
2013-08-02
1
-7
/
+42
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
4
-13
/
+13
*
Use sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
2
-10
/
+10
*
Fix bugpoint execution/reference output file name
Hal Finkel
2013-06-28
2
-2
/
+2
*
Remove unused includes.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
1
-2
/
+2
*
Move GetEXESuffix to the one place it is used.
Rafael Espindola
2013-06-25
1
-1
/
+7
*
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
*
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
*
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
*
Move PrependMainExecutablePath next to its only user.
Rafael Espindola
2013-06-14
1
-0
/
+22
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
1
-1
/
+2
*
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
2
-18
/
+10
*
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
2
-13
/
+12
*
Include PathV1.h in files that use it.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
1
-1
/
+1
*
Don't export symbols in every binary on linux.
Rafael Espindola
2013-04-04
1
-0
/
+1
*
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
2013-03-26
1
-1
/
+1
*
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
3
-3
/
+3
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
4
-3
/
+4
[next]