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
*
Fix -Wnon-virtual-dtor warnings.
Michael J. Spencer
2012-04-04
1
-0
/
+20
*
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
Benjamin Kramer
2012-04-04
1
-0
/
+1
*
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
2012-04-03
1
-20
/
+0
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
1
-0
/
+564
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
1
-1
/
+3
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
1
-1
/
+3
*
Add support to the InstVisitor for visiting a generic callsite. The
Chandler Carruth
2012-03-31
1
-2
/
+23
*
Lowercase the tag name to match the rest of dwarf.
Eric Christopher
2012-03-29
1
-1
/
+1
*
Tidy up. Whitespace.
Jim Grosbach
2012-03-28
1
-3
/
+3
*
Add InitializeNativeTargetDisassembler function.
Eric Christopher
2012-03-26
1
-0
/
+12
*
Make the formatting of this file more consistent, and fix the 80-columns
Chandler Carruth
2012-03-18
1
-42
/
+42
*
Teach InstVisitor about the UnaryInstruction layer in the instruction
Chandler Carruth
2012-03-18
1
-8
/
+9
*
Fix warnings when building with VS11.
Michael J. Spencer
2012-03-11
1
-0
/
+3
*
Support reading GNU symbol versions in ELFObjectFile
David Meyer
2012-03-09
1
-0
/
+30
*
[Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macro
Daniel Dunbar
2012-03-09
1
-9
/
+9
*
Try a completely different approach to this type trait to appease older
Chandler Carruth
2012-03-07
1
-31
/
+29
*
Attempt #2 at appeasing GCC 4.3. This compiler really doesn't like these
Chandler Carruth
2012-03-07
1
-17
/
+21
*
Switch the is_integral_or_enum trait machinery to use an explicit
Chandler Carruth
2012-03-07
1
-4
/
+4
*
Add support to the hashing infrastructure for automatically hashing both
Chandler Carruth
2012-03-07
1
-1
/
+31
*
Add new load commands for MachO.
Ted Kremenek
2012-03-06
1
-0
/
+4
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
1
-1
/
+3
*
Simplify the pair optimization. Rather than using complex type traits,
Chandler Carruth
2012-03-02
1
-18
/
+0
*
Add a header that was technically missing to see if this gets the
Chandler Carruth
2012-03-02
1
-0
/
+1
*
We really want to hash pairs of directly-hashable data as directly
Chandler Carruth
2012-03-02
1
-0
/
+18
*
Move include/llvm/ADT/SaveAndRestore.h -> include/llvm/Support/SaveAndRestore.h
Argyrios Kyrtzidis
2012-03-01
1
-0
/
+47
*
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-03-01
2
-18
/
+53
*
Make MemoryObject accessor members const again
Derek Schuff
2012-02-29
2
-26
/
+25
*
Fix PR12089
Derek Schuff
2012-02-27
1
-1
/
+1
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
1
-1
/
+1
*
Calls and invokes with the new clang.arc.no_objc_arc_exceptions
Dan Gohman
2012-02-17
1
-0
/
+6
*
Revert commit 149912 (lattner) and add a testcase that shows the problem (which
Duncan Sands
2012-02-10
1
-1
/
+22
*
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2012-02-09
1
-0
/
+4
*
Correct use of const in ParseCommandLineOptions
David Blaikie
2012-02-07
1
-1
/
+1
*
Fix comment-rulers.
Nick Lewycky
2012-02-06
2
-2
/
+2
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
3
-3
/
+222
*
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
1
-22
/
+1
*
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
1
-1
/
+0
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
2
-2
/
+3
*
Update llvm debug version to support new structure and tag for Objective-C pr...
Devang Patel
2012-02-04
1
-1
/
+2
*
Add new tag and an attribute to support debug info for objective-c property.
Devang Patel
2012-02-03
1
-0
/
+2
*
Move Clang's file-level locking facility over to LLVM's support
Douglas Gregor
2012-01-29
1
-0
/
+74
*
progress making the world safe to ConstantDataVector. While
Chris Lattner
2012-01-26
1
-8
/
+29
*
Reword comment based on feedback by Duncan Sands.
David Blaikie
2012-01-24
1
-1
/
+1
*
Changing bitfield enums to unsigned ints.
David Blaikie
2012-01-23
1
-7
/
+9
*
Remove extraneous ';'s.
Bill Wendling
2012-01-23
1
-3
/
+3
*
Simplify llvm::cl::Option by using a bit field instead of manual bit packing.
David Blaikie
2012-01-23
1
-74
/
+68
*
Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented
Eli Bendersky
2012-01-22
1
-0
/
+12
*
Removes template magic to build up containers.
Manuel Klimek
2012-01-17
1
-124
/
+130
*
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
Chandler Carruth
2012-01-15
1
-3
/
+0
*
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-05
1
-8
/
+0
[next]