aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-1/+1
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-7/+8
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-7/+7
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-7/+7
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-1/+2
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-5/+5
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-5/+5
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-2/+3
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-56/+56
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-32/+33
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-3/+4
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-22/+23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-16/+17
* Alternative fix to make sure that the extern declarations used byDouglas Gregor2009-12-231-23/+29
* Revert 92020 until I figure out a more portable fixDouglas Gregor2009-12-232-47/+28
* Move the extern symbol declarations outside ofDouglas Gregor2009-12-232-28/+47
* move a few more symbols to .rodataNuno Lopes2009-12-232-2/+2
* De-bork CMake buildDouglas Gregor2009-12-231-0/+1
* Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene2009-12-231-1/+55
* Add circular_raw_ostream, which buffers its output in a circular queueDavid Greene2009-12-231-0/+47
* Reapply 91904.Sanjiv Gupta2009-12-233-10/+44
* Added missing patterns for subtract instruction.Sanjiv Gupta2009-12-232-34/+64
* Reverting back 91904.Sanjiv Gupta2009-12-233-45/+10
* Use more sensible type for flags in asms. PR 5570.Dale Johannesen2009-12-232-5/+2
* Update objectsize intrinsic and associated dependencies. FixEric Christopher2009-12-232-2/+2
* really remove the instruction, don't just comment it outChris Lattner2009-12-231-7/+4
* completely eliminate the MOV16r0 'instruction'. The onlyChris Lattner2009-12-234-19/+11
* More fixes for Visual C++. Replaced several very smallSean Callanan2009-12-231-10/+10
* stop pattern matching 16-bit zero's of a register to MOV16r0,Chris Lattner2009-12-231-4/+10
* Remove superfluous SDNode ordering.Bill Wendling2009-12-231-48/+16
* Remove node ordering from inline asm nodes. It's not needed.Bill Wendling2009-12-231-16/+0
* Remove node ordering from VA nodes. It's not needed.Bill Wendling2009-12-231-25/+14
* Revert r91949 r91942 and r91936.Bill Wendling2009-12-231-407/+119
* Finish up node ordering in ExpandNode.Bill Wendling2009-12-231-45/+113
* Add coalescer asserts.Jakob Stoklund Olesen2009-12-221-4/+6
* Add a SPR register class to the ARM target.Jakob Stoklund Olesen2009-12-222-1/+14
* Partially revert r91626. Materializing extra functions to determine whetherJeffrey Yasskin2009-12-221-16/+9
* Assign ordering to nodes created in ExpandNode. Only roughly 1/2 of the functionBill Wendling2009-12-221-84/+237
* Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCIJeffrey Yasskin2009-12-221-2/+4
* Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAPBill Wendling2009-12-222-15/+83
* Removed the "inline" keyword from the disassembler decoder,Sean Callanan2009-12-221-30/+30
* Remove minimal CFG sanity checks from verifier.Jakob Stoklund Olesen2009-12-221-18/+0
* Allow explicit %reg0 operands beyond what the .td file describes.Jakob Stoklund Olesen2009-12-221-1/+2
* Allow 0 as an order number. Don't assign an order to formal arguments.Bill Wendling2009-12-222-21/+11
* Fixes to the X86 disassembler:Sean Callanan2009-12-222-5/+17
* Fix the Convert to scalar to not insert dead loads in the store case. TheChris Lattner2009-12-221-2/+12
* fix some fixme's by using twinesChris Lattner2009-12-221-6/+2
* Use proper move instructions. Make the verifier happy.Jakob Stoklund Olesen2009-12-221-1/+1
* Report an error for bad inline assembly, where the value passed for anBob Wilson2009-12-221-2/+6
* Remove target attribute break-sse-dep. Instead, do not fold load into sse par...Evan Cheng2009-12-226-42/+18