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-05-02
Update SmallVector to support move semantics if the host does.
John McCall
2012-05-01
YAMLParser: get rid of global ctors & dtors.
Benjamin Kramer
2012-04-28
If the __is_trivially_copyable type trait is available use it as the baseline...
Benjamin Kramer
2012-04-23
Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd
Sylvestre Ledru
2012-04-20
Extraneous semicolon.
Eric Christopher
2012-04-18
SourceMgr: Colorize diagnostics.
Benjamin Kramer
2012-04-17
platform support for counting column widths and checking isprint
Seth Cantrell
2012-04-17
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
Adding operator== for document_iterator.
Manuel Klimek
2012-04-16
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-04-16
Remove the methods for attaching metadata to instructions/retrieving metadata
Duncan Sands
2012-04-16
Add convenience methods to MDBuilder for attaching metadata to instructions,
Duncan Sands
2012-04-16
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-15
Add the MDBuilder helper class for conveniently creating metadata.
Duncan Sands
2012-04-08
Move the TLSModel information into the TargetMachine rather than hiding
Chandler Carruth
2012-04-08
Allow subclasses of the ValueHandleBase to store information as part of the
Bill Wendling
2012-04-06
DenseMap: Perform the pod-like object optimization when the value type is POD...
Benjamin Kramer
2012-04-05
Fix the build breakage introduced by r154131.
Kaelyn Uhrain
2012-04-05
Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to be
Kaelyn Uhrain
2012-04-04
Fix -Wnon-virtual-dtor warnings.
Michael J. Spencer
2012-04-04
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
Benjamin Kramer
2012-04-03
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
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
[next]