projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[x86] Bring some sanity to the x86 CPU processor definitions.
2014-12-04
Alexey Samsonov
Revert "Fix UBSan report in StringMap implementation."
commit
|
commitdiff
|
tree
2014-12-04
Alexey Samsonov
Fix UBSan report in StringMap implementation.
commit
|
commitdiff
|
tree
2014-11-20
Alexey Samsonov
Remove support for undocumented SpecialCaseList entries.
commit
|
commitdiff
|
tree
2014-10-20
Alexey Samsonov
Try to fix GCC error about invalid use of const_cast...
commit
|
commitdiff
|
tree
2014-10-20
Alexey Samsonov
Constify getELFDynamicSymbolIterators standalone function...
commit
|
commitdiff
|
tree
2014-10-20
Alexey Samsonov
Add const version of OwningBinary::getBinary
commit
|
commitdiff
|
tree
2014-10-20
Alexey Samsonov
Be more specific about return type of MachOUniversalBinary...
commit
|
commitdiff
|
tree
2014-10-20
Alexey Samsonov
Constify input argument of RelocVisitor and DWARFContext...
commit
|
commitdiff
|
tree
2014-10-10
Alexey Samsonov
Follow-up to r219534 to make symbolization more robust.
commit
|
commitdiff
|
tree
2014-10-10
Alexey Samsonov
Re-land r219354: Use llvm-symbolizer to symbolize LLVM...
commit
|
commitdiff
|
tree
2014-10-08
Alexey Samsonov
Revert r219354. It seems to break some buildbots.
commit
|
commitdiff
|
tree
2014-10-08
Alexey Samsonov
Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.
commit
|
commitdiff
|
tree
2014-10-08
Alexey Samsonov
[DebugInfo] Pass DWARFSection down to DWARFUnit constructor...
commit
|
commitdiff
|
tree
2014-10-08
Alexey Samsonov
[DebugInfo] Pass DWARFSection into DWARFUnitSection...
commit
|
commitdiff
|
tree
2014-10-07
Alexey Samsonov
[DebugInfo] Turn DWARFContext::Section into DWARFSection...
commit
|
commitdiff
|
tree
2014-09-17
Alexey Samsonov
Exclude known and bugzilled failures from UBSan bootstrap
commit
|
commitdiff
|
tree
2014-09-17
Alexey Samsonov
Fixup for r217830. Don't do left shifts on negative...
commit
|
commitdiff
|
tree
2014-09-17
Alexey Samsonov
Fix float division-by-zero in R600 scheduler.
commit
|
commitdiff
|
tree
2014-09-10
Alexey Samsonov
Make CallingConv::ID an alias of "unsigned".
commit
|
commitdiff
|
tree
2014-09-08
Alexey Samsonov
Be more careful in parsing Module::ModFlagBehavior...
commit
|
commitdiff
|
tree
2014-09-06
Alexey Samsonov
Fix right shift by 64 bits detected on CXX/lex/lex...
commit
|
commitdiff
|
tree
2014-09-05
Alexey Samsonov
[DWARF parser] Fix nasty memory corruption in .dwo...
commit
|
commitdiff
|
tree
2014-09-05
Alexey Samsonov
[CMake] Add -fno-sanitize=function to UBSan bootstrap
commit
|
commitdiff
|
tree
2014-09-03
Alexey Samsonov
Fix downcasts of unaligned empty/tombstone DenseMap...
commit
|
commitdiff
|
tree
2014-09-02
Alexey Samsonov
Fix left shifts of negative values in MipsDisassembler.
commit
|
commitdiff
|
tree
2014-09-02
Alexey Samsonov
Fix signed integer overflow in PPCInstPrinter.
commit
|
commitdiff
|
tree
2014-09-02
Alexey Samsonov
Fix left shifts by too large exponents in MCParser
commit
|
commitdiff
|
tree
2014-09-02
Alexey Samsonov
Fix left shifts of negative integers in AArch64 InstPrinter...
commit
|
commitdiff
|
tree
2014-08-29
Alexey Samsonov
Make isValidMCLOHType take unsigned instead of enum...
commit
|
commitdiff
|
tree
2014-08-29
Alexey Samsonov
Introduce -DLLVM_USE_SANITIZER=Undefined CMake option...
commit
|
commitdiff
|
tree
2014-08-27
Alexey Samsonov
Fix unaligned reads/writes in X86JIT and RuntimeDyldELF.
commit
|
commitdiff
|
tree
2014-08-27
Alexey Samsonov
Use BitVector instead of int in R600 SIISelLowering.
commit
|
commitdiff
|
tree
2014-08-20
Alexey Samsonov
Don't allow MCStreamer::EmitIntValue to output 0-byte...
commit
|
commitdiff
|
tree
2014-08-20
Alexey Samsonov
Fix undefined behavior (left shift of negative value...
commit
|
commitdiff
|
tree
2014-08-20
Alexey Samsonov
Fix null reference creation in SelectionDAG constructor.
commit
|
commitdiff
|
tree
2014-08-20
Alexey Samsonov
Fix undefined behavior (left shift of negative value...
commit
|
commitdiff
|
tree
2014-08-20
Alexey Samsonov
Cleanup: Delete seemingly unused reference to MachineDominat...
commit
|
commitdiff
|
tree
2014-08-20
Alexey Samsonov
Fix null reference creation in ScheduleDAGInstrs constructor...
commit
|
commitdiff
|
tree
2014-08-20
Alexey Samsonov
Fix undefined behavior (left shift by 64 bits) in ScaledNumb...
commit
|
commitdiff
|
tree
2014-08-19
Alexey Samsonov
Delete unused argument in AArch64MCInstLower constructor...
commit
|
commitdiff
|
tree
2014-08-19
Alexey Samsonov
Hide two different AlignMode enums in anonymous namespaces...
commit
|
commitdiff
|
tree
2014-08-02
Alexey Samsonov
[ASan] Use metadata to pass source-level information...
commit
|
commitdiff
|
tree
2014-07-22
Alexey Samsonov
[ASan] Fix comments about __sanitizer_cov function
commit
|
commitdiff
|
tree
2014-07-17
Alexey Samsonov
[ASan] Don't instrument load/stores with !nosanitize...
commit
|
commitdiff
|
tree
2014-07-16
Alexey Samsonov
CHECK-LABEL-ize one test
commit
|
commitdiff
|
tree
2014-07-12
Alexey Samsonov
[ASan] Collect unmangled names of global variables...
commit
|
commitdiff
|
tree
2014-07-11
Alexey Samsonov
[ASan] Introduce a struct representing the layout of...
commit
|
commitdiff
|
tree
2014-07-09
Alexey Samsonov
Decouple llvm::SpecialCaseList text representation...
commit
|
commitdiff
|
tree
2014-07-08
Alexey Samsonov
[ASan] Completely remove sanitizer blacklist file from...
commit
|
commitdiff
|
tree
2014-07-08
Alexey Samsonov
Kill unnecessary include
commit
|
commitdiff
|
tree
2014-07-02
Alexey Samsonov
Remove non-static field initializer to appease MSVC
commit
|
commitdiff
|
tree
2014-07-02
Alexey Samsonov
[ASan] Print exact source location of global variables...
commit
|
commitdiff
|
tree
2014-06-24
Alexey Samsonov
Include <tuple> for std::tie
commit
|
commitdiff
|
tree
2014-06-13
Alexey Samsonov
[DWARF parser] Use distinction between DW_AT_ranges_base...
commit
|
commitdiff
|
tree
2014-06-13
Alexey Samsonov
Remove top-level Clang -fsanitize= flags for optional...
commit
|
commitdiff
|
tree
2014-06-12
Alexey Samsonov
[DWARF parser] Fix broken address ranges construction.
commit
|
commitdiff
|
tree
2014-06-12
Alexey Samsonov
[llvm-symbolizer] Fix parsing DW_AT_ranges in Fission...
commit
|
commitdiff
|
tree
2014-06-09
Alexey Samsonov
Generate better location ranges for some register-described...
commit
|
commitdiff
|
tree
2014-06-05
Alexey Samsonov
Fix markup for -debug-only option
commit
|
commitdiff
|
tree
2014-06-05
Alexey Samsonov
Fix null dereference with -debug-only=dwarfdebug
commit
|
commitdiff
|
tree
2014-06-05
Alexey Samsonov
Use AArch64 instead of now removed ARM64 in test configs
commit
|
commitdiff
|
tree
2014-06-02
Alexey Samsonov
Remove sanitizer blacklist from ASan/TSan/MSan function...
commit
|
commitdiff
|
tree
2014-05-31
Alexey Samsonov
[ASan] Behave the same for functions w/o sanitize_address...
commit
|
commitdiff
|
tree
2014-05-31
Alexey Samsonov
[TSan] Fixup a test case after r209939
commit
|
commitdiff
|
tree
2014-05-31
Alexey Samsonov
[TSan] Behave the same for functions w/o sanitize_thread...
commit
|
commitdiff
|
tree
2014-05-29
Alexey Samsonov
Use range-based for loops in ASan, TSan and MSan
commit
|
commitdiff
|
tree
2014-05-29
Alexey Samsonov
[ASan] Hoist blacklisting globals from init-order checking...
commit
|
commitdiff
|
tree
2014-05-29
Alexey Samsonov
Fix typo in variable name
commit
|
commitdiff
|
tree
2014-05-29
Alexey Samsonov
[ASan] Use llvm.global_ctors to insert init-order checking...
commit
|
commitdiff
|
tree
2014-05-27
Alexey Samsonov
Change representation of instruction ranges where variable...
commit
|
commitdiff
|
tree
2014-05-27
Alexey Samsonov
Factor out looking for prologue end into a function
commit
|
commitdiff
|
tree
2014-05-27
Alexey Samsonov
Don't pre-populate the set of keys in the map with...
commit
|
commitdiff
|
tree
2014-05-20
Alexey Samsonov
Fix test added in r209242: llc shouldn't create files...
commit
|
commitdiff
|
tree
2014-05-20
Alexey Samsonov
Rewrite calculateDbgValueHistory to make it (hopefully...
commit
|
commitdiff
|
tree
2014-05-19
Alexey Samsonov
Add documentation for llvm-dwarfdump tool
commit
|
commitdiff
|
tree
2014-05-19
Alexey Samsonov
Kill symbolization functionality in llvm-dwarfdump...
commit
|
commitdiff
|
tree
2014-05-17
Alexey Samsonov
[DWARF parser] Teach DIContext to fetch short (non...
commit
|
commitdiff
|
tree
2014-05-15
Alexey Samsonov
[DWARF parser] Use enums instead of bitfields in DILineInfoS...
commit
|
commitdiff
|
tree
2014-05-07
Alexey Samsonov
[CMake] Add build rules for llvm-PerfectShuffle utility
commit
|
commitdiff
|
tree
2014-04-30
Alexey Samsonov
Use a single data structure to store all user variables...
commit
|
commitdiff
|
tree
2014-04-30
Alexey Samsonov
Convert more loops to range-based equivalents
commit
|
commitdiff
|
tree
2014-04-30
Alexey Samsonov
Slightly simplify code in DwarfDebug::beginFunction
commit
|
commitdiff
|
tree
2014-04-30
Alexey Samsonov
Move logic for calculating DBG_VALUE history map into...
commit
|
commitdiff
|
tree
2014-04-30
Alexey Samsonov
Don't expect to find fpcmp and PerfectShuffle when...
commit
|
commitdiff
|
tree
2014-04-30
Alexey Samsonov
Convert several loops over MachineFunction basic blocks...
commit
|
commitdiff
|
tree
2014-04-30
Alexey Samsonov
[DWARF parser] Cleanup code in DWARFDebugLine.
commit
|
commitdiff
|
tree
2014-04-29
Alexey Samsonov
[DWARF parser] Cleanup code in DWARFDebugLine.
commit
|
commitdiff
|
tree
2014-04-29
Alexey Samsonov
[DWARF parser] Compress DIEMinimal even further, simplify...
commit
|
commitdiff
|
tree
2014-04-28
Alexey Samsonov
[DWARF parser] DWARFDebugFrame: Make FrameEntry struct...
commit
|
commitdiff
|
tree
2014-04-28
Alexey Samsonov
[DWARF parser] DWARFDebugFrame: use unique_ptr instead...
commit
|
commitdiff
|
tree
2014-04-28
Alexey Samsonov
[DWARF parser] Simplify DWARFDebugAranges generation.
commit
|
commitdiff
|
tree
2014-04-25
Alexey Samsonov
Fix missing include
commit
|
commitdiff
|
tree
2014-04-25
Alexey Samsonov
[DWARF parser] Cleanup code in DWARFDebugAranges.
commit
|
commitdiff
|
tree
2014-04-25
Alexey Samsonov
[DWARF parser] Cleanup code in DWARFDebugAbbrev.
commit
|
commitdiff
|
tree
2014-04-24
Alexey Samsonov
[DWARF parser] Make a few methods non-public
commit
|
commitdiff
|
tree
2014-04-24
Alexey Samsonov
[DWARF parser] DWARFUnit ctor doesn't need both parsed...
commit
|
commitdiff
|
tree
2014-04-24
Alexey Samsonov
[DWARF parser] Simplify and re-format a method
commit
|
commitdiff
|
tree
2014-04-18
Alexey Samsonov
[llvm-symbolizer] Print file/line for a PC even if...
commit
|
commitdiff
|
tree
2014-04-18
Alexey Samsonov
[DWARF parser] Turn DILineInfo into a struct.
commit
|
commitdiff
|
tree
2014-04-18
Alexey Samsonov
[DWARF parser] Respect address ranges specified in...
commit
|
commitdiff
|
tree
next