| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This reverts commit 58c814614d2ac69bcf79b09543505fac80ada4e6.
Fixes build breakage using LLVM<7.
llvm-svn: 367893
|
|
|
|
|
|
| |
F_{None,Text,Append} are kept for compatibility since r334221.
llvm-svn: 367800
|
|
|
|
|
|
|
|
|
| |
r325155 ("Pass a reference to a module to the bitcode writer.")
changed bit writer interface from pointer to reference
Reviewer: Aaron Watry <awatry@gmail.com>
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 325867
|
|
|
|
|
|
| |
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Acked-by: Aaron Watry <awatry@gmail.com>
llvm-svn: 314543
|
|
|
|
|
|
|
|
|
| |
Fixes r314050
reviewer: Tom Stellard
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 314111
|
|
|
|
|
|
|
| |
This class isn't similar to anything from the STL, so it shouldn't use
the STL naming conventions.
llvm-svn: 314050
|
|
|
|
|
|
|
| |
The previous location outside the block would crash prepare-builtins
when no the builtins file accidentially not passed on the command line.
llvm-svn: 294916
|
|
|
|
| |
llvm-svn: 286839
|
|
|
|
| |
llvm-svn: 286634
|
|
|
|
|
|
|
|
|
|
| |
This should be uniqued when linking, but right now it creates
a lot of metadata spam listing the same version. This should also
probably be reporting the compiled version of the user program,
which may differ from the library. Currently the library IR files report
1.0 while 1.1/1.2 are the default for user programs.
llvm-svn: 279692
|
|
|
|
|
|
|
|
| |
This function has been removed from LLVM.
Patch By: Laurent Carlier
llvm-svn: 266430
|
|
|
|
|
|
|
|
| |
v2: Also remove LLVM 3.6 traces from prepare-builtins.cpp
Patch by: EdB
llvm-svn: 244310
|
|
|
|
|
|
| |
Patch by: Tomasz Borowik
llvm-svn: 241905
|
|
|
|
| |
llvm-svn: 240881
|
|
|
|
| |
llvm-svn: 240552
|
|
|
|
|
|
|
|
| |
Some functions are implemented using hand-written LLVM IR, and
LLVM assembly format is allowed to change between versions, so we
should require a specific version of LLVM.
llvm-svn: 225041
|
|
|
|
|
| |
Tested-by: Aaron Watry <awatry@gmail.com>
llvm-svn: 216654
|
|
|
|
|
| |
Tested-by: Aaron Watry <awatry@gmail.com>
llvm-svn: 216653
|
|
|
|
|
|
| |
Signed-off-by: Niels Ole Salscheider <niels_ole@salscheider-online.de>
Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 216296
|
|
|
|
| |
llvm-svn: 212470
|
|
|
|
|
|
|
| |
While we are here introduce the proper headers for the error code.
Reviewed-by: Tom Stellard <tom@stellard.net>
llvm-svn: 211432
|
|
|
|
|
|
| |
This fixes the build with with newer LLVM.
llvm-svn: 210867
|
|
|
|
|
|
| |
Tested with llvm 3.4 and trunk.
llvm-svn: 210825
|
|
|
|
|
| |
Reviewed-by: Aaron Watry <awatry@gmail.com>
llvm-svn: 210111
|
|
|
|
| |
llvm-svn: 207685
|
|
|
|
|
|
| |
sys::fs_F_Binary has been replaced with sys::fs_F_Text
llvm-svn: 202081
|
|
|
|
|
|
|
|
|
| |
Patch by: Udo van den Heuvel
Tom Stellard:
- Added ifdef and error handling
llvm-svn: 199687
|
|
|
|
|
|
|
|
|
| |
F_Binary and friends were moved to include/Support/FileSystem.h
v2: Maintain compatibility with LLVM 3.3
Signed-off-by: Aaron Watry <awatry@gmail.com>
llvm-svn: 186610
|
|
|
|
|
|
| |
Patch by: Niels Ole Salscheider
llvm-svn: 184989
|
|
llvm-svn: 147756
|