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-04-29
Reid Kleckner
[WinEH] Start EH preparation for 32-bit x86, it uses...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Sanjay Patel
generalize binop reassociation; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Pat Gavlin
Run StatepointLowering.{cpp,h} through clang-format.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Chris Bieneman
[NFC] Updating FileCheck to reduce the std::vector...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Chris Bieneman
[NFC] Converting to range-based for.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
David Blaikie
[opaque pointer type] Pass GlobalAlias the actual point...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Rafael Espindola
Inline FragmentWriter into the only user.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Rafael Espindola
Write the symbol table directly to the output file.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Sanjay Patel
tidy up; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Rafael Espindola
Use pwrite to write the number of sections.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Sanjay Patel
too much space again; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Rafael Espindola
Write the string table directly to the output file.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Sanjay Patel
too much space; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Douglas Katzman
[Sparc] Really add sparcel architecture support.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Rafael Espindola
Write the section header string table directly to the...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Jonathan Roelofs
Clean up docs references to './configure' in preparatio...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Manman Ren
[AArch64] Refactor out codes that depend on specific...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Rafael Espindola
Avoid a few const_cast.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Tim Northover
ARM: mark branch-like instructions with correct flags.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Douglas Katzman
New architecture name - 'sparcel' for Sparc little...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Douglas Katzman
Make Sparc assembler accept parenthesized constant...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Zoran Jovanovic
[mips][microMIPSr6] Implement MUL, MUH, MULU and MUHU...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Andrew Kaylor
[WinEH] Fix minor bug in begincatch block splitting
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Reid Kleckner
Disable failing TestDevNull test on Windows
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Adrian Prantl
Temporarily relax a check in the debug info verifier.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Reid Kleckner
[X86] Avoid mangling frameescape labels
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Duncan P. N...
IR: Give 'DI' prefix to debug info metadata
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Jan Vesely
CodeGen: Default overflow operations to expand so we...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Zoran Jovanovic
[mips][microMIPSr6] Implement SUB and SUBU instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Zoran Jovanovic
[mips][microMIPSr6] Implement ADD, ADDU and ADDIU instr...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
James Y Knight
Sparc: Prefer reg+reg address encoding when only one...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Rafael Espindola
Relax assert to avoid spurious failures with /dev/null.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Vasileios Kalintiris
Mips fast-isel - handle functions which return i8 or...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Rafael Espindola
Don't constrain the section order in tests that don...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Daniel Sanders
[mips] Correct 128-bit shifts on 64-bit targets.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Toma Tabacu
[mips] [IAS] Inline assemble-time shifting out of creat...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Elena Demikhovsky
fixed 80-chars; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Elena Demikhovsky
Fixed masked gather/scatter switch-case
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Craig Topper
[TableGen] Use range-based for loops. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Craig Topper
[TableGen] Fold a couple dyn_casts into the ifs that...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Craig Topper
[TableGen] Replace some dyn_casts followed by an assert...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Elena Demikhovsky
fixed comments, blanks, nullptr; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Craig Topper
[TableGen] Use range-based for loops. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Hans Wennborg
Drop Dragonegg from the release export script
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Filipe Cabecinhas
Use an "early return" idiom for the error case. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Filipe Cabecinhas
Check that we have a valid PointerType element type...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Filipe Cabecinhas
Use the ArrayType member function for array element...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Hans Wennborg
Drop Dragonegg support from the release script
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Filipe Cabecinhas
Turn an assert into report_fatal_error since it's reach...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Lang Hames
[Orc] It's not valid to pass a null resolver to addModu...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Filipe Cabecinhas
Make sure that isValidElementType(Type) before calling...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Matthias Braun
RegisterCoalescer: hide terminal rule option by default
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Hans Wennborg
test-release.sh: Drop some unused command-line options.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Map directly from signature symbol to group index....
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Eric Christopher
Reuse a lookup in an assert.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Remove redundant temporary std::vector.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Tim Northover
ARM: fix peephole optimisation of TST
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Avoid one more walk over all sections. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Andrew Kaylor
Style updates
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Use a range loop. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Andrew Kaylor
[WinEH] Split blocks at calls to llvm.eh.begincatch
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Avoid an extra walk over the sections just to assign...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
James Y Knight
Sparc: Add alternate aliases for conditional branch...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Reid Kleckner
[SEH] Add an LLVM intrinsic for _exception_info
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Remove the GroupMapTy DenseMap. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Sanjay Patel
transform fadd chains to increase parallelism
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Alexei Starovoitov
[bpf] fix build
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Use range loops. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Filipe Cabecinhas
Relax an assert when there's a type mismatch in forward...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Avoid adding to SectionIndexMap sections that we never...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Daniel Berlin
Make getModRefInfo(Instruction *) not crash on certain...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Use a range loop. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Sanjay Patel
[x86] remove RCPPS and RSQRTPS intrinsic instruction...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Eric Christopher
Add a fixme to resetTargetOptions to explain why it...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Eric Christopher
Fix a [-Werror,-Winconsistent-missing-override] problem...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Tom Stellard
R600: Fix up for AsmPrinter's OutStreamer being a uniqu...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Tom Stellard
R600/SI: Add a lower case alias for subtarget feature...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Justin Holewinski
[NVPTX] Handle addrspacecast constant expressions in...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
David Blaikie
[opaque pointer type] Encode the allocated type of...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Sanjay Patel
move IR-level optimization flags into their own struct
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Use a std::vector to record the offsets of the sections...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Avoid an extra loop for computing the section size...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Elena Demikhovsky
Fixed crash of variable shift inst on AVX2
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Toma Tabacu
[mips] [IAS] Do not generate redundant ORi in createLSh...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Sergey Dmitrouk
Reapply r235977 "[DebugInfo] Add debug locations to...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Rafael Espindola
Use CIE version 4 for dwarf4.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Daniel Jasper
Revert "[DebugInfo] Add debug locations to constant...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Toma Tabacu
[mips] [IAS] Rename the createShiftOr function to creat...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Toma Tabacu
[mips] [IAS] Store the expandLoadImm destination regist...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Sergey Dmitrouk
[DebugInfo] Add debug locations to constant SD nodes
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Elena Demikhovsky
AVX-512: Added "pandn" intrinsics set
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Elena Demikhovsky
Masked gather and scatter: Added code for SelectionDAG.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
David Blaikie
[opaque pointer type] Encode the pointee type in the...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Ahmed Bougacha
[MC] Use LShr for constant evaluation of ">>" on ELF...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Duncan P. N...
DebugInfo: Support up to 2^16 arguments in a subprogram
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Matthias Braun
Cleanup, remove unused return value
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Ahmed Bougacha
[MC] Split MCBinaryExpr::Shr into LShr and AShr.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Ahmed Bougacha
[MC] Move getBinOpPrecedence into AsmParser. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Hans Wennborg
Switch lowering: use uint32_t for weights everywhere
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Duncan P. N...
LTO: Add API to choose whether to embed uselists
commit
|
commitdiff
|
tree
|
snapshot
next