summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [rand.dist.samp.discrete]Howard Hinnant2010-05-1925-3/+1602
* Mark a few more pattern-less instructions with neverHasSideEffects. This is e...Evan Cheng2010-05-193-0/+12
* Fix an obvious goof that rjmccall found by inspection. No testcase, suggestionsChandler Carruth2010-05-191-1/+1
* Add a comment explaining why this code uses Append mode.Dan Gohman2010-05-191-0/+4
* Intrinsics which do a vector compare (results are all zero or all ones) are m...Evan Cheng2010-05-192-6/+88
* Factor out the code for picking integer arithmetic with immediateDan Gohman2010-05-191-15/+32
* Add a test to make sure that we're lowering the shift amount correctly.Eric Christopher2010-05-191-0/+22
* Add a comment.Dan Gohman2010-05-181-0/+1
* Fix the predicate which checks for non-sensical formulae which haveDan Gohman2010-05-181-4/+5
* Factor out the code for recomputing an LSRUse's Regs set after someDan Gohman2010-05-181-17/+40
* Fix a crash when debugging the coalescer. DebugValue instructions are notBob Wilson2010-05-181-4/+13
* Basic test for user-defined conversions involving vector typesDouglas Gregor2010-05-181-3/+23
* Misc. fixes to bring Objetive-C++'s handling ofFariborz Jahanian2010-05-183-4/+15
* Protect isIntegerConstantExpr from seeing type- or value-dependentDouglas Gregor2010-05-184-16/+40
* Factor out code for estimating search space complexity into a helperDan Gohman2010-05-181-22/+26
* Implement C++ support for vector and extended vector types. ThisDouglas Gregor2010-05-184-8/+181
* Add some more debug output.Dan Gohman2010-05-181-0/+1
* Factor out the code for deleting a formula from an LSRUse intoDan Gohman2010-05-181-4/+9
* Make some debug output more informative.Dan Gohman2010-05-181-2/+3
* Print an error message in Formula::print if the HasBaseReg flagDan Gohman2010-05-181-0/+7
* Rename RegUseTracker's RegUses member to RegUsesMap to avoidDan Gohman2010-05-181-7/+7
* Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to di...Ted Kremenek2010-05-184-0/+18
* Remember to update VirtRegLastUse when spilling without killing before a call.Jakob Stoklund Olesen2010-05-182-0/+47
* Add set_new_handler and nothrow implementationsNick Kledzik2010-05-181-0/+10
* Teach mode load folding and unfolding code about CMP32ri8 and friends.Dan Gohman2010-05-181-3/+9
* Don't eliminate frame pointers from leaf functions if "--disable-fp-elim" isBill Wendling2010-05-181-1/+1
* When converting a test to a cmp to fold a load, use the cmp that has anDan Gohman2010-05-182-3/+71
* Quick test to make sure we're emitting the tbss section correctly.Eric Christopher2010-05-181-0/+114
* make mcinstlower remove all but the first operand to CALL64pcrel32.Chris Lattner2010-05-181-1/+11
* Sink dag combine's post index load / store code that swap base ptr and index ...Evan Cheng2010-05-183-5/+40
* Implement EmitTBSSSymbol for MachOStreamer.Eric Christopher2010-05-181-5/+7
* Fix enum to address array bounds regression.mike-m2010-05-181-1/+1
* Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher2010-05-184-11/+18
* Properly handle multiple definitions of a virtual register in the sameJakob Stoklund Olesen2010-05-181-21/+41
* Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because ...Ted Kremenek2010-05-184-7/+94
* Test passed on ppc, to my surprise; if it workedDale Johannesen2010-05-181-2/+0
* [rand.dist.norm.t]Howard Hinnant2010-05-1819-2/+946
* Continuously refine the register class of REG_SEQUENCE def with all the sourc...Evan Cheng2010-05-181-2/+3
* Fix PR7162: Use source register classes and sub-indices to determine the corr...Evan Cheng2010-05-182-4/+44
* Testcase for llvm-gcc checkin 104042.Dale Johannesen2010-05-181-0/+19
* These test now run in objective-c++ mode we well.Fariborz Jahanian2010-05-184-0/+4
* Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and notKevin Enderby2010-05-181-1/+1
* Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby2010-05-182-13/+15
* Add missing test case, provided by Steven Watanabe.Douglas Gregor2010-05-181-0/+50
* [rand.dist.norm.f]Howard Hinnant2010-05-1823-55/+946
* Teach the machine code verifier to use getSubRegisterRegClass().Jakob Stoklund Olesen2010-05-181-2/+5
* MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar2010-05-183-3/+203
* MC/Mach-O: Remove some FIXMEs.Daniel Dunbar2010-05-181-7/+3
* MC/Mach-O: Fail faster/harder when we see .file, which isn't yet supported.Daniel Dunbar2010-05-181-2/+2
* MC/X86: Implement custom lowering to make sure we match things likeDaniel Dunbar2010-05-182-0/+94
OpenPOWER on IntegriCloud