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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use getPrevSlot() instead of getPrevIndex().
Jakob Stoklund Olesen
2011-09-15
1
-1
/
+1
*
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
*
Stop verifying hasPHIKill() flags.
Jakob Stoklund Olesen
2011-09-15
1
-0
/
+1
*
Leave hasPHIKill flags alone in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2011-09-15
1
-1
/
+0
*
Update Dwarf enums list for DWARF 4.
Nick Lewycky
2011-09-15
1
-1
/
+17
*
[regcoalescing] bug fix for RegistersDefinedFromSameValue.
Andrew Trick
2011-09-15
1
-0
/
+8
*
Update the comment for system_temp_directory() to indicate when it
Douglas Gregor
2011-09-14
1
-1
/
+4
*
Add support to emit debug info for C++0x nullptr type.
Devang Patel
2011-09-14
1
-0
/
+3
*
Add a simple routine to determine the typical system directory for
Douglas Gregor
2011-09-14
1
-1
/
+9
*
Move state var to private class member.
Jim Grosbach
2011-09-14
1
-0
/
+1
*
Add APInt support for converting to/from hexatridecimal strings
Douglas Gregor
2011-09-14
1
-5
/
+5
*
Object: make the following changes into SymbolRef
Benjamin Kramer
2011-09-14
2
-0
/
+31
*
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
*
Fix indenting.
Eric Christopher
2011-09-13
1
-2
/
+2
*
First step in supporting #line directives in assembler. This step parses the
Kevin Enderby
2011-09-13
1
-0
/
+1
*
Remove include of header that doesn't exist (yet).
Benjamin Kramer
2011-09-13
1
-1
/
+0
*
Sketch out a DWARF parser.
Benjamin Kramer
2011-09-13
1
-0
/
+42
*
Add the DataExtractor utility class.
Benjamin Kramer
2011-09-13
1
-0
/
+352
*
Switch extendInBlock() to take a kill slot instead of the last use slot.
Jakob Stoklund Olesen
2011-09-13
1
-4
/
+4
*
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
*
CR fixes per Bruno's request.
Nadav Rotem
2011-09-11
1
-1
/
+5
*
Mark the eh.typeid.for intrinsic as being 'const', which it is inside
Duncan Sands
2011-09-09
1
-1
/
+3
*
Directly point debug info to the stack slot of the arugment, instead of tryin...
Devang Patel
2011-09-08
1
-4
/
+4
*
Add support for relocations to ObjectFile.
Benjamin Kramer
2011-09-08
2
-16
/
+90
*
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-07
2
-7
/
+14
*
When inlining exception handling code into another function, ensure that
Duncan Sands
2011-09-07
1
-1
/
+1
*
Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...
Eli Friedman
2011-09-07
1
-2
/
+4
*
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
4
-19
/
+62
*
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-06
2
-11
/
+20
*
Add some simple insertvalue simplifications, for the purpose of cleaning
Duncan Sands
2011-09-05
2
-0
/
+13
*
Comment and clarifying assert.
Andrew Trick
2011-09-02
1
-2
/
+3
*
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-02
1
-0
/
+12
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
2
-5
/
+13
*
Remove the old tail duplication pass. It is not used and is unable to update
Rafael Espindola
2011-08-30
3
-9
/
+0
*
Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.
Benjamin Kramer
2011-08-30
1
-0
/
+1
*
Fix C++0x narrowing errors when char is unsigned.
Jeffrey Yasskin
2011-08-30
1
-1
/
+1
*
The code model of JIT should default to JITDefault.
Nicolas Geoffray
2011-08-30
1
-1
/
+1
*
Emit segmented-stack specific code into function prologues for
Rafael Espindola
2011-08-30
1
-0
/
+4
*
Command line option to enable support for segmented stacks:
Rafael Espindola
2011-08-30
1
-0
/
+2
*
Follow up to r138791.
Evan Cheng
2011-08-30
3
-0
/
+17
*
Teach macho-dump how to dump linkedit_data load commands.
Benjamin Kramer
2011-08-30
2
-1
/
+14
*
Add load commands from Lion to Macho.h.
Benjamin Kramer
2011-08-30
1
-0
/
+11
*
Thumb2 parsing and encoding for IT blocks.
Jim Grosbach
2011-08-29
1
-0
/
+12
*
Tidy up. Whitespace.
Jim Grosbach
2011-08-29
1
-5
/
+5
*
Tidy up. 80 columns.
Jim Grosbach
2011-08-29
1
-1
/
+1
*
Reapply r138695. Fix PassManager stack depths.
Andrew Trick
2011-08-29
4
-6
/
+7
*
Add AMDIL as valid target triple to LLVM.
Tobias Grosser
2011-08-29
1
-0
/
+1
[next]