summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* teach basicaa that A[i] != A[i+1].Chris Lattner2009-11-26
* Change the other half of aliasGEP (which handles GEP differencing) to use Dec...Chris Lattner2009-11-26
* Generalize DecomposeGEPExpression to exactly handle what Value::getUnderlying...Chris Lattner2009-11-26
* Implement a new DecomposeGEPExpression method, which decomposes a GEP into a ...Chris Lattner2009-11-26
* Use GEPOperator more pervasively to simplify code.Chris Lattner2009-11-26
* update some notes slightlyChris Lattner2009-11-26
* remove some redundant bracesChris Lattner2009-11-26
* When all defs of a vr are implicit_def, delete all of the defs.Evan Cheng2009-11-26
* Split tail duplication into a separate pass. This is needed to avoidBob Wilson2009-11-26
* Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...Viktor Kutuzov2009-11-25
* ProcessImplicitDefs should watch out for invalidated iterator and extra impli...Evan Cheng2009-11-25
* Tail duplicate indirect branches for PowerPC, too.Bob Wilson2009-11-25
* Avoid some possibly unsafe uses of StringRef::data().Benjamin Kramer2009-11-25
* Use StringRef (again) in DebugInfo interface.Devang Patel2009-11-25
* Based on the testcase for pr3120, running on my MacPro with Xeon processors,Bob Wilson2009-11-25
* Support PIC loading of constant pool entriesBruno Cardoso Lopes2009-11-25
* Sketch structure for X86 disassembler.Daniel Dunbar2009-11-25
* API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan2009-11-25
* Perform explicit instantiations in the proper namespace, since Clang diagnose...Douglas Gregor2009-11-25
* Reverting patch in revision 89758, initial attempt at fixing PR5373 has prove...Edward O'Callaghan2009-11-25
* Use endianess dependent offsets for load/store of doubles whenBruno Cardoso Lopes2009-11-25
* Fix compiler warnings.Dale Johannesen2009-11-25
* Only include in the callee saved regs the sub registers to avoidBruno Cardoso Lopes2009-11-25
* Add proper emission of load/store double to stack slots for mips1 targets!Bruno Cardoso Lopes2009-11-25
* Revert r89803.Devang Patel2009-11-25
* Refactor target hook for tail duplication as requested by Chris.Bob Wilson2009-11-24
* Do not store R31 into the caller's link area on PPC.Dale Johannesen2009-11-24
* Enable debug info for ppc-darwin.Devang Patel2009-11-24
* Use StringRef instead of std::string in DIEString.Devang Patel2009-11-24
* Remove DebugLabelFolder pass. It is not used by dwarf writer anymore.Devang Patel2009-11-24
* Swith to pubtypes section before emitting pub types.Devang Patel2009-11-24
* Remove bogus error handling code.Daniel Dunbar2009-11-24
* Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan2009-11-24
* Fix for PR5373, Credit to Jakub Staszak.Edward O'Callaghan2009-11-24
* Enable predication of NEON instructions in Thumb2 mode.Evan Cheng2009-11-24
* Emit pubtypes.Devang Patel2009-11-24
* Make capitalization of names starting "is" more consistent.Dale Johannesen2009-11-24
* Data type suffix must come after predicate.Evan Cheng2009-11-24
* <rdar://problem/6721894>. Allow multiple registers to be renamed together (su...David Goodwin2009-11-24
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-24
* 80 column violationsJim Grosbach2009-11-24
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-23
* enable iv-users simplification by defaultJim Grosbach2009-11-23
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-23
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-23
* Massive refactoring of NEON instructions. Separate opcode from data size spec...Evan Cheng2009-11-23
* Simplify this code.Dan Gohman2009-11-23
* Print the debug info line and column in MachineInstr::print even when there'sDan Gohman2009-11-23
* move fconst[sd] to UAL. <rdar://7414913>Jim Grosbach2009-11-23
* Partially revert r84730 by removing N2VDup from ARMInstrFormats.td and modifyingJohnny Chen2009-11-23