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
*
Add a simpler version of remove_all.
Rafael Espindola
2013-06-26
1
-0
/
+7
*
Remove sys::GetMainExecutable.
Rafael Espindola
2013-06-26
1
-5
/
+0
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
1
-1
/
+4
*
Remove PathWithStatus.
Rafael Espindola
2013-06-26
1
-86
/
+0
*
Merge isReachable into isBackedge.
Jakob Stoklund Olesen
2013-06-25
1
-19
/
+10
*
TableGen: Generate a function for getting operand indices based on their defi...
Tom Stellard
2013-06-25
1
-0
/
+5
*
[PowerPC] Support @got modifier
Ulrich Weigand
2013-06-25
3
-0
/
+23
*
Move GetEXESuffix to the one place it is used.
Rafael Espindola
2013-06-25
1
-6
/
+0
*
Remove sys::PathSeparator.
Rafael Espindola
2013-06-25
1
-4
/
+0
*
BlockFrequency: Bump up the entry frequency a bit.
Benjamin Kramer
2013-06-25
3
-6
/
+6
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
1
-5
/
+1
*
Create a replacement for sys::Path::PathSeparator.
Rafael Espindola
2013-06-25
1
-0
/
+9
*
Add a simpler version of is_regular_file.
Rafael Espindola
2013-06-24
1
-0
/
+9
*
DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694
David Blaikie
2013-06-24
1
-1
/
+1
*
Improve diagnostics when getSizeInBits is called on the Other type.
Chad Rosier
2013-06-24
1
-2
/
+4
*
[APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...
Michael Gottesman
2013-06-24
1
-0
/
+1
*
[APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...
Michael Gottesman
2013-06-24
1
-2
/
+8
*
Add a flag to defer vectorization into a phase after the inliner and its
Chandler Carruth
2013-06-24
1
-0
/
+1
*
DebugInfo: enumerator values returned as int64 as they are stored
David Blaikie
2013-06-24
1
-1
/
+1
*
[APFloat] Removed out of date comment from isNormal().
Michael Gottesman
2013-06-24
1
-3
/
+0
*
[APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.
Michael Gottesman
2013-06-24
1
-4
/
+4
*
DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...
David Blaikie
2013-06-23
2
-4
/
+4
*
DebugInfo: Support (using GNU extensions) for template template parameters an...
David Blaikie
2013-06-22
1
-0
/
+32
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
1
-1
/
+1
*
RelocVisitor: Add another PPC64 relocation that occurs in dwarf output.
Benjamin Kramer
2013-06-22
1
-0
/
+6
*
[yaml2obj][ELF] Make symbol table top-level key.
Sean Silva
2013-06-22
1
-2
/
+5
*
Reapply documentation changes from r184584.
Benjamin Kramer
2013-06-21
1
-0
/
+7
*
Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...
Benjamin Kramer
2013-06-21
1
-8
/
+0
*
BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...
Benjamin Kramer
2013-06-21
1
-0
/
+8
*
[NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Justin Holewinski
2013-06-21
1
-2
/
+5
*
Handle more cases in LiveRangeEdit::eliminateDeadDefs.
Andrew Trick
2013-06-21
1
-4
/
+4
*
Refactor LiveRangeEdit::eliminateDeadDefs.
Andrew Trick
2013-06-21
1
-0
/
+7
*
MI-Sched: Adjust regpressure limits for reserved regs.
Andrew Trick
2013-06-21
1
-1
/
+14
*
[PowerPC] Support R_PPC_REL16 family of relocations
Ulrich Weigand
2013-06-21
2
-2
/
+18
*
[PowerPC] Support various tls-related modifiers
Ulrich Weigand
2013-06-21
3
-1
/
+119
*
[PowerPC] Support @higher et.al. modifiers
Ulrich Weigand
2013-06-21
3
-0
/
+8
*
[PowerPC] Support @toc@h modifier
Ulrich Weigand
2013-06-21
3
-0
/
+3
*
[PowerPC] Support @h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+1
*
[PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
2013-06-21
1
-15
/
+15
*
add Function::removeFnAttr()
Kostya Serebryany
2013-06-21
1
-0
/
+7
*
[APFloat] Added missing doxygen module closing statement.
Michael Gottesman
2013-06-21
1
-0
/
+2
*
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Sean Silva
2013-06-21
1
-8
/
+11
*
[PowerPC] Clean up VK_PPC_TOC... names
Ulrich Weigand
2013-06-20
1
-10
/
+10
*
Remove last use of PathV1.h from Archive.cpp.
Rafael Espindola
2013-06-20
1
-0
/
+14
*
make getLastModificationTime const. Move it with the other getters.
Rafael Espindola
2013-06-20
1
-2
/
+2
*
[yaml2obj][ELF] Add support for st_value and st_size.
Sean Silva
2013-06-20
1
-0
/
+2
*
[yaml2obj][ELF] Allow symbols to reference sections.
Sean Silva
2013-06-20
1
-0
/
+1
*
Add a setLastModificationAndAccessTime to PathV2.
Rafael Espindola
2013-06-20
1
-0
/
+2
*
Remove the simplify-libcalls pass (finally)
Meador Inge
2013-06-20
4
-9
/
+0
*
Add support for getting the last modification time from a file_status.
Rafael Espindola
2013-06-20
1
-0
/
+3
[next]