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
*
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
*
[APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.
Michael Gottesman
2013-06-20
1
-2
/
+1
*
Remove the transitional GetUniqueID.
Rafael Espindola
2013-06-20
1
-4
/
+0
*
Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.
Rafael Espindola
2013-06-20
1
-2
/
+6
*
Remove static, because it was messing everything up.
Bill Wendling
2013-06-20
1
-4
/
+4
*
Make the '==' operator inline.
Bill Wendling
2013-06-19
1
-2
/
+29
*
Make this static inline to avoid duplicates.
Bill Wendling
2013-06-19
1
-1
/
+1
*
Make the comparison operators non-member functions.
Bill Wendling
2013-06-19
1
-5
/
+9
*
DebugInfo: PR14763/r183329 correct the location of indirect parameters
David Blaikie
2013-06-19
1
-1
/
+2
*
DebugInfo: Specify that a value is stored indirectly
David Blaikie
2013-06-19
1
-1
/
+7
*
llvm-dwarfdump: Add support for dumping the .debug_loc section
David Blaikie
2013-06-19
1
-0
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
2
-7
/
+8
*
[MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Ulrich Weigand
2013-06-19
1
-0
/
+4
*
[APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...
Michael Gottesman
2013-06-19
1
-1
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
2
-6
/
+6
*
Modified the implementation of fs::GetUniqueID on Windows such that it actual...
Aaron Ballman
2013-06-19
1
-0
/
+1
*
[APFloat] Added isFiniteNonZero predicate.
Michael Gottesman
2013-06-19
1
-0
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-4
/
+4
*
Add operator!= as the compliment to operator==. This is for a future change.
Bill Wendling
2013-06-19
1
-1
/
+4
*
Don't cache the TLI object since we have access to it through TargetMachine a...
Bill Wendling
2013-06-19
1
-2
/
+1
*
[APFloat] Expose isSmallest/isLargest as public methods.
Michael Gottesman
2013-06-19
1
-12
/
+8
*
Move StructurizeCFG out of R600 to generic Transforms.
Matt Arsenault
2013-06-19
3
-0
/
+8
*
Remove Path::getDirectoryContents.
Rafael Espindola
2013-06-19
1
-10
/
+0
*
Remove Path::isObjectFile.
Rafael Espindola
2013-06-19
1
-11
/
+0
*
Remove Path::canExecute.
Rafael Espindola
2013-06-19
1
-8
/
+0
*
[yaml2obj][ELF] Support ELFOSABI_* enum.
Sean Silva
2013-06-19
1
-0
/
+7
*
[yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.
Sean Silva
2013-06-19
1
-0
/
+14
[next]