index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-02-27
Duncan pointed out that if the alignment isn't explicitly specified, it defau...
Eli Friedman
2012-02-27
Delete incorrect reference to inexistent Hexagon architecture manuals.
Evandro Menezes
2012-02-27
Don't use #if 0. Just remove until I can address this.
Bill Wendling
2012-02-27
The code that cleans up multiple, isomorphic types has a subtle error that
Bill Wendling
2012-02-27
Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.
Evan Cheng
2012-02-27
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-02-27
Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...
Eli Friedman
2012-02-27
Reapply r151278 with fixes.
Roman Divacky
2012-02-27
Add q suffix aliases for the fistp and fisttp mnemonics.
Chad Rosier
2012-02-27
Remove unnecessary template parameters.
Akira Hatanaka
2012-02-27
Fix instruction predicates that were not set correctly.
Akira Hatanaka
2012-02-27
Update machine code verifier.
Jakob Stoklund Olesen
2012-02-27
Fix the symbolic operand added for the C disassmbler API for the ARM bl
Kevin Enderby
2012-02-27
Plog a memleak in GlobalOpt.
Benjamin Kramer
2012-02-27
Micro-optimization, no functionality change.
Duncan Sands
2012-02-27
The value numbering function is recursive, so it is possible for multiple new
Duncan Sands
2012-02-27
When performing a conditional branch depending on the value of a comparison
Duncan Sands
2012-02-27
Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i...
Craig Topper
2012-02-27
delete useless comment&blank
Jia Liu
2012-02-27
Fix this assert. IP can point to an instruction with strange dominance
Rafael Espindola
2012-02-27
X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...
Craig Topper
2012-02-26
Don't call dominates on unreachable instructions. Should fix the dragonegg
Rafael Espindola
2012-02-26
Default TargetData alignment information for 128-bit floating-point types.
Hal Finkel
2012-02-26
And update the comment...
Rafael Espindola
2012-02-26
Enable the assert that got all this dominator work started.
Rafael Espindola
2012-02-26
Use the DT dominates function in the verifier.
Rafael Espindola
2012-02-26
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-26
Don't call dominates on unreachable instructions.
Rafael Espindola
2012-02-26
Reinstate the optimization from r151449 with a fix to not turn 'gep %x' into
Nick Lewycky
2012-02-26
Don't call dominates on unreachable instructions.
Rafael Espindola
2012-02-25
Roll these back to r151448 until I figure out how they're breaking
Nick Lewycky
2012-02-25
An argument and a local identified object (eg. a noalias call) could turn out
Nick Lewycky
2012-02-25
Fix five-letter typo in comment.
Nick Lewycky
2012-02-25
Teach instsimplify to be more aggressive when analyzing comparisons of pointers
Nick Lewycky
2012-02-25
Move isKnownNonNull from private implementation detail of BasicAA to a public
Nick Lewycky
2012-02-25
Remove spurious emacs mode marker.
Nick Lewycky
2012-02-25
Revert r151278, breaks static linking.
Hal Finkel
2012-02-25
Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...
NAKAMURA Takumi
2012-02-25
Add comment.
Chad Rosier
2012-02-25
Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These
Chad Rosier
2012-02-25
Make the peephole optimizer clear kill flags on a vreg if it's about to add new
Lang Hames
2012-02-25
Fix indentation.
Chad Rosier
2012-02-25
Grammar-o.
Eric Christopher
2012-02-25
Fixed typo.
Lang Hames
2012-02-25
Add definitions of floating point multiply add/sub and negative multiply
Akira Hatanaka
2012-02-24
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-24
Remove unused cl::opt, make another opt static.
Benjamin Kramer
2012-02-24
Add missing static
Jakob Stoklund Olesen
2012-02-24
Fix undefined behavior.
Ahmed Charles
2012-02-24
Thumb2 asm aliases for wide bitwise w/ immediate instructions.
Jim Grosbach
[next]