aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Convert DOUT to DEBUG.Andreas Bolka2009-07-251-5/+5
* Simplify JIT target selection.Daniel Dunbar2009-07-2517-156/+58
* Mark attributes of return insn correctly. It was being assumed safe to delete...Sanjiv Gupta2009-07-251-0/+1
* remove this test. It is currently failing because we now emit the stringChris Lattner2009-07-251-11/+0
* eventually we should describe string options in the data structures sectionChris Lattner2009-07-251-0/+22
* minor tweaks.Chris Lattner2009-07-251-8/+9
* Add new helpers for registering targets.Daniel Dunbar2009-07-2540-344/+188
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-2517-141/+126
* Ok, "most clients should be unaffected" was a lie. Add notes on upgrading.Daniel Dunbar2009-07-251-1/+24
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-2519-276/+392
* Fix 80-col violations.Eric Christopher2009-07-251-5/+8
* Move ExtractElementInst to ::Create instead of new. Update all uses.Eric Christopher2009-07-257-18/+28
* Update to new syntax.Dan Gohman2009-07-251-2/+2
* Rewrite examples to use DEBUG instead of DOUT.Daniel Dunbar2009-07-251-5/+5
* 80 col violation.Evan Cheng2009-07-251-1/+2
* Convert a few more things to use raw_ostream.Dan Gohman2009-07-256-44/+42
* Get rid of a couple of unnecessary getOpcode calls.Evan Cheng2009-07-252-2/+2
* Teach ScalarEvolution to make use of no-overflow flags whenDan Gohman2009-07-252-2/+77
* Convert a few more uses of llvm/Support/Streams.h to raw_ostream.Dan Gohman2009-07-254-27/+21
* Instead of eagerly creating new SCEVs to replace all SCEVs that areDan Gohman2009-07-253-178/+84
* I've lost my mind. PR4572 has not been fixed.Evan Cheng2009-07-251-29/+0
* Make AliasAnalysis and related classes useDan Gohman2009-07-258-47/+54
* One more getName -> getNameStrDaniel Dunbar2009-07-251-3/+3
* Another TODO.Evan Cheng2009-07-251-0/+6
* Add a missing ilist_node.h #include to SparseBitVector, and add a very shortJeffrey Yasskin2009-07-252-0/+37
* Change Thumb2 jumptable codegen to one that uses two level jumps:Evan Cheng2009-07-2513-72/+77
* MemoryObject - Abstract base class for contiguous addressable memory.Sean Callanan2009-07-251-0/+81
* Remove a duplicated test.Evan Cheng2009-07-251-26/+0
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-2545-256/+302
* ARM code emitter can't handle Thumb2 instructions yet. So don't even try.Evan Cheng2009-07-251-4/+3
* Tweak, raw_ostream is a ostream, not iostream replacementDaniel Dunbar2009-07-241-3/+3
* Fix build for GCC 4.0?Daniel Dunbar2009-07-241-0/+1
* Fix compile with 4.4 (I hope?); PR4617.Daniel Dunbar2009-07-241-1/+1
* Forward-declare raw_ostream.Andreas Bolka2009-07-242-1/+3
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-2467-1254/+960
* CodingStandards: Emphasize use of raw_ostream more.Daniel Dunbar2009-07-241-3/+24
* AliasAnalysis wants sizes in address-units, not bits.Dan Gohman2009-07-241-1/+1
* Forgot this test earlier.Evan Cheng2009-07-241-0/+29
* Fix these tests.Evan Cheng2009-07-242-2/+2
* Fix assert assembling zero-argument constant GEP.Eli Friedman2009-07-242-2/+8
* Uh. It would be useful to actually print the operand.Evan Cheng2009-07-241-1/+1
* fix some predicatesChris Lattner2009-07-242-6/+5
* change SectionKindForGlobal from being a public (andChris Lattner2009-07-242-23/+9
* Disable my constant island pass optimization (to make use soimm more effectiv...Evan Cheng2009-07-242-4/+7
* Move insertps tests to sse41 combo test file, convert to filecheckEric Christopher2009-07-242-13/+31
* make SectionKindForGlobal target independent, and therefore non-virtual.Chris Lattner2009-07-246-54/+73
* Add a workaround for Darwin assembler bug where it's not setting the thumb bi...Evan Cheng2009-07-241-2/+20
* we already know the sectionkind when invoking SelectSectionForGlobal,Chris Lattner2009-07-248-17/+20
* make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ...Chris Lattner2009-07-244-22/+43
* Fix this condition I accidentally inverted.Dan Gohman2009-07-241-1/+1