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
/
test
Age
Commit message (
Expand
)
Author
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
Test the section specification.
Roman Divacky
2012-02-27
Reapply r151278 with fixes.
Roman Divacky
2012-02-27
When performing a conditional branch depending on the value of a comparison
Duncan Sands
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
Add testcase for the previous commit.
Rafael Espindola
2012-02-26
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-26
Reinstate the optimization from r151449 with a fix to not turn 'gep %x' into
Nick Lewycky
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
Teach instsimplify to be more aggressive when analyzing comparisons of pointers
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 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
fix PR12075, a regression in a recent transform I added. In unreachable code...
Chris Lattner
2012-02-24
Add WIN_FTOL_* psudo-instructions to model the unique calling convention
Michael J. Spencer
2012-02-24
X11/X2 loads around indirect calls on ppc64 should not be deleted.
Hal Finkel
2012-02-24
Don't crash when a glue node contains an internal CopyToReg
Hal Finkel
2012-02-24
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
test commit. removing unnecessary whitespace.
Kristof Beyls
2012-02-24
test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.
NAKAMURA Takumi
2012-02-24
Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...
Pete Cooper
2012-02-24
If the Address of a variable is an argument then treat the entire
Eric Christopher
2012-02-24
Thumb2 size reduction fix for tied operands of tMUL.
Jim Grosbach
2012-02-24
When emitting a cmp with 0 for a lowered select, mask out the high
Dan Gohman
2012-02-23
Allow an integer to be converted into an MMX type when it's used in an inline
Bill Wendling
2012-02-23
Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!
Michael J. Spencer
2012-02-23
MCize function entry label emission on PowerPC64 properly.
Roman Divacky
2012-02-23
Updated the llvm-mc disassembler C API to support for the X86 target.
Kevin Enderby
2012-02-23
Make tests less sensitive to scheduling changes.
Jakob Stoklund Olesen
2012-02-23
Fix to make sure that a comdat group gets generated correctly for a static me...
Anton Korobeynikov
2012-02-23
Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bits
Evan Cheng
2012-02-23
Optimize a couple of common patterns involving conditional moves where the false
Evan Cheng
2012-02-22
MC: Fix the MCNullStreamer which was broken in r147763.
Daniel Dunbar
2012-02-22
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-22
Properly emit _fltused with FastISel. Refactor to share code with SDAG.
Michael J. Spencer
2012-02-22
Add Foreach Loop
David Greene
2012-02-22
Only add DW_AT_prototyped if we're working with a C-like language.
Eric Christopher
2012-02-22
Semantically revert 151015. Add a comment on why we should be able to assert
Rafael Espindola
2012-02-22
Adding support for Microsoft's thiscall calling convention. LLVM side of the...
Aaron Ballman
2012-02-21
Remove a bad PowerPC test.
Jakob Stoklund Olesen
2012-02-21
Testcase for previous commit.
Eric Christopher
2012-02-21
There's no need for a DW_AT_byte_size on a pointer type.
Eric Christopher
2012-02-21
Use the target-aware constant folder on expressions to improve the chance
Nick Lewycky
2012-02-21
Proper support for a bastardized darwin-eabi hybird ABI.
Evan Cheng
2012-02-21
InstCombine: Don't transform a signed icmp of two GEPs into a signed compare ...
Benjamin Kramer
2012-02-21
test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to...
NAKAMURA Takumi
[next]