summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add IRC handle.Duncan Sands2012-09-11
* Make a bunch of lowering helper functions static instead of member functions....Craig Topper2012-09-11
* Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper2012-09-11
* llvm/lib/Transforms/Utils/CMakeLists.txt: Update.NAKAMURA Takumi2012-09-11
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-11
* Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Fa...Craig Topper2012-09-11
* Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth2012-09-11
* Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick2012-09-11
* Remove unused declarationAndrew Trick2012-09-11
* Revert r160148 it seems to cause more problems than it shouldEric Christopher2012-09-10
* 80-col fixup.Eric Christopher2012-09-10
* 80-col fixup.Eric Christopher2012-09-10
* No reason to construct this twice.Eric Christopher2012-09-10
* Add newline.Chad Rosier2012-09-10
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-10
* Revert r163556. Missed updates to tablegen files.Chad Rosier2012-09-10
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-10
* test/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin x86 targets. '##Inlin...NAKAMURA Takumi2012-09-10
* [ms-inline asm] Properly emit the asm directives when the AsmPrinterVariantChad Rosier2012-09-10
* Update test case for Release builds.Chad Rosier2012-09-10
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* Disable stack coloring because it makes dragonegg fail bootstrapping.Nadav Rotem2012-09-10
* [ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier2012-09-10
* [ms-inline asm] Add support for .att_syntax directive.Chad Rosier2012-09-10
* Enable stack coloring.Nadav Rotem2012-09-10
* Don't attempt to use flags from predicated instructions.Jakob Stoklund Olesen2012-09-10
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-10
* Stack Coloring: Handle the case where END markers come before BEGIN markers p...Nadav Rotem2012-09-10
* Enhance PR11334 fix to support extload from v2f32/v4f32Michael Liao2012-09-10
* Add "blocked" heuristic to the Hexagon MI scheduler.Sergei Larin2012-09-10
* Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode().Michael Ilseman2012-09-10
* whitespaceMichael Ilseman2012-09-10
* Add boolean simplification support from CMOVMichael Liao2012-09-10
* Fix an assertion failure when optimising a shufflevector incorrectly into con...James Molloy2012-09-10
* Minor cleanup. No functional change.Nadav Rotem2012-09-10
* Stack Coloring: Debug prints to print the slot number and not the array index.Nadav Rotem2012-09-10
* Stack Coloring: When searching for disjoint regions, do not compare intervals...Nadav Rotem2012-09-10
* Stack Coloring: Add support for multiple regions of the same slot, within a ...Nadav Rotem2012-09-10
* The VPSHUFB 256-bit instruction may be generated when one of input vector is ...Elena Demikhovsky2012-09-10
* Make helper function static.Benjamin Kramer2012-09-10
* Move bypassSlowDivision into the llvm namespace.Benjamin Kramer2012-09-10
* c bindings: revert LLVMConstInlineAsm to always use the default asm dialect.Benjamin Kramer2012-09-10
* GTest on Android needs a custom tmpdir path.Evgeniy Stepanov2012-09-10
* Fix a typo in the comment.Nadav Rotem2012-09-10
* Add an assertion that the frame index is indeed inside the declared lifetime ...Nadav Rotem2012-09-10
* Teach the DAGBuilder about lifetime markers which are generated from PHINodes.Nadav Rotem2012-09-10
* Fix style issues from r163302 pointed out by Evan.Hans Wennborg2012-09-10
* Move spaces to the right places. No functionality change.Nick Lewycky2012-09-09
* Add missing space before {. No functionality change.Nick Lewycky2012-09-09
* Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.Craig Topper2012-09-09