index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-3
/
+4
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-1
/
+39
*
Move generic isPrint and columnWidth implementations to a separate header/sou...
Alexander Kornienko
2013-09-04
1
-0
/
+1
*
Rename PathV2 to just Path now that it is the only one.
Rafael Espindola
2013-06-26
1
-3
/
+3
*
PathV1 is deprecated since the 18th of Dec 2010. Remove it.
Rafael Espindola
2013-06-26
1
-3
/
+0
*
MC: Disassembled CFG reconstruction.
Ahmed Bougacha
2013-05-24
1
-0
/
+1
*
Add cmake bits for md5.
Eric Christopher
2013-05-21
1
-0
/
+1
*
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-04-23
1
-0
/
+1
*
Add missing file to cmake build.
Nick Lewycky
2013-03-26
1
-0
/
+1
*
Add a new watchdog timer interface. The interface does not permit handling ti...
Nick Lewycky
2013-03-26
1
-0
/
+2
*
Revert r177543: Add timing of the IR parsing code with a new
Chandler Carruth
2013-03-22
1
-1
/
+0
*
Add timing of the IR parsing code with a new -time-ir-parsing flag
Eli Bendersky
2013-03-20
1
-0
/
+1
*
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
1
-0
/
+2
*
Initial implementation of a utility for converting native data
Nick Kledzik
2012-12-12
1
-0
/
+1
*
Don't explicitly require RTTI and EH.
Joerg Sonnenberger
2012-10-26
1
-6
/
+0
*
Revert r165652: "Remove unnecessary RTTI from the build."
Sean Silva
2012-10-10
1
-0
/
+2
*
Remove unnecessary RTTI from the build.
Sean Silva
2012-10-10
1
-2
/
+0
*
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
1
-0
/
+1
*
platform support for counting column widths and checking isprint
Seth Cantrell
2012-04-17
1
-0
/
+1
*
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
1
-1
/
+0
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
1
-0
/
+1
*
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-03-01
1
-0
/
+1
*
Update for the removal of Hashing.cpp.
Jay Foad
2012-02-23
1
-1
/
+0
*
Hashing.h - utilities for hashing various data types.
Talin
2012-02-18
1
-0
/
+1
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
1
-0
/
+2
*
Move Clang's file-level locking facility over to LLVM's support
Douglas Gregor
2012-01-29
1
-0
/
+1
*
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
1
-0
/
+1
*
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-16
1
-0
/
+1
*
Add the DataExtractor utility class.
Benjamin Kramer
2011-09-13
1
-0
/
+1
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-0
/
+1
*
Add BlockFrequency class.
Jakub Staszak
2011-07-25
1
-0
/
+1
*
Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.
Chandler Carruth
2011-07-22
1
-1
/
+0
*
Branch profiling: floating-point avoidance.
Andrew Trick
2011-06-11
1
-0
/
+1
*
Revert my previous patch. The cmake build had already been fixed.
Rafael Espindola
2011-05-19
1
-1
/
+0
*
Fix the cmake build.
Rafael Espindola
2011-05-18
1
-0
/
+1
*
Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.
Jakob Stoklund Olesen
2010-12-21
1
-0
/
+1
*
Support: Remove Alarm. It is unused (via local grep and google code search).
Michael J. Spencer
2010-12-07
1
-3
/
+0
*
Support: Add PathV2 implementation.
Michael J. Spencer
2010-11-29
1
-0
/
+3
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-0
/
+50
*
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
1
-0
/
+1
*
Revert "Add ADT/IntervalMap.", GCC doesn't like it.
Jakob Stoklund Olesen
2010-11-19
1
-1
/
+0
*
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
1
-0
/
+1
*
Build with RTTI and exceptions disabled. Only in GCC for now.
Oscar Fuentes
2010-10-17
1
-0
/
+3
*
Unbreak cmake build.
John Thompson
2010-10-07
1
-0
/
+1
*
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-28
1
-2
/
+0
*
Update CMake build.
Benjamin Kramer
2010-08-20
1
-1
/
+0
*
Unbreak my CMake build, say you'll compile for me again...
Douglas Gregor
2010-07-28
1
-0
/
+1
*
ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to...
Daniel Dunbar
2010-06-08
1
-0
/
+1
*
De-bork CMake build
Douglas Gregor
2009-12-23
1
-0
/
+1
*
now that libsystem no longer uses SmallVector, we can move
Chris Lattner
2009-12-16
1
-0
/
+1
[next]