aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tsan: handle vptr loads speciallyDmitry Vyukov2013-03-222-0/+23
* Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov2013-03-222-12/+23
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-224-11/+43
* Remove ScavengedRC from RegisterScavengingHal Finkel2013-03-222-8/+1
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-2245-95/+95
* Remove the empty directory. Silly git-svn.Chandler Carruth2013-03-220-0/+0
* Remove the ARM-specific variant of this test. It's already covered byChandler Carruth2013-03-222-6/+0
* Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...Argyrios Kyrtzidis2013-03-221-0/+10
* Revert r177543: Add timing of the IR parsing code with a newChandler Carruth2013-03-223-29/+0
* Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter2013-03-222-16/+18
* This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter2013-03-223-17/+176
* Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register classHal Finkel2013-03-213-7/+12
* Add TableGen ctags(1) emitter and helper script.Sean Silva2013-03-215-1/+561
* Always forward 'resume' instructions to the outter landing pad.Bill Wendling2013-03-211-16/+39
* Fix a register-class comparison bug in PPCCTRLoopsHal Finkel2013-03-214-20/+3
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-215-17/+5
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-212-0/+10
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-2128-101/+101
* <rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...Douglas Gregor2013-03-211-0/+24
* This patch enables the Mips .set directive to define aliasesJack Carter2013-03-212-6/+99
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-2110-0/+475
* Fix Darwin NEON FP and increase coverageRenato Golin2013-03-216-13/+19
* Remove unused field in DISubprogramDavid Blaikie2013-03-2190-209/+209
* Add support for spilling VRSAVE on PPCHal Finkel2013-03-215-1/+124
* Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel2013-03-216-9/+97
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-2112-20/+143
* Update some EH tests that were violating the new EH model.Bill Wendling2013-03-213-6/+16
* Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth2013-03-212-41/+45
* [SROA] Prefix names using a custom IRBuilder inserter.Chandler Carruth2013-03-211-88/+108
* [msan] Add an option to disable poisoning of shadow for undef values.Evgeniy Stepanov2013-03-211-2/+13
* simplify-libcalls: Removed unused variableMeador Inge2013-03-211-2/+0
* Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault2013-03-212-2/+2
* Move library call prototype attribute inference to functionattrsMeador Inge2013-03-217-725/+780
* Removing unused DISubprogram::getFileDavid Blaikie2013-03-211-4/+0
* Add a WriteMicrocoded for ancient microcoded instructions.Jakob Stoklund Olesen2013-03-212-0/+7
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-2043-59/+54
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-203-12/+12
* Remove 'else' after 'return'.Jakub Staszak2013-03-201-2/+4
* [lit] Avoid CRLFs in bash scripts on WindowsReid Kleckner2013-03-201-1/+4
* Make variable name more explicit and eliminate redundant lookup in SDNodeOrde...Justin Holewinski2013-03-201-4/+4
* Model prefetches and barriers as loads.Jakob Stoklund Olesen2013-03-201-1/+4
* Add a catch-all WriteSystem SchedWrite type.Jakob Stoklund Olesen2013-03-203-1/+28
* When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem2013-03-202-12/+51
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-2043-47/+47
* Annotate the remaining SSE MOV instructions.Jakob Stoklund Olesen2013-03-201-25/+45
* Annotate SSE horizontal and integer instructions.Jakob Stoklund Olesen2013-03-201-16/+26
* Remove unused field in DICompileUnitDavid Blaikie2013-03-20101-119/+118
* Correct cost model for vector shift on AVX2Michael Liao2013-03-202-0/+77
* Remove trailing spaces.Jakub Staszak2013-03-201-133/+133
* Call the new llvm_gcov_init function to register the environment.Bill Wendling2013-03-201-29/+10