aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-21[SROA] Prefix names using a custom IRBuilder inserter.Chandler Carruth
2013-03-21[msan] Add an option to disable poisoning of shadow for undef values.Evgeniy Stepanov
2013-03-21simplify-libcalls: Removed unused variableMeador Inge
2013-03-21Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault
2013-03-21Move library call prototype attribute inference to functionattrsMeador Inge
2013-03-21Add a WriteMicrocoded for ancient microcoded instructions.Jakob Stoklund Olesen
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie
2013-03-20Use pre-inc, pre-dec when possible.Jakub Staszak
2013-03-20Remove 'else' after 'return'.Jakub Staszak
2013-03-20Make variable name more explicit and eliminate redundant lookup in SDNodeOrde...Justin Holewinski
2013-03-20Model prefetches and barriers as loads.Jakob Stoklund Olesen
2013-03-20Add a catch-all WriteSystem SchedWrite type.Jakob Stoklund Olesen
2013-03-20When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie
2013-03-20Annotate the remaining SSE MOV instructions.Jakob Stoklund Olesen
2013-03-20Annotate SSE horizontal and integer instructions.Jakob Stoklund Olesen
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-20Correct cost model for vector shift on AVX2Michael Liao
2013-03-20Remove trailing spaces.Jakub Staszak
2013-03-20Call the new llvm_gcov_init function to register the environment.Bill Wendling
2013-03-20minor code style cleanup.Chris Lattner
2013-03-20xlC doesn't like Header being both a type and a member variable. Rename theRafael Espindola
2013-03-20Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen
2013-03-20Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie
2013-03-20DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie
2013-03-20Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky
2013-03-20Add some missing SSE annotations.Jakob Stoklund Olesen
2013-03-20Annotate remaining IIC_BIN_* instructions.Jakob Stoklund Olesen
2013-03-20Revert "pre-RA-sched: fix TargetOpcode usage"Christian Konig
2013-03-20Move SDNode order propagation to SDNodeOrdering, which also fixes a missedJustin Holewinski
2013-03-20pre-RA-sched: fix TargetOpcode usageChristian Konig
2013-03-20Fix a silly search-and-replace goof with r177495 that only brokeChandler Carruth
2013-03-20[SROA] Don't preserve the IR names in release builds.Chandler Carruth
2013-03-20Move the endif to the correct line so we don't have warnings aboutChandler Carruth
2013-03-20Introduce some new statistics to help track the exact behavior of theChandler Carruth
2013-03-20Reorder the DIFile parameter in DINameSpaceDavid Blaikie
2013-03-20Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie
2013-03-20Fix PR15296Michael Liao
2013-03-20Mark all variable shifts needing customizingMichael Liao
2013-03-20Move scalar immediate shift lowering into a dedicated funcMichael Liao
2013-03-20Fix AsmPrinter crashes with assertion. Bug 15318 in BugzillaHao Liu
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie
2013-03-20Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski
2013-03-19Fix pr13145 - Naming a function like a register name confuses the asm parser.Chad Rosier
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie
2013-03-19Annotate various null idioms with SchedRW lists.Jakob Stoklund Olesen
2013-03-19Annotate SSE float conversions with SchedRW lists.Jakob Stoklund Olesen
2013-03-19Annotate X86InstrCMovSetCC.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-19Dead code.Chad Rosier
2013-03-19[ms-inline asm] Move the immediate asm rewrite into the target specificChad Rosier