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
path:
root
/
llvm
/
unittests
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] Fix ErrorOr equality operator.
Michael J. Spencer
2015-05-21
1
-0
/
+5
*
YAML: Null terminate block scalar's value.
Alex Lorenz
2015-05-21
1
-0
/
+12
*
Fix StreamingMemoryObject to respect known object size.
Derek Schuff
2015-05-21
1
-0
/
+9
*
Unit tests for the getSwappedBytes(double) fix from r237673.
Pawel Bylica
2015-05-20
1
-0
/
+25
*
Fix llvm::BumpPtrAllocatorImpl::Reset()
Hans Wennborg
2015-05-18
1
-0
/
+7
*
YAML: Add support for literal block scalar I/O.
Alex Lorenz
2015-05-14
1
-0
/
+140
*
YAML: Implement block scalar parsing.
Alex Lorenz
2015-05-13
1
-0
/
+27
*
Readdress r236990, use of static members on a non-static variable.
David Blaikie
2015-05-11
1
-3
/
+2
*
Amends r236990, because I failed at hitting "save" before commit.
Aaron Ballman
2015-05-11
1
-2
/
+1
*
Replacing a range-based for loop with an old-style for loop. This code was pr...
Aaron Ballman
2015-05-11
1
-2
/
+3
*
Unbreak build: Makefile must have the same change as CMakeLists.txt
Douglas Katzman
2015-05-08
1
-1
/
+1
*
Prevent further errors of omission when adding backend names.
Douglas Katzman
2015-05-08
2
-0
/
+45
*
YAML: Fix crash in the skip method of KeyValueNode class.
Alex Lorenz
2015-05-06
1
-0
/
+4
*
YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping...
Alex Lorenz
2015-05-04
1
-0
/
+85
*
YAML: Fix the output of sequences that contain flow sequences.
Alex Lorenz
2015-05-01
1
-0
/
+65
*
Fix infinite recursion in ScaledNumber::toInt.
Diego Novillo
2015-05-01
1
-0
/
+5
*
Fix private constructor for ScaledNumber.
Diego Novillo
2015-04-30
1
-0
/
+24
*
Fix typo in comment. NFC.
Diego Novillo
2015-04-30
1
-1
/
+1
*
Disable failing TestDevNull test on Windows
Reid Kleckner
2015-04-29
1
-0
/
+2
*
Relax assert to avoid spurious failures with /dev/null.
Rafael Espindola
2015-04-29
1
-0
/
+29
*
Don't allow pwrite to resize a stream.
Rafael Espindola
2015-04-20
1
-1
/
+9
*
Add raw_pwrite_stream type.
Rafael Espindola
2015-04-14
2
-0
/
+26
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
4
-13
/
+19
*
[support] Add a macro wrapper for alignas and simplify some code.
Benjamin Kramer
2015-04-02
1
-18
/
+4
*
Supress MSVC padding warning in alignment test
Andrew Kaylor
2015-03-26
1
-0
/
+6
*
Don't treat .foo as two path components in path::iterators
Ben Langmuir
2015-03-10
1
-0
/
+43
*
Detect malformed YAML sequence in yaml::Input::beginSequence()
Justin Bogner
2015-03-02
1
-0
/
+86
*
Silence some Win64 clang-cl warnings about unused stuff due to ifdefs
Reid Kleckner
2015-02-26
1
-0
/
+2
*
Object: Handle Mach-O kext bundle files
Justin Bogner
2015-02-25
1
-0
/
+2
*
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...
Aaron Ballman
2015-02-15
1
-1
/
+1
*
Support: Add dwarf::getOperationEncoding()
Duncan P. N. Exon Smith
2015-02-13
1
-0
/
+14
*
Try to fix the MSVC build.
Benjamin Kramer
2015-02-12
1
-1
/
+1
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-7
/
+4
*
Support: Fix tests for VirtualityString
Duncan P. N. Exon Smith
2015-02-07
1
-4
/
+7
*
Support: Add dwarf::getVirtuality()
Duncan P. N. Exon Smith
2015-02-07
1
-0
/
+12
*
Support: Use Dwarf.def for DW_VIRTUALITY, NFC
Duncan P. N. Exon Smith
2015-02-07
1
-0
/
+14
*
Support: Add dwarf::getAttributeEncoding()
Duncan P. N. Exon Smith
2015-02-06
1
-0
/
+16
*
Support: Stop stringifying DW_ATE_{lo,hi}_user
Duncan P. N. Exon Smith
2015-02-06
1
-0
/
+10
*
Support: Add dwarf::getLanguage()
Duncan P. N. Exon Smith
2015-02-06
1
-0
/
+17
*
Support: Stop stringifying DW_LANG_{lo,hi}_user
Duncan P. N. Exon Smith
2015-02-06
1
-0
/
+10
*
Add support for double / float to EndianStream
Matt Arsenault
2015-02-05
2
-0
/
+158
*
SpecialCaseList: Add support for parsing multiple input files.
Alexey Samsonov
2015-02-04
1
-6
/
+32
*
Support: Add string => unsigned mapping for DW_TAG
Duncan P. N. Exon Smith
2015-02-03
1
-0
/
+16
*
Support: Stop stringifying DW_TAG_{lo,hi}_user
Duncan P. N. Exon Smith
2015-02-03
2
-0
/
+30
*
Support: Add missing header to BlockFrequencyTest.cpp, NFC
Duncan P. N. Exon Smith
2015-02-02
1
-0
/
+9
*
Refactoring llvm command line parsing and option registration.
Chris Bieneman
2015-01-28
1
-7
/
+5
*
Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.
Chris Bieneman
2015-01-27
1
-3
/
+28
*
Revert r227148 & r227154 which added a test which infinitely loops.
Richard Trieu
2015-01-27
1
-25
/
+0
*
Fix unsigned/signed comparison warning.
Eric Christopher
2015-01-27
1
-1
/
+1
*
One more fix to the new API to fix const-correctness.
Chris Bieneman
2015-01-27
1
-1
/
+2
[next]