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
*
tsan: handle vptr loads specially
Dmitry Vyukov
2013-03-22
2
-0
/
+23
*
Fix llvm::removeUnreachableBlocks to handle unreachable loops.
Evgeniy Stepanov
2013-03-22
2
-12
/
+23
*
InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...
Arnaud A. de Grandmaison
2013-03-22
4
-11
/
+43
*
Remove ScavengedRC from RegisterScavenging
Hal Finkel
2013-03-22
2
-8
/
+1
*
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-22
45
-95
/
+95
*
Remove the empty directory. Silly git-svn.
Chandler Carruth
2013-03-22
0
-0
/
+0
*
Remove the ARM-specific variant of this test. It's already covered by
Chandler Carruth
2013-03-22
2
-6
/
+0
*
Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...
Argyrios Kyrtzidis
2013-03-22
1
-0
/
+10
*
Revert r177543: Add timing of the IR parsing code with a new
Chandler Carruth
2013-03-22
3
-29
/
+0
*
Fix the invalid opcode for Mips branch instructions in the assembler
Jack Carter
2013-03-22
2
-16
/
+18
*
This patch that enables the Mips assembler to use symbols for offset for inst...
Jack Carter
2013-03-22
3
-17
/
+176
*
Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register class
Hal Finkel
2013-03-21
3
-7
/
+12
*
Add TableGen ctags(1) emitter and helper script.
Sean Silva
2013-03-21
5
-1
/
+561
*
Always forward 'resume' instructions to the outter landing pad.
Bill Wendling
2013-03-21
1
-16
/
+39
*
Fix a register-class comparison bug in PPCCTRLoops
Hal Finkel
2013-03-21
4
-20
/
+3
*
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
5
-17
/
+5
*
Add a query to tell if a landing pad has a catch-all.
Bill Wendling
2013-03-21
2
-0
/
+10
*
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
28
-101
/
+101
*
<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...
Douglas Gregor
2013-03-21
1
-0
/
+24
*
This patch enables the Mips .set directive to define aliases
Jack Carter
2013-03-21
2
-6
/
+99
*
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
10
-0
/
+475
*
Fix Darwin NEON FP and increase coverage
Renato Golin
2013-03-21
6
-13
/
+19
*
Remove unused field in DISubprogram
David Blaikie
2013-03-21
90
-209
/
+209
*
Add support for spilling VRSAVE on PPC
Hal Finkel
2013-03-21
5
-1
/
+124
*
Correct PPC FRAMEADDR lowering using a pseudo-register
Hal Finkel
2013-03-21
6
-9
/
+97
*
Avoid NEON SP-FP unless unsafe-math or Darwin
Renato Golin
2013-03-21
12
-20
/
+143
*
Update some EH tests that were violating the new EH model.
Bill Wendling
2013-03-21
3
-6
/
+16
*
Hoist the definition of getTypeSizeInBits to be inlinable and in the
Chandler Carruth
2013-03-21
2
-41
/
+45
*
[SROA] Prefix names using a custom IRBuilder inserter.
Chandler Carruth
2013-03-21
1
-88
/
+108
*
[msan] Add an option to disable poisoning of shadow for undef values.
Evgeniy Stepanov
2013-03-21
1
-2
/
+13
*
simplify-libcalls: Removed unused variable
Meador Inge
2013-03-21
1
-2
/
+0
*
Fix missing std::. Not sure how this compiles for anyone else.
Matt Arsenault
2013-03-21
2
-2
/
+2
*
Move library call prototype attribute inference to functionattrs
Meador Inge
2013-03-21
7
-725
/
+780
*
Removing unused DISubprogram::getFile
David Blaikie
2013-03-21
1
-4
/
+0
*
Add a WriteMicrocoded for ancient microcoded instructions.
Jakob Stoklund Olesen
2013-03-21
2
-0
/
+7
*
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
43
-59
/
+54
*
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
3
-12
/
+12
*
Remove 'else' after 'return'.
Jakub Staszak
2013-03-20
1
-2
/
+4
*
[lit] Avoid CRLFs in bash scripts on Windows
Reid Kleckner
2013-03-20
1
-1
/
+4
*
Make variable name more explicit and eliminate redundant lookup in SDNodeOrde...
Justin Holewinski
2013-03-20
1
-4
/
+4
*
Model prefetches and barriers as loads.
Jakob Stoklund Olesen
2013-03-20
1
-1
/
+4
*
Add a catch-all WriteSystem SchedWrite type.
Jakob Stoklund Olesen
2013-03-20
3
-1
/
+28
*
When computing the demanded bits of Load SDNodes, make sure that we are looki...
Nadav Rotem
2013-03-20
2
-12
/
+51
*
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
43
-47
/
+47
*
Annotate the remaining SSE MOV instructions.
Jakob Stoklund Olesen
2013-03-20
1
-25
/
+45
*
Annotate SSE horizontal and integer instructions.
Jakob Stoklund Olesen
2013-03-20
1
-16
/
+26
*
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
101
-119
/
+118
*
Correct cost model for vector shift on AVX2
Michael Liao
2013-03-20
2
-0
/
+77
*
Remove trailing spaces.
Jakub Staszak
2013-03-20
1
-133
/
+133
*
Call the new llvm_gcov_init function to register the environment.
Bill Wendling
2013-03-20
1
-29
/
+10
[next]