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