aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow (set_option SwitchOption, true).Mikhail Glushenkov2009-12-233-20/+45
* Reapply 91904.Sanjiv Gupta2009-12-234-10/+59
* Added missing patterns for subtract instruction.Sanjiv Gupta2009-12-232-34/+64
* deleting empty file.Sanjiv Gupta2009-12-231-0/+0
* Reverting back 91904.Sanjiv Gupta2009-12-234-60/+10
* Use more sensible type for flags in asms. PR 5570.Dale Johannesen2009-12-233-5/+31
* Update objectsize intrinsic and associated dependencies. FixEric Christopher2009-12-234-7/+7
* 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
* Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's notJeffrey Yasskin2009-12-231-0/+4
* Remove node ordering from inline asm nodes. It's not needed.Bill Wendling2009-12-231-16/+0
* Suppress compiler warning.Daniel Dunbar2009-12-231-0/+2
* Remove node ordering from VA nodes. It's not needed.Bill Wendling2009-12-231-25/+14
* Update docs for bitcode changes. For object size checking we won'tEric Christopher2009-12-231-27/+8
* Revert r91949 r91942 and r91936.Bill Wendling2009-12-231-407/+119
* restore 'make update' functionality by not ignoring 'clang' hereGabor Greif2009-12-230-0/+0
* 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-223-23/+106
* 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-222-2/+35
* 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
* rename HexDisassembler -> Disassembler, it works on any inputChris Lattner2009-12-224-10/+10
* just discard the debug output from the disassembler.Chris Lattner2009-12-221-6/+2
* Add testcase for PR5703Anton Korobeynikov2009-12-221-0/+13
* 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-223-8/+20
* Restore snprintf weirdness for VCPP onlyAnton Korobeynikov2009-12-221-0/+8
* 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-227-56/+25
* Include based on the current path, since we already -I the X86 target's path....Douglas Gregor2009-12-221-1/+1
* While converting one of the operands to a memory operand, we need to check if...Sanjiv Gupta2009-12-224-10/+60
* specify what is invalid about itChris Lattner2009-12-221-1/+1
* specify a triple to use, fixing the test on non-x86-64 hosts.Chris Lattner2009-12-221-1/+1
* reject invalid input with a caret, e.g.:Chris Lattner2009-12-221-2/+2
* Generalize SROA to allow the first index of a GEP to be non-zero. Add aBob Wilson2009-12-222-23/+57
* various cleanups, make the disassemble reject lines with too muchChris Lattner2009-12-222-40/+50
* If you thought that it didn't make sense for the disassemblerChris Lattner2009-12-221-19/+15
* rewrite the file parser for the disassembler, implementing support forChris Lattner2009-12-223-14/+45
* don't crash on blank lines, rename some variables.Chris Lattner2009-12-221-38/+31