2012-08-24 |
Eric Christopher | Use DW_FORM_flag_present to save space in debug informa... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Eric Christopher | Add support for some missing DW_FORM_*. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Richard Smith | Fix undefined behavior (negation of INT_MIN) in ARM... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Richard Smith | Fix floating-point divide by zero, in a case where... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Jakob Stoklund... | Remove some spurious mayLoad = 0 flags. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Jakob Stoklund... | Heed guessInstructionProperties, and stop warning on... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Jakob Stoklund... | Add missing SDNP properties on the flushw node. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Jakob Stoklund... | X86MemBarrier has unmodeled side effects. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Richard Smith | Fix undefined behavior (signed integer overflow) when... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Formatting cleanup. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Add an assert here in case parsing gave us a NULL compi... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Remove the DW_AT_MIPS_linkage name attribute when we... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Turn these two options in to trinary state so that... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Add a flag to DwarfDebug to allow it to communicate... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jakob Stoklund... | Preserve operand flags in convertToThreeAddress() by... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jakob Stoklund... | Tristate mayLoad, mayStore, and hasSideEffects. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jakob Stoklund... | Add CodeGenTarget::guessInstructionProperties. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jakob Stoklund... | Fix attributes on X86 store intrinsics. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Lang Hames | Fix a stub signature. HeuristicReduce should return... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Craig Topper | Favor FMA3 over FMA4 if both are enabled. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Dmitri Gribenko | Fix a bunch of -Wdocumentation warnings. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Typo. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Only emit the __debug_inlined section if we're trying... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Make this darwin specific to try to silence the bots. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Emit pubtypes only when going for darwin gdb compatibility. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Filecheck-ize. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Add an option for darwin gdb compatibility. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Lang Hames | Make the setInst method take its MCInst parameter by... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Craig Topper | Use a switch statement instead of a bunch of if-else... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Craig Topper | Remove unused private field to silence build warning. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | 80-col. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eric Christopher | Tidy. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Andrew Trick | Simplify the computeOperandLatency API. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Akira Hatanaka | Make function loadImmediate a member of MipsSEInstrInfo... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Akira Hatanaka | Add a member of type Mips16InstrInfo/MipsSEInstrInfo... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Fix an assortment of doxygen comment mistakes found... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Jakob Stoklund... | Print out the location of expanded multiclass defs... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Jim Grosbach | MCInstFragment constructor should take by-reference... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Daniel Dunbar | darwin/cross-build: Unset SDKROOT when building BuildTools. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Benjamin Kramer | SimplifyLibCalls: Give all safely-shrinkable libcalls... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Avoid a false positive assertion |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | Add test case for r162368. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | Add a few float shrinking optimizations to SimplifyLibC... |
commit | commitdiff | tree | snapshot |
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 |
next |