aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Unbreak cpp backend: upgrade output due to change in APInt APIAnton Korobeynikov2008-08-181-1/+2
* Clients of addIntervalForSpills expect the added intervals to be returned sor...Owen Anderson2008-08-181-0/+9
* Fix a bug daniel pointed out to me, where asmprinter startedChris Lattner2008-08-181-5/+5
* Simplify the fast-patch interval spilling by using MachineRegisterInfo::reg_i...Owen Anderson2008-08-181-72/+50
* XFAIL this test for now.Bill Wendling2008-08-181-0/+1
* Resurrect some ancient code to add spill ranges without attempting folding, r...Owen Anderson2008-08-182-0/+112
* Register the frame register function when allocating the JIT,Nicolas Geoffray2008-08-181-5/+5
* ARM asm printer can't handle dwarf info yet.Evan Cheng2008-08-181-6/+12
* Don't hoist instructions that have implicit uses or defines. Before, it wasBill Wendling2008-08-181-0/+5
* Make this comment clearer. Instead of using an ambiguous ~ (not) on an icmpNick Lewycky2008-08-171-1/+1
* Consider the case where xor by -1 and xor by 128 have been combined already toNick Lewycky2008-08-172-1/+42
* Update VC++ project.Gordon Henriksen2008-08-171-17/+13
* Didn't mean to change this.Evan Cheng2008-08-171-0/+99
* Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ...Evan Cheng2008-08-174-101/+13
* Don't require Registry specializations to define random static variables.Gordon Henriksen2008-08-174-27/+15
* Drop an unnecessary include.Gordon Henriksen2008-08-171-1/+0
* Regenerate.Gordon Henriksen2008-08-173-291/+291
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-1738-678/+524
* Make it compile on VC2005:Cedric Venet2008-08-1713-101/+135
* getLLVMName is only used for types now, which always pass in LocalPrefix. Sp...Chris Lattner2008-08-171-15/+10
* switch valuemap's from std::map to densemap. This speeds up llvm-disChris Lattner2008-08-171-11/+8
* Don't instantiate GC metadata for declarations.Gordon Henriksen2008-08-172-1/+3
* Set ignores.Gordon Henriksen2008-08-170-0/+0
* Set ignores.Gordon Henriksen2008-08-170-0/+0
* Link GC metadata printers by default to llcAnton Korobeynikov2008-08-172-0/+38
* Fix merge errorAnton Korobeynikov2008-08-174-176/+0
* Remove asmprinters from examples by default. This reduces their size by ~5%Anton Korobeynikov2008-08-174-4/+4
* Move ARM to pluggable asmprinterAnton Korobeynikov2008-08-175-20/+71
* Use correct name for PPC codegen libraryAnton Korobeynikov2008-08-171-1/+1
* Factor out asmprinter out of ppcAnton Korobeynikov2008-08-175-8/+57
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-1712-9/+65
* Move all assembler printing related stuff into new libAsmPrinterAnton Korobeynikov2008-08-175-1/+173
* Factor out asmprinters from collector interface.Anton Korobeynikov2008-08-171-0/+18
* Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen2008-08-1715-53/+268
* Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen2008-08-177-26/+129
* Get raw_ostream.cpp to compile on MSVC.Argyrios Kyrtzidis2008-08-171-5/+11
* Revert 54821. It's miscompiling 252.eon and 447.dealIIEvan Cheng2008-08-171-118/+1
* I found a better place for this optz'n.Nick Lewycky2008-08-171-14/+10
* Xor'ing both sides of icmp by sign-bit is equivalent to swapping signedness ofNick Lewycky2008-08-172-22/+72
* avoid an extraneous std::string constructionChris Lattner2008-08-171-1/+1
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-1713-139/+169
* Fix build on GCC 4.3.Nick Lewycky2008-08-171-0/+2
* remove a dead APInt ctor.Chris Lattner2008-08-173-21/+2
* avoid string thrashing when formatting names in output. ThisChris Lattner2008-08-171-54/+130
* random cleanups.Chris Lattner2008-08-171-53/+28
* add support for a cout/cerr analog (outs()/errs()) as well asChris Lattner2008-08-172-1/+59
* opening "-" automatically yields stdout.Chris Lattner2008-08-171-0/+7
* rename OutputData to 'write' to match ostream.Chris Lattner2008-08-172-3/+3
* remove accidental comment.Chris Lattner2008-08-171-1/+1
* add a new raw_ostream class which is an extremely high performance ostream thatChris Lattner2008-08-172-0/+234