summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove TGValueTypes.cpp from CMakeLists.txt which I forgot to do in r200036.Craig Topper2014-01-24
* Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitat...Craig Topper2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Fix DAGCombiner::GatherAllAliases to account for non-chain dependenciesHal Finkel2014-01-24
* Verify that attributes are not lost during linking.Bill Wendling2014-01-24
* InstCombine: Don't try to use aggregate elements of ConstantExprs.Benjamin Kramer2014-01-24
* Add a testcase for the changes in r199938.Lang Hames2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24
* Restrict FindBetterChain DAG combines to unindexed nodesHal Finkel2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Add final and owerride keywords to TargetTransformInfo's subclasses.Juergen Ributzka2014-01-24
* Doxify commentsJuergen Ributzka2014-01-24
* Fix known typosAlp Toker2014-01-24
* Report lli remote IO errors consistentlyAlp Toker2014-01-24
* InstSimplify: Make shift, select and GEP simplifications vector-aware.Benjamin Kramer2014-01-24
* Unify duplicated functions.Rafael Espindola2014-01-24
* Don't use "llc -filetype=obj" now that the codepath is the same.Rafael Espindola2014-01-24
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-24
* DWARFContext: Fix possible memory leak since r198908.NAKAMURA Takumi2014-01-24
* llvm/projects/CMakeLists.txt: Add dragonegg.NAKAMURA Takumi2014-01-24
* Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"Eric Christopher2014-01-24
* Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for aEric Christopher2014-01-24
* Remove empty directories.Alexander Kornienko2014-01-24
* Remove empty directories.Alexander Kornienko2014-01-24
* [AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.Kevin Qin2014-01-24
* [SparcV9] Add support for JIT in Sparc64.Venkatraman Govindaraju2014-01-24
* [X86] Prevent the creation of redundant ops for sadd and ssub with overflow.Juergen Ributzka2014-01-24
* Implement atomicrmw operations in 32 and 64 bits for SPARCv9.Jakob Stoklund Olesen2014-01-24
* [Sparc] Correct quad register list in the asm parser.Venkatraman Govindaraju2014-01-24
* Add constants for optional header magic field.Rui Ueyama2014-01-24
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-24
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-24
* Use the actual .text section, it is less code than building a dummy one.Rafael Espindola2014-01-24
* Inline trivial functions called only once or twice.Rafael Espindola2014-01-24
* [LPM] Fix a logic error in LICM spotted by inspection.Chandler Carruth2014-01-24
* Inline functions that are only called once.Rafael Espindola2014-01-24
* [cleanup] Use the type-based preservation method rather than a stringChandler Carruth2014-01-24
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-23
* Make the use of DW_AT_ranges in the compile unit depend also uponEric Christopher2014-01-23
* Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola2014-01-23
* Update the X86 assembler for .intel_syntax to produce an error for invalid baseKevin Enderby2014-01-23
* lli: Factor portable messaging into a new RPCChannel facilityAlp Toker2014-01-23
* Update the X86 assembler for .intel_syntax to produce an error for invalidKevin Enderby2014-01-23
* Fix out of bounds access to the double regs array. Given theEric Christopher2014-01-23
* Add a few missing cases from r199933. Testcase coming shortly.Lang Hames2014-01-23
* Updating the getting started guide for Visual Studio a smidge.Aaron Ballman2014-01-23
* Replace vfmaddxx213 instructions with their 231-type equivalents in accumulatorLang Hames2014-01-23
* Note the PR number.Rafael Espindola2014-01-23
* Remove unused include following r199929Alp Toker2014-01-23
* Replace the interim lli build fix with something cleanerAlp Toker2014-01-23