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
*
Cleanup the LLVM Getting Started page.
Chad Rosier
2012-02-26
1
-54
/
+64
*
Add href to clang in overview.
Chad Rosier
2012-02-26
1
-3
/
+4
*
Remove references to llvm-gcc from overview and tutorial.
Chad Rosier
2012-02-26
1
-26
/
+13
*
Add support for random constant vectors.
Nadav Rotem
2012-02-26
1
-1
/
+23
*
Style fix: Remove unneeded parentheses.
Nadav Rotem
2012-02-26
1
-2
/
+2
*
Fix a bug in the code that checks if a store value is a vector of i1s
Nadav Rotem
2012-02-26
1
-1
/
+2
*
Fix compilation on MSVC. Rename "_BB" to "Block"
Nadav Rotem
2012-02-26
1
-2
/
+2
*
fix a copy-and-paste error in the docs
Nadav Rotem
2012-02-26
1
-1
/
+1
*
Add a random .LL file generator to stress-test different llvm components.
Nadav Rotem
2012-02-26
9
-2
/
+741
*
Add testcase for the previous commit.
Rafael Espindola
2012-02-26
1
-0
/
+25
*
Don't call dominates on unreachable instructions. Should fix the dragonegg
Rafael Espindola
2012-02-26
1
-2
/
+6
*
Default TargetData alignment information for 128-bit floating-point types.
Hal Finkel
2012-02-26
1
-0
/
+1
*
And update the comment...
Rafael Espindola
2012-02-26
1
-1
/
+0
*
Enable the assert that got all this dominator work started.
Rafael Espindola
2012-02-26
1
-1
/
+1
*
Use the DT dominates function in the verifier.
Rafael Espindola
2012-02-26
1
-72
/
+55
*
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-26
5
-32
/
+156
*
Don't call dominates on unreachable instructions.
Rafael Espindola
2012-02-26
1
-2
/
+2
*
Reinstate the optimization from r151449 with a fix to not turn 'gep %x' into
Nick Lewycky
2012-02-26
3
-14
/
+115
*
Don't call dominates on unreachable instructions.
Rafael Espindola
2012-02-26
2
-2
/
+3
*
Roll these back to r151448 until I figure out how they're breaking
Nick Lewycky
2012-02-25
3
-97
/
+13
*
An argument and a local identified object (eg. a noalias call) could turn out
Nick Lewycky
2012-02-25
2
-26
/
+37
*
Fix five-letter typo in comment.
Nick Lewycky
2012-02-25
1
-1
/
+1
*
Teach instsimplify to be more aggressive when analyzing comparisons of pointers
Nick Lewycky
2012-02-25
3
-13
/
+86
*
Move isKnownNonNull from private implementation detail of BasicAA to a public
Nick Lewycky
2012-02-25
3
-16
/
+21
*
Remove spurious emacs mode marker.
Nick Lewycky
2012-02-25
1
-1
/
+1
*
Revert r151278, breaks static linking.
Hal Finkel
2012-02-25
2
-17
/
+8
*
Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...
NAKAMURA Takumi
2012-02-25
4
-12
/
+34
*
Add comment.
Chad Rosier
2012-02-25
2
-2
/
+3
*
Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These
Chad Rosier
2012-02-25
7
-18
/
+31
*
Make the peephole optimizer clear kill flags on a vreg if it's about to add new
Lang Hames
2012-02-25
1
-0
/
+4
*
Fix indentation.
Chad Rosier
2012-02-25
1
-2
/
+1
*
Grammar-o.
Eric Christopher
2012-02-25
1
-1
/
+1
*
Fixed typo.
Lang Hames
2012-02-25
1
-1
/
+1
*
Add definitions of floating point multiply add/sub and negative multiply
Akira Hatanaka
2012-02-25
4
-8
/
+159
*
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-24
18
-99
/
+276
*
Remove unused cl::opt, make another opt static.
Benjamin Kramer
2012-02-24
2
-4
/
+1
*
Add missing static
Jakob Stoklund Olesen
2012-02-24
1
-3
/
+3
*
Fix undefined behavior.
Ahmed Charles
2012-02-24
1
-1
/
+1
*
Thumb2 asm aliases for wide bitwise w/ immediate instructions.
Jim Grosbach
2012-02-24
1
-0
/
+9
*
fix PR12075, a regression in a recent transform I added. In unreachable code...
Chris Lattner
2012-02-24
2
-4
/
+28
*
Add WIN_FTOL_* psudo-instructions to model the unique calling convention
Michael J. Spencer
2012-02-24
6
-32
/
+261
*
Add a -stress-regalloc=<N> option.
Jakob Stoklund Olesen
2012-02-24
1
-1
/
+9
*
X11/X2 loads around indirect calls on ppc64 should not be deleted.
Hal Finkel
2012-02-24
2
-2
/
+8
*
Don't crash when a glue node contains an internal CopyToReg
Hal Finkel
2012-02-24
2
-0
/
+15
*
Teach GVN that x+y is the same as y+x and that x<y is the same as y>x.
Duncan Sands
2012-02-24
2
-1
/
+39
*
SDAGBuilder: Remove register sets that were never read and prune dead code su...
Benjamin Kramer
2012-02-24
1
-63
/
+3
*
test commit. removing unnecessary whitespace.
Kristof Beyls
2012-02-24
1
-1
/
+1
*
test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.
NAKAMURA Takumi
2012-02-24
1
-1
/
+1
*
Remove dead code.
Richard Osborne
2012-02-24
1
-3
/
+1
*
Workaround a miscompilation by gcc-4.3 that showed up as a failure
Duncan Sands
2012-02-24
1
-1
/
+1
[next]