aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-248-49/+57
* Rewrite 73900 per Duncan's suggestion.Dale Johannesen2009-06-241-19/+9
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-247-72/+33
* MCStreamer: Add a few more "symbol attributes".Daniel Dunbar2009-06-242-4/+25
* MCStreamer: Test printing values.Daniel Dunbar2009-06-242-1/+26
* Minor whitespace cleanups.Dan Gohman2009-06-241-16/+16
* Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcountDan Gohman2009-06-243-5/+76
* When inserting code into a loop preheader, insert it before theDan Gohman2009-06-242-3/+67
* Add new files to cmake list.Duncan Sands2009-06-241-0/+2
* Start sketching 2.6 release notes. This provides aDuncan Sands2009-06-241-0/+754
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-2444-54/+437
* factor some code better.Chris Lattner2009-06-241-13/+6
* wire up support for MCContext/MCStreamer in -experimental-asm-printer mode.Chris Lattner2009-06-242-0/+26
* remove dead makefile flags.Chris Lattner2009-06-245-8/+0
* remove dead makefile flags.Chris Lattner2009-06-246-6/+0
* implement a bunch of synonyms for section switching.Chris Lattner2009-06-242-4/+115
* Delete some orphaned comments, fix some 80-column violations,Dan Gohman2009-06-241-95/+80
* Remove an obsolete comment and fix some 80-column violations.Dan Gohman2009-06-241-8/+10
* add support for parsing and emitting .section directives. We can now parse Chris Lattner2009-06-242-1/+38
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-246-5/+34
* Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re...Lang Hames2009-06-242-6/+2
* Fix support for inline asm input / output operand tying when operand spans ac...Evan Cheng2009-06-242-11/+42
* Add a testcase demoing some of ScalarEvolution's new trip count logic.Dan Gohman2009-06-241-0/+37
* Extend ScalarEvolution's multiple-exit support to compute exactDan Gohman2009-06-246-181/+191
* Unbreak build on Linux by removing Darwinism.Nick Lewycky2009-06-241-1/+1
* Teach GetMinSignBits about SCEVAddExprs.Dan Gohman2009-06-241-0/+32
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-2411-9/+245
* Revert this accidental commit.Dan Gohman2009-06-241-1/+1
* Move the special cases for constants out of getUnknown and intoDan Gohman2009-06-243-17/+16
* create an MCStreamer and provide it to AsmParser.Chris Lattner2009-06-244-4/+13
* stub out a trivial constructor method.Chris Lattner2009-06-241-1/+1
* Use ScalarEvolution::getConstant instead of getUnknown to createDan Gohman2009-06-241-7/+8
* make the lexer unique strings it lexes instead of passing them back asChris Lattner2009-06-243-7/+29
* Include the maximum trip count expression in ScalarEvolution's print output.Dan Gohman2009-06-241-0/+9
* Add an isAllOnesValue utility function, similar to isZero and isOne.Dan Gohman2009-06-242-0/+11
* Don't emit a redundant BitCastInst if the value to be defined in theDan Gohman2009-06-241-1/+2
* Guard the listeners list. Unfortunately, this requires a real static ratherOwen Anderson2009-06-241-0/+5
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-2325-125/+102
* Update for MCImm -> MCValue rename.Daniel Dunbar2009-06-233-13/+16
* rename MCImm ->MCValue.Chris Lattner2009-06-232-16/+17
* Test commit: fixed spacing.Sean Callanan2009-06-231-3/+3
* Add comments for the MCStreamer interface.Daniel Dunbar2009-06-231-6/+77
* It is not a good idea to have data member's name match argument's name. In fa...Devang Patel2009-06-232-32/+32
* Use getReturnTypeName() to print return type.Devang Patel2009-06-231-1/+1
* upgradeDevang Patel2009-06-231-28/+28
* Add DISubprogram::getReturnTypeName()Devang Patel2009-06-231-0/+13
* Start flushing out MCContext.Daniel Dunbar2009-06-2310-6/+307
* Set svn:ignore for {llvm/Config/AsmPrinters,Targets}.defDaniel Dunbar2009-06-230-0/+0
* Use atomic operations when accessing statistics, and make the lazy initializa...Owen Anderson2009-06-232-16/+63
* Add atomic multiply and divide operations, built on top of CompareAndSwap.Owen Anderson2009-06-232-0/+20