summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/11975483> Removing user-visible references to 'dict' as a par...Enrico Granata2012-08-088-24/+24
* Made "call" another alias for "expression --",Sean Callanan2012-08-081-0/+2
* Added the ability to set the architecture from two numbers that represent the...Greg Clayton2012-08-081-0/+39
* <rdar://problem/11576169> Better documentation string for the -Y option to fr...Enrico Granata2012-08-081-1/+1
* Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen2012-08-084-23/+13
* X86: enable CSE between CMP and SUBManman Ren2012-08-086-49/+139
* Don't scan physreg use-def chains looking for a PIC base.Jakob Stoklund Olesen2012-08-081-10/+4
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-084-13/+23
* Avoid recomputing the unique exit blocks and their insert points when doingDan Gohman2012-08-082-11/+67
* objc-arc: Make -Wdirect-ivar-access accessible to allFariborz Jahanian2012-08-073-11/+22
* Whitespace.Chad Rosier2012-08-071-36/+36
* Skip tied operand pairs that already have the same register.Jakob Stoklund Olesen2012-08-071-10/+11
* Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen2012-08-077-0/+65
* Fix a serious typo in InstCombine's optimization of comparisons.Bob Wilson2012-08-072-1/+10
* X86 cmp lowering is looking past truncate on the condition node. It should onlyEvan Cheng2012-08-072-6/+52
* When building a conditional operator where one operand is a throw-expressionRichard Smith2012-08-072-7/+42
* -Wunused-private-fields: Don't try to check unresolved initializer expressionsRichard Smith2012-08-072-44/+50
* objc-arc: set nonlazybind attribute on objc_retain/Fariborz Jahanian2012-08-072-2/+9
* Remove obsolete comment. Obsoleted by r116524 when Type hierarhy bitfieldDmitri Gribenko2012-08-071-2/+0
* For non-Darwin platforms, we want to generate stack protectors only forBill Wendling2012-08-071-1/+10
* Fix capitalization of LibXml2 for CMake on case-sensitive file systemsDouglas Gregor2012-08-071-1/+1
* Don't complain about -fobjc-link-runtime being unused with -fobjc-arc.Bob Wilson2012-08-072-1/+7
* Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-minTed Kremenek2012-08-071-0/+2
* Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko2012-08-077-3/+61
* Add a new kind of MachineOperand: MO_TargetIndex.Jakob Stoklund Olesen2012-08-073-6/+30
* Turn on strncat-size warning implemented a while ago.Anna Zaks2012-08-072-3/+3
* c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher.Dmitri Gribenko2012-08-071-2/+2
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-072-13/+55
* Fix a couple of typos.Jakob Stoklund Olesen2012-08-072-2/+2
* Comment.h: fix typo in commentDmitri Gribenko2012-08-071-1/+1
* Comment AST: treat enumerators as "variables" in DeclInfo.Dmitri Gribenko2012-08-073-2/+9
* Remove empty directory.Eli Friedman2012-08-070-0/+0
* Add trace accessor methods, implement primitive if-conversion heuristic.Jakob Stoklund Olesen2012-08-073-15/+78
* Added code to let the user specify a compilation database on the command lineMarshall Clow2012-08-071-6/+10
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-0743-59/+1423
* Tidy up a bit.Jim Grosbach2012-08-071-12/+10
* The dominance computation already has logic for computing if an edge dominatesRafael Espindola2012-08-072-27/+56
* Add a comment about mftb vs. mfspr on PPC.Hal Finkel2012-08-071-0/+4
* objective-c: Exclude -Wdirect-ivar-access for arc.Fariborz Jahanian2012-08-073-4/+22
* Added fix from Pawel Worach.Filipe Cabecinhas2012-08-071-1/+1
* Start working on the test suite in FreeBSDFilipe Cabecinhas2012-08-071-0/+4
* [compiler-rt] CMake build: if LLVM_BUILD_32_BITS is on, then -m32 is added to...Alexey Samsonov2012-08-071-1/+1
* Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov2012-08-075-48/+140
* PR13095: Give an inline cost bonus to functions using byval arguments.Benjamin Kramer2012-08-072-3/+220
* [ASan] simplify cmake rules for adding lit testsuitesAlexey Samsonov2012-08-071-9/+6
* [ASan] add llvm_tools_dir to lit.site.cfg for ASan and add it to PATHAlexey Samsonov2012-08-072-0/+16
* Fix PR13412, a nasty miscompile due to the interleavedChandler Carruth2012-08-072-11/+79
* Add a much more conservative strategy for aligning branch targets.Chandler Carruth2012-08-075-21/+59
* Properly check length modfiers for %n in format strings.Hans Wennborg2012-08-075-3/+117
* Remove ScanfArgType and bake that logic into ArgType.Hans Wennborg2012-08-076-144/+128
OpenPOWER on IntegriCloud