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
*
[x86] Support i386-*-*-code16 triple for emitting 16-bit code
David Woodhouse
2014-01-20
1
-0
/
+2
*
[CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.
NAKAMURA Takumi
2014-01-20
1
-0
/
+2
*
ARM: update build attributes for ABI r2.09
Saleem Abdulrasool
2014-01-19
1
-4
/
+4
*
Move ARM build attributes into Support
Saleem Abdulrasool
2014-01-19
2
-0
/
+96
*
raw_fd_ostream: Don't change STDERR to O_BINARY, or w*printf() (in assert()) ...
NAKAMURA Takumi
2014-01-12
1
-2
/
+3
*
raw_stream formatter: [Win32] Use std::signbit() if available, instead of _fp...
NAKAMURA Takumi
2014-01-12
1
-0
/
+6
*
Use the simpler version of sys::fs::remove when possible.
Rafael Espindola
2014-01-10
4
-18
/
+10
*
Remove remove_all. A compiler has no need for recursively deleting a directory.
Rafael Espindola
2014-01-10
1
-39
/
+0
*
Try to fix the windows build. The comments in other files don't seem to
Chandler Carruth
2014-01-07
2
-7
/
+8
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
7
-10
/
+14
*
Make llvm::Regex non-copyable but movable.
David Blaikie
2014-01-02
1
-2
/
+4
*
Silence g++ 4.9 build issue
Alp Toker
2013-12-31
1
-2
/
+3
*
Use two variables here rather than reusing (and abusing) one. This is
Chandler Carruth
2013-12-27
1
-6
/
+6
*
Introduce a simple line-by-line iterator type into the Support library.
Chandler Carruth
2013-12-27
2
-0
/
+69
*
Dwarf: Fix a copy-paste bug.
Benjamin Kramer
2013-12-22
1
-1
/
+1
*
Add support for krait cpu in llvm::sys::getHostCPUName()
Kai Nacke
2013-12-20
1
-0
/
+11
*
Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)
Hans Wennborg
2013-12-19
2
-2
/
+2
*
Pull in a couple of new constants from the upcoming DWARF 5 standard.
Adrian Prantl
2013-12-18
1
-0
/
+21
*
Revert r197438 and r197447 until we figure out how to avoid circular dependen...
Quentin Colombet
2013-12-17
3
-157
/
+0
*
[LLVM Diagnostic Capabilities] Remove useless includes from
Quentin Colombet
2013-12-17
1
-2
/
+0
*
Add warning capabilities in LLVM.
Quentin Colombet
2013-12-16
3
-0
/
+159
*
Recognize EABIHF as environment and use it for RTAPI + VFP.
Joerg Sonnenberger
2013-12-16
1
-0
/
+2
*
MemoryBuffer: Increase the alignment of small file buffers to 16
Reid Kleckner
2013-12-16
1
-2
/
+3
*
[block-freq] Add a right shift to BlockFrequency that saturates at 1.
Michael Gottesman
2013-12-14
1
-0
/
+12
*
[block-freq] Remove old BlockFrequency entry frequency and printing code.
Michael Gottesman
2013-12-14
1
-21
/
+0
*
Remove APInt::extractBit since it is already implemented via operator[]. Chan...
Michael Gottesman
2013-12-13
1
-8
/
+0
*
[block-freq] Add the APInt method extractBit.
Michael Gottesman
2013-12-13
1
-0
/
+8
*
Fix pr18235.
Rafael Espindola
2013-12-13
1
-22
/
+14
*
Fix Typo.
Rafael Espindola
2013-12-12
1
-1
/
+1
*
Convert the other getHostByName implementations to StringRef.
Rafael Espindola
2013-12-12
1
-5
/
+5
*
Return a StringRef from getHostCPUName.
Rafael Espindola
2013-12-12
1
-1
/
+1
*
Add missing escape characters to the new Regex::escape() function
Alp Toker
2013-12-12
1
-21
/
+6
*
Expose FileCheck's AddFixedStringToRegEx as Regex::escape
Hans Wennborg
2013-12-12
1
-0
/
+29
*
Build fix for Android NDK which has neither futimes nor futimens
Alp Toker
2013-12-11
1
-3
/
+6
*
Darwin: update default iOS version to 5.0
Tim Northover
2013-12-10
1
-3
/
+3
*
Improve the detection of the path
Sylvestre Ledru
2013-12-09
1
-11
/
+12
*
Support: Fix handling of args that begin with @ but aren't files
Justin Bogner
2013-12-06
1
-0
/
+3
*
Correct word hyphenations
Alp Toker
2013-12-05
3
-3
/
+3
*
Return true on success in cl::ExpandResponseFiles
Reid Kleckner
2013-12-03
1
-1
/
+1
*
Lift self-copy protection up to the header file and add self-move
Chandler Carruth
2013-11-26
1
-2
/
+3
*
Fix a self-memcpy which only breaks under Valgrind's memcpy
Chandler Carruth
2013-11-26
1
-0
/
+3
*
Make helper function static.
Benjamin Kramer
2013-11-25
1
-2
/
+3
*
X86: enable AVX2 under Haswell native compilation
Tim Northover
2013-11-25
1
-6
/
+90
*
revert r194655
Nick Kledzik
2013-11-21
1
-2
/
+2
*
Make the moved-from SmallPtrSet be a valid, empty, small-state object.
Chandler Carruth
2013-11-20
1
-1
/
+13
*
Give SmallPtrSet move semantics when we have R-value references.
Chandler Carruth
2013-11-20
1
-0
/
+44
*
YAML I/O - Added default trait support for std:string. Making another attemp...
John Thompson
2013-11-19
1
-0
/
+11
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
3
-0
/
+17
*
Checking for a return value with FormatMessage; if the call fails, there's no...
Aaron Ballman
2013-11-18
1
-4
/
+9
*
Fixing a possible memory leak from a failing realloc() call.
Aaron Ballman
2013-11-18
1
-2
/
+7
[next]