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
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r219354. It seems to break some buildbots.
Alexey Samsonov
2014-10-08
1
-139
/
+1
*
Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.
Alexey Samsonov
2014-10-08
1
-1
/
+139
*
Unix/Process: Don't use pthread_sigmask if we aren't built with threads
David Majnemer
2014-10-08
1
-1
/
+12
*
[Support] Add MemoryBuffer::getFileSlice()
Nick Kledzik
2014-10-08
1
-8
/
+15
*
Remove the IsVolatileSize parameter of getOpenFileSlice.
Rafael Espindola
2014-10-07
1
-2
/
+3
*
Be consistent about using "const Twine &" for filenames.
Rafael Espindola
2014-10-07
1
-22
/
+27
*
Attempt to calm down buildbots
David Majnemer
2014-10-07
1
-0
/
+3
*
Support: Don't call close again if we get EINTR
David Majnemer
2014-10-07
3
-11
/
+34
*
Support: Add a utility to remap std{in,out,err} to /dev/null if closed
David Majnemer
2014-10-06
2
-0
/
+63
*
Make the MD5 result name consistent between functions, header and source.
Yaron Keren
2014-10-06
1
-19
/
+19
*
Converting the ErrorHandlerMutex to a ManagedStatic to avoid the static const...
Chris Bieneman
2014-10-03
1
-4
/
+5
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-0
/
+1
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-2
/
+0
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-0
/
+2
*
Fix llvm::huge_valf multiple initializations with Visual C++.
Yaron Keren
2014-09-27
2
-0
/
+33
*
clang-format of ChangeStdinToBinary & ChangeStdoutToBinary.
Yaron Keren
2014-09-26
1
-4
/
+4
*
Support: Remove undefined behavior from &raw_ostream::operator<<
David Majnemer
2014-09-26
1
-1
/
+1
*
[Support] Add type-safe alternative to llvm::format()
Nick Kledzik
2014-09-25
1
-0
/
+57
*
Adding #ifdef around TermColorMutex based on feedback from Craig Topper.
Chris Bieneman
2014-09-24
1
-0
/
+2
*
Windows/Host.inc: Reformat the header to fit 80-col.
NAKAMURA Takumi
2014-09-24
1
-1
/
+1
*
Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.
NAKAMURA Takumi
2014-09-24
1
-1
/
+0
*
Unix/Host.inc: Wrap a comment line in 80-col.
NAKAMURA Takumi
2014-09-24
1
-1
/
+2
*
Unix/Host.inc: Remove leading whitespace. It had been here since r56942!
NAKAMURA Takumi
2014-09-24
1
-1
/
+1
*
Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback.
NAKAMURA Takumi
2014-09-23
1
-1
/
+1
*
Converting terminalHasColors mutex to a global ManagedStatic to avoid the sta...
Chris Bieneman
2014-09-22
1
-2
/
+4
*
In this callback ModuleName includes the file path.
Yaron Keren
2014-09-22
1
-26
/
+5
*
Add hsail and amdil64 to Triple
Matt Arsenault
2014-09-19
1
-5
/
+29
*
LineIterator: Provide a variant that keeps blank lines
Justin Bogner
2014-09-17
1
-6
/
+17
*
Fix identify_magic() with mach-o stub dylibs.
Nick Kledzik
2014-09-17
1
-1
/
+1
*
Fix memory leak in error paths in YAMLTraits by using unique_ptr
David Blaikie
2014-09-15
1
-31
/
+21
*
Add support for le64.
JF Bastien
2014-09-12
1
-2
/
+9
*
Add CMake check for libatomic.
Evgeniy Stepanov
2014-09-12
1
-0
/
+3
*
Support: Use llvm::COFF::BigObjMagic
Rui Ueyama
2014-09-11
1
-7
/
+15
*
Support: improve identify_magic to recognize COFF bigobj
Rui Ueyama
2014-09-11
1
-3
/
+9
*
Misc cleanups to the FileSytem api.
Rafael Espindola
2014-09-11
4
-66
/
+43
*
typo
Sanjay Patel
2014-09-11
1
-1
/
+1
*
Use armv6k default for FreeBSD/ARM
Ed Maste
2014-09-09
1
-0
/
+1
*
Check whether the iterator p == the end iterator before trying to dereference...
Nick Lewycky
2014-09-06
1
-3
/
+3
*
Fix right shift by 64 bits detected on CXX/lex/lex.literal/lex.ext/p4.cpp
Alexey Samsonov
2014-09-06
1
-1
/
+3
*
Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageStrin...
Frederic Riss
2014-09-05
1
-0
/
+1
*
Removed white-space
Matthew Gardiner
2014-09-05
1
-2
/
+0
*
Adding kalimba variants as Triple sub-architectures.
Matthew Gardiner
2014-09-05
1
-1
/
+6
*
[ dwarfdump ] Add symbolic dump of known DWARF attribute values.
Frederic Riss
2014-09-04
1
-0
/
+31
*
Revert "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()"
Frederic Riss
2014-09-04
1
-1
/
+0
*
[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()
Frederic Riss
2014-09-04
1
-0
/
+1
*
Add writeFileWithSystemEncoding to LibLLVMSuppor.
Rafael Espindola
2014-09-03
4
-4
/
+83
*
Removing static initializer from Debug.cpp by converting to a ManagedStatic.
Chris Bieneman
2014-09-03
1
-4
/
+5
*
Cleaning up remaining static initializers in Signals.inc
Chris Bieneman
2014-09-02
1
-24
/
+31
*
unique_ptrify the result of SpecialCaseList::create
David Blaikie
2014-09-02
1
-7
/
+8
*
unique_ptrify FileOutputBuffer::FileOutputBuffer
David Blaikie
2014-09-02
1
-10
/
+7
[next]