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
/
include
/
llvm
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
2
-0
/
+30
*
Add missing includes/class declaration.
Eli Friedman
2011-11-04
3
-0
/
+7
*
Delete names for unused parameters in inline function definitions in headers,...
Eli Friedman
2011-11-04
1
-15
/
+15
*
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
1
-2
/
+2
*
Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d...
Daniel Dunbar
2011-11-01
1
-0
/
+8
*
Remove a couple unused methods. PR11201.
Eli Friedman
2011-11-01
1
-14
/
+0
*
Implement comparison operators for BranchProbability in a way that can't over...
Benjamin Kramer
2011-10-24
1
-10
/
+18
*
Now that we have comparison on probabilities, add some static functions
Chandler Carruth
2011-10-23
1
-0
/
+3
*
Add compare operators to BranchProbability and use it to determine if an edge...
Benjamin Kramer
2011-10-23
1
-2
/
+16
*
Object: Add isSymbolWeak.
Michael J. Spencer
2011-10-17
1
-0
/
+3
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+4
*
PR11143: Save the old diagnostic handler and call it when munging diagnostics...
Benjamin Kramer
2011-10-16
1
-0
/
+3
*
remove the dead 'ShowLine' argument from SMDiagnostic.
Chris Lattner
2011-10-16
1
-10
/
+5
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
2
-15
/
+23
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
2
-10
/
+29
*
Add ELF relocation types for Mips.
Akira Hatanaka
2011-10-14
1
-1
/
+55
*
Fix incorrect ELF typedefs.
Michael J. Spencer
2011-10-13
1
-21
/
+19
*
Add missing ELF constants.
Michael J. Spencer
2011-10-13
1
-18
/
+216
*
Finish supporting cpp #file/line comments in assembler for error messages. So
Kevin Enderby
2011-10-12
1
-2
/
+6
*
Support/DataTypes.h: Clean up some types and add matching (but presumably
Daniel Dunbar
2011-10-11
2
-4
/
+92
*
Add -D__STDC_FORMAT_MACROS to use PRIx64.
NAKAMURA Takumi
2011-10-11
1
-0
/
+5
*
Add support for dumping section headers to llvm-objdump. This uses the same
Nick Lewycky
2011-10-10
1
-0
/
+62
*
PathV2: Add simplified version of exists that returns false on error.
Michael J. Spencer
2011-10-08
1
-0
/
+7
*
Put GCOVFile and other related interface in a common header so that llvm-cov ...
Devang Patel
2011-10-04
1
-0
/
+224
*
sys::Process: Add a SetWorkingDirectory method.
Daniel Dunbar
2011-09-23
1
-0
/
+3
*
use 64-bit types instead of off_t/size_t to avoid the issue when
Ivan Krasin
2011-09-15
1
-3
/
+3
*
CommandLine: Add support for 64 bit unsigned integer options.
Benjamin Kramer
2011-09-15
1
-0
/
+22
*
Despite what the GCC wiki says, a quick search shows that
Nick Lewycky
2011-09-15
1
-1
/
+1
*
Add some more DWARF extensions from:
Nick Lewycky
2011-09-15
1
-1
/
+27
*
Update Dwarf enums list for DWARF 4.
Nick Lewycky
2011-09-15
1
-1
/
+17
*
Update the comment for system_temp_directory() to indicate when it
Douglas Gregor
2011-09-14
1
-1
/
+4
*
Add a simple routine to determine the typical system directory for
Douglas Gregor
2011-09-14
1
-1
/
+9
*
Remove unimplemented function prototypes from PathV2. They can be readded whe...
Benjamin Kramer
2011-09-14
1
-144
/
+6
*
ObjectFile: Add support for mach-o-style dSYM companion files.
Benjamin Kramer
2011-09-14
1
-0
/
+1
*
Add the DataExtractor utility class.
Benjamin Kramer
2011-09-13
1
-0
/
+352
*
Maintain hexadecimal order.
Devang Patel
2011-09-13
1
-1
/
+1
*
Add DW_ATE_UTF, which clang started using in my previous commit!
Devang Patel
2011-09-12
1
-0
/
+1
*
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-07
1
-6
/
+9
*
Add load commands from Lion to Macho.h.
Benjamin Kramer
2011-08-30
1
-0
/
+11
*
Tidy up. Whitespace.
Jim Grosbach
2011-08-29
1
-5
/
+5
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
2
-0
/
+1275
*
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-23
1
-0
/
+32
*
...and make sure DynamicLibrary builds by removing "const" from the Invalid p...
Jordy Rose
2011-08-17
1
-1
/
+1
*
Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...
Jordy Rose
2011-08-17
1
-2
/
+7
*
Use DynamicLibrary instances as a way to get symbols from a specific library....
Jordy Rose
2011-08-17
1
-30
/
+40
*
Increment debug info version to accommodate upcoming change in debug info nod...
Devang Patel
2011-08-16
1
-1
/
+2
*
Initial commit of the 'landingpad' instruction.
Bill Wendling
2011-08-12
2
-0
/
+6
*
DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147...
NAKAMURA Takumi
2011-08-11
1
-1
/
+2
*
Preserve the name for this variant of IRBuilder::CreateCall
Peter Collingbourne
2011-08-10
1
-1
/
+1
*
Remove CreateUnwind from the IRBuillder.
Bill Wendling
2011-08-03
1
-4
/
+0
[prev]
[next]