2013-03-08 |
David Blaikie | Upgrade tests to the latest debug info format. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakob Stoklund... | Add a getPassName() method. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakob Stoklund... | Rename isEarlierInSameTrace to isUsefulDominator. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Keep coding stanard. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Don't create IRBuilder if we can return from the method... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Chad Rosier | [fast-isel] Seriously, add support for the expect intri... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | Fix tautological compare. Not sure why this didn't... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | Replace temporary vectors with arrays. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Chad Rosier | [fast-isel] Add support for the expect intrinsic. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | ArrayRefize some code. No functionality change. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jyotsna Verma | Hexagon: Handle i8, i16 and i1 Var Args. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Change Index type from unsigned long to unsigned. This... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Remove trailing spaces. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Change NULL to 0. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | ArrayRef ca accept one element. Simplify code a little... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Andrew Trick | pre-RA-sched debug-only fix |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jyotsna Verma | Hexagon: Add support to lower block address. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Andrew Trick | pre-RA-sched assertion fix. This bug was exposed by... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | Move testcase, this is testing extraction not inserting. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Pekka Jaaskelainen | Fixed a crash when cloning a function into a function... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: rework input interpolation v2 |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: remove SI_vs_load_buffer_index |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: remove SGPR address space v2 |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: add proper formal parameter handling for SI |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: remove shader type intrinsic |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: switch types of SGPRs to v*i8 |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: fix unused variable warning |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Nick Lewycky | Switch from a version 4.2/4.4 switch to a four-byte... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Nadav Rotem | No need to go through int64 and APInt when generating... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jim Grosbach | SDAG: Handle scalarizing an extend of a <1 x iN> vector. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Nick Lewycky | Remove GCDAProfiling.c. This copy is old, the copy... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Manman Ren | Debug Info: store the files and directories for each... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Nadav Rotem | ArrayRef has a OneElt constructor. Beautify the code. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Nadav Rotem | Switch from std::vector to ArrayRef. Speedup FoldBitCas... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Andrew Trick | SimplifyCFG fix for volatile load/store. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Michael Liao | Fix two remaining issue after fixing PR15355 when CMOV... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Akira Hatanaka | [mips] Custom-legalize BR_JT. |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Andrew Trick | Generalize my previous fix for -print-options. |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Michael Liao | Remove tailing whitespaces |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Andrew Trick | Give -loop-vectorize an explicit default. |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Shuxin Yang | Memory Dependence Analysis (not mem-dep test) take... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Jim Grosbach | InstCombine: Don't shrink allocas when combining with... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Akira Hatanaka | [mips] Add a line which checks function name. Rename... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Michael Liao | Fix PR15355 |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Jakub Staszak | Use dyn_cast instead of isa && cast. No functionality... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Jakub Staszak | Remove duplicated forward declaration. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Akira Hatanaka | [mips] Remove android calling convention. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Akira Hatanaka | [mips] Fix MipsCC::analyzeReturn so that, in soft-float... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Akira Hatanaka | [mips] Fix MipsTargetLowering::LowerCallResult and... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Akira Hatanaka | [mips] Fix MipsTargetLowering::LowerCall to pass fp128... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Akira Hatanaka | [mips] Correct handling of fp128 (long double) formals... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Jakub Staszak | Fix a few typos in comments. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Jakub Staszak | Add some constantness. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Jakub Staszak | std::distance() == 0 means that iterators are equal... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Meador Inge | Add more functions to the TLI. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Jyotsna Verma | reverting patch 176508. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Jyotsna Verma | Hexagon: Add support for lowering block address. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Vincent Lejeune | R600: Do not predicate vector op |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Jyotsna Verma | Hexagon: Expand addc, adde, subc and sube. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Arnold Schwaighofer | Use the right number of slashes in comment string |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Eli Bendersky | Fixes a test by replacing .align by .p2align and settin... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Benjamin Kramer | Update cmake build. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Jyotsna Verma | Hexagon: Use MO operand flags to mark constant extended... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Jyotsna Verma | Hexagon: Add encoding bits to the TFR64 instructions. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Vincent Lejeune | R600: initial scheduler code |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Arnold Schwaighofer | Clarify comment for function getObjectSize |
commit | commitdiff | tree | snapshot |
2013-03-05 |
David Sehr | Add a test that .align directives on capable processors... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Vincent Lejeune | R600: Remove LowerConstCopyPass and lower CONST_COPY... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Vincent Lejeune | R600: Turn BUILD_VECTOR into Reg_Sequence |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Vincent Lejeune | R600: CONST_ADDRESS node is not marked as mayLoad anymore |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Vincent Lejeune | R600: Use MUL_IEEE for trig/fdiv intrinsic |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Vincent Lejeune | R600: Add support for indirect addressing of non defaul... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Alexey Samsonov | Print a warning message if compiler-rt can't be built... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
NAKAMURA Takumi | llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
NAKAMURA Takumi | llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Bill Wendling | Remove unused #includes. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
David Sehr | The current X86 NOP padding uses one long NOP followed... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Lang Hames | Check isDiscardableIfUnused, rather than hasLocalLinkag... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Akira Hatanaka | [mips] Print move instructions. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Jack Carter | Mips specific inline assembler constraint 'R' |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eli Bendersky | Reapply r176381, writing the CHECKs in a more forgiving... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Preston Gurd | Bypass Slow Divides |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Tom Stellard | R600: Clean up datalayout strings so they better match... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Jia Liu | Mips ISD typo |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Jim Grosbach | ARM: Creating a vector from a lane of another. |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Jim Grosbach | Clean up code format a bit. |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Jim Grosbach | Tidy up. Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Arnold Schwaighofer | ARM NEON: Fix v2f32 float intrinsics |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Nuno Lopes | recommit r172363 & r171325 (reverted in r172756) |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Nuno Lopes | add getUnderlyingObjectSize() |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Arnold Schwaighofer | X86 cost model: Adjust cost for custom lowered vector... |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Andrew Trick | Added FIXME for future Hexagon cleanup. |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Nadav Rotem | PR14448 - prevent the loop vectorizer from vectorizing... |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Peter Collingbourne | Modify {Call,Invoke}Inst::addAttribute to take an AttrKind. |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Jordan Rose | CMake: Always include the CheckCXXCompilerFlag in Handl... |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Michael Gottesman | Revert "Rewrite a test to count emitted instructions... |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Eli Bendersky | Remove duplicate line and move another closer to its... |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Andrew Trick | MIsched machine model: tablegen subtarget emitter impro... |
commit | commitdiff | tree | snapshot |
next |