summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1 breakpoint is a breakpoint not a breakpoints.Jim Ingham2013-03-291-1/+1
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-293-11/+11
* Move the construction of the skeleton compile unit after theEric Christopher2013-03-291-7/+8
* move testcase into appropriate X86 subdirectory.Adrian Prantl2013-03-291-3/+4
* Fixed a crash if the Objective-C runtime moduleSean Callanan2013-03-291-0/+3
* Implement FRINT lowering on PPC using frinHal Finkel2013-03-293-0/+95
* Bugfix/Followup for r177086.Adrian Prantl2013-03-298-39/+55
* Improvement on r177086.Adrian Prantl2013-03-292-3/+18
* [mips] Define a function which returns the GPR register class.Akira Hatanaka2013-03-295-0/+22
* Hexagon: Set Hexagon tool-chain when configured as OSless target.Jyotsna Verma2013-03-291-1/+5
* Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick2013-03-291-5/+11
* Build fixes for STLPort + GCCMatt Arsenault2013-03-292-6/+6
* Fix loop styleMatt Arsenault2013-03-291-2/+2
* Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant2013-03-296-16/+46
* Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into...Adrian Prantl2013-03-291-0/+371
* Updated the code signing docs.Greg Clayton2013-03-291-27/+21
* Remove sign-compare warning on systems that still use 32 bit time_ts.Benjamin Kramer2013-03-291-4/+4
* The 3rd test in shrink_to_fit.pass.cpp can't possibly pass if exceptions are ...Howard Hinnant2013-03-291-0/+2
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-2916-471/+10
* <rdar://problem/12022060>Greg Clayton2013-03-293-20/+74
* Fix a typoNadav Rotem2013-03-291-1/+1
* Hexagon: Disable DwarfUsesInlineInfoSection flag.Jyotsna Verma2013-03-291-1/+0
* [tsan] restore performance critical inlining in tsan: remove static from ALWA...Kostya Serebryany2013-03-292-5/+5
* [TSan] Build TSan runtime with -fPIE.Alexander Potapenko2013-03-291-0/+3
* [libsanitizer] Put COMMON_CFLAGS/COMMON_CXXFLAGS before Tmp.CFLAGS to let the...Alexander Potapenko2013-03-291-2/+2
* Add PPC FP rounding instructions fri[mnpz]Hal Finkel2013-03-297-30/+190
* [Sanitizer] Follow-up for r178238 - replace DCHECKs with regular CHECKsAlexey Samsonov2013-03-291-2/+2
* Fix thinko (and the bots): We still want to warn in C.Rafael Espindola2013-03-291-2/+2
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-294-81/+33
* Don't special case one line extern "C" decls.Rafael Espindola2013-03-292-0/+5
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-294-33/+81
* Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao2013-03-298-4/+112
* Add XTEST intrinsic defined in TSX extensionMichael Liao2013-03-293-0/+15
* Removed trailing whitespace.Michael Gottesman2013-03-291-15/+15
* [mips] Change type of accumulator registers to Untyped. Add two more accumulatorAkira Hatanaka2013-03-291-7/+30
* [mips] Define overloaded versions of storeRegToStack and loadRegFromStack.Akira Hatanaka2013-03-295-43/+74
* [mips] Add parameter Alignment to MipsFrameLowering's constructor.Akira Hatanaka2013-03-293-5/+4
* Rationalize how we do Halt-ing before Destroy and Detach.Jim Ingham2013-03-295-142/+107
* “process launch” should “detach” not “kill” if the current proces...Jim Ingham2013-03-291-80/+119
* [ELF] Add dynamic hash table and get simple dynamic libraries working with He...Shankar Easwaran2013-03-299-52/+263
* [cfg] Always guard (when AddStaticInitBranches == true) DeclStmts for static ...Ted Kremenek2013-03-291-15/+15
* [analyzer] Add static initializer test case (from <rdar://problem/13227740>).Ted Kremenek2013-03-291-0/+23
* Revert r178273 as it broke the Linux bootstrap due to false positivesTimur Iskhodzhanov2013-03-293-165/+17
* Revert r178166. According to Howard, this code is actually ok.Dan Gohman2013-03-291-3/+1
* Add static analyzer support for conditionally executing static initializers.Ted Kremenek2013-03-2910-29/+81
* Add configuration plumbing to enable static initializer branching in the CFG ...Ted Kremenek2013-03-295-3/+16
* [Mips Assembler] Add support for OR macro with imediate opperandJack Carter2013-03-283-1/+8
* <rdar://problem/11730263>Greg Clayton2013-03-289-158/+188
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-2810-9/+203
* Objective-C: Produce precise diagnostic whenFariborz Jahanian2013-03-283-20/+43
OpenPOWER on IntegriCloud