summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08
* MOVi16 and MOVTi16 does not allow pc as the dest register, while MOVi allows it.Johnny Chen2011-04-08
* llvm.global_[cd]tor is defined to be either external, or appending with an arrayNick Lewycky2011-04-08
* Only emit the AvailableFeatures variable if it's used.Bill Wendling2011-04-08
* Also add the late notes for Mips in the current release noteBruno Cardoso Lopes2011-04-08
* Add sanity checking for bad register specifier(s) for the DPFrm instructions.Johnny Chen2011-04-08
* Update testsRafael Espindola2011-04-07
* Micro optimization and improved similarity with gas' output:Rafael Espindola2011-04-07
* Do not let debug info interfer with branch folding.Devang Patel2011-04-07
* Add a VEXT test.Johnny Chen2011-04-07
* Replace the old algorithm that emitted the "print the alias for an instruction"Bill Wendling2011-04-07
* If present, use gold's support for getting a file view. This prevents havingRafael Espindola2011-04-07
* Add option to emit @llvm.trap as a function call instead of a trap instructio...Evan Cheng2011-04-07
* Add support for .skip.Rafael Espindola2011-04-07
* Fix indentation.Akira Hatanaka2011-04-07
* Update ATUsed every time after expandRegLargeImmPair is called.Akira Hatanaka2011-04-07
* Fixed encoding for VEXTqfMon P Wang2011-04-07
* Added a check in the preRA scheduler for potential interference on aAndrew Trick2011-04-07
* Fix handling of functions with internal linkage.Akira Hatanaka2011-04-07
* Add sanity checking for invalid register encodings for signed/unsigned extend...Johnny Chen2011-04-07
* Add sanity checking for invalid register encodings for saturating instructions.Johnny Chen2011-04-07
* Recompute hasPHIKill flags when shrinking live intervals.Jakob Stoklund Olesen2011-04-07
* Add some more comments about checkings of invalid register numbers.Johnny Chen2011-04-07
* Expose more passes to the C API.Rafael Espindola2011-04-07
* Avoid moving iterators when the previous block was just visited.Jakob Stoklund Olesen2011-04-07
* Prefer multiplications to divisions.Jakob Stoklund Olesen2011-04-07
* Extract SpillPlacement::addLinks for handling the special transparent blocks.Jakob Stoklund Olesen2011-04-07
* While hoisting common code from if/else, hoist debug info intrinsics if they ...Devang Patel2011-04-07
* Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector...Tanya Lattner2011-04-07
* Fix a bit of nonsense.Jay Foad2011-04-07
* add faust tooChris Lattner2011-04-07
* add a few late stragglers.Chris Lattner2011-04-07
* Fixed a bug where missing EDInstInfo would causeSean Callanan2011-04-07
* Sanity check MSRi for invalid mask values and reject it as invalid.Johnny Chen2011-04-07
* PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoadEli Friedman2011-04-07
* The ARM disassembler was not recognizing USADA8 instruction. Need to add che...Johnny Chen2011-04-07
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-07
* Remove dead code. rdar://9221736.Evan Cheng2011-04-07
* Should also check SMLAD for invalid register values.Johnny Chen2011-04-07
* Simplify. isIdenticalToWhenDefined() checks opcode.Devang Patel2011-04-07
* Set unnamed_addr on strings created through the IRBuilder.Nick Lewycky2011-04-07
* Add support for ArrayRef in IRBuilder's CreateCall.Nick Lewycky2011-04-07
* Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for ...Owen Anderson2011-04-06
* Cleanups from Jim: remove redundant constraints and a dead FIXME.Owen Anderson2011-04-06
* While folding branch to a common destination into a predecessor, copy dbg val...Devang Patel2011-04-06
* Tidy up.Jim Grosbach2011-04-06
* A8.6.393Johnny Chen2011-04-06
* tidy up.Jim Grosbach2011-04-06
* Also account for the spill code that would be inserted in live-through blocks...Jakob Stoklund Olesen2011-04-06
* Abort the constraint calculation early when all positive bias is lost.Jakob Stoklund Olesen2011-04-06