aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix forgotten member initialization detected by MSan bootstrap botAlexey Samsonov2013-11-181-0/+2
* [mips][msa] Add MSA to the release notes.Daniel Sanders2013-11-181-0/+10
* test-release.sh: tweak RPATH for the binary packages.Arnaud A. de Grandmaison2013-11-181-0/+32
* Unbreak the build after r194997Alexey Samsonov2013-11-181-2/+0
* Revert r194865 and r194874.Alexey Samsonov2013-11-18115-500/+152
* [AArch64 NEON]Add mov alias for simd copy instructions.Kevin Qin2013-11-182-45/+99
* Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.Hao Liu2013-11-187-146/+1533
* Debug Info Verifier: disable it by default.Manman Ren2013-11-181-1/+1
* Fix spacing, forward declare order.Matt Arsenault2013-11-184-9/+9
* Remove unnecessary temporary construction.David Blaikie2013-11-171-1/+1
* Remove redundant explicit default initialization.David Blaikie2013-11-171-2/+2
* DwarfCompileUnit: Add type safety to createGlobalVariableDIEDavid Blaikie2013-11-173-5/+4
* TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo.Ahmed Bougacha2013-11-172-0/+75
* Docs: Clearly separate Operand-related paragraphs.Ahmed Bougacha2013-11-171-0/+6
* Docs: Fix typo: NoIntinerary -> NoItinerary.Ahmed Bougacha2013-11-171-1/+1
* Debug Info: fix typo in function name.Manman Ren2013-11-172-6/+6
* Debug Info Verifier: fix when to find debug info nodes and when to verify them.Manman Ren2013-11-171-5/+11
* Debug Info Verifier: enable public functions of Finder to update the type map.Manman Ren2013-11-173-11/+29
* Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ...NAKAMURA Takumi2013-11-171-1/+3
* Add a loop rerolling flag to the PassManagerBuilderHal Finkel2013-11-172-1/+3
* python: Fix check for disasm creation failureAnders Waldenborg2013-11-172-1/+5
* python: Properly initialize before trying to create disasmAnders Waldenborg2013-11-171-0/+26
* Update CREDITSAlp Toker2013-11-171-0/+5
* Testcase for PR17964Bill Wendling2013-11-171-0/+10
* Revert "Micro-optimization"Bill Wendling2013-11-171-4/+5
* DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...Benjamin Kramer2013-11-172-1/+3
* DebugLoc defines LineCol as 32 bit in comment but unsigned in code.Yaron Keren2013-11-171-1/+3
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-173-40/+201
* [PM] Completely remove support for explicit 'require' methods on theChandler Carruth2013-11-172-32/+6
* Use more getZExtOrTruncsMatt Arsenault2013-11-172-9/+2
* Use getZExtOrTrunc instead of repeating the same logic.Matt Arsenault2013-11-171-5/+1
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-172-0/+149
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-1710-82/+245
* Fix ndebug-build unused variable in loop rerollingHal Finkel2013-11-171-1/+1
* Use right address space pointer sizeMatt Arsenault2013-11-172-1/+13
* Add a loop rerolling passHal Finkel2013-11-1610-0/+1630
* The WebKit_JS CC preserves the same registers as the C CC.Juergen Ributzka2013-11-161-0/+1
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-162-6/+24
* Fix assert on unaligned access to global with different address space size.Matt Arsenault2013-11-162-2/+24
* Fix codegen for null different sized pointer.Matt Arsenault2013-11-162-2/+15
* ScalarEvolution: Warn if the result of setFlags/clearFlags is unused.Benjamin Kramer2013-11-161-5/+6
* Annotate APInt methods where it's not clear whether they are in place with wa...Benjamin Kramer2013-11-163-41/+47
* R600: Make dot_4 instructions predicableVincent Lejeune2013-11-162-0/+46
* Use array_pod_sort instead of std::sortDuncan P. N. Exon Smith2013-11-161-1/+1
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-163-8/+46
* Fix filename in header commentDuncan P. N. Exon Smith2013-11-161-1/+1
* gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi2013-11-161-2/+2
* Debug Info Verifier: remove un-used argument in verifyDebugInfo.Manman Ren2013-11-161-3/+3
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-163-8/+17
* Mention address space related changes in release notes.Matt Arsenault2013-11-161-0/+7