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-05-28
Rafael Espindola
Simplify LastLocalSymbolIndex computation. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Rafael Espindola
Use range loops. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Pete Cooper
Add BranchProbabilityInfo::releaseMemory to clear the...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Rafael Espindola
Remove temporary FileSymbolData. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Colin LeMahieu
[Objdump] Allow instruction pretty printing to be speci...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Duncan P. N...
AsmPrinter: Rename begin_values() => values_begin(...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Colin LeMahieu
[llvm] Parameterizing the output stream for dumpbytes...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
David Majnemer
[InstCombine] Fold IntToPtr and PtrToInt into preceding...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Alexey Samsonov
Add llvm-dwarfdump-fuzzer that uses LibFuzzer to fuzz...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Owen Anderson
Add support for the convergent flag at the MC and Machi...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Chad Rosier
Reuse Loc variable. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Duncan P. N...
AsmPrinter: Suppress warnings on GCC from r238362, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Rafael Espindola
Use range loops for accessing file names. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Owen Anderson
Expand the Flags field of MCInstrDesc to 64 bits, while...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Rafael Espindola
Merge computeSymbolTable and writeSymbolTable.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Kai Nacke
[mips] Add new format for dmtc2/dmfc2 for Octeon CPUs.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Ed Maste
DebugInfo: .debug_line DWARF64 support
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Rafael Espindola
Don't create an unused _GLOBAL_OFFSET_TABLE_.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Renato Golin
[ARMTargetParser] Adding sub-arch information for Clang...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Daniel Sanders
[mips] Make TTypeEncoding indirect to allow .eh_frame...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Petar Jovanovic
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Aaron Ballman
Silencing two signed/unsigned mismatch warnings; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Benjamin Kramer
[AsmPrinter] Destroy allocated DIEAbbrevs on teardown.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Renato Golin
[ARMTargetParser] Adding a few more CPUs for Clang...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Benjamin Kramer
[MC] Replace custom string join function with the one...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Benjamin Kramer
Don't call utostr in Twine/raw_ostream contexts.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Renato Golin
Fix comments in ARMTargetParser. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Yury Gribov
[ASan] Fix previous commit. Patch by Max Ostapenko!
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Yury Gribov
[ASan] New approach to dynamic allocas unpoisoning...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Craig Topper
[TableGen] Use DefInit::getAsString instead of getDef...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Craig Topper
[TableGen] Don't convert types to strings to query...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
David Majnemer
[Reassociate] Canonicalizing 'x [+-] (-Constant * y...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Jingyue Wu
[NaryReassociate] Run EarlyCSE after NaryReassociate
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Chandler Carruth
[x86] Refactor the tests for popcnt.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Chandler Carruth
[omp] Actually provide a default OpenMP runtime --...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Chandler Carruth
[omp] Add a configuration variable for the default...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Duncan P. N...
AsmPrinter: Avoid a warning in NDEBUG, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Duncan P. N...
AsmPrinter: Return added DIE from DIE::addChild()
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Fiona Glaser
RegisterPressure: fix debug prints in case of physical...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Duncan P. N...
AsmPrinter: Stop exposing underlying DIEValue list...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Duncan P. N...
AsmPrinter: Remove DIEHash::AttrEntry, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Duncan P. N...
AsmPrinter: Store abbreviation data directly in DIE...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Duncan P. N...
Reapply "AsmPrinter: Change DIEValue to be stored by...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Duncan P. N...
AsmPrinter: Introduce DIEValue.def, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
Rename and move getCurrentSectionData.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
There is only one current section.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Lang Hames
[RuntimeDyld] Fix MachO i386 SECTDIFF relocation to...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Renato Golin
ARMTargetParser: Make BSD Thumb/BE armv6 work
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Alex Lorenz
MIR: Remove 2 empty non-reverted directories form SVN.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Diego Novillo
Final fix for PR 23499 and IR test case.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Duncan P. N...
Revert "AsmPrinter: Change DIEValue to be stored by...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Duncan P. N...
AsmPrinter: Change DIEValue to be stored by value
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Duncan P. N...
AsmPrinter: Reorganize DIE.h, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Renato Golin
ARMTargetParser: Normalising build attributes
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Yaron Keren
Avoid creating and destroying a std::string on every...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Alex Lorenz
Resubmit r237954 (MIR Serialization: print and parse...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Jan Vesely
R600: Rely on TypeLegalizer to use divrem instead of...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Jan Vesely
SelectionDAG: Don't do libcall on div/rem if divrem...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Diego Novillo
Fix PR 23499 - Avoid multiple profile counters for...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Zoran Jovanovic
[mips][microMIPSr6] Implement SEB and SEH instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
Fix NDEBUG build.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
Delete MCSectionData.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
Delete dead code. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
Stop using MCSectionData in WinCOFFObjectWriter.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
clang-format WinCOFFObjectWriter.cpp. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
Remove uses of MCSectionData from MachObjectWriter...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Jozef Kolek
[mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Elena Demikhovsky
AVX-512: Fixed a bug in extracting subvector from v64i1
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
Move getSubsectionInsertionPoint to MCSection.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
Remove uses of MCSectionData from ELFObjectWriter....
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
Use operator<< instead of print in a few more places.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rafael Espindola
We always have an InstPrinter.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Chandler Carruth
Revert r238305: [PM] Use a simpler technique to drop...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Chandler Carruth
[PM] Use a simpler technique to drop optional analysis...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Daniel Sanders
Revert r238190 and r238197: [mips] Make TTypeEncoding...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Elena Demikhovsky
AVX-512: Implemented all forms of sign-extend and zero...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Chandler Carruth
Add some more detailed docs about the current state...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Quentin Colombet
[X86] Implement the support for shrink-wrapping.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Quentin Colombet
[ShrinkWrap] Add a target hook to check whether or not
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Matthias Braun
ARMLoadStoreOptimizer: Code cleanup; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Matthias Braun
MachineBasicBlock: Cleanup computeRegisterLiveness()
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Matthias Braun
MCSymbol: Make print() robust against empty names
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rui Ueyama
Object/COFF: Add accessors for import header bitfields.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Chandler Carruth
[inliner] Fix the early-exit of the inline cost analysi...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Rui Ueyama
Object/COFF: Add coff_import_header.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Filipe Cabecinhas
[BitcodeReader] Change assert to report_fatal_error
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Filipe Cabecinhas
[BitstreamReader] Make sure the Array operand type...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Filipe Cabecinhas
clang-format a couple of lines
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Filipe Cabecinhas
[BitcodeReader] Make sure abbrev records have at least...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Owen Anderson
Add initial support for the convergent attribute.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Filipe Cabecinhas
[BitcodeReader] Sanity check on Comdat ID
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Rafael Espindola
clang-format TargetRegistry.h. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Philip Reames
[PlaceSafepoints] Entry safepoint location doesn't...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Philip Reames
[PlaceSafepoints] Cleanup InsertSafepointPoll function
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Kostya Serebryany
[lib/Fuzzer] make the fuzzing timeout 1200 seconds...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Rafael Espindola
Simplify boolean conditional return statements.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Rui Ueyama
Object/COFF: Add COFFSymbolRef::isAbsolute().
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Akira Hatanaka
Remove NoFramePointerElim and NoFramePointerElimOverrid...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Adrian Prantl
Use "auto &" in range-based for-loop and remove the...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-26
Adrian Prantl
Fix a use-after-free in a DEBUG output.
commit
|
commitdiff
|
tree
|
snapshot
next