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
Age
Commit message (
Expand
)
Author
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
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
Simplify TableGen type-compatibility checks.
Sean Silva
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-06
[Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.
Michael J. Spencer
2013-01-06
[Object][ELF] Add program header iterator.
Michael J. Spencer
2013-01-06
[Object][ELF] Refactor ELFRelocationIterator into ELFEntityIterator. No funct...
Michael J. Spencer
2013-01-05
Funnel the actual TargetTransformInfo pass from the SelectionDAGISel
Chandler Carruth
2013-01-05
Convert the TargetTransformInfo from an immutable pass with dynamic
Chandler Carruth
2013-01-05
Replicate the APIs of ScalarTargetTransformInfo and
Chandler Carruth
2013-01-05
Switch the empty and tombstone key enumerators to not have explicit
Chandler Carruth
2013-01-05
While the struct being defined in the AddressingMode.h header was
Chandler Carruth
2013-01-05
Remove unnecessary include.
Chandler Carruth
2013-01-05
IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...
NAKAMURA Takumi
2013-01-05
Whitespace.
NAKAMURA Takumi
2013-01-05
DenseMap: Appease -fstrict-aliasing on g++-4.4.
NAKAMURA Takumi
2013-01-05
Don't call destructors on MachineInstr and MachineOperand.
Jakob Stoklund Olesen
2013-01-05
Use ArrayRecycler for MachineInstr operand lists.
Jakob Stoklund Olesen
2013-01-05
Add MachineRegisterInfo::moveOperands().
Jakob Stoklund Olesen
2013-01-05
Refactor the ScalarTargetTransformInfo API for querying about the
Chandler Carruth
2013-01-05
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2013-01-05
Add a method to create an AttributeSet from an AttrBuilder.
Bill Wendling
2013-01-05
Add an ArrayRecycler class.
Jakob Stoklund Olesen
2013-01-05
Make this an integer so we have enumeral types in the conditional
Eric Christopher
2013-01-05
Provide a default constructor for TimeValue. This was used, but only in
Chandler Carruth
2013-01-05
Fix warnings from llvm-gcc as seen on darwin10 (10.6).
Alex Rosenberg
2013-01-04
Get rid of the 'Bits' mask in the attribute builder.
Bill Wendling
2013-01-04
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
[prev]
[next]