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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge StreamableMemoryObject into MemoryObject.
Rafael Espindola
2014-11-12
1
-1
/
+1
*
Remove the now unused StringRefMemoryObject.h.
Rafael Espindola
2014-11-12
1
-1
/
+0
*
[CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built...
NAKAMURA Takumi
2014-11-07
1
-36
/
+31
*
Revert 220932.
Jiangning Liu
2014-11-05
1
-2
/
+0
*
CMake: Add libm to list of system libs printed by llvm-config.
Peter Collingbourne
2014-11-03
1
-0
/
+1
*
Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...
Chris Bieneman
2014-10-30
1
-0
/
+2
*
Defining a new API for debug options that doesn't rely on static global cl::o...
Chris Bieneman
2014-10-15
1
-0
/
+1
*
Fix llvm::huge_valf multiple initializations with Visual C++.
Yaron Keren
2014-09-27
1
-0
/
+1
*
Add CMake check for libatomic.
Evgeniy Stepanov
2014-09-12
1
-0
/
+3
*
Remove Support/IncludeFile.h and its only user. This is actively harmful, since
Richard Smith
2014-08-07
1
-1
/
+0
*
Drop the udis86 wrapper from llvm::sys
Alp Toker
2014-07-17
1
-1
/
+0
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
1
-0
/
+1
*
Random Number Generator (llvm)
JF Bastien
2014-06-25
1
-0
/
+1
*
Support: Write ScaledNumber::getQuotient() and getProduct()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+1
*
Revert "Random Number Generator (llvm)"
JF Bastien
2014-06-18
1
-1
/
+0
*
Random Number Generator (llvm)
JF Bastien
2014-06-18
1
-0
/
+1
*
Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp.
Rafael Espindola
2014-06-17
1
-1
/
+0
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-3
/
+1
*
Support: add Windows ARM EH data structures
Saleem Abdulrasool
2014-06-02
1
-0
/
+1
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
1
-1
/
+0
*
[CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give PULIC to system_libs in LL...
NAKAMURA Takumi
2014-02-26
1
-1
/
+9
*
[CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...
NAKAMURA Takumi
2014-02-26
1
-1
/
+1
*
Simplify linking to system libraries
NAKAMURA Takumi
2014-02-23
1
-2
/
+26
*
Don't inline get[S|U]LEB128Size() until they are proved to be hot.
Logan Chien
2014-02-22
1
-0
/
+1
*
[CMake] LLVMSupport should be responsible to provide system_libs.
NAKAMURA Takumi
2014-02-10
1
-0
/
+2
*
[CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.
NAKAMURA Takumi
2014-01-20
1
-0
/
+2
*
Move ARM build attributes into Support
Saleem Abdulrasool
2014-01-19
1
-0
/
+1
*
Introduce a simple line-by-line iterator type into the Support library.
Chandler Carruth
2013-12-27
1
-0
/
+1
*
Revert r197438 and r197447 until we figure out how to avoid circular dependen...
Quentin Colombet
2013-12-17
1
-2
/
+0
*
Add warning capabilities in LLVM.
Quentin Colombet
2013-12-16
1
-0
/
+2
*
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
[next]