2012-08-22 |
David Blaikie | Tidy up a few more uses of MF.getFunction()->getName(). |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | Add a new helper function, AddOpt(F1, F1, Opt), as... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Benjamin Kramer | Reduce duplicated hash map lookups. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Stepan Dyatkovskiy | Rejected 169195. As Duncan commented, bitcasting to... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Craig Topper | Add a getName function to MachineFunction. Use it in... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Craig Topper | Don't cache the MBB in the class. Its only used by... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Craig Topper | Mark a function as static since it doesn't use anything... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Akira Hatanaka | Add register Mips::GP to the list of reserved registers... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Akira Hatanaka | Add option disable-mips-delay-filler. Turn on mips... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Jim Grosbach | TblGen: Make asm-matcher ConvertToMCInst() table driven. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Jack Carter | For mips64 switch statements in subroutines could generate |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Richard Smith | Initialize SelectionDAGBuilder's Context in 'init'... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Richard Smith | Reduce alignment of SmallVector<T> to the required... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | Add a few functions to TargetLibraryInfo as part of... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Richard Smith | MaximumSpanningTree::EdgeWeightCompare: Make this compa... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Richard Smith | Fix misaligned access in MachO object file reader:... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Richard Smith | Fix unaligned memory accesses when performing relocatio... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Richard Smith | Don't pass a null pointer to cast<> in its unit tests. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Richard Smith | Don't bind a reference to a dereferenced null pointer... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | [ms-inline asm] Do not report a Parser error when match... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
David Blaikie | Ignore the documentation-suggested location for compile... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
David Blaikie | The presence of the empty file "foo" unfortunately... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
David Blaikie | Remove unnecessary cast that was also unnecessarily... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
David Blaikie | Provide a portability macro for __builtin_trap. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Rafael Espindola | Fix macros arguments with an underscore, dot or dollar... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | [ms-inline asm] Expose the ErrorInfo from the MatchInst... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | Formatting. No functional change. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Rafael Espindola | Make the wording in of the "expected identifier" error... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Duncan Sands | Pacify PVS-Studio by changing the type rather than... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | Add support for the --param ssp-buffer-size= driver... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Rafael Espindola | Use typedefs. Fix indentation. Extracted from the Andy... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Rafael Espindola | Remove unused variable. Extracted from the Andy/PaX... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Rafael Espindola | Fix typo. Extracted from the Andy/PaX patch. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Jim Grosbach | MCJIT: Tidy up the constructor. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Duncan Sands | PVS-Studio noticed that EmitVBR64 would perform undefin... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Tim Northover | Add correct set of regression tests for r162094 commit. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chandler Carruth | Port the global copy optimization from the SROA pass... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Craig Topper | Fix up indentation and remove a couple else's after... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Kostya Serebryany | [asan] add code to detect global initialization fiasco... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Craig Topper | Use uint16_t for tables of opcodes. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Craig Topper | Fix up indentation. No functional change. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Craig Topper | Add a couple llvm_unreachables. Add a message to severa... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Craig Topper | Replace a break with llvm_unreachable in the default... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Craig Topper | Cleanup the scalar FMA3 definitions. Add patterns to... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Craig Topper | Merge FMA3 instructions with and without patterns into... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Michael Liao | revise debug output to avoid dangling pointer |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Jakob Stoklund... | Add a missing def flag. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jakob Stoklund... | Fix a quadratic algorithm in MachineBranchProbabilityInfo. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jakob Stoklund... | Don't add CFG edges for redundant conditional branches. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jakob Stoklund... | Clarify that duplicate edges are not allowed in the... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jakob Stoklund... | Add a verification pass after ExpandISelPseudos. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jakob Stoklund... | Add CFG checks to MachineVerifier. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jakob Stoklund... | Use a SmallPtrSet to dedup successors in EmitSjLjDispat... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Sebastian Pop | enable cross compilation with cmake |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Sebastian Pop | enable Hexagon target from cmake |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Sebastian Pop | fix HexagonSubtarget parsing of -mv flag |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Michael Liao | fix a case where all operands of BUILD_VECTOR are undefined |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Akira Hatanaka | Fix coding style violations in 162135 and 162136. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Benjamin Kramer | DataExtractor: Fix integer truncation issues in LEB128... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Stepan Dyatkovskiy | Forget to add testcase for r162195. Sorry. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Stepan Dyatkovskiy | Fixed DAGCombiner bug (found and localized by James... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Craig Topper | Remove FMA3 intrinsic instructions in favor of patterns. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Craig Topper | Use correct intrinsic for 256-bit VFMSUBADDPS. |
commit | commitdiff | tree | snapshot |
2012-08-19 |
Craig Topper | Remove trailing white space and tab characters. No... |
commit | commitdiff | tree | snapshot |
2012-08-19 |
Nadav Rotem | When unsafe math is used, we can use commutative FMAX... |
commit | commitdiff | tree | snapshot |
2012-08-19 |
Benjamin Kramer | Fabs folding is implemented. |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Benjamin Kramer | InstCombine: Fix a crasher when encountering a function... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Jakob Stoklund... | Remove the CAND/COR/CXOR custom ISD nodes and their... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Craig Topper | Remove virtual from many methods. These methods replace... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Jakob Stoklund... | Also combine zext/sext into selects for ARM. |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Jakob Stoklund... | Also pass logical ops to combineSelectAndUse. |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Benjamin Kramer | Remove overly conservative hasOneUse check, this always... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Benjamin Kramer | InstCombine: Add a couple of fabs identities for compar... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Benjamin Kramer | SimplifyLibcalls: Add fabs and trunc to the list of... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Nadav Rotem | Reapply r162160 with a fix: Optimize Arith->Trunc-... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Anton Korobeynikov | fp16-to-fp32 conversion instructions are available... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Craig Topper | Refactor code a bit to reduce number of calls in the... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Craig Topper | Reorder initialization list to silence -Wreorder |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Nadav Rotem | Revert r162160 because it made a few buildbots fail. |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Nadav Rotem | The X86 backend has a number of optimizations for SETCC... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Eli Friedman | Make atomic load and store of pointers work. Tighten... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Richard Smith | Fix undefined behavior (binding a reference to a derefe... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Akira Hatanaka | Add MipsELFWriterInfo.{h,cpp}. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Akira Hatanaka | Correct MCJIT functionality for MIPS32 architecture. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Bill Wendling | Implement stack protectors for structures with characte... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Jakob Stoklund... | Avoid folding ADD instructions with FI operands. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Akira Hatanaka | Add stub methods for mips assembly matcher. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Benjamin Kramer | MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Bill Wendling | Change the `linker_private_weak_def_auto' linkage to... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Rafael Espindola | Assert that dominates is not given a multiple edge... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Jakob Stoklund... | Add comment, clean up code. No functional change. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Benjamin Kramer | TargetLowering: Use the large shift amount during legal... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Jakob Stoklund... | Use standard pattern for iterate+erase. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Benjamin Kramer | Guard MemoryBuiltins against self-looping GEPs, which... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Benjamin Kramer | Fix broken check lines. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Tim Northover | Implement NEON domain switching for scalar <-> S-regist... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Jin-Gu Kang | Insertion of NoFolder functions to avoid ambiguous... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Craig Topper | Use nested switch to select arguments to reduce calls... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Craig Topper | Make ReplaceATOMIC_BINARY_64 a static function. Use... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Pranav Bhandarkar | Test commit. |
commit | commitdiff | tree | snapshot |
next |