2015-02-06 |
Rafael Espindola | Correcting keyword highlighting in llvm-mode.el. |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Zotov | [OCaml] Add Llvm.build_empty_phi. |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Arnaud A. de... | [PBQP] Fix comment wording. NFC |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Craig Topper | [X86] Add assembler and disassembler test cases for... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Craig Topper | [X86] Remove a ton of duplicate test cases for the... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Michel Danzer | R600/SI: Amend a test to ensure WQM is enabled for... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Michel Danzer | R600/SI: Don't enable WQM for V_INTERP_* instructions v2 |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Michel Danzer | R600/SI: Also enable WQM for image opcodes which calcul... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Ramkumar Ramachandra | Introduce print-memderefs to test isDereferenceablePointer |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Matthias Braun | AArch64: Make test more robust. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Matthias Braun | X86: Test cleanup |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Daniel Jasper | Small cleanup of MachineLICM.cpp |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Colin LeMahieu | [Hexagon] Renaming v4 compare-and-jump instructions. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Colin LeMahieu | [Hexagon] Deleting unused patterns. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Colin LeMahieu | [Hexagon] Simplifying and formatting several patterns... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Ahmed Bougacha | [BasicAA] Add datalayouts to make some tests more usefu... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Colin LeMahieu | [Hexagon] Factoring a class out of some store patterns... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Colin LeMahieu | [Hexagon] Factoring out a class for immediate transfers... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Justin Bogner | InstrProf: Avoid using std::to_string |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Alexey Samsonov | [ASan] Enable -asan-stack-dynamic-alloca by default. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Eric Christopher | Remove the use of getSubtarget in the creation of the X86 |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Eric Christopher | Use cached subtargets inside X86FixupLEAs. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Eric Christopher | Migrate the X86 AsmPrinter away from using the subtarge... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Sylvestre Ledru | Fix an incorrect identifier |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Colin LeMahieu | [Hexagon] Renaming Y2_barrier. Fixing issues where... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Hal Finkel | [PowerPC] Prepare loops for pre-increment loads/stores |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Hal Finkel | [PowerPC] Generate pre-increment floating-point ld... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Colin LeMahieu | [Hexagon] Renaming A2_subri, A2_andir, A2_orir. Fixing... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Ahmed Bougacha | [CodeGen] Add hook/combine to form vector extloads... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Ahmed Bougacha | [CodeGen] Add isLoadExtLegalOrCustom helper to TargetLo... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Andrew Trick | X86 ABI fix for return values > 24 bytes. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Colin LeMahieu | [Hexagon] Renaming A2_addi and formatting. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Sanjay Patel | move fold comments to the corresponding fold; NFC |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Colin LeMahieu | [Hexagon] Since decoding conflicts have been resolved... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Sylvestre Ledru | Identical code for different branches (CID 1254883) |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Hans Wennborg | LowerSwitch: Use ConstantInt for CaseRange::{Low,High} |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Hans Wennborg | LowerSwitch: remove default args from CaseRange ctor... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Sylvestre Ledru | revert 228308. The code has changed since the review |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Sylvestre Ledru | Identical code for different branches (CID 1254883) |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Tom Stellard | R600/SI: Fix bug in TTI loop unrolling preferences |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Tom Stellard | R600/SI: Fix bug from insertion of llvm.SI.end.cf into... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Bill Schmidt | [PowerPC] Implement the vclz instructions for PWR8 |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Rafael Espindola | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Aaron Ballman | Removing an unused variable warning I accidentally... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Aaron Ballman | Silencing an MSVC warning about a switch statement... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Bruno Cardoso... | [X86][MMX] Handle i32->mmx conversion using movd |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Bruno Cardoso... | [X86][MMX] Add several bitcast tests |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Bruno Cardoso... | [X86][MMX] Move MMX DAG node to proper file |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Michael Kuperstein | Teach isDereferenceablePointer() to look through bitcas... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Craig Topper | [X86] Add xrstors/xsavec/xsaves/clflushopt/clwb/pcommit... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Craig Topper | [X86] Remove two feature flags that covered sets of... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Matt Arsenault | R600/SI: Fix i64 truncate to i1 |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Larisse Voufo | Disable enumeral mismatch warning when compiling llvm... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Matt Arsenault | Add addrspacecast node to tablegen |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Matt Arsenault | Add support for double / float to EndianStream |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Michael Zolotukhin | Implement new heuristic for complete loop unrolling. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Cameron Esfahani | Value soft float calls as more expensive in the inliner. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Ahmed Bougacha | [ARM] Use patterns instead of hardcoded regs in test... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Ahmed Bougacha | [ARM] Make testcase more explicit. NFC. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Reid Kleckner | Try to fix the build in MCValue.cpp |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Sean Silva | Fixup. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Duncan P. N... | IR: Split out getOperandAs(), NFC |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Sean Silva | [MC] Remove various unused MCAsmInfo parameters. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Duncan P. N... | IR: Rename 'operator ==()' to 'isKeyOf()', NFC |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Duncan P. N... | ADT: Add int64_t interoperability to APSInt |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Colin LeMahieu | [Hexagon] Deleting unused instructions and adding isCod... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Colin LeMahieu | [Hexagon] Updating load extend to i64 patterns. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Kostya Serebryany | [fuzzer] add flag prefer_small_during_initial_shuffle... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Colin LeMahieu | [Hexagon] Cleaning up i1 load and extension patterns. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Colin LeMahieu | [Hexagon] Simplifying more load and store patterns... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Reid Kleckner | Remove useless call to isOSCygMing() |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Tom Stellard | R600/SI: Enable subreg liveness by default |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Colin LeMahieu | [Hexagon] Simplifying some load and store patterns. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Duncan P. N... | AsmParser: Split out LineField, NFC |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Colin LeMahieu | [Hexagon] Converting absolute-address load patterns... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Colin LeMahieu | [Hexagon] Converting atomic store/load to use AddrGP... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Reid Kleckner | Don't warn or note if bash is missing |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Colin LeMahieu | [Hexagon] Simplifying some store patterns. Adding... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Filipe Cabecinhas | Handle LLVM_USE_SANITIZER=Address;Undefined (and the... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Kostya Serebryany | [fuzzer] add -runs=N to limit the number of runs per... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Duncan P. N... | Fix GCC error caused by r228211 |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Duncan P. N... | IR: Reduce boilerplate in DenseMapInfo overrides, NFC |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Duncan P. N... | AsmParser: Move MDField details to source file, NFC |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Duncan P. N... | AsmParser: Simplify assertion, NFC |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Duncan P. N... | AsmParser: Remove dead code, NFC |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Duncan P. N... | AsmParser: Simplify MDUnsignedField |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Duncan P. N... | IR: Initialize MDNode abbreviations en masse, NFC |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Duncan P. N... | IR: Define MDNode uniquing sets automatically, NFC |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Rafael Espindola | Don' try to make sections in comdats SHF_MERGE. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Sean Silva | [docs] Put an explicit link to InAlloca.rst |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Tom Stellard | R600/SI: Expand misaligned 16-bit memory accesses |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Tom Stellard | R600/SI: Make more store operations legal |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Tom Stellard | R600: Don't promote i64 stores to v2i32 during DAG... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Tom Stellard | StructurizeCFG: Remove obsolete fix for loop backedge... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Tom Stellard | StructurizeCFG: Use a reverse post-order traversal |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Colin LeMahieu | [Hexagon] Adding selection for GlobalAddress and conver... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Bill Schmidt | Add missing test case from r228046 |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Duncan P. N... | Utils: Resolve cycles under distinct MDNodes |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Matthias Braun | MachineCSE: Clear dead-def flag on CSE. |
commit | commitdiff | tree | snapshot |
next |