aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reject bitcasts between address spaces with different sizesMatt Arsenault2013-07-311-20/+104
* [SystemZ] Implement isLegalAddressingMode()Richard Sandiford2013-07-312-3/+21
* [SystemZ] Be more careful about inverting CC masks (conditional loads)Richard Sandiford2013-07-315-31/+31
* [SystemZ] Be more careful about inverting CC masksRichard Sandiford2013-07-319-81/+137
* [SystemZ] Move compare-and-branch generation even laterRichard Sandiford2013-07-314-136/+119
* Fixed assertion in Extract128BitVector()Elena Demikhovsky2013-07-311-1/+2
* [SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()Richard Sandiford2013-07-314-79/+193
* Added INSERT and EXTRACT intructions from AVX-512 ISA.Elena Demikhovsky2013-07-316-181/+811
* [SystemZ] Add RISBLG and RISBHG instruction definitionsRichard Sandiford2013-07-314-3/+19
* Add parentheses to silence gcc warning.Richard Trieu2013-07-311-4/+4
* Increment arg_count inside the loop in printInline. Patch by Joe Matarazzo.Craig Topper2013-07-311-1/+1
* Changed register names (and pointer keywords) to be lower case when using Int...Craig Topper2013-07-319-230/+225
* Fix a severe compile time problem when forming large SCEV expressions.Andrew Trick2013-07-311-0/+3
* Remove trailing whitespace and some tab characters.Craig Topper2013-07-311-9/+9
* Fixed incorrect disassembly for MOV16o16a when using Intel syntax.Craig Topper2013-07-311-2/+2
* Fix crashing on invalid inline asm with matching constraints.Eric Christopher2013-07-311-15/+16
* [mips] Rename instruction DANDi to ANDi64.Akira Hatanaka2013-07-311-4/+4
* [mips] Define instruction itineraries IIArith and IILogic.Akira Hatanaka2013-07-315-38/+49
* Fix ptr vector inconsistency in CreatePointerCastMatt Arsenault2013-07-311-5/+13
* Fix windows' implementation of status when a file doesn't exist.Rafael Espindola2013-07-311-6/+11
* Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).Owen Anderson2013-07-301-4/+11
* Reflow this to be easier to read.Eric Christopher2013-07-301-7/+5
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-302-14/+52
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-301-0/+63
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-301-63/+0
* isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...David Majnemer2013-07-301-16/+30
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-302-11/+53
* [mips] Delete instruction format for "bal".Akira Hatanaka2013-07-301-11/+0
* Implement getUniqueID for directories on windows.Rafael Espindola2013-07-301-18/+14
* [mips] Define "bal" as a pseudo instruction. Also, fix bug in the InstAlias thatAkira Hatanaka2013-07-302-5/+9
* Remove dead code.Rafael Espindola2013-07-301-3/+0
* Down-scale slot index distance to save bits.Andrew Trick2013-07-301-1/+1
* MI Sched: Track live-thru registers.Andrew Trick2013-07-302-12/+67
* MI Sched fix: assert "Disconnected LRG within the scheduling region."Andrew Trick2013-07-301-0/+6
* [Sparc] Rewrite MBB's live-in registers for leaf functions. Also, addVenkatraman Govindaraju2013-07-302-7/+20
* Implement TokenizeWindowsCommandLine.Rui Ueyama2013-07-301-1/+101
* R600/SI: Expand vector fp <-> int conversionsTom Stellard2013-07-302-4/+4
* This patch implements parsing of mips FCC register operands. The example inst...Vladimir Medic2013-07-304-14/+66
* [ARM] check bitwidth in PerformORCombineSaleem Abdulrasool2013-07-301-14/+21
* [Sparc] Use call's debugloc for the unimp instruction.Venkatraman Govindaraju2013-07-301-1/+1
* [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.Bill Schmidt2013-07-305-1/+347
* [R600] Replicate old DAGCombiner behavior in target specific DAG combine.Quentin Colombet2013-07-301-0/+56
* [DAGCombiner] insert_vector_elt: Avoid building a vector twice.Quentin Colombet2013-07-301-1/+3
* Fix a truly egregious thinko in anonymous namespace check,Eric Christopher2013-07-291-2/+2
* Make sure we don't emit an ODR hash for types with no name and makeEric Christopher2013-07-291-2/+4
* Elaborate a bit on the type unit and ODR conditional code.Eric Christopher2013-07-291-4/+4
* Make file_status::getUniqueID const.Rafael Espindola2013-07-292-2/+2
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-293-31/+21
* [mips] Add comment and simplify function.Akira Hatanaka2013-07-291-23/+14
* SLPVectorier: update the debug location for the new instructions.Nadav Rotem2013-07-291-2/+22