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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add Function::removeFnAttr()
Kostya Serebryany
2013-06-21
1
-0
/
+7
*
Fix an ordering problem in the test.
Manuel Klimek
2013-06-21
1
-1
/
+1
*
[objcarcopts] Encapsulate PtrState.RRI.ReleaseMetadata into the methods PtrSt...
Michael Gottesman
2013-06-21
1
-2
/
+10
*
[objcarcopts] Encapsulate PtrState.RRI.IsTailCallRelease into the method PtrS...
Michael Gottesman
2013-06-21
1
-2
/
+10
*
[obcjarcopts] Encapsulate PtrState.RRI.KnownSafe in the methods PtrState.IsKn...
Michael Gottesman
2013-06-21
1
-6
/
+15
*
[objcarcopts] Some more minor code cleanups/comment additions.
Michael Gottesman
2013-06-21
1
-1
/
+5
*
[objcarcopts] Refactor out the RRInfo merging code from PtrState into RRInfo:...
Michael Gottesman
2013-06-21
1
-17
/
+28
*
SLP Vectorizer: do not search for store-chains that are wider than the vector...
Nadav Rotem
2013-06-21
1
-2
/
+4
*
[APFloat] Added missing doxygen module closing statement.
Michael Gottesman
2013-06-21
1
-0
/
+2
*
DebugInfo: When asm printing include a '[def]' tag for tag decls that are def...
David Blaikie
2013-06-21
1
-1
/
+6
*
Add a release note for removing the simplify-libcalls pass.
Meador Inge
2013-06-21
1
-0
/
+4
*
[docs] Fix broken link.
Sean Silva
2013-06-21
1
-1
/
+1
*
[yaml2obj][ELF] Allow expressing undefined symbols.
Sean Silva
2013-06-21
2
-7
/
+13
*
Unbreak bots. Didn't realize this was a C++11 feature.
Sean Silva
2013-06-21
1
-5
/
+6
*
[docs] Fix formatting.
Sean Silva
2013-06-21
1
-1
/
+1
*
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Sean Silva
2013-06-21
5
-48
/
+96
*
ARM: Remove a (false) dependency on the memoryoperand's value as we do not use
Quentin Colombet
2013-06-20
3
-3
/
+46
*
[PowerPC] Clean up VK_PPC_TOC... names
Ulrich Weigand
2013-06-20
4
-23
/
+23
*
Update the X86 disassembler to use xacquire and xrelease when appropriate.
Kevin Enderby
2013-06-20
4
-1
/
+61
*
Add another fixme.
Rafael Espindola
2013-06-20
1
-0
/
+1
*
Add a fixme.
Rafael Espindola
2013-06-20
1
-0
/
+1
*
[PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInner
Ulrich Weigand
2013-06-20
1
-24
/
+24
*
Remove last use of PathV1.h from Archive.cpp.
Rafael Espindola
2013-06-20
3
-9
/
+30
*
R600/SI: Expand sub for v2i32 and v4i32 for SI
Tom Stellard
2013-06-20
2
-6
/
+34
*
R600/SI: Expand add for v2i32 and v4i32
Tom Stellard
2013-06-20
2
-6
/
+33
*
R600: Expand v2i32 load/store instead of custom lowering
Tom Stellard
2013-06-20
2
-2
/
+8
*
Minor grammar and word usage fix to 'returned' parameter attribute section of...
Stephen Lin
2013-06-20
1
-8
/
+7
*
make getLastModificationTime const. Move it with the other getters.
Rafael Espindola
2013-06-20
3
-4
/
+4
*
[yaml2obj][ELF] Add support for st_value and st_size.
Sean Silva
2013-06-20
4
-0
/
+22
*
[yaml2obj][ELF] Allow symbols to reference sections.
Sean Silva
2013-06-20
4
-0
/
+11
*
[yaml2obj][ELF] Add the section name -> section index map to State.
Sean Silva
2013-06-20
1
-4
/
+7
*
Add a setLastModificationAndAccessTime to PathV2.
Rafael Espindola
2013-06-20
4
-19
/
+58
*
[mips] Remove Triple:mips from SupportedArchs in MCJIT unittests
Akira Hatanaka
2013-06-20
1
-1
/
+0
*
Use a raw_fd_ostream instead of a std::ofstream.
Rafael Espindola
2013-06-20
1
-4
/
+5
*
Remove the simplify-libcalls pass (finally)
Meador Inge
2013-06-20
10
-266
/
+52
*
[yaml2obj][ELF] Start factoring into "single point of truth".
Sean Silva
2013-06-20
1
-19
/
+51
*
[yaml2obj][ELF] Just let this class own its buffer.
Sean Silva
2013-06-20
1
-4
/
+4
*
Remove a trivial use of sys::Path.
Rafael Espindola
2013-06-20
1
-12
/
+5
*
[ReleaseNotes] Added bullet point stating that APFloat::isNormal() is now IEE...
Michael Gottesman
2013-06-20
1
-0
/
+4
*
Add support for getting the last modification time from a file_status.
Rafael Espindola
2013-06-20
4
-6
/
+25
*
[APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.
Michael Gottesman
2013-06-20
2
-9
/
+8
*
Use only the filename when deciding if a file is a duplicate.
Rafael Espindola
2013-06-20
2
-1
/
+3
*
[APFloat] Fix typo in test so we actually test if we handle denormals.
Michael Gottesman
2013-06-20
1
-4
/
+4
*
Clang-format the SLP vectorizer. No functionality change.
Nadav Rotem
2013-06-20
3
-202
/
+259
*
This reverts r155000.
Joey Gouly
2013-06-20
4
-10
/
+7
*
SLPVectorization: Add a basic support for cross-basic block slp vectorization.
Nadav Rotem
2013-06-20
4
-13
/
+134
*
Give this X86-specific test a triple so it's actually X86-specific.
David Blaikie
2013-06-20
1
-1
/
+1
*
[PowerPC] Remove unused parameter
Ulrich Weigand
2013-06-20
3
-14
/
+14
*
Change the debug type to match the debug type that is used by vecutils.cpp.
Nadav Rotem
2013-06-20
1
-1
/
+1
*
[PowerPC] Add missing build dependency
Ulrich Weigand
2013-06-20
1
-1
/
+1
[next]