Age | Commit message (Expand) | Author |
---|---|---|
2011-11-06 | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer |
2011-10-16 | Let printf do the formatting instead aligning strings ourselves. | Benjamin Kramer |
2011-07-09 | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng |
2011-07-07 | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng |
2011-07-01 | Eliminate one extra conversion. | Evan Cheng |
2011-07-01 | Another misuse of StringRef. MSVC is very sensitive to that kind of error. | Francois Pichet |
2011-07-01 | Fix use after free. | Rafael Espindola |
2011-07-01 | Switch SubtargetFeatures from std::string to StringRef. | Evan Cheng |
2011-06-30 | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng |
2011-06-29 | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng |