index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] refactor the way we collect cmp traces (don't use std::vector, do...
Kostya Serebryany
2016-01-09
1
-22
/
+35
*
fixing type.
Mike Aizatsky
2016-01-09
1
-1
/
+2
*
llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build in -m32. 1L is incompat...
NAKAMURA Takumi
2016-01-09
1
-1
/
+1
*
[llvm-symbolizer] -print-source-context-lines option to print source code aro...
Mike Aizatsky
2016-01-09
5
-8
/
+70
*
Fiddling with Pavel's fix for getting the breakpoint right when there's debug...
Jim Ingham
2016-01-09
1
-2
/
+1
*
Fix a thinko in the asserts in GetDynamicTypeAndAddress. It was requiring th...
Jim Ingham
2016-01-08
1
-2
/
+11
*
[cfi] Fix __cfi_slowpath and __cfi_check signature.
Evgeniy Stepanov
2016-01-08
1
-3
/
+3
*
Fix typo in comment
Xinliang David Li
2016-01-08
1
-1
/
+1
*
Exclude function calls for functions which have return type nullptr_t from
Richard Trieu
2016-01-08
2
-0
/
+15
*
[PGO] Add runtime hook so that IR instrumentation can override version
Xinliang David Li
2016-01-08
3
-2
/
+23
*
In the questionmark packet ("T"), print the "threads:" and "thread-pcs:"
Jason Molenda
2016-01-08
1
-30
/
+30
*
Fix TestDebugBreak.py failure with gcc, for loop declarations are not allowed...
Ying Chen
2016-01-08
1
-2
/
+2
*
don't repeat variable/function names in comments; NFC
Sanjay Patel
2016-01-08
1
-123
/
+97
*
rangify; NFCI
Sanjay Patel
2016-01-08
1
-20
/
+12
*
[PGO] Introducing version mask macro/NFC (sync)
Xinliang David Li
2016-01-08
1
-0
/
+8
*
[PGO] Introducing version mask macro/NFC
Xinliang David Li
2016-01-08
1
-0
/
+8
*
[tsan] don't crash on closedir(0)
Kostya Serebryany
2016-01-08
2
-2
/
+9
*
[modules] Make sure we always include the contents of private headers when
Richard Smith
2016-01-08
4
-12
/
+16
*
Teach the CMake build system to run lit's test suite. These can be run
Dan Liew
2016-01-08
4
-2
/
+51
*
COFF: Rename RoundUpToAlignment -> align.
Rui Ueyama
2016-01-08
5
-12
/
+14
*
Remove XFAIL from a few tests that have been fixed on Windows.
Zachary Turner
2016-01-08
3
-3
/
+0
*
Group members to match a comment. NFC.
Rui Ueyama
2016-01-08
1
-3
/
+2
*
Use shorter name. NFC.
Rui Ueyama
2016-01-08
2
-2
/
+2
*
Update comments.
Rui Ueyama
2016-01-08
1
-2
/
+6
*
[Hexagon] Replace a static member variable in HexagonCVIResource (NFC)
Tobias Edler von Koch
2016-01-08
2
-20
/
+19
*
Remove an empty constructor.
Rui Ueyama
2016-01-08
2
-4
/
+0
*
variable names start with an upper case letter; NFC
Sanjay Patel
2016-01-08
1
-7
/
+7
*
Add comments.
Rui Ueyama
2016-01-08
1
-1
/
+3
*
ELF: Consistently return SymbolBody * from SymbolTable::add functions.
Rui Ueyama
2016-01-08
2
-14
/
+17
*
Re-apply r257117 (reverted in r257138 temporarily),
Jason Molenda
2016-01-08
8
-11
/
+140
*
Add support for the LEAVE x86 instruction to AssemblyParse_x86.
Jason Molenda
2016-01-08
1
-7
/
+38
*
XFAIL 2 more tests based on SWIG version.
Zachary Turner
2016-01-08
2
-0
/
+4
*
Remove XFAIL from TestThreadStates on Windows.
Zachary Turner
2016-01-08
1
-1
/
+0
*
[MS ABI] Complete and base constructor GlobalDecls must have the same name
David Majnemer
2016-01-08
2
-1
/
+39
*
Prevent infinite recursive loop in AppleObjCTrampolineHandler constructor
Stephane Sezer
2016-01-08
2
-2
/
+7
*
ELF: Remove dead code.
Rui Ueyama
2016-01-08
3
-14
/
+0
*
Fix CMake warning in CFI tests.
Evgeniy Stepanov
2016-01-08
1
-1
/
+3
*
Revert "Fix CMake warning in CFI tests."
Evgeniy Stepanov
2016-01-08
1
-1
/
+1
*
[DAGCombiner] don't dereference an operand that doesn't exist (PR26070)
Sanjay Patel
2016-01-08
2
-12
/
+29
*
Fix CMake warning in CFI tests.
Evgeniy Stepanov
2016-01-08
1
-1
/
+1
*
[JumpThreading] Split select that has constant conditions coming from the PHI...
Haicheng Wu
2016-01-08
2
-0
/
+100
*
Fix incorrectly line-broken comment in Driver.h.
Justin Lebar
2016-01-08
1
-3
/
+3
*
LiveInterval: Adapt commen to the LI->LR change.
Matthias Braun
2016-01-08
1
-1
/
+1
*
Sync up InstrProfData.inc
Xinliang David Li
2016-01-08
1
-1
/
+1
*
Minor fix -- use the right version enum/NFC
Xinliang David Li
2016-01-08
1
-1
/
+1
*
Revert "Remove visibility attributes from out-of-class method definitions in ...
Evgeniy Stepanov
2016-01-08
4
-86
/
+86
*
Test commit access - add a blank line in comment.
Tim Shen
2016-01-08
1
-0
/
+1
*
LoopInfo: Simplify ownership of Loop objects
Justin Bogner
2016-01-08
7
-33
/
+36
*
Update code in buildCudaActions and BuildActions to latest idiom.
Justin Lebar
2016-01-08
1
-18
/
+14
*
Add note about the "thread until" command to the llvm-gdb cheatsheet.
Justin Lebar
2016-01-08
1
-0
/
+9
[next]