aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* llc (et al): Add support for --show-encoding and --show-inst.Daniel Dunbar2010-05-181-1/+13
* Usage of O_NONBLOCK in bjam is now confirmed as a bug and fixed upstream.Dan Gohman2010-05-181-4/+7
* Simplify MCContext::(Next|Get)InstanceBenjamin Kramer2010-05-181-24/+8
* FIX PR7158. SimplifyVBinOp was asserting when it fails to constant fold (op (...Evan Cheng2010-05-181-7/+8
* ARMBaseRegisterInfo::estimateRSStackSizeLimit() could return prematurely with aJakob Stoklund Olesen2010-05-171-16/+17
* Fix PR7175. Insert copies of a REG_SEQUENCE source if it is used by other REG...Evan Cheng2010-05-171-1/+15
* - Set the "HasCalls" flag after instruction selection is finished.Bill Wendling2010-05-172-16/+23
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-175-9/+117
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-172-0/+16
* Fix PR7156. If the sources of a REG_SEQUENCE are all IMPLICIT_DEF's. Replace ...Evan Cheng2010-05-171-2/+11
* vmov of immediates are trivially re-materializable.Evan Cheng2010-05-171-0/+2
* MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...Daniel Dunbar2010-05-171-8/+13
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-172-2/+8
* MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.Daniel Dunbar2010-05-171-1/+1
* Pull the UsedInInstr.test() calls into calcSpillCost() and remember aliases.Jakob Stoklund Olesen2010-05-171-5/+5
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-173-3/+25
* Careful with reg_sequence coalescing to not to overwrite sub-register indices.Evan Cheng2010-05-171-40/+77
* Fix a regression in 464.h264 for thumb1 and thumb2 nightly tests.Bob Wilson2010-05-171-1/+1
* MC/Mach-O: Fix some differences in symbol flag handling.Daniel Dunbar2010-05-171-2/+15
* Remove debug option. Add comment on spill order determinism.Jakob Stoklund Olesen2010-05-171-7/+4
* Turn on -neon-reg-sequence by default.Evan Cheng2010-05-171-1/+2
* llvm-mc: Support reassignment of variables in one special case, when theDaniel Dunbar2010-05-171-1/+8
* Avoid allocating the same physreg to multiple virtregs in one instruction.Jakob Stoklund Olesen2010-05-171-0/+1
* Minor optimizations. DenseMap::begin() is surprisingly slow on an empty map.Jakob Stoklund Olesen2010-05-171-8/+7
* Extract spill cost calculation to a new method, and use definePhysReg() to clearJakob Stoklund Olesen2010-05-171-86/+64
* Remove unused member variable.Zhongxing Xu2010-05-171-1/+0
* Only use clairvoyance when defining a register, and then only if it has one use.Jakob Stoklund Olesen2010-05-171-16/+11
* Eliminate a hash table probe when killing virtual registers.Jakob Stoklund Olesen2010-05-171-15/+20
* Execute virtreg kills immediately instead of after processing all uses.Jakob Stoklund Olesen2010-05-171-19/+16
* Sprinkle superregister <imp-def> and <imp-kill> operands when dealing with su...Jakob Stoklund Olesen2010-05-171-10/+28
* Now that we don't keep live registers across calls, there is not reason to goJakob Stoklund Olesen2010-05-171-7/+12
* Boldly attempt consistent capitalization. Functional changes unintended.Jakob Stoklund Olesen2010-05-171-42/+42
* Assume that we'll handle mangling the symbols earlier and just put theEric Christopher2010-05-172-11/+6
* Spill and kill all virtual registers across a call.Jakob Stoklund Olesen2010-05-171-56/+28
* Reduce hashtable probes by using DenseMap::insert() for lookup.Jakob Stoklund Olesen2010-05-171-48/+46
* Make MBB a class member instead of passing it around everywhere.Jakob Stoklund Olesen2010-05-171-62/+62
* Yes, if the redef is a copy, update the old val# with the copy. But make sure...Evan Cheng2010-05-171-8/+7
* No reason not to run the NEON domain croassing fix up pass in thumb2 mode.Evan Cheng2010-05-171-1/+1
* Revert 103911; it broke a test that expects bitconvertDale Johannesen2010-05-161-4/+0
* Make x86-64 64-bit bitconvert work when SSE is not available.Dale Johannesen2010-05-161-0/+4
* Chris said that the comment char should be escaped. Fix all the occurences of...Anton Korobeynikov2010-05-164-28/+28
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-1610-3/+38
* Generalize the ARM DAG combiner of mul with constants to all power-of-two cases.Anton Korobeynikov2010-05-161-34/+21
* Model vst lane instructions with REG_SEQUENCE.Evan Cheng2010-05-161-7/+75
* Fix uint64->{float, double} conversion to do rounding correctly in 32-bit.Dale Johannesen2010-05-152-24/+76
* Improve assertion messages.Dale Johannesen2010-05-151-3/+8
* Some cheap DAG combine goodness for multiplication with a particular constant.Anton Korobeynikov2010-05-151-0/+71
* "trap" pseudo-op turned out to be apple-local.Anton Korobeynikov2010-05-152-2/+8
* improve portability to systems that don't have round, patch byChris Lattner2010-05-151-4/+3
* improve portability to systems that don't have powf/modf (e.g. solaris 9)Chris Lattner2010-05-154-5/+5