Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
675e0ac0bfd6fb78423d9fbee9f50c1dec62c111
/
include
675e0ac
Avoid using PathV1.h in Program.h.
by Rafael Espindola
· 11 years ago
a29ece1
Add a version of sys::ExecuteAndWait that takes StringRefs.
by Rafael Espindola
· 11 years ago
6585b38
Have sys::FindProgramByName return a std::string.
by Rafael Espindola
· 11 years ago
1ee21dc
Merge changes to clang's Driver code into LLVM's Option library
by Reid Kleckner
· 11 years ago
4d39727
Reduce usage of sys::Path in the graph writer.
by Rafael Espindola
· 11 years ago
ba0e380
Add a version of DisplayGraph that takes a StringRef.
by Rafael Espindola
· 11 years ago
9f1d9fd
Remove the program class.
by Rafael Espindola
· 11 years ago
609baa3
Add global versions of some Program static methods.
by Rafael Espindola
· 11 years ago
4bf771b
readobj: Dump PE/COFF optional records.
by Rui Ueyama
· 11 years ago
c3907f3
Inline Path::isBitcodeFile into only use and remove it.
by Rafael Espindola
· 11 years ago
2a40056
Remove Path::getMagicNumber.
by Rafael Espindola
· 11 years ago
26ace57
Remove Path::hasMagicNumber.
by Rafael Espindola
· 11 years ago
fa2bbb3
Remove Path::isAbsolute.
by Rafael Espindola
· 11 years ago
5475e2b
Remove Path::isAbsolute().
by Rafael Espindola
· 11 years ago
c1f4a4b
by Ulrich Weigand
· 11 years ago
55d529f
Remove Path::getSuffix.
by Rafael Espindola
· 11 years ago
36782c5
Remove sys::CopyFile.
by Rafael Espindola
· 11 years ago
a5e855d
Fix 'gcc -flto' builds for unittest binaries (undefined reference to
by Patrik Hagglund
· 11 years ago
2e0372d
Remove the old file memory mapping functions.
by Rafael Espindola
· 11 years ago
ddee9b4
Remove Path::createFileOnDisk.
by Rafael Espindola
· 11 years ago
f90690f
Remove Path::makeExecutableOnDisk.
by Rafael Espindola
· 11 years ago
a11c3e2
Move PathV2.h to Path.h
by Rafael Espindola
· 11 years ago
1a4f2a3
[PECOFF] Remove COFF header from PE header for simplicity.
by Rui Ueyama
· 11 years ago
f3e397e
Include PathV1.h in files that use it.
by Rafael Espindola
· 11 years ago
715a1be
Remove Path::getDirname.
by Rafael Espindola
· 11 years ago
b4d07b7
Remove Path::getBasename.
by Rafael Espindola
· 11 years ago
aab313f
Remove Path::getLast.
by Rafael Espindola
· 11 years ago
189c27e
Remove GetDLLSuffix.
by Rafael Espindola
· 11 years ago
6cbae01
Remove GetRootDirectory.
by Rafael Espindola
· 11 years ago
6438fd5
Remove GetUserHomeDirectory.
by Rafael Espindola
· 11 years ago
ba30d60
Don't define LTDL_SHLIBPATH_VAR.
by Rafael Espindola
· 11 years ago
40de55a
Remove GetSystemLibraryPaths.
by Rafael Espindola
· 11 years ago
add4c2f
Don't define LLVM_LIBDIR, it is not used anymore.
by Rafael Espindola
· 11 years ago
0e33231
Remove Path::GetBitcodeLibraryPaths.
by Rafael Espindola
· 11 years ago
9a82d21
Remove unused FindLibrary function.
by Rafael Espindola
· 11 years ago
af2c42e
Remove sys::identifyFileType.
by Rafael Espindola
· 11 years ago
4fbf663
Fix variable name style. Don't cast to and from int.
by Rafael Espindola
· 11 years ago
457c8eb
Fix dubious type name similar to member name.
by Sean Silva
· 11 years ago
981aec8
Fix spurious semicolons.
by Sean Silva
· 11 years ago
5918b7a
[yaml2obj] Initial ELF support.
by Sean Silva
· 11 years ago
6d315c6
Add a missing 'e'.
by Rafael Espindola
· 11 years ago
27b7ade
Remove the old IdentifyFileType now that lld was updated.
by Rafael Espindola
· 11 years ago
f12745f
Pass a StringRef to sys::identifyFileType.
by Rafael Espindola
· 11 years ago
91de80a
Update for current naming conventions.
by Rafael Espindola
· 11 years ago
48d5e75
Avoid warnings about unused parameters that tend to come up a lot when
by Duncan Sands
· 11 years ago
3ade978
Add a const version of findNearestCommonDominator to PostDom for convenience.
by Benjamin Kramer
· 11 years ago
0c79301
sys::process::get_id() now returns the process ID instead of a process handle on Windows. Patch thanks to Kim Gräsman!
by Aaron Ballman
· 11 years ago
eda4b8e
No functionality change.
by Manman Ren
· 11 years ago
576d49a
DIBuilder: No functionality change.
by Manman Ren
· 11 years ago
814b527
Make operator== non-member for greater symmetry.
by Rafael Espindola
· 11 years ago
2e2630b
[Object/COFF] BaseOfData field should be absent in PE32+.
by Rui Ueyama
· 11 years ago
a77376d
BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.
by Benjamin Kramer
· 11 years ago
597253d
Optimize BitVector::all().
by Benjamin Kramer
· 11 years ago
37bfb18
DIBuilder: No functionality change.
by Manman Ren
· 11 years ago
326ae27
Remove unneeded #include.
by Jakub Staszak
· 11 years ago
54154f3
Teach llvm-objdump with the -macho parser how to use the data in code table
by Kevin Enderby
· 11 years ago
e3a0e7f
Print symbol names in relocations when dumping COFF as YAML.
by Rafael Espindola
· 11 years ago
272d881
Add some class documentation to BinaryRef.
by Sean Silva
· 11 years ago
6a2e7ac
Cache the TargetLowering info object as a pointer.
by Bill Wendling
· 11 years ago
384ceb8
Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.
by Bill Wendling
· 11 years ago
cfb476f
Rename operator== parameter to `RHS`.
by Sean Silva
· 11 years ago
0d861a2
Remove error-prone methods of BinaryRef.
by Sean Silva
· 11 years ago
4370ddb
Add writeAsHex(raw_ostream &) method to BinaryRef.
by Sean Silva
· 11 years ago
6acc982
Rename BinaryRef::isBinary to more descriptive DataIsHexString.
by Sean Silva
· 11 years ago
63958fb
Add BinaryRef binary_size() method.
by Sean Silva
· 11 years ago
2b10689
Comment BinaryRef::Data.
by Sean Silva
· 11 years ago
639adc5
Add writeAsBinary(raw_ostream &) method to BinaryRef.
by Sean Silva
· 11 years ago
d56d756
[ELF] Add ELFOSABI_GNU.
by Sean Silva
· 11 years ago
c9f2cc7
Don't hide the first ELF symbol.
by Rafael Espindola
· 11 years ago
bcb1ea8
Represent symbols with a SymbolIndex,SectionIndex pair.
by Rafael Espindola
· 11 years ago
7e12946
The GNU/HURD is also using the libc. Therefor, endian.h should be included, not machine/endian.h. See full build log https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-3.3&arch=hurd-i386&ver=1%3A3.3~%2Brc3-1~exp1&stamp=1370358869
by Sylvestre Ledru
· 11 years ago
23a22cd
Don't print default values for NumberOfAuxSymbols and AuxiliaryData.
by Rafael Espindola
· 11 years ago
5fd5fe0
Move BinaryRef to a new include/llvm/Object/YAML.h file.
by Rafael Espindola
· 11 years ago
6c1202c
Handle relocations that don't point to symbols.
by Rafael Espindola
· 11 years ago
b30718a
IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).
by Michael Gottesman
· 11 years ago
abff3aa
Introduce needsCleanup() for APFloat and APInt.
by Manuel Klimek
· 11 years ago
0a972fa
[Object/COFF] Add dos_header, pe32{,plus}_header and data_directory.
by Rui Ueyama
· 11 years ago
2ee6c7f
Whitespace.
by Jim Grosbach
· 11 years ago
7c2b4be
Move getRealLinkageName to a common place and remove all the duplicates of it.
by Benjamin Kramer
· 11 years ago
da8b91a
DenseMap: Move the key into place when we use the move version of operator[].
by Benjamin Kramer
· 11 years ago
2e2922c
Removed a comment above an include which is unnecessary and added a missing closing @} for a doxygen comment.
by Michael Gottesman
· 11 years ago
8a70f58
Added method comments for getZero,getInf.
by Michael Gottesman
· 11 years ago
7f88a3b
Updated APFloat's comments to fit the LLVM style guide.
by Michael Gottesman
· 11 years ago
23ed37a
Make SubRegIndex size mandatory, following r183020.
by Ahmed Bougacha
· 11 years ago
769d24a
Add support for adding the contents of a StringRef to the MD5 hash.
by Eric Christopher
· 11 years ago
800e6ee
Move "unsigned char" -> "uint8_t".
by Eric Christopher
· 11 years ago
06f5ebc
Loop Strength Reduce: Scaling factor cost.
by Quentin Colombet
· 11 years ago
e17388f
Use just a ArrayRef<uint8_t> to store both hex string and binary data.
by Rafael Espindola
· 11 years ago
0612081
Rename COFFYaml.h to COFFYAML.h for consistency.
by Rafael Espindola
· 11 years ago
0e07d1a
Remove union to fix build in c++03.
by Rafael Espindola
· 11 years ago
05bc4a6
Don't allocate temporary string for section data.
by Rafael Espindola
· 11 years ago
bed2308
Add a way to define the bit range covered by a SubRegIndex.
by Ahmed Bougacha
· 11 years ago
6160114
Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.
by Andrew Trick
· 11 years ago
04b0bcf
Fix wrong comment. Null is not acceptable.
by Matt Arsenault
· 11 years ago
dab867e
Fix a couple of typos and 80-col.
by Eric Christopher
· 11 years ago
b54d297
MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.
by Ahmed Bougacha
· 11 years ago
964722c
Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the function APFloat::next(bool nextDown).
by Michael Gottesman
· 11 years ago
aebc1b3
Fix warning on varialbe unused in opt builds.
by Daniel Jasper
· 11 years ago
7486d92
Change how we iterate over relocations on ELF.
by Rafael Espindola
· 11 years ago
3b7f3b1
Remove dead return.
by Rafael Espindola
· 11 years ago
Next »