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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[yaml2obj][ELF] Rudimentary symbol table support.
Sean Silva
2013-06-18
1
-0
/
+11
*
Remove Path::canWrite.
Rafael Espindola
2013-06-18
1
-9
/
+0
*
Add a can_write function to PathV2.
Rafael Espindola
2013-06-18
1
-0
/
+6
*
Remove unused Path::canRead.
Rafael Espindola
2013-06-18
1
-9
/
+0
*
Remove uniqueID from PathV1.h.
Rafael Espindola
2013-06-18
1
-3
/
+1
*
Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Rafael Espindola
2013-06-18
1
-0
/
+2
*
Add a version of unique_file that return just the file name.
Rafael Espindola
2013-06-18
1
-0
/
+4
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
6
-0
/
+130
*
Don't convert object_error's enum to and from int.
Rafael Espindola
2013-06-18
1
-12
/
+12
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-5
/
+5
*
remove some @deprecated markers: LLVM APIs aren't deprecated, they are remove...
Chris Lattner
2013-06-18
2
-5
/
+0
*
Directly access objects which may change during compilation.
Bill Wendling
2013-06-17
4
-16
/
+31
*
Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
2013-06-17
4
-7
/
+13
*
Don't use PathV1.h in LTOCodeGenerator.cpp
Rafael Espindola
2013-06-17
2
-0
/
+9
*
Delete declared but not implemented functions.
Rafael Espindola
2013-06-17
1
-38
/
+0
*
Move lib/Archive to tools/llvm-ar.
Rafael Espindola
2013-06-17
1
-524
/
+0
*
AArch64: print relocation addends if present on AArch64
Tim Northover
2013-06-17
1
-1
/
+10
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
2
-20
/
+0
*
MachineOperand::setIsDebug should ensure the register is /not/ a definition
David Blaikie
2013-06-16
1
-1
/
+1
*
Put back variable names because they are referenced in the documentation
Dmitri Gribenko
2013-06-16
1
-2
/
+6
*
APInt: Add a fast case for isAllOnesValue.
Benjamin Kramer
2013-06-15
1
-2
/
+6
*
Support BufferSize on ProcResGroup for unified MOp schedulers.
Andrew Trick
2013-06-15
1
-0
/
+1
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
7
-94
/
+51
*
[yaml2obj] Add support for sh_link via `Link` key.
Sean Silva
2013-06-15
1
-0
/
+1
*
Remove the LLVM specific archive index.
Rafael Espindola
2013-06-14
1
-19
/
+4
*
Add getSelect helper function
Matt Arsenault
2013-06-14
1
-0
/
+14
*
Add GetCurrentDirectory back.
Rafael Espindola
2013-06-14
1
-0
/
+5
*
Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
2013-06-14
2
-7
/
+3
*
Replace use of PathV1.h in Program.cpp.
Rafael Espindola
2013-06-14
1
-0
/
+6
*
Convert a use of sys::Path::GetTemporaryDirectory.
Rafael Espindola
2013-06-14
1
-10
/
+8
*
Make PrologEpilogInserter save/restore all callee saved registers
Derek Schuff
2013-06-14
1
-0
/
+3
*
Move PrependMainExecutablePath next to its only user.
Rafael Espindola
2013-06-14
1
-10
/
+0
*
[yaml2obj] Add support for sh_addralign via `AddressAlign` key.
Sean Silva
2013-06-14
1
-0
/
+1
*
Move #include from .h to .cpp file.
Jakub Staszak
2013-06-14
1
-1
/
+0
*
Remove forward declaration of MachineBasicBlock. It is #included anyway.
Jakub Staszak
2013-06-13
1
-1
/
+0
*
#include <climits> instead of <limits.h> in C++ header file.
Jakub Staszak
2013-06-13
1
-1
/
+1
*
[yaml2obj] Add support for specifying raw section content.
Sean Silva
2013-06-13
1
-0
/
+1
*
[yaml2obj] Add sh_addr via `Address` key.
Sean Silva
2013-06-13
1
-0
/
+1
*
[yaml2obj] Initial ELF section support.
Sean Silva
2013-06-13
1
-0
/
+26
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
1
-7
/
+2
*
Add a RemoveFileOnSignal that takes a StringRef.
Rafael Espindola
2013-06-13
1
-0
/
+4
*
Don't use PathV1.h in FileUtilities.h.
Rafael Espindola
2013-06-13
1
-3
/
+2
*
Avoid using PathV1.h in Program.h.
Rafael Espindola
2013-06-13
1
-17
/
+10
*
Add a version of sys::ExecuteAndWait that takes StringRefs.
Rafael Espindola
2013-06-13
1
-0
/
+5
*
Have sys::FindProgramByName return a std::string.
Rafael Espindola
2013-06-13
1
-1
/
+1
*
Merge changes to clang's Driver code into LLVM's Option library
Reid Kleckner
2013-06-13
2
-4
/
+16
*
Reduce usage of sys::Path in the graph writer.
Rafael Espindola
2013-06-13
1
-27
/
+12
*
Add a version of DisplayGraph that takes a StringRef.
Rafael Espindola
2013-06-13
1
-0
/
+6
*
Remove the program class.
Rafael Espindola
2013-06-12
1
-118
/
+41
*
Add global versions of some Program static methods.
Rafael Espindola
2013-06-12
1
-0
/
+19
[prev]
[next]