index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use PathV1.h in LTOCodeGenerator.cpp
Rafael Espindola
2013-06-17
1
-0
/
+4
*
Fix incorrectly finding 'executable' directories instead of files.
Manuel Klimek
2013-06-17
1
-1
/
+8
*
Add GetCurrentDirectory back.
Rafael Espindola
2013-06-14
2
-0
/
+21
*
Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
2013-06-14
2
-21
/
+0
*
Replace use of PathV1.h in Program.cpp.
Rafael Espindola
2013-06-14
5
-75
/
+63
*
Remove unused argument.
Rafael Espindola
2013-06-14
1
-3
/
+3
*
Don't use PathV1.h in GraphWriter.cpp.
Rafael Espindola
2013-06-14
1
-5
/
+2
*
Convert a use of sys::Path::GetTemporaryDirectory.
Rafael Espindola
2013-06-14
1
-10
/
+9
*
Remove a use of PathV1.h.
Rafael Espindola
2013-06-14
1
-3
/
+5
*
Remove a use of PathV1.h.
Rafael Espindola
2013-06-14
1
-15
/
+9
*
Move PrependMainExecutablePath next to its only user.
Rafael Espindola
2013-06-14
1
-23
/
+0
*
Remove a use of sys::Path.
Rafael Espindola
2013-06-14
1
-2
/
+3
*
Try to fix the windows build.
Rafael Espindola
2013-06-13
1
-1
/
+1
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
3
-12
/
+15
*
Don't use PathV1.h in FileUtilities.h.
Rafael Espindola
2013-06-13
1
-2
/
+6
*
Avoid using PathV1.h in Program.h.
Rafael Espindola
2013-06-13
3
-22
/
+29
*
Add a version of sys::ExecuteAndWait that takes StringRefs.
Rafael Espindola
2013-06-13
1
-0
/
+23
*
Have sys::FindProgramByName return a std::string.
Rafael Espindola
2013-06-13
2
-15
/
+15
*
Covert remaining graph viewers from sys::Path to std::string.
Rafael Espindola
2013-06-13
1
-3
/
+3
*
Update code for other graph viewing programs too.
Rafael Espindola
2013-06-13
1
-3
/
+3
*
Reduce usage of sys::Path in the graph writer.
Rafael Espindola
2013-06-13
1
-22
/
+40
*
[Support] Fix handle and memory leak for processes that are not waited for
Reid Kleckner
2013-06-13
3
-40
/
+27
*
Zero-initializing variables; fixes a build breakage introduced in r183864.
Aaron Ballman
2013-06-13
1
-2
/
+2
*
[Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.
Rafael Espindola
2013-06-12
1
-3
/
+3
*
s/Void/void.
Rafael Espindola
2013-06-12
1
-1
/
+1
*
Attempt at fixing the windows build.
Rafael Espindola
2013-06-12
1
-34
/
+35
*
Remove the program class.
Rafael Espindola
2013-06-12
6
-46
/
+40
*
Don't use PathV1 in CommandLine.cpp.
Rafael Espindola
2013-06-12
1
-22
/
+10
*
Inline Path::isBitcodeFile into only use and remove it.
Rafael Espindola
2013-06-12
1
-8
/
+0
*
Remove Path::getMagicNumber.
Rafael Espindola
2013-06-12
2
-39
/
+0
*
Remove Path::hasMagicNumber.
Rafael Espindola
2013-06-12
1
-7
/
+0
*
Remove Path::isAbsolute.
Rafael Espindola
2013-06-12
2
-26
/
+0
*
Remove Path::isAbsolute().
Rafael Espindola
2013-06-12
2
-22
/
+0
*
Remove Path::getSuffix.
Rafael Espindola
2013-06-12
2
-33
/
+0
*
Remove sys::CopyFile.
Rafael Espindola
2013-06-12
2
-58
/
+0
*
Fix 'gcc -flto' builds for unittest binaries (undefined reference to
Patrik Hagglund
2013-06-12
1
-1
/
+0
*
Remove the old file memory mapping functions.
Rafael Espindola
2013-06-12
3
-30
/
+1
*
Remove Path::createFileOnDisk.
Rafael Espindola
2013-06-12
2
-22
/
+0
*
Remove Path::makeExecutableOnDisk.
Rafael Espindola
2013-06-12
2
-11
/
+0
*
Move PathV2.h to Path.h
Rafael Espindola
2013-06-11
1
-1
/
+1
*
Make host ARM CPU feature detection independent of the vendor
Tobias Grosser
2013-06-11
1
-30
/
+20
*
Include PathV1.h in files that use it.
Rafael Espindola
2013-06-11
2
-0
/
+2
*
Remove Path::getDirname.
Rafael Espindola
2013-06-11
3
-49
/
+0
*
Remove Path::getBasename.
Rafael Espindola
2013-06-11
2
-32
/
+0
*
Remove Path::getLast.
Rafael Espindola
2013-06-11
2
-39
/
+0
*
Remove GetDLLSuffix.
Rafael Espindola
2013-06-11
1
-4
/
+0
*
Remove GetRootDirectory.
Rafael Espindola
2013-06-11
2
-15
/
+0
*
Remove GetUserHomeDirectory.
Rafael Espindola
2013-06-11
2
-23
/
+0
*
Remove GetSystemLibraryPaths.
Rafael Espindola
2013-06-11
3
-64
/
+0
*
Remove Path::GetBitcodeLibraryPaths.
Rafael Espindola
2013-06-11
2
-34
/
+0
[next]