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
Age
Commit message (
Expand
)
Author
2011-12-18
Hexagon: Remove unused variables.
Benjamin Kramer
2011-12-17
Revert 146728 as it's causing failures on some of the external bots as well as
Chad Rosier
2011-12-17
Revert r146822 at Pete Cooper's request as it broke clang self hosting.
Kevin Enderby
2011-12-17
Remove an unused X86ISD node type.
Craig Topper
2011-12-17
X86: Factor the bswap asm matching to be slightly less horrible to read.
Benjamin Kramer
2011-12-17
As Doug pointed out (and I really should know), it is perfectly easy to
Chandler Carruth
2011-12-17
SimplifyCFG now predicts some conditional branches to true or false depending...
Pete Cooper
2011-12-17
Deleting the json-bench-test until I understand why it is flaky.
Manuel Klimek
2011-12-17
Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle.
Evan Cheng
2011-12-17
Refactor code used in InstCombine::FoldAndOfICmps to new file.
Pete Cooper
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
Make sure that the lower bits on the VSELECT condition are properly set.
Lang Hames
2011-12-17
Preserve more memory operands in ARMExpandPseudo.
Jakob Stoklund Olesen
2011-12-17
The powers that be have decided that LLVM IR should now support 16-bit
Dan Gohman
2011-12-16
When recursing for the original size of a type, stop if we are at a
Eric Christopher
2011-12-16
Resolve part of a fixme and add a new one.
Eric Christopher
2011-12-16
Add a fixme here.
Eric Christopher
2011-12-16
Fix spacing.
Eric Christopher
2011-12-16
Update documentation.
Eric Christopher
2011-12-16
Extraneous whitespace and 80-col.
Eric Christopher
2011-12-16
Fix off-by-one error in bucket sort.
Jakob Stoklund Olesen
2011-12-16
APInt: update asserts for base-36
Dylan Noblesmith
2011-12-16
Don't adjust for alignment padding in OffsetIsInRange.
Jakob Stoklund Olesen
2011-12-16
Hexagon: Fix a nasty order-of-initialization bug.
Benjamin Kramer
2011-12-16
In DICompositeType, referenced to derived type is either metadata or null.
Devang Patel
2011-12-16
Clarify and fix subprogram description.
Devang Patel
2011-12-16
Note ARM constant island alignment in the release notes.
Jakob Stoklund Olesen
2011-12-16
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-16
Put the '*' in the right place in the unit test. Forgot to fix up this
Chandler Carruth
2011-12-16
Make GCC happy by using makeAraryRef instead of the implicit conversion.
Chandler Carruth
2011-12-16
Add a generic collection of class templates to ADT for building
Chandler Carruth
2011-12-16
By popular demand, link up types by name if they are isomorphic and one is an
Chris Lattner
2011-12-16
Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is su...
Craig Topper
2011-12-16
Tweak CMake build on Cygwin.
NAKAMURA Takumi
2011-12-16
Target/Hexagon: Fix CMake build.
NAKAMURA Takumi
2011-12-16
Avoid a confusing assert for silly options: -unroll-runtime -unroll-count=1.
Andrew Trick
2011-12-16
[asan] add a test for instrumenting globals
Kostya Serebryany
2011-12-16
ARM NEON aliases for vmovq.f*
Jim Grosbach
2011-12-16
Extract a method. No functional change.
Jakob Stoklund Olesen
2011-12-16
llvm-config: Fix --targets-built, I changed this to use the registry but wasn't
Daniel Dunbar
2011-12-15
Thumb2 ADR assembly parsing w/o the .w suffix.
Jim Grosbach
2011-12-15
Make sure we correctly note the existence of an i8 immediate for vblendvps an...
Eli Friedman
2011-12-15
llvm-config: Update help text for removal of "backend" pseudo component.
Daniel Dunbar
2011-12-15
build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile
Daniel Dunbar
2011-12-15
Move parts of lib/Target that use CodeGen into lib/CodeGen.
Nick Lewycky
2011-12-15
Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value...
Eli Friedman
2011-12-15
ARM NEON VCLE is an alias for VCGE w/ the source operands reversed.
Jim Grosbach
2011-12-15
[asan] add the name of the module to the description of a global variable. Th...
Kostya Serebryany
2011-12-15
Add MCTargetDesc library to Hexagon target
Tony Linthicum
2011-12-15
ARM NEON VTBL/VTBX assembly parsing and encoding.
Jim Grosbach
[next]