summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Remove a warningEvan Cheng2006-06-01
* Rename ASM modifier trunc8, trunc16 to subreg8, subreg16.Evan Cheng2006-05-31
* Fix casting so there's no warning on Alpha.Reid Spencer2006-05-31
* Sign extenderEvan Cheng2006-05-31
* Rename instructions for consistency sake.Evan Cheng2006-05-31
* Select vector_shuffle v1, undef <2, 3, ?, ?> to MOVHLPS.Evan Cheng2006-05-31
* Remove dead code.Evan Cheng2006-05-31
* A new entryEvan Cheng2006-05-30
* MAXP{D|S} and MINP{D|S} are commutable.Evan Cheng2006-05-30
* Commute shufps / shufpd.Evan Cheng2006-05-30
* Somehow I lost a condition when I was shuffling some code around. Anyway,Evan Cheng2006-05-30
* Fix a build breaker.Evan Cheng2006-05-30
* Oops. PSHUFD is only available with SSE2.Evan Cheng2006-05-30
* Add a noteChris Lattner2006-05-30
* Always reserve space for 8 spilled GPRs. GCC apparently assumes that thisChris Lattner2006-05-30
* Allow shufps x, x, mask to be converted to pshufd x, mask to save a move.Evan Cheng2006-05-30
* Remove bogus comment.Evan Cheng2006-05-30
* Expand ret into "CopyToReg;BRIND"Rafael Espindola2006-05-30
* Add a note about integer multiplication by constants.Evan Cheng2006-05-30
* A addressing mode folding enhancement:Evan Cheng2006-05-30
* Some new entries about truncate / anyextEvan Cheng2006-05-30
* Ignore generated filesChris Lattner2006-05-27
* Change RET node to include signness information of the return values. i.e.Evan Cheng2006-05-26
* Vector argument must be passed in memory location aligned on 16-byte boundary.Evan Cheng2006-05-26
* Mac OS X ABI document lied. The first four XMM registers are used to passEvan Cheng2006-05-26
* Minor update to make the code more clearEvan Cheng2006-05-26
* Update more comments.Evan Cheng2006-05-26
* Fix some comments.Evan Cheng2006-05-26
* No need to handle illegal types.Evan Cheng2006-05-26
* On ARM, alignment is in bitsRafael Espindola2006-05-26
* Remove a couple of bogus casts.Evan Cheng2006-05-26
* Minor bug caught by Ashwin ChandraEvan Cheng2006-05-26
* ConsistencyEvan Cheng2006-05-25
* Some clean up.Evan Cheng2006-05-25
* Add support for the missing FP condition codesChris Lattner2006-05-25
* Remove some dead code.Evan Cheng2006-05-25
* X86 / Cygwin asm / alignment fixes.Evan Cheng2006-05-25
* Build breakage.Evan Cheng2006-05-25
* Fix build failure of povrayChris Lattner2006-05-25
* Fix Benchmarks/MallocBench/cfracChris Lattner2006-05-25
* implement initial version of ARMAsmPrinter::printOperandRafael Espindola2006-05-25
* port the ARM backend to use ISD::CALL instead of LowerCallToRafael Espindola2006-05-25
* Switch X86 over to a call-selection model where the lowering code createsEvan Cheng2006-05-25
* CALL node change (arg / sign pairs instead of just arguments).Evan Cheng2006-05-25
* Assert if InflightSet is not cleared after instruction selecting a BB.Evan Cheng2006-05-25
* Clear HandleMap and ReplaceMap after instruction selection. Or it may causeEvan Cheng2006-05-24
* For PR786:Reid Spencer2006-05-24
* For PR786:Reid Spencer2006-05-24
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24