summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update the sample project autoconf setup to include support forChandler Carruth2013-08-18
* Go through the really awkward dance required to delete the memoryChandler Carruth2013-08-18
* Fix SCEVExpander creating distinct duplicate PHI entriesHal Finkel2013-08-18
* The vbroadcastsi256 intrinsic does not exactly resemble the GCCJuergen Ributzka2013-08-17
* Recognize NetBSD's terminfo implementation.Joerg Sonnenberger2013-08-17
* PR 16899: Do not modify the basic block using the iterator, but keep theJoerg Sonnenberger2013-08-17
* R600: Fix possible use of an uninitialized variableTom Stellard2013-08-17
* R600: Expand vector FRINT opsTom Stellard2013-08-16
* R600: Expand vector FFLOOR opsTom Stellard2013-08-16
* R600: Expand vector float operations for both SI and R600Tom Stellard2013-08-16
* ARM: Properly constrain comparison fastisel register classes.Jim Grosbach2013-08-16
* ARM: Fast-isel register class constrain for extends.Jim Grosbach2013-08-16
* ARM: Fix more fast-isel verifier failures.Jim Grosbach2013-08-16
* ARM: Clean up fast-isel machine verifier errors.Jim Grosbach2013-08-16
* [lit] Rewrite TODO list, and elaborate on some things.Daniel Dunbar2013-08-16
* [typo] An LLVM.Daniel Dunbar2013-08-16
* Fix a subtle difference between running clang vs llc for mips16.Reed Kotler2013-08-16
* Actually, use GNU inline asm for cpuid with clangReid Kleckner2013-08-16
* I'm told that != is not ==Chris Lattner2013-08-16
* allow != to compare PointerUnion, we already support ==.Chris Lattner2013-08-16
* Add difference_type to ImmutableMap/Set iterators so they have a complete set...Benjamin Kramer2013-08-16
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-16
* [PowerPC] Preparatory refactoring for making prologue and epilogueBill Schmidt2013-08-16
* Fixed RuntimeDyldELF absolute relocations.Richard Mitton2013-08-16
* Test commit.Richard Mitton2013-08-16
* [tests] Another attempt to workaround broken misched-copy.s test on some buil...Daniel Dunbar2013-08-16
* Switching to using a helper function instead of manually converting the strin...Aaron Ballman2013-08-16
* Removing unused functionality.Aaron Ballman2013-08-16
* FileCheck: Fix stray quote in CHECK-LABEL error message.Stephen Lin2013-08-16
* InstCombine: Use isAllOnesValue() instead of explicit -1.Jim Grosbach2013-08-16
* R600/SI: Add pattern for xor of i1Michel Danzer2013-08-16
* R600/SI: Fix broken encoding of DS_WRITE_B32Michel Danzer2013-08-16
* Reverted test commit (r188556)Daniel Sanders2013-08-16
* Test commit. Just a blank lineDaniel Sanders2013-08-16
* R600: Allocate memoperand in the MachienFunction so it doesn't leak.Benjamin Kramer2013-08-16
* Updating function comments; no functional changes intended.Aaron Ballman2013-08-16
* When initializing the PIC global base register on ARM/ELF add pc to fix the a...Benjamin Kramer2013-08-16
* Add support for Thumb2 literal loads with negative zero offsetMihai Popa2013-08-16
* Fix Thumb2 aliasing complementary instructions taking modified immediatesMihai Popa2013-08-16
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-16
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-16
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-16
* [SystemZ] Fix handling of 64-bit memcmp resultsRichard Sandiford2013-08-16
* [SystemZ] Fix sign of integer memcmp resultRichard Sandiford2013-08-16
* This patch implements wait instruction for mips. Examples are added in test f...Vladimir Medic2013-08-16
* Don't use v16i32 for load pattern matching. All 512-bit loads are cated to v8...Craig Topper2013-08-16
* Re-disabling C4291 warnings for MSVC because AttributeList.h requires it. Th...Aaron Ballman2013-08-16
* Add missing test for GEP + bitcast transformationMatt Arsenault2013-08-16
* Calling the base class constructor from the derived class' initializer list. ...Aaron Ballman2013-08-16
* [tests] Add a hack to eliminate some dangling .s files on buildbots.Daniel Dunbar2013-08-16