summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* give better error diagnostics, for example:Chris Lattner2010-10-28
* hook up getOpcodeName for ARM so that "llc -show-mc-inst" includesChris Lattner2010-10-28
* Improvements to .section parsing:Rafael Espindola2010-10-28
* move a method out of line.Chris Lattner2010-10-28
* remove the rest of hte owningptr's, no functionality change.Chris Lattner2010-10-28
* One day, physical register live ranges will be sensible.Jakob Stoklund Olesen2010-10-28
* Replace SplitKit SSA update with an iterative algorithm very similar to the oneJakob Stoklund Olesen2010-10-28
* Make MachineDominators available for SplitEditor. We are going to need it forJakob Stoklund Olesen2010-10-28
* Add a temporary command line option to verify machine code after each spill orJakob Stoklund Olesen2010-10-28
* Revert r117582, which reverted r77396. Searching PATH for a stringDan Gohman2010-10-28
* Add support for the .string directive.Rafael Espindola2010-10-28
* Do not work too hard to find type's file info. There is a special field to re...Devang Patel2010-10-28
* Defined weak symbols should have non-zero value.Rafael Espindola2010-10-28
* llvmc: Make ExecuteProgram() look in the driver directory first.Mikhail Glushenkov2010-10-28
* Remove an unnecessary check and an unnecessary temporary.Mikhail Glushenkov2010-10-28
* Revert r77396.Mikhail Glushenkov2010-10-28
* Trailing whitespace.Mikhail Glushenkov2010-10-28
* Fix relocations with renamed symbols.Rafael Espindola2010-10-28
* Reduce malloc thrashing.Benjamin Kramer2010-10-28
* PLD, PLDW, PLI encodings, plus refactor their use of addrmode2.Jim Grosbach2010-10-28
* Aliases defined with .symver should copy the binding of the symbols they alias.Rafael Espindola2010-10-28
* Technically DIFile scope should also be handled here.Devang Patel2010-10-28
* rearrange ParseRegisterList.Chris Lattner2010-10-28
* refactor some code to simplify it, eliminating some owningptr's.Chris Lattner2010-10-28
* Teach the DAG combiner to fold a splat of a splat. Radar 8597790.Bob Wilson2010-10-28
* Use the IDVal directly as there's no need to convert to std::string.Roman Divacky2010-10-28
* Implement .equ directive as a synonym to .set.Roman Divacky2010-10-28
* Fix PR8494: when reading invalid bitcode, getTypeByID may returnDuncan Sands2010-10-28
* Implement R_X86_64_DTPOFF32.Rafael Espindola2010-10-28
* Implement TLSLD.Rafael Espindola2010-10-28
* Implement DTPOFF.Rafael Espindola2010-10-28
* Implement TLSLDM.Rafael Espindola2010-10-28
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-28
* Reindent.Mikhail Glushenkov2010-10-28
* Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng2010-10-28
* Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng2010-10-28
* - Assign load / store with shifter op address modes the right itinerary classes.Evan Cheng2010-10-28
* Fix a major bug in operand latency computation. The use index must be adjustedEvan Cheng2010-10-28
* Fix pastos in handling of AVX cvttsd2si, PR8491.Dale Johannesen2010-10-28
* Add correct NEON encodings for vtbl and vtbx.Owen Anderson2010-10-28
* Add correct NEON encodings for vext, vtrn, vuzp, and vzip.Owen Anderson2010-10-27
* Fix compiler warnings about signed/unsigned comparisons.Bob Wilson2010-10-27
* Teach InstCombine not to use Add and Neg on FP. PR 8490.Dale Johannesen2010-10-27
* Shifter ops are not always free. Do not fold them (especially to formEvan Cheng2010-10-27
* Putting r117193 back except for the compile time cost. Rather than assuming f...Evan Cheng2010-10-27
* Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, likeJim Grosbach2010-10-27
* Provide correct encodings for NEON vcvt, which has its own special immediate ...Owen Anderson2010-10-27
* Trailing whitespaceJim Grosbach2010-10-27
* Provide correct encodings for the get_lane and set_lane variants of vmov.Owen Anderson2010-10-27
* Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE.Rafael Espindola2010-10-27