projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2014-12-15
Matthias Braun
Revert "LiveRangeCalc: Rewrite subrange calculation"
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Michael Ilseman
Revert of r223763, in spirit.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Mark Heffernan
Clarify HowFarToZero computation when the step is a...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Colin LeMahieu
[Hexagon] Adding misc multiply encodings and tests.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Matthias Braun
LiveRangeCalc: Rewrite subrange calculation
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Colin LeMahieu
[Hexagon] Adding doubleworld accumulating multiplies...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Colin LeMahieu
[Hexagon] Adding accumulating half word multiplies.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Colin LeMahieu
[Hexagon] Adding multiply with rnd/sat/rndsat
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Ahmed Bougacha
[X86] And also test INSERTPS shuffle mask pretty-printing.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Matthias Braun
LiveRangeCalc: use more range based for loops; NFC
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Colin LeMahieu
[Hexagon] Adding encoding bits for halfword multiplies.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Ahmed Bougacha
[X86] Also pretty-print shuffle mask for INSERTPS rm...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Duncan P. N...
IR: Make metadata typeless in assembly
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Michael Ilseman
Silence more static analyzer warnings.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Reid Kleckner
Move mips1 tests to test/MC/Disassembler/Mips/mips1
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Vladimir Medic
Add disassembler tests for mips3 platform. There are...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Vladimir Medic
Add disassembler tests for mips2 platform. There are...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Vladimir Medic
This is the first in a series of patches that add missi...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Aaron Ballman
Changing a cast from unsigned to uint64_t, should be...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Elena Demikhovsky
Added a test related to 224247 revision
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Elena Demikhovsky
Sink store based on alias analysis
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Michael Kuperstein
[X86] Break false dependencies before partial register...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Suyog Sarda
Typo Correction in Test Case. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Elena Demikhovsky
AVX-512: Added EXPAND instructions and intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Alexey Bataev
Fix line mapping information in LLVM JIT profiling...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
David Majnemer
ThreadLocal: Move Unix-specific code out of Support...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
David Majnemer
StringPool: Cleanup typos in unittest comments
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
David Majnemer
ThreadLocal: Return a mutable pointer if templated...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Craig Topper
Use unique_ptr to remove explicit delete.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-14
Elena Demikhovsky
Loop Vectorizer minor changes in the code -
commit
|
commitdiff
|
tree
|
snapshot
2014-12-14
David Majnemer
APInt: udivrem should use machine instructions for...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-14
David Majnemer
ScalarEvolution: Remove SCEVUDivision, it's unused
commit
|
commitdiff
|
tree
|
snapshot
2014-12-14
Hal Finkel
[PowerPC] Handle cmp op promotion for SELECT[_CC] nodes...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Ahmed Bougacha
Reapply "[ARM] Combine base-updating/post-incrementing...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Renato Golin
Revert "[ARM] Combine base-updating/post-incrementing...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Benjamin Kramer
Fix Doxygen command misspellings.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Aaron Ballman
Silencing a -Wsign-compare warning; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Aaron Ballman
Silencing a *lot* of -Wsign-compare warnings; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Craig Topper
Use range-based for loops.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Akira Hatanaka
Rename argument strings of codegen passes to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Peter Collingbourne
Go bindings: introduce Value.ConstantAsMetadata.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Peter Collingbourne
Go bindings: introduce llvm.TemporaryMDNode.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Peter Collingbourne
Go bindings: introduce Metadata.ReplaceAllUsesWith.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Peter Collingbourne
Go bindings: expose the Metadata type.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Peter Collingbourne
Go bindings: remove contextless metadata bindings.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Hal Finkel
[PowerPC] Add a DAGToDAG peephole to remove unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
David Majnemer
ValueTracking: Don't recurse too deeply in computeKnown...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Chad Rosier
[ARMConstantIsland] Insert tbb/tbh optimization where...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Yaron Keren
Pass EC by reference to MemoryBufferMMapFile to return...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Saleem Abdulrasool
utils: update vim syntax highlighting for LLVM IR
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Michael Ilseman
Clean up static analyzer warnings.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Colin LeMahieu
[Hexagon] Adding double word add/min/minu/max/maxu...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Nico Weber
Revert r224149, llvm-dsymutil was already here.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Colin LeMahieu
[Hexagon] Adding J class call instructions.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Nico Weber
Add llvm-dsymutil to test/CMakeLists.txt
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Duncan P. N...
IR: Don't track nullptr on metadata RAUW
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Rafael Espindola
MAP_FILE is the default. We don't need to add it.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Reid Kleckner
Relax debug-map-parsing.test error message check for...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Steven Wu
More code format fix from r224133, NFC
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Rafael Espindola
Remove silly left over from the Windows resize_file...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Rafael Espindola
Move the resize file feature from mapped_file_region...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Rafael Espindola
Pass a FD to resise_file and add a testcase.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Rafael Espindola
Remove unused feature. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Frederic Riss
Initial dsymutil tool commit.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Steven Wu
Restructure code from r224097. NFC
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Robert Khasanov
[AVX512] Enabling bit logic lowering
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Rafael Espindola
Now that we require a newer python, use the new excepti...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Rafael Espindola
Require python 2.7.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Vasileios Kalintiris
[mips] Enable code generation for MIPS-III.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Robert Khasanov
[AVX512] Enabling MIN/MAX lowering.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Andrea Di Biagio
Reapply "[MachineScheduler] Fix for PR21807: minor...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Chad Rosier
[Reassociate] Use dbgs() instead of errs().
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Vasileios Kalintiris
[mips] Support SELECT nodes for targets that don't...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Rafael Espindola
Disable --icf=safe to avoid a bug.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Robert Khasanov
[AVX512] Minor fix in lowering pattern for broadcast...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Andrea Di Biagio
Revert: [MachineScheduler] Fix for PR21807: minor code...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Suyog Sarda
This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorde...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Andrea Di Biagio
[MachineScheduler] Fix for PR21807: minor code differen...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Charlie Turner
Emit Tag_ABI_FP_16bit_format build attribute.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Yaron Keren
Silence gcc 4.9.1 warning 'xyz' is used uninitialized...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Craig Topper
Pass output stream to AsLexInput instead of the whole...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Craig Topper
Use unique_ptr to remove an explicit delete. Change...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Craig Topper
Use make_unique instead of reset() and 'new'
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Craig Topper
Use range-based for loop.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Craig Topper
Remove unnecessary calls to unique_ptr::get.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Craig Topper
Remove an unnecessary reference variable that pointed...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Craig Topper
Use unique_ptr operator= instead of constructor to...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Ekaterina Romanova
A fix for PR21176.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Steven Wu
Fix another infinite loop in InstCombine
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Matt Arsenault
R600: Fix min/max matching problems with unordered...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Matt Arsenault
R600/SI: fmin/fmax_legacy are not associative
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Matt Arsenault
R600/SI: Don't promote f32 select to i32
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Richard Smith
Update the modules build to match r223802.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Duncan P. N...
Bitcode: Add missing "Remove in 4.0" comments
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Matthias Braun
Document that PassManager::add() may delete the pass...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Peter Collingbourne
Tom Stellard is now the code owner for libclc.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Philip Reames
Comment and minor code cleanup for GCStrategy (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Matt Arsenault
Add target hook for whether it is profitable to reduce...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Sanjay Patel
remove function names from comments; NFC
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Matt Arsenault
R600/SI: Handle physical registers in getOpRegClass
commit
|
commitdiff
|
tree
|
snapshot
next