2012-08-12 |
Craig Topper | Remove unnecessary call to setOperationAction for SETCC... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Arnold Schwaighofer | Revert 161581: Patch to implement UMLAL/SMLAL instructi... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Craig Topper | Change addTypeForNeon to use MVT instead of EVT so... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Craig Topper | Make replace many calls to getSizeInBits() with is128Bi... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Craig Topper | Use MVT.isXBitVector instead of EVT.isXBitVector when... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Michael Liao | fix PR13577, an issue introduced by r161687 |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Craig Topper | Create isXBitVector methods in MVT and call them from... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Craig Topper | Move setOperationAction for CONCAT_VECTORS for 256... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Benjamin Kramer | MachineCSE: Hoist isConstantPhysReg out of the loop... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Benjamin Kramer | PR13578: Teach MachineCSE that instructions that use... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Craig Topper | Tidy up indentation. No functional change. |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Craig Topper | Fix a cast that was casting away 'const' unnecessarily |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Craig Topper | Add a couple default: llvm_unreachable() to some switch... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Manman Ren | X86: when we are auto-detecting the subtarget features... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jakob Stoklund... | Add a proper if-conversion cost model. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jakob Stoklund... | Give MachineTraceMetrics its own debug tag. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jakob Stoklund... | Add more trace query functions. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Eli Friedman | The normal edge of an invoke is not allowed to branch... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Manman Ren | ARM: enable struct byval for AAPCS. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jakob Stoklund... | Add getTPred() and getFPred() functions. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jakob Stoklund... | Include loop-carried dependencies when computing instr... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Michael Liao | add X86-specific DAG optimization to simplify boolean... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Eli Bendersky | A couple of addition comment fixes |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Eli Bendersky | Fix a couple of typos in comments |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Rafael Espindola | Constify some basic blocks, no functionality change. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Michael Liao | remove tailing whitespaces and test commit |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Rafael Espindola | Move BasicBlockEdge to the cpp file. No functionality... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Joerg Sonnenberger | stdcxx's cstdio doesn't include stdio.h, but the code... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Joerg Sonnenberger | Add some missing includes for the build against stdcxx. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Pete Cooper | Fix crash when when do lto on Bullet. Dynamic GEPs... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jakob Stoklund... | Update edge weights correctly in replaceSuccessor(). |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Rafael Espindola | Remove references to compression in llvm-ar. It has... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Bob Wilson | Use the final .version number for LLVM_MINOR_VERSION... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jakob Stoklund... | Reapply r161633-161634 "Partition use lists so defs... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jakob Stoklund... | Also update MRI use lists when changing a use to a... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Chad Rosier | [ms-inline asm] Add a new Inline Asm Non-Standard Diale... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jakob Stoklund... | Revert r161633-161634 "Partition use lists so defs... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jakob Stoklund... | Partition use lists so defs always come before uses. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jakob Stoklund... | Don't use pointer-pointers for the register use lists. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jakob Stoklund... | Move use list management into MachineRegisterInfo. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Eric Christopher | Remove getARMRegisterNumbering and replace with calls... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jakob Stoklund... | Fix a future TwoAddressInstructionPass crash. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jakob Stoklund... | Don't modify MO while use_iterator is still pointing... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chad Rosier | [ms-inline asm] Extend the MC AsmParser API to match... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chandler Carruth | Teach the LLVM test makefile to run the extra Clang... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jack Carter | Another 32 to 64 bit sign extension bug. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Arnold Schwaighofer | Patch to implement UMLAL/SMLAL instructions for the... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Nadav Rotem | Fix the legalization of ExtLoad on ARM. ExpandUnaligne... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Eric Christopher | This field isn't used anymore, use it with HWEncoding... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Victor Oliveira | Support for experimental targets |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Matt Beaumont-Gay | MachineRegisterInfo was already a friend of MachineOper... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jim Grosbach | Move [SU]LEB128 encoding to a utility header. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jakob Stoklund... | Move getNextOperandForReg() into MachineRegisterInfo. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jakob Stoklund... | Don't use getNextOperandForReg(). |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jakob Stoklund... | Don't use getNextOperandForReg() in RAFast. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Owen Anderson | Allow legalization of target-specific SDNodes, provided... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jakob Stoklund... | Deal with irreducible control flow when building traces. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Bill Wendling | Remove some coding violations. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Bill Wendling | Cache a commonly used reference. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Bob Wilson | Add test triples to fix win32 failures. Revert workaro... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Bill Wendling | Remove OpenBSD defines: |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jakob Stoklund... | Heed -stress-early-ifcvt. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jakob Stoklund... | Get the MispredictPenalty from MCSchedModel. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Sebastian Pop | revert my previous patch |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Sebastian Pop | enable Hexagon target from cmake |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Rafael Espindola | Typedefs and indentation fixes from the Andy Zhang... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
NAKAMURA Takumi | llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Anton Korobeynikov | Fix for .pdata and .xdata section attributes on COFF. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Bill Wendling | Sphinxify the CommandLine document. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Bill Wendling | Move header so that it can be picked up by other .rst... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Bill Wendling | Add `.pushsection', `.popsection', and `.previous'... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Andrew Trick | Added MispredictPenalty to SchedMachineModel. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Andrew Trick | Minor cleanup of defaultDefLatency API |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Eli Friedman | isAllocLikeFn is allowed to return true for functions... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jakob Stoklund... | Revert "Fix a quadratic algorithm in MachineBranchProba... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Manman Ren | X86: enable CSE between CMP and SUB |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jakob Stoklund... | Don't scan physreg use-def chains looking for a PIC... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jakob Stoklund... | Fix a quadratic algorithm in MachineBranchProbabilityInfo. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Dan Gohman | Avoid recomputing the unique exit blocks and their... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Jakob Stoklund... | Skip tied operand pairs that already have the same... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Jakob Stoklund... | Add SelectionDAG::getTargetIndex. |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Bob Wilson | Fix a serious typo in InstCombine's optimization of... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Evan Cheng | X86 cmp lowering is looking past truncate on the condit... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Bill Wendling | For non-Darwin platforms, we want to generate stack... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Jakob Stoklund... | Add a new kind of MachineOperand: MO_TargetIndex. |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Andrew Kaylor | Enable lazy compilation in MCJIT |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Jakob Stoklund... | Fix a couple of typos. |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Eli Friedman | Remove empty directory. |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Jakob Stoklund... | Add trace accessor methods, implement primitive if... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Jim Grosbach | Tidy up a bit. |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Rafael Espindola | The dominance computation already has logic for computi... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Hal Finkel | Add a comment about mftb vs. mfspr on PPC. |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Alexey Samsonov | Fix the representation of debug line table in DebugInfo... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Benjamin Kramer | PR13095: Give an inline cost bonus to functions using... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Chandler Carruth | Fix PR13412, a nasty miscompile due to the interleaved |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Chandler Carruth | Add a much more conservative strategy for aligning... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Manman Ren | MachineCSE: Update the heuristics for isProfitableToCSE. |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Bill Wendling | Revert r161371. Removing the 'const' before Type is... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Jack Carter | The define for 64 bit sign extension neglected to |
commit | commitdiff | tree | snapshot |
next |