aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-292-16/+19
* Proper va_arg/va_copy lowering on win64Nico Rieck2013-07-291-1/+3
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-291-2/+6
* MC: Support larger COFF string tablesNico Rieck2013-07-291-12/+15
* Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.Benjamin Kramer2013-07-291-1/+3
* Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...Silviu Baranga2013-07-294-4/+6
* test commitRobert Lytton2013-07-291-0/+1
* Teach the AllocaPromoter which is wrapped around the SSAUpdaterChandler Carruth2013-07-291-15/+51
* Don't vectorize when the attribute NoImplicitFloat is used.Nadav Rotem2013-07-291-0/+5
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-281-4/+4
* Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth2013-07-281-41/+3
* Temporarily revert r187323 until I update SSAUpdater to match mem2reg.Chandler Carruth2013-07-281-81/+12
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-2813-22/+441
* Now that mem2reg understands how to cope with a slightly wider set ofChandler Carruth2013-07-281-12/+81
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-284-12/+20
* [PowerPC] Add comment explaining preprocessor directive.Bill Schmidt2013-07-281-0/+2
* Revert 187318Bill Schmidt2013-07-281-1/+1
* [PowerPC] Remove unnecessary preprocessor checking.Bill Schmidt2013-07-281-1/+1
* Update the commentNadav Rotem2013-07-271-0/+1
* [APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman2013-07-271-7/+10
* [APFloat] Move setting fcNormal in zeroSignificand() to calling code.Michael Gottesman2013-07-271-2/+4
* Minor code simplification suggested by DuncanMatt Arsenault2013-07-271-2/+1