aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Jade to the list of external projects using LLVM in the release notes.Arnaud A. de Grandmaison2013-05-151-0/+14
* [SystemZ] Add more future work items to the READMERichard Sandiford2013-05-151-7/+91
* [SystemZ] Consolidate disassembler tests for valid input into 2 big testsRichard Sandiford2013-05-15339-6714/+6953
* [SystemZ] Consolidate assembler tests into 4 big testsRichard Sandiford2013-05-15609-10038/+9176
* Fix build on WindowsTimur Iskhodzhanov2013-05-151-0/+1
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-1513-17/+23
* ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was ins...NAKAMURA Takumi2013-05-151-1/+8
* LoopVectorize: Fix commentsArnold Schwaighofer2013-05-151-4/+4
* LoopVectorize: Hoist conditional loads if possibleArnold Schwaighofer2013-05-152-3/+171
* Speed up Value::isUsedInBasicBlock() for long use lists.Jakob Stoklund Olesen2013-05-141-14/+13
* Fix two typoSylvestre Ledru2013-05-142-2/+2
* ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong t...NAKAMURA Takumi2013-05-141-2/+2
* Object: Fix Mach-O relocation printing.Ahmed Bougacha2013-05-142-2/+38
* ARM ISel: Don't create illegal types during LowerMULArnold Schwaighofer2013-05-142-25/+56
* GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.Manman Ren2013-05-142-3/+9
* Revert previous patch, it's actually on under Wall.Eric Christopher2013-05-141-2/+1
* Add -Wreorder to the list of C++ warnings.Eric Christopher2013-05-141-1/+2
* Make getCompileUnit non-const and return the current DIE if itEric Christopher2013-05-142-3/+3
* Add 'CHECK-DAG' supportMichael Liao2013-05-144-23/+306
* Refactor string checking. No functionality change.Michael Liao2013-05-141-62/+94
* Implement the PowerPC system call (sc) instruction.Bill Schmidt2013-05-145-1/+30
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-147-74/+57
* Hexagon: Pass to replace tranfer/copy instructions into combine instructionJyotsna Verma2013-05-147-6/+724
* Reapply "Subtract isn't commutative, fix this for MMX psub." withEric Christopher2013-05-142-7/+220
* Temporarily revert "Subtract isn't commutative, fix this for MMX psub."Eric Christopher2013-05-142-220/+7
* Fix __clear_cache declaration.Rafael Espindola2013-05-141-1/+1
* Subtract isn't commutative, fix this for MMX psub.Eric Christopher2013-05-142-7/+220
* Recognize sparc64 as an alias for sparcv9 triples.Jakob Stoklund Olesen2013-05-142-3/+3
* Hexagon: Add patterns to generate 'combine' instructions.Jyotsna Verma2013-05-142-0/+167
* Hexagon: ArePredicatesComplement should not restrict itself to TFRs.Jyotsna Verma2013-05-142-5/+63
* Add bitcast to store of personality function.Kai Nacke2013-05-141-1/+3
* Fix ARM FastISel tests, as a first step to enabling ARM FastISelDerek Schuff2013-05-1418-168/+143
* PPC32: Fix stack collision between FP and CR save areas.Bill Schmidt2013-05-142-4/+9
* Hexagon: Test case to check if branch probabilities are properly reflected inJyotsna Verma2013-05-141-0/+79
* Hexagon: Remove dead-code after unconditional return from addPreSched2.Jyotsna Verma2013-05-141-3/+0
* R600/SI: Add processor type for Hainan asicTom Stellard2013-05-142-1/+3
* Get the unittests compiling when building with cmake and the settingDuncan Sands2013-05-142-1/+6
* Declare __clear_cache.Rafael Espindola2013-05-141-0/+1
* [SystemZ] Add disassembler supportRichard Sandiford2013-05-14353-7/+7189
* R600/SI: Add lit test coverage for the remaining patterns added recentlyMichel Danzer2013-05-146-11/+111
* [SystemZ] Add extra testscases for r181773Richard Sandiford2013-05-1424-0/+384
* [SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford2013-05-1431-130/+425
* [SystemZ] Remove bogus isAsmParserOnlyRichard Sandiford2013-05-141-28/+22
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-143-57/+79
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-145-312/+326
* Removed trailing whitespace.Michael Gottesman2013-05-141-4/+4
* Fix typo.Reed Kotler2013-05-141-1/+1
* Removed an unnamed namespace and forgot to make two of the functions insideReed Kotler2013-05-141-3/+5
* This is the first of three patches which creates stubs used forReed Kotler2013-05-142-0/+1303
* StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka2013-05-142-0/+44