2013-09-06 |
Akira Hatanaka | [mips] Make "b" (unconditional branch) a pseudo. "b... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Akira Hatanaka | [mips] Set instruction itineraries of loads, stores... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Manman Ren | TBAA: add isTBAAVtableAccess to MDNode so clients can... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Manman Ren | Debug Info Testing: updated to use NULL instead of... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Aaron Watry | R600: Add support for LDS atomic subtract |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Manman Ren | Debug Info: Use identifier to reference DIType in conta... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Manman Ren | Debug Info: Move a helper function getTypeIdentifier... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Manman Ren | Debug Info Testing: Updated to use null instead of... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Adrian Prantl | debuginfo-tests: Add support for an lldb wrapper script |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Andrew Trick | mi-sched: cleanup register pressure update, remove... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Andrew Trick | mi-sched: improve regpressure tracing. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Andrew Trick | mi-sched: print tree size in -view-misched-dags |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Andrew Trick | mi-sched: register pressure update tracing. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Andrew Trick | mi-sched: Reorder Cyclicpath (latency) and CriticalMax... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Andrew Trick | Added MachineSchedPolicy. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Hans Wennborg | msbuild integration: provide separate files for VS2010... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Matthias Braun | avoid unnecessary direct access to LiveInterval::ranges |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Matthias Braun | remove unused argument from LiveRanges::join() |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Matthias Braun | remove pointless assert |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Matthias Braun | fix comment |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Matthias Braun | fix typo in comment |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Indentation |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Requires<[HasMSA]> is redundant, it is... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Vladimir Medic | This patch adds support for microMIPS Multiply and... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Made the operand register sets optional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Vladimir Medic | This patch adds support for microMIPS Move to/from... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Made the operand register sets optional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Made the operand register sets optional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Vladimir Medic | This patch adds support for microMIPS Move Conditional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Tim Northover | SelectionDAG: create correct BooleanContent constants |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Made the operand register sets optional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Made the operand register sets optional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Vladimir Medic | This patch adds support for microMIPS disassembler... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Made the operand register sets optional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Made the operand register sets optional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Made the operand register sets optional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Made the operand register sets optional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Richard Sandiford | [SystemZ] Tweak integer comparison code |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Sorted MSA_BIT_[BHWD]_DESC_BASE into ascend... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Made the operand register sets optional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Daniel Sanders | [mips][msa] Made the InstrItinClass argument optional... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Richard Sandiford | [SystemZ] Use XC for a memset of 0 |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Matt Arsenault | Use type helper functions. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Matt Arsenault | Teach CodeGenPrepare about address spaces |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Tom Stellard | R600: Coding style |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Juergen Ributzka | [X86] Perform VSELECT DAG combines also before DAG... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Kevin Enderby | Fixed a crash in the integrated assembler for Mach... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Matt Arsenault | Consistently use dbgs() in debug printing |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Manman Ren | Trying to un-break the bots. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Matt Arsenault | R600: Fix i64 to i32 trunc on SI |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Rafael Espindola | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Yunzhong Gao | Improve handling of .file, .include and .incbin directi... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Manman Ren | Debug Info: Use identifier to reference DIType in base... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Tom Stellard | R600: Add support for local memory atomic add |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Tom Stellard | R600: Expand SELECT nodes rather than custom lowering... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Tom Stellard | R600: Fix incorrect LDS size calculation |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Tom Stellard | R600/SI: Don't emit S_WQM_B64 instruction for compute... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Tom Stellard | R600: Fix segfault in R600TextureIntrinsicReplacer |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Eric Christopher | Move accelerator table defines and constants to Dwarf... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Eric Christopher | Rename enums to match convention and remove superfluous... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Eric Christopher | Reformat. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Joey Gouly | [ARMv8] Add some missing tests for DSB/DMB. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Joey Gouly | [ARMv8] Implement the new DMB/DSB operands. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Richard Barton | Add AArch32 DCPS{1,2,3} and HLT instructions. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Tilmann Scheller | Reverting 190043 for now. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Tilmann Scheller | ARM: Add GPR register class excluding LR for use with... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Richard Sandiford | [SystemZ] Add NC, OC and XC |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Nick Lewycky | Declare missing dependency on AliasAnalysis. Patch... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Nick Lewycky | Fix typos in assert message. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Venkatraman... | [Sparc] Correctly handle call to functions with Returns... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Reid Kleckner | msbuild: Add clang's compiler-rt libs to the LibraryPath |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Bill Wendling | Fix comments to reflect reality. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Eric Christopher | Clean up some whitespace and comment formatting. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Andrew Trick | mi-sched: Force bottom up scheduling for generic targets. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Nick Kledzik | Add names for mach-o permissions bits and use the symbo... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Eric Christopher | Move default dwarf version enum into the llvm dwarf... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Nick Kledzik | fix typo in enum name |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Bill Wendling | Add missing header line. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Bill Wendling | Use ArrayRef instead of explicit container. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Eric Christopher | Remove hack ensuring that darwin didn't produce dwarf... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Eric Christopher | Revert "Revert r189902 as the workaround shouldn't... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Eric Christopher | Revert r189902 as the workaround shouldn't be necessary... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Eric Christopher | Expand and rewrite comment. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Andrew Trick | comment typo |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Andrew Trick | Remove dead subtree limit code. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Andrew Trick | -view-misched-dags, better pruning. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Andrew Trick | mi-sched: DEBUG cleanup, call tracePick for unidirectio... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Andrew Trick | 80 columns |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Andrew Trick | mi-sched: Suppress register pressure tracking when... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Andrew Trick | mi-sched: Load clustering is a bit to expensive to... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Andrew Trick | mi-sched: Reuse an invalid HazardRecognizer to save... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Andrew Trick | mi-sched: bypass heuristic checks when regpressure... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Andrew Trick | Added -misched-regpressure option. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Arnold Schwaighofer | Change swift/vldm test case to be less dependent on... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Rafael Espindola | Rename some variables to match the style guide. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Vincent Lejeune | R600: Use shared op optimization when checking cycle... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Vincent Lejeune | R600: Non vector only instruction can be scheduled... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Vincent Lejeune | R600: Use SchedModel enum for is{Trans,Vector}Only... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Vincent Lejeune | R600: Remove fmul.v4f32.ll test which is redundant... |
commit | commitdiff | tree | snapshot |
next |