summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Normalize how the 'namespace llvm {' is used in this file.Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* Reapply r79708 with the appropriate fix for the case that still requires lock...Owen Anderson2009-08-22
* revert r79708 + r79711Chris Lattner2009-08-22
* Actually remove unused static. Previous commit removed trailingEric Christopher2009-08-22
* Remove unused static.Eric Christopher2009-08-22
* Ease contention on this lock by noticing that all writes to the VTs array willOwen Anderson2009-08-22
* Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler.Bill Wendling2009-08-21
* Attempt to comment this code more.Bill Wendling2009-08-20
* Suppress build warning in -AssertsDaniel Dunbar2009-08-20
* Check for shared landing pads when assigning call site values. Invokes whichJim Grosbach2009-08-20
* Add missing forward declaration.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-19
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-19
* Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin2009-08-19
* PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.Eli Friedman2009-08-19
* switch asmprinter to emit alignments through OutStreamer.Chris Lattner2009-08-19
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Added an option to have the PBQP allocator attempt coalescing during allocation.Lang Hames2009-08-19
* Be tidy and use a break to exit from a switch block rather thanDan Gohman2009-08-18
* Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, andDan Gohman2009-08-18
* Changes DOUT references in the PBQP allocator to use DEBUG(errs() ...)Lang Hames2009-08-18
* Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen2009-08-18
* Make various changes suggested by Chris.David Greene2009-08-18
* fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sectionsChris Lattner2009-08-18
* Make tail merging handle blocks with repeated predecessors correctly, andDan Gohman2009-08-18