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
*
Introduce LLVMParseCommandLineOptions C API function.
Peter Collingbourne
2014-10-16
1
-0
/
+6
*
Defining a new API for debug options that doesn't rely on static global cl::o...
Chris Bieneman
2014-10-15
3
-3
/
+43
*
Revert "r216914 - Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'"
Hal Finkel
2014-10-14
1
-2
/
+2
*
Revert r219638, (r219640 and r219676), "Removing the static destructor from M...
NAKAMURA Takumi
2014-10-14
1
-17
/
+6
*
Removing the static destructor from ManagedStatic.cpp by controlling the allo...
Chris Bieneman
2014-10-13
1
-6
/
+17
*
InstCombine: Don't miscompile (x lshr C1) udiv C2
David Majnemer
2014-10-13
1
-5
/
+15
*
Unix/Signals.inc: Let findModulesAndOffsets() built conditionally regarding t...
NAKAMURA Takumi
2014-10-13
1
-2
/
+3
*
[Modules] Add some missing includes to make files compile stand-alone.
Benjamin Kramer
2014-10-12
1
-0
/
+3
*
Modernize old-style static asserts. NFC.
Benjamin Kramer
2014-10-12
2
-4
/
+2
*
Guard the definition of the stack tracing function with the same macros
Chandler Carruth
2014-10-11
1
-0
/
+2
*
Follow-up to r219534 to make symbolization more robust.
Alexey Samsonov
2014-10-10
1
-2
/
+7
*
Re-land r219354: Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.
Alexey Samsonov
2014-10-10
1
-1
/
+140
*
APInt: Unfold return expressions so RVO can work.
Benjamin Kramer
2014-10-10
1
-10
/
+28
*
[ADT] Add the scalbn function for APFloat.
Chandler Carruth
2014-10-10
1
-0
/
+17
*
Add ApplePropertyString dump helper to Dwarf.{h|cpp}.
Frederic Riss
2014-10-09
1
-0
/
+33
*
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
[next]