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
/
lib
/
IR
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
4
-5
/
+11
*
Debug Info Verifier: disable it by default.
Manman Ren
2013-11-18
1
-1
/
+1
*
Debug Info: fix typo in function name.
Manman Ren
2013-11-17
1
-5
/
+5
*
Debug Info Verifier: fix when to find debug info nodes and when to verify them.
Manman Ren
2013-11-17
1
-5
/
+11
*
Debug Info Verifier: enable public functions of Finder to update the type map.
Manman Ren
2013-11-17
2
-8
/
+21
*
Debug Info Verifier: remove un-used argument in verifyDebugInfo.
Manman Ren
2013-11-16
1
-3
/
+3
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
4
-11
/
+5
*
[PM] Fix an iterator problem spotted by the MSVC debug iterators and
Chandler Carruth
2013-11-15
1
-8
/
+10
*
[PM] Run clang-format on a few lines that I missed in my first pass,
Chandler Carruth
2013-11-15
1
-2
/
+2
*
llvm-cov: Clean up memory leaks.
Benjamin Kramer
2013-11-15
1
-1
/
+1
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
8
-133
/
+287
*
IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-11-14
1
-3
/
+2
*
llvm-cov: Slightly improved error checking.
Yuchen Wu
2013-11-14
1
-0
/
+4
*
llvm-cov: Removed StringMap holding GCOVLines.
Yuchen Wu
2013-11-14
1
-39
/
+15
*
llvm-cov: Replaced asserts with proper error handling.
Yuchen Wu
2013-11-14
1
-44
/
+79
*
Don't call doFinalization from verifyFunction.
Rafael Espindola
2013-11-13
1
-1
/
+0
*
Introduce an AnalysisManager which is like a pass manager but with a lot
Chandler Carruth
2013-11-13
2
-0
/
+156
*
Print new JavaScript calling conventions symbolically.
Andrew Trick
2013-11-11
1
-0
/
+2
*
Simplify code. No functionality change.
Benjamin Kramer
2013-11-11
1
-5
/
+1
*
IR: Refactor GEP range checks, reuse them for other parts of folding
David Majnemer
2013-11-10
1
-28
/
+51
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
2
-13
/
+21
*
Remove ^M from the file.
Bill Wendling
2013-11-08
1
-1419
/
+1415
*
IR: Properly canonicalize PointerType in ConstantExpr GEPs
David Majnemer
2013-11-07
1
-5
/
+6
*
IR: Do not canonicalize constant GEPs into an out-of-bounds array access
David Majnemer
2013-11-07
1
-1
/
+37
*
[llvm-c] Implement LLVMPrintValueToString
Peter Zotov
2013-11-06
1
-0
/
+10
*
Use error_code in GVMaterializer.
Rafael Espindola
2013-11-05
1
-4
/
+15
*
Revert "llvm-cov: Added command-line option to change dir."
Yuchen Wu
2013-11-05
1
-8
/
+6
*
llvm-cov: Added command-line option to change dir.
Yuchen Wu
2013-11-05
1
-6
/
+8
*
Support for reading run counts in llvm-cov.
Yuchen Wu
2013-11-05
1
-1
/
+13
*
Added command-line option to output llvm-cov to file.
Yuchen Wu
2013-11-02
1
-10
/
+11
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
3
-10
/
+2
*
Enable variable arguments support for intrinsics.
Andrew Trick
2013-10-31
2
-2
/
+47
*
Add calls to doInitialization() and doFinalization() in verifyFunction()
Rafael Espindola
2013-10-30
1
-0
/
+2
*
Fix misapplied patch in r193597
Anders Waldenborg
2013-10-29
1
-2
/
+2
*
llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst too
Anders Waldenborg
2013-10-29
1
-4
/
+22
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
2
-4
/
+0
*
llvm-cov dump to dbgs() instead of outs().
Yuchen Wu
2013-10-25
1
-13
/
+14
*
Support for reading program counts in llvm-cov.
Yuchen Wu
2013-10-25
1
-12
/
+17
*
Fixed llvm-cov to count edges instead of blocks.
Yuchen Wu
2013-10-24
1
-2
/
+11
*
Use a map instead of vector to store line counts.
Yuchen Wu
2013-10-23
1
-22
/
+10
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
2
-0
/
+4
*
Test commit. Added whitespace in GCOV.cpp.
Yuchen Wu
2013-10-23
1
-1
/
+1
*
llvm-cov: Use uint32_t for loop variables to be more consistent.
Bob Wilson
2013-10-22
1
-2
/
+2
*
llvm-cov: fix a typo and rename a variable.
Bob Wilson
2013-10-22
1
-4
/
+4
*
Fix llvm-cov counts to be 64-bit integers to avoid overflows.
Bob Wilson
2013-10-22
1
-2
/
+2
*
llvm-c: Add LLVMPrintTypeToString
Anders Waldenborg
2013-10-22
1
-0
/
+10
*
Change llvm-cov output formatting to be more similar to gcov.
Bob Wilson
2013-10-22
1
-7
/
+9
*
Move the printing of llvm-cov information out from collectLineCounts().
Bob Wilson
2013-10-22
1
-1
/
+0
*
Changing DebugInfoFinder to iterate over all the compile units.
Michael Kuperstein
2013-10-17
1
-1421
/
+1419
[next]