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-19
Rafael Espindola
Produce errors when an assignment expression would...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Bradley Smith
[ARM] SSAT/USAT with an 'asr #32' shift should result...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Bradley Smith
[ARM] Fixup sign extend instruction availability w...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Rafael Espindola
Bring r226038 back.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Chandler Carruth
[PM] Replace the Pass argument to SplitEdge with specif...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Chandler Carruth
[PM] Cleanup a dead option to critical edge splitting...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Chandler Carruth
[PM] Remove the Pass argument from all of the critical...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Sergey Dmitrouk
[NFC] Update createMachineScheduler() comment
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Chandler Carruth
Suppress the newly added Clang warning for the inaccess...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Chandler Carruth
[PM] Relax asserts and always try to reconstruct loop...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Erik Eckstein
SLPVectorizer: limit the number of alias checks to...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Hal Finkel
[PowerPC] Minor correction to r226432
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Michael Kuperstein
[MIScheduler] Slightly better handling of constrainLoca...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Hal Finkel
[PowerPC] Add r2 as an operand for all calls under...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Craig Topper
[x86] Change AVX512 intrinsics to take a 8-bit immediat...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Michael Gottesman
[tinyptrvector] Add in a MutableArrayRef implicit conve...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Chandler Carruth
[PM] Lift the analyses into the interface for
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Michael Gottesman
Change using => typedef to please the MSVC bots.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
Michael Gottesman
Hide the state of TinyPtrVector and remove the single...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
NAKAMURA Takumi
Reorder.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
NAKAMURA Takumi
[CMake] examples/Kaleidoscope: Prune redundant libdeps.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-19
NAKAMURA Takumi
[CMake] Update libdeps in examples/Kaleidoscope/Chapter4.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
David Blaikie
unique_ptrify the RelInfo parameter to TargetRegistry...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
David Blaikie
Attempt to fix the MSVC build by working around a layer...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
David Blaikie
std::unique_ptrify the MCStreamer argument to createAsm...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Matt Arsenault
R600: Remove redundant test
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Daniel Sanders
[mips] 'CHECK :' is not a valid check directive. Fixed.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Daniel Sanders
[mips] Make whitespace in disassembler tests more consi...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Daniel Sanders
[mips] Make whitespace of disassembler tests more consi...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Simon Pilgrim
[X86][SSE] Added scalar min/max folding tests. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Simon Pilgrim
[X86][SSE] Added float extract and xmm extract/insert...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Simon Pilgrim
[X86][SSE] Added scalar conversion stack folding tests...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Hal Finkel
[PowerPC] Don't hard-code R2 as register when processin...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Hal Finkel
[PowerPC] Add some FIXMEs for fastcc and FPR <-> GPR...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Simon Pilgrim
AVX1 stack folding tests. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Hal Finkel
[PowerPC] Initial PPC64 calling-convention changes...
commit
|
commitdiff
|
tree
|
snapshot
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
next