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
*
no need for eh info
Chris Lattner
2008-05-05
1
-1
/
+1
*
Fix 80 column violations.
Evan Cheng
2008-05-05
1
-25
/
+46
*
Fix 80col violation
Anton Korobeynikov
2008-05-05
1
-1
/
+1
*
Fix a bug in the ELF writer that caused it to produce malformed
Dan Gohman
2008-05-05
1
-1
/
+1
*
Use a dedicated IsLinux flag instead of an ELFLinux TargetType.
Dan Gohman
2008-05-05
3
-10
/
+15
*
Add AsmPrinter support for emitting a directive to declare that
Dan Gohman
2008-05-05
7
-4
/
+36
*
Add General Dynamic TLS model for X86-64. Some parts looks really ugly (look ...
Anton Korobeynikov
2008-05-04
4
-16
/
+62
*
Fix PR1098 by correcting the postdominators analysis.
Owen Anderson
2008-05-04
4
-29
/
+30
*
remove obsolete method.
Chris Lattner
2008-05-04
1
-3
/
+0
*
regenerate
Chris Lattner
2008-05-04
2
-1466
/
+1432
*
Use (void) instead of () in C code.
Gordon Henriksen
2008-05-04
3
-32
/
+32
*
Select vector shift with non-immediate i32 shift amount operand by first movi...
Evan Cheng
2008-05-04
3
-1
/
+127
*
processStore may delete the instruction, avoid
Torok Edwin
2008-05-04
1
-2
/
+1
*
Remove entries from here also
Anton Korobeynikov
2008-05-04
1
-5
/
+0
*
Drop llvmc also, it will be replaced by shiny new llvmc2
Anton Korobeynikov
2008-05-04
16
-6387
/
+0
*
Drop llvm2cpp, it's now a llc target
Anton Korobeynikov
2008-05-04
5
-2340
/
+0
*
Implement destructor for PostDominatorTree to eliminate a memory leak.
Torok Edwin
2008-05-03
2
-0
/
+7
*
Handle multiple return values.
Devang Patel
2008-05-03
1
-1
/
+23
*
Implement operator-> for ImmutableMap iterators.
Ted Kremenek
2008-05-03
1
-9
/
+12
*
Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ...
Evan Cheng
2008-05-03
5
-81
/
+107
*
Do not sink getresult.
Devang Patel
2008-05-03
1
-1
/
+3
*
Add assert.
Devang Patel
2008-05-02
1
-0
/
+1
*
verify builtin optimization works like gcc.
Chris Lattner
2008-05-02
1
-0
/
+10
*
move libcalls to the same place llvm-gcc has it.
Chris Lattner
2008-05-02
1
-1
/
+1
*
Fix a mistake in the computation of leading zeros for udiv.
Dan Gohman
2008-05-02
4
-6
/
+49
*
Suppress -Wshorten-64-to-32 warnings for 64-bit hosts.
Evan Cheng
2008-05-02
3
-46
/
+52
*
strength reduce exp2 into ldexp, rdar://5852514
Chris Lattner
2008-05-02
2
-1
/
+90
*
add a FIXME so we remember to eventually remove this code.
Chris Lattner
2008-05-02
1
-5
/
+6
*
Undo r50574. We are already ensuring the folded load address is 16-byte aligned.
Evan Cheng
2008-05-02
1
-0
/
+8
*
specify an arch for non-x86 hosts.
Chris Lattner
2008-05-02
1
-1
/
+1
*
80 column violation.
Evan Cheng
2008-05-02
1
-6
/
+12
*
Not safe folding a load + FsXORPSrr into FsXORPSrm. It's loading a FR64 value...
Evan Cheng
2008-05-02
1
-8
/
+0
*
Porting r50563 from Tak to mainline.
Bill Wendling
2008-05-02
1
-0
/
+5
*
Fix a typo in a comment.
Dan Gohman
2008-05-02
1
-1
/
+1
*
Use push_back(...) instead of resize(1, ...), per review feedback.
Dan Gohman
2008-05-02
1
-2
/
+2
*
Update old-style syntax in some "not grep" tests.
Dan Gohman
2008-05-01
16
-16
/
+16
*
Fix uninitialized uses of the FPC variable.
Dan Gohman
2008-05-01
1
-2
/
+2
*
New test for bug fixed in 50545.
Dale Johannesen
2008-05-01
1
-0
/
+26
*
Don't try to create PHIs of struct types. Fallout
Dale Johannesen
2008-05-01
1
-8
/
+31
*
Fix an overaggressive SimplifyDemandedBits optimization on urem. This
Dan Gohman
2008-05-01
2
-4
/
+37
*
Adding testcase.
Bill Wendling
2008-05-01
1
-0
/
+15
*
Initialize a local variable.
Ted Kremenek
2008-05-01
1
-1
/
+1
*
don't randomly miscompile seto/setuo just because we are in
Chris Lattner
2008-05-01
2
-4
/
+19
*
1) add '-debug' output
Chris Lattner
2008-05-01
1
-11
/
+19
*
Delete the IPO simplify-libcalls and completely reimplement it as
Chris Lattner
2008-05-01
4
-2219
/
+1443
*
fix typo
Chris Lattner
2008-05-01
1
-1
/
+1
*
instcombine does memset optzns.
Chris Lattner
2008-05-01
1
-18
/
+0
*
simplifylibcalls doesn't optimize llvm.memmove, instcombine does.
Chris Lattner
2008-05-01
1
-22
/
+0
*
move some tests from libcall optimizer suite.
Chris Lattner
2008-05-01
1
-0
/
+17
*
Add CreateCall3/CreateCall4 at Eric's request.
Chris Lattner
2008-05-01
1
-0
/
+10
[next]