projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2015-01-18
Chandler Carruth
[PM] Pull the analyses used for another utility routine...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Chandler Carruth
[PM] Sink the specific analyses preserved by SplitBlock...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Chandler Carruth
[PM] Replace another Pass argument with specific analys...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Chandler Carruth
[PM] Refactor how the LoopRotation pass access the...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Chandler Carruth
[PM] Lift the actual analyses used into the inferface...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Chandler Carruth
[PM] Now that LoopInfo isn't in the Pass type hierarchy...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Chandler Carruth
[PM] Cleanup more warnings my refactoring exposed where...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Chandler Carruth
[PM] Remove a dead field.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Chandler Carruth
[PM] Split the LoopInfo object apart from the legacy...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Hal Finkel
[PowerPC] Don't list R11 as a patchpoint scratch register
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Hans Wennborg
ProgrammersManual.rst: fix a typo
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Mehdi Amini
Improve DAG combine pass on certain IR vector patterns
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Lang Hames
[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Richard Trieu
Remove std::move that was preventing return value optim...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Matthias Braun
RegisterCoalescer: Cleanup and improved comment for...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Matthias Braun
RegisterCoalescer: Cleanup by factoring out a common...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Matthias Braun
RegisterCoalescer: Cleanup comment style
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Matthias Braun
RegisterCoalescer: Drive-by typo + whitespace fix
commit
|
commitdiff
|
tree
|
snapshot
2015-01-17
Lang Hames
[RuntimeDyld] Remove the brace initialization that...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Kevin Enderby
Change the test case for llvm-objdump’s -archive-header...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Philip Reames
Update a comment
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Philip Reames
clang-format all the GC related files (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Lang Hames
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Matt Arsenault
R600: Clean up floor tests
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Kevin Enderby
Fix the Archive::Child::getRawSize() method used by...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Lang Hames
[Kaleidoscope] Run clang-format over chapter 4 of kalei...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Colin LeMahieu
[Hexagon] Converting halfword to doubleword multiply...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Colin LeMahieu
[Hexagon] Converting accumulating halfword multiply...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Colin LeMahieu
[Hexagon] Beginning converting intrinsics to patterns...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Lang Hames
[RuntimeDyld] Add 'stub_addr' to comment describing...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Colin LeMahieu
[Hexagon] Fix 226309, replacement atomic store patterns...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Saleem Abdulrasool
llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Saleem Abdulrasool
X86: fix comment typo in AsmParser
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Philip Reames
Move ownership of GCStrategy objects to LLVMContext
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Colin LeMahieu
[Hexagon] Removing old duplicate atomic load/store...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Lang Hames
[Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidosco...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Philip Reames
Remove gc.root's findCustomSafePoints mechanism
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Colin LeMahieu
[Hexagon] Converting old patterns to new versions using...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Sumanth Gundapaneni
Check commit access
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Adam Nemet
[AVX512] Add intrinsics for masked aligned FP loads...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Adam Nemet
[AVX512] Remove trailing whitespaces in this test
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Duncan P. N...
IR: Allow 16-bits for column info
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Duncan P. N...
IR: Cleanup dead code, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Colin LeMahieu
[Hexagon] Updating call/jump instruction patterns.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Andrea Di Biagio
[X86][DAG] Disable target specific combine on INSERTPS...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Toma Tabacu
[mips] Remove a redundant semicolon and add space befor...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Simon Pilgrim
[X86] Refactored stack memory folding tests to explicit...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Timur Iskhodzhanov
Revert r226242 - Revert Revert Don't create new comdats...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Filipe Cabecinhas
Use report_fatal_error instead of llvm_unreachable...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Hal Finkel
[PowerPC] Adjust PatchPoints for ppc64le
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Mehdi Amini
Fix Reassociate handling of constant in presence of...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Rafael Espindola
Revert "Revert Don't create new comdats in CodeGen"
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Kevin Enderby
Work around to get the build bot clang-cmake-armv7...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Kevin Enderby
Another attempt to fix the build bot clang-cmake-armv7...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Sanjoy Das
Add a new pass "inductive range check elimination"
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Kevin Enderby
This should fix the build bot clang-cmake-armv7-a15...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Matt Arsenault
R600/SI: Add patterns for v_cvt_{flr|rpi}_i32_f32
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Filipe Cabecinhas
Fix edge case when Start overflowed in 32 bit mode
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Kevin Enderby
Add the option, -archive-headers, used with -macho...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Matt Arsenault
R600/SI: Fix trailing comma with modifiers
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Colin LeMahieu
[Hexagon] Adding new-value store and bit reverse instru...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Filipe Cabecinhas
Report fatal errors instead of segfaulting/asserting...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Lang Hames
[Object] Add SF_Exported flag. This flag will be set...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Sanjoy Das
Revert r226201 (Add a new pass "inductive range check...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
David Majnemer
InductiveRangeCheckElimination: Remove extra ';'
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Andrew Kaylor
Fixing pedantic build warnings.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Colin LeMahieu
[Hexagon] Fix 226206 by uncommenting required pattern...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Hal Finkel
[PowerPC] Loosen ELFv1 PPC64 func descriptor loads...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Colin LeMahieu
[Hexagon] Updating indexed load-extend patterns and...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Sanjoy Das
Add a new pass "inductive range check elimination"
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Hal Finkel
Revert "r226086 - Revert "r226071 - [RegisterCoalescer...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Philip Reames
Style cleanup of old gc.root lowering code
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Matt Arsenault
R600/SI: Improve fpext / fptrunc test coverage
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Philip Reames
clang-format GCStrategy.cpp & GCRootLowering.cpp (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Philip Reames
Split GCStrategy.cpp into two files (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Colin LeMahieu
[Hexagon] Removing old versions of vsplice, valign...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Marek Olsak
R600/SI: Unify VOP2 instructions which are VOP3-only...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Marek Olsak
R600/SI: Use 64-bit encoding by default for opcodes...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Marek Olsak
R600/SI: Add V_READLANE_B32 and V_WRITELANE_B32 for VI
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Marek Olsak
R600/SI: Don't shrink instructions whose e32 encoding...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Marek Olsak
R600/SI: Add common class VOPAnyCommon
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Marek Olsak
R600/SI: Don't select SI-only VOP3 opcodes on VI
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Colin LeMahieu
[Hexagon] Adding vmux instruction. Removing old transf...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Ramkumar Ramachandra
statepoint tests: use statepoint-example gc
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Joerg Sonnenberger
Support @PLT loads on 32bit x86.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Colin LeMahieu
[Hexagon] Deleting old float comparison instruction...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Colin LeMahieu
[Hexagon] Replacing old fadd/fsub instructions and...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Timur Iskhodzhanov
Revert Don't create new comdats in CodeGen
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Daniel Sanders
[mips] Fix a typo in the compare patterns for MIPS32r6...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Vasileios Kalintiris
Fix the C-API MCJIT test for 32-bit big endian machines.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Vladimir Medic
Add disassembler tests for mips64r6 platform. There...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Vladimir Medic
Add disassembler tests for mips32r6 platform. There...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Vladimir Medic
Add disassembler tests for mips64r2 platform. There...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Mehdi Amini
Fix SelectionDAG -view-*-dags filtering
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Alexander Kornienko
Replace size method call of containers to empty method...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Chandler Carruth
[PM] Port TargetLibraryInfo to the new pass manager...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Chandler Carruth
[PM] Separate the TargetLibraryInfo object from the...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Craig Topper
Hide some redundant AVX512 instructions from the asm...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Vladimir Medic
Add disassembler tests for mips64 platform. There are...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
David Majnemer
SimplifyIndVar: Remove unused variable
commit
|
commitdiff
|
tree
|
snapshot
next