GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IRReader
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Reordering parameters in getFile and getFileOrSTDIN
Abhina Sreeskantharajan
2021-03-25
1
-3
/
+1
*
[NFC] Formatting changes
Abhina Sreeskantharajan
2021-03-23
1
-3
/
+3
*
[SystemZ][z/OS] Distinguish between text and binary files on z/OS
Abhina Sreeskantharajan
2021-03-19
1
-1
/
+3
*
static const char *const foo => const char foo[]
Fangrui Song
2020-12-01
1
-4
/
+4
*
llvmbuildectomy - replace llvm-build by plain cmake
serge-sans-paille
2020-11-13
2
-21
/
+6
*
Infer alignment of unmarked loads in IR/bitcode parsing.
Eli Friedman
2020-05-14
1
-12
/
+7
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[IRReader] Expose getLazyIRModule
Scott Linder
2019-02-11
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
LLParser: add an argument for overriding data layout and do not check alloca ...
Yaxun Liu
2018-01-30
1
-4
/
+9
*
Remove redundant includes from various places.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
Adrian Prantl
2017-10-02
1
-4
/
+7
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-3
/
+6
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-8
/
+12
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+1
*
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
Peter Collingbourne
2016-11-08
1
-1
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-14
/
+0
*
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2015-12-17
1
-5
/
+7
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
1
-4
/
+5
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+3
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
Remove unused variable. NFC.
Rafael Espindola
2014-11-06
1
-1
/
+0
*
Pass a && to getLazyBitcodeModule.
Rafael Espindola
2014-09-03
1
-1
/
+2
*
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
Rafael Espindola
2014-08-26
1
-3
/
+1
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
1
-10
/
+9
*
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
2014-08-26
1
-16
/
+15
*
Modernize the .ll parsing interface.
Rafael Espindola
2014-08-19
1
-7
/
+8
*
Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.
Rafael Espindola
2014-08-17
1
-3
/
+3
*
getLazyIRModule always takes ownership. Make that explicit.
Rafael Espindola
2014-08-17
1
-10
/
+9
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-8
/
+10
*
Make a helper function static. No functionality change.
Rafael Espindola
2014-07-05
1
-3
/
+2
*
IRReader: don't mark MemoryBuffers const
Alp Toker
2014-06-27
1
-1
/
+1
*
Propagate const-correctness into parseBitcodeFile()
Alp Toker
2014-06-27
1
-2
/
+1
*
ParseIR: don't take ownership of the MemoryBuffer
Alp Toker
2014-06-27
1
-7
/
+10
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-3
/
+6
*
MSVC build fix following r211749
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-6
/
+2
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-5
/
+4
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-7
/
+7
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+2
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
Make parseBitcodeFile return an ErrorOr<Module *>.
Rafael Espindola
2014-01-15
1
-5
/
+7
*
Update getLazyBitcodeModule to use ErrorOr for error handling.
Rafael Espindola
2014-01-13
1
-4
/
+5
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-3
/
+3
*
[llvm-c] Expose IRReader interface
Peter Zotov
2013-11-06
1
-0
/
+32
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-2
/
+2
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
1
-2
/
+2
[next]