summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixupDaniel Dunbar2010-05-11
* MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to c...Daniel Dunbar2010-05-11
* MC/Mach-O: Fix a crash on invalid.Daniel Dunbar2010-05-11
* Store the Dirty bit in the LiveReg structure instead of a bit vector.Jakob Stoklund Olesen2010-05-11
* Keep track of the last place a live virtreg was used.Jakob Stoklund Olesen2010-05-11
* Don't set kill flags on uses of CopyFromReg nodes. InstrEmitter doesn'tDan Gohman2010-05-11
* Avoid breaking vstd when reg_sequence is not used.Evan Cheng2010-05-11
* Silence warningJakob Stoklund Olesen2010-05-11
* Simplify this logic of creating a default Features object.Bill Wendling2010-05-11
* Simplify the tracking of used physregs to a bulk bitor followed by a transitiveJakob Stoklund Olesen2010-05-11
* Revert r103493, materializing functions in the regular PassManager.Dan Gohman2010-05-11
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-11
* Teach the regular pass manager how to materialize functions as needed.Dan Gohman2010-05-11
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-11
* Trim #includes and forward declarations.Dan Gohman2010-05-11
* Mostly rewrite RegAllocFast.Jakob Stoklund Olesen2010-05-11
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* MC/Mach-O x86_64: Switch to using fragment atom symbol.Daniel Dunbar2010-05-11
* Remove the TargetLowering::getSubtarget() virtual function, whichDan Gohman2010-05-11
* Make SPU backend not assert on jump tables.Kalle Raiskila2010-05-11
* Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction.Evan Cheng2010-05-11
* Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-11
* Don't create a StringRef with a NULL value.Bill Wendling2010-05-11
* Model some vst3 and vst4 with reg_sequence.Evan Cheng2010-05-11
* The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling2010-05-11
* It's not safe eliminate copies where src and dst have different sub-register ...Evan Cheng2010-05-11
* Ensure REG_SEQUENCE source operands are unique.Evan Cheng2010-05-11
* MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use aDaniel Dunbar2010-05-10
* MC/Mach-O: Factor out doesSymbolRequireExternRelocation.Daniel Dunbar2010-05-10
* Indentation.Evan Cheng2010-05-10
* Enable multiple Compile Units in one module.Devang Patel2010-05-10
* MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, f...Daniel Dunbar2010-05-10
* Model some vld3 instructions with REG_SEQUENCE.Evan Cheng2010-05-10
* It's not safe to propagate implicit_def that defines part of a register.Evan Cheng2010-05-10
* Clear RegSequences vector after eliminating REG_SEQUENCE instructions.Evan Cheng2010-05-10
* simplify more.Chris Lattner2010-05-10
* Simplify by using startswith instead of substr.Chris Lattner2010-05-10
* fix PR7105 by enumerating MDNodes on all @llvm.fooChris Lattner2010-05-10
* Fix PR6875:David Greene2010-05-10
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-10
* Fix whitespace in debug output to be consistent.Dan Gohman2010-05-10
* Be careful with operand promotion. For a binary operation, the source operand...Evan Cheng2010-05-10
* Model vld2 / vst2 with reg_sequence.Evan Cheng2010-05-10
* Re-defined valno is always valno even for partial re-def's.Evan Cheng2010-05-10
* Fix PR7096. When a block containing multiple defs is tail duplicated, theBob Wilson2010-05-10
* Fix encoding of 'sf' and 'sfh' instructions.Kalle Raiskila2010-05-10
* Add an assertion to catch attempts to access off the end of the array.Duncan Sands2010-05-10
* updated handling dllexport in X86AsmPrinterNathan Jeffords2010-05-09
* made COFF target dllexport logic apply to all subtargetsNathan Jeffords2010-05-09
* test commit, added a comment to MCSectionCOFF::PrintSwitchToSection functionNathan Jeffords2010-05-09