summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* one fewer license, yay. :)Chris Lattner2009-08-01
* eXtensible Systems doesn't exist any more and Reid donated this to theChris Lattner2009-08-01
* loweringinfo is always non-null.Chris Lattner2009-08-01
* REmove dead fields of TAI.Chris Lattner2009-08-01
* fix a problem Eli noticed where we would compile the attached ptrtointChris Lattner2009-08-01
* update for renameChris Lattner2009-08-01
* fix a fixme by sinking various target-specific directives down into Chris Lattner2009-08-01
* coff also doesn't have a ReadOnlySection yet, (!)Chris Lattner2009-08-01
* coff doesn't set a .bss seciton, so this is dead.Chris Lattner2009-08-01
* it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner2009-08-01
* don't use isWeak anymore.Chris Lattner2009-08-01
* fix a layering violation by moving SectionKind out to its own header.Chris Lattner2009-08-01
* Minor whitespace tidiness.Dan Gohman2009-08-01
* Fix typos in comments.Dan Gohman2009-08-01
* with the previous refactoring, fixme fixed!Chris Lattner2009-08-01
* update for API change.Chris Lattner2009-08-01
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-01
* add a note about the build botsChris Lattner2009-08-01
* Minor code cleanups.Dan Gohman2009-08-01
* Print the target flags as an int instead of a char, as they aren'tDan Gohman2009-08-01
* Use the default copy ctor and copy-assignment operators.Dan Gohman2009-08-01
* Add nounwind to this test.Dan Gohman2009-08-01
* Add newline at end of file to remove gcc warning.Nick Lewycky2009-08-01
* Remove now empty unit test directory.Benjamin Kramer2009-08-01
* daniel says it's fine to nuke this.Chris Lattner2009-08-01
* update for new apiChris Lattner2009-08-01
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-01
* Hack to make this test work on platforms which aren't Macs. Fixing this Eli Friedman2009-08-01
* Workaround a couple of Darwin assembler bugs.Evan Cheng2009-08-01
* Give MachineFunctionAnalysis a destructor so it can verify thatDan Gohman2009-08-01
* Delete a redundant variable.Dan Gohman2009-08-01
* Minor code simplifications.Dan Gohman2009-08-01
* Minor code simplifications.Dan Gohman2009-08-01
* Avoid a problem with ulimit on Solaris & friends, patch by Edward O'Callaghan!Daniel Dunbar2009-08-01
* Split t2MOVCCs since some assemblers do not recognize mov shifted register al...Evan Cheng2009-08-01
* Make default ctor for ImmutableSet::iterator public.Ted Kremenek2009-08-01
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-01
* SelectionDAGISel no longer needs to check hasAvailableExternallyLinkage,Dan Gohman2009-08-01
* Make UnreachableMachineBlockElim preserve MachineDominatorTree andDan Gohman2009-08-01
* The X86 maximal stack alignment calculator preserves the CFG. Also,Dan Gohman2009-08-01
* X86 floating-point passes don't modify the CFG.Dan Gohman2009-08-01
* Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the sameEvan Cheng2009-08-01
* Use setPreservesAll in X86CodeEmitter.Dan Gohman2009-07-31
* Use setPreservesAll and setPreservesCFG in CodeGen passes.Dan Gohman2009-07-31
* SelectionDAGISel does not "preserve all", since it makes lots of changesDan Gohman2009-07-31
* Use a range insert instead of an explicit loop.Dan Gohman2009-07-31
* llvm-mc: Add -triple, and fix some typosDaniel Dunbar2009-07-31
* llvm-mc: Fix .s output to quote section & symbol names when necessary.Daniel Dunbar2009-07-31
* Privatize all but one of the remaining constant tables.Owen Anderson2009-07-31
* Allow target intrinsics that return multiple values, i.e., struct types,Bob Wilson2009-07-31