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
Age
Commit message (
Expand
)
Author
2013-01-10
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
TableGen: record anonymous instantiations of classes.
Jordan Rose
2013-01-10
Allow hasProperty() to be called on bundle-internal instructions.
Jakob Stoklund Olesen
2013-01-10
Signal.h: Add <cstdio> for FILE*, since r171989.
NAKAMURA Takumi
2013-01-10
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
Support headerless bundles in MachineInstr::hasProperty().
Jakob Stoklund Olesen
2013-01-10
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-09
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
Don't require BUNDLE headers in MachineInstr::getBundleSize().
Jakob Stoklund Olesen
2013-01-09
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
add hexagon flags in ELF.h
Shankar Easwaran
2013-01-09
For some LLVM-as-library uses it is convenient to create a
David Tweed
2013-01-09
Refactor to expose RTLIB calls to targets.
Tim Northover
2013-01-09
Incrase the number of parameters for AlignedCharArrayUnion.
Manuel Klimek
2013-01-09
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
[Object, DebugInfo] Make DWARFContext BE-aware.
NAKAMURA Takumi
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
Add a getBundleEnd() function to go with the existing getBundleStart().
Jakob Stoklund Olesen
2013-01-09
Add the integer value of the ConstantInt instead of the Constant* value.
Bill Wendling
2013-01-09
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-08
Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize
Eli Bendersky
2013-01-08
Fix memory leak in YAML I/O.
Nick Kledzik
2013-01-08
Add fp128 rtlib function names to LLVM
Tim Northover
2013-01-08
Allow ELF64 relocation type to be more than 8 bits.
Tim Northover
2013-01-08
Sink a function that refers to the SelectionDAG into that library in the
Chandler Carruth
2013-01-08
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-07
Pack MachineOperand bitfields better.
Jakob Stoklund Olesen
2013-01-07
Pack MachineInstr fields better.
Jakob Stoklund Olesen
2013-01-07
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
Implement APFloat::isDenormal()
Shuxin Yang
2013-01-07
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
Remove the long defunct 'DefaultPasses' header. We have a pass manager
Chandler Carruth
2013-01-07
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
CallingConvLower.h: Use bitfields like unsigned:1 instead of bool:1 .
NAKAMURA Takumi
2013-01-07
Rough out a new c'tor for the AttrBuilder class.
Bill Wendling
2013-01-07
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-07
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
Fix the enumerator names for ShuffleKind to match tho coding standards,
Chandler Carruth
2013-01-07
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
[prev]
[next]