summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add infrastructure for emitting TBAA metadata with the "constant" flag.Dan Gohman2010-10-252-4/+16
* Tests for NEON encoding of vmax.Owen Anderson2010-10-251-0/+146
* Tests for NEON encoding of vmin.Owen Anderson2010-10-251-0/+147
* Patch for mis-compile of statement expressions withFariborz Jahanian2010-10-254-7/+96
* Produce the headers directly in the Finish method. This allows us to useRafael Espindola2010-10-251-21/+15
* An stdcall function calling a non-stdcall functionDale Johannesen2010-10-252-0/+18
* Trim an unnecessary #include.Dan Gohman2010-10-251-1/+0
* Factor out the code for creating the Root and Char nodes, so thatDan Gohman2010-10-252-26/+37
* Add comment explaining the options used to invoke the test driver.Johnny Chen2010-10-251-0/+18
* Support TBAA attachments on calls. This is somewhat experimental.Dan Gohman2010-10-251-0/+36
* Simplify.Devang Patel2010-10-252-10/+10
* Add correct encodings for NEON vabal.Owen Anderson2010-10-252-5/+77
* Fix chaining in TBAA's pointsToConstantMemory.Dan Gohman2010-10-251-1/+1
* Add and describe a quick script to migrate gcc builtins that clang doesn'tEric Christopher2010-10-252-0/+170
* Update SelectBasicBlock signature. This should have been committed with r117310.Devang Patel2010-10-251-1/+1
* Add counters to count basic blocks and machine basic blocks with out of order...Devang Patel2010-10-251-4/+63
* Add correct NEON encodings for vaba.Owen Anderson2010-10-253-9/+141
* Look through the address-of operator to find the function beingDouglas Gregor2010-10-252-0/+5
* Add simple counter to count no. of basic blocks without any line number infor...Devang Patel2010-10-251-0/+28
* When we're calling a function that we know based on its K&R-styleDouglas Gregor2010-10-252-11/+49
* A simple config to test both x86_64 and i386 architectures.Johnny Chen2010-10-251-0/+1
* Tests for NEON encoding of vabdl.Owen Anderson2010-10-251-0/+59
* Add tests for NEON encoding of vabd.Owen Anderson2010-10-251-0/+147
* Only read one bit for testing for a readonly type, leaving the otherDan Gohman2010-10-251-2/+1
* Add check for UnknownVals for mutexes in ObjCAtSyncChecker. Fixes crash repo...Ted Kremenek2010-10-252-0/+13
* MC/AsmParser: Fix relative precedence of {+,-} and comparison ops.Daniel Dunbar2010-10-252-13/+16
* MC/AsmLexer: Fix bug in source location for Slash token.Daniel Dunbar2010-10-252-4/+3
* tweak test.Daniel Dunbar2010-10-251-3/+3
* llvm-mc: Teach -as-lex to print the raw token string as well.Daniel Dunbar2010-10-251-42/+49
* MC/AsmParser: Rewrite test to actually check some parts of expression parsing,Daniel Dunbar2010-10-251-32/+37
* Attempt to provide correct encodings for NEON vbit and vbif, even though we c...Owen Anderson2010-10-252-9/+12
* Provide correct NEON encodings for vbsl.Owen Anderson2010-10-252-12/+38
* Don't set the default architecture to x86_64. Leave it NULL so that it isn't ...Greg Clayton2010-10-251-1/+1
* imm12 operands aren't Thumb2 only, so rename the printer helper function.Jim Grosbach2010-10-253-6/+5
* Add a comment.Dan Gohman2010-10-251-1/+3
* Only prints out the stop reason if it is not invalid.Johnny Chen2010-10-251-3/+6
* Make the description of the hotpatch attribute even more generic. Spotted byCharles Davis2010-10-251-4/+5
* Add correct instruction encodings for vbic, vorn, and vmvn.Owen Anderson2010-10-253-2/+80
* Also prints out the stop reason string for lldbutil.PrintStackTrace(thread).Johnny Chen2010-10-251-2/+3
* Add a virtual destructor.Rafael Espindola2010-10-251-0/+1
* Provide correct NEON encodings for vand, veor, and vorr.Owen Anderson2010-10-252-0/+70
* Skip this test module for the time being until we get a newer clang on lldb tot.Johnny Chen2010-10-251-0/+1
* Add tests for NEON encoding of vtst.Owen Anderson2010-10-251-0/+65
* Add NEON encoding tests for vcgt and vacgt.Owen Anderson2010-10-252-0/+165
* Add support for emitting ARM file attributes.Rafael Espindola2010-10-256-44/+177
* Add tests for NEON encodings of vcge and vacge.Owen Anderson2010-10-252-2/+165
* Add a warning about our inability to test the encoding of vceq with immediate...Owen Anderson2010-10-252-0/+5
* In which I learn how to forward declare template classes.Jakob Stoklund Olesen2010-10-251-2/+1
* Only warn for mismatched types in Objective-C methods when they are incompati...David Chisnall2010-10-254-10/+122
* Add tests for NEON encoding of vceq.Owen Anderson2010-10-251-0/+81
OpenPOWER on IntegriCloud