summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith2013-01-315-4/+15
* [lit] Add a test for internal shell execution behaviors.Daniel Dunbar2013-01-3110-0/+125
* [lit] Change to raise InternalShellError for all command execution issues.Daniel Dunbar2013-01-311-4/+5
* Document another instsimplify assumption.Dan Gohman2013-01-311-0/+7
* R600: Fold clamp, neg, absTom Stellard2013-01-312-5/+49
* R600: Consider bitcast when folding const_address node.Tom Stellard2013-01-312-0/+11
* R600: Make store_dummy intrinsic more general by passing export typeTom Stellard2013-01-312-4/+9
* [analyzer] Don't track autorelease pools created by +new.Jordan Rose2013-01-312-2722/+3991
* Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham2013-01-315-39/+222
* Remove unused variable, which should have been removed with r174083.Chad Rosier2013-01-311-1/+0
* Linker: correctly link in dbg.declareManman Ren2013-01-313-2/+151
* [ELF][x86-64] Improve unknown relocation message.Michael J. Spencer2013-01-311-2/+3
* [ELF] Create atoms for progbits sections with no symbols but still have content.Michael J. Spencer2013-01-311-0/+22
* Add support for emitting a string attribute.Bill Wendling2013-01-312-45/+77
* [lit] Fix bug where InternalShellError messages were discarded.Daniel Dunbar2013-01-311-3/+2
* Add braces, so my head doesn't explode.Chad Rosier2013-01-311-1/+2
* [lit] Fix a shell parsing bug with ';' not separated by whitespace.Daniel Dunbar2013-01-311-4/+9
* Update AArch64 backend to changed eliminateFrameIndex interface.Tim Northover2013-01-312-13/+10
* When lowering memcpys to loads and stores, make sure we don't promote alignmentsLang Hames2013-01-312-25/+61
* [Dwarf] early exit to avoid creating dangling DIEsManman Ren2013-01-311-1/+6
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-3125-176/+139
* Change the default behavior for unwinding and breakpoints when running expres...Jim Ingham2013-01-311-2/+2
* Lexer: Don't warn about Unicode in preprocessor directives.Jordan Rose2013-01-313-2/+19
* interpreter: Fix errant fallthrough.Jim Grosbach2013-01-311-1/+3
* Object: Fix errant fallthrough.Jim Grosbach2013-01-311-0/+1
* RuntimeDyld: Fix errant fallthrough.Jim Grosbach2013-01-311-0/+1
* Preprocessor: initialize member introduced in r173881.Jordan Rose2013-01-311-0/+1
* Reverted unintendedly-committed file.Alexander Kornienko2013-01-311-1/+1
* Micro-change: moved a brace for better readabilityAlexander Kornienko2013-01-312-3/+3
* Making sure a Pythonless build of LLDB works by #ifdef-ing out formatters code.Enrico Granata2013-01-311-0/+2
* Turn off missing field initializer warnings for gccEdwin Vane2013-01-311-0/+13
* [lit] Add a test for the various ShTest format features.Daniel Dunbar2013-01-3116-0/+72
* [lit] TestRunner: Eliminate failDueToStderr argument, which is now unused.Daniel Dunbar2013-01-311-9/+3
* [lit] Delete the now-unused SyntaxCheckTest format.Daniel Dunbar2013-01-313-13/+1
* Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."Jordan Rose2013-01-315-183/+17
* Clarify intent.Jakob Stoklund Olesen2013-01-311-0/+6
* [MC] bundle alignment: prevent padding instructions from crossing bundle boun...Derek Schuff2013-01-314-13/+140
* add support for assigning virtual addresses to TDATA/TBSS sectionsShankar Easwaran2013-01-313-8/+24
* clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:m...NAKAMURA Takumi2013-01-311-1/+1
* Never break inside something that was a preprocessor directive.Manuel Klimek2013-01-312-3/+5
* Several improvements to the formatting of static initializers.Daniel Jasper2013-01-313-16/+71
* Attempt to fix Windows build breakage.Evgeniy Stepanov2013-01-311-1/+2
* [sanitizer] make the error messages from sanitizer_common contain the actual ...Kostya Serebryany2013-01-316-9/+18
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-3118-120/+174
* Move commonly useful code for AST testing into MatchVerfier.h.Manuel Klimek2013-01-312-165/+196
* Add myself as code owner of AArch64 backend.Tim Northover2013-01-311-0/+4
* Add support for AArch64 target.Tim Northover2013-01-3119-6/+1467
* Add AArch64 as an experimental target.Tim Northover2013-01-31192-13/+45628
* Revert r174043 and tweak the comment wording so I'm (hopefully) not confused ...Richard Smith2013-01-311-0/+8
* Made the min-trip-count-switch test X86-specific to avoidPekka Jaaskelainen2013-01-311-0/+0
OpenPOWER on IntegriCloud