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
2012-10-09
Inline the checks for mutually exclusive attributes since they're used in onl...
Bill Wendling
2012-10-09
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-10-09
Move the 'FunctionOnly' attributes thingy inside of the Attributes class.
Bill Wendling
2012-10-09
Not everyone uses C++11, apparently
Douglas Gregor
2012-10-09
Allow MapVector clients to specify the map and vector types, and add a
Douglas Gregor
2012-10-09
More descriptive, doxygen-ed comments
Michael Ilseman
2012-10-09
New value_op_iterator for User. This allows other code to iterate over the Us...
Michael Ilseman
2012-10-09
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-09
Move the 'ParameterOnly' variable inside of the Attributes class and make it ...
Bill Wendling
2012-10-09
Remove the now dead VarArgsIncompatible variable.
Bill Wendling
2012-10-09
Use the enum value of the attributes when removing them from the attributes b...
Bill Wendling
2012-10-09
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
Fix PR14016.
Alexey Samsonov
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Remove some dead methods.
Bill Wendling
2012-10-09
Remove ifdef'd code.
Bill Wendling
2012-10-09
whitespace
Nadav Rotem
2012-10-09
Move misplaced comment.
Sean Silva
2012-10-09
Remove a couple more 'hasAttrSomewhere' calls.
Bill Wendling
2012-10-09
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-09
Convert to using the Attributes::Builder interface.
Bill Wendling
2012-10-08
Use the Attributes::Builder to build the attributes in the parser.
Bill Wendling
2012-10-08
Use DataTypes.h
Nadav Rotem
2012-10-08
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
Convert the LLVM parser over to using the new Attributes::Builder to build its
Bill Wendling
2012-10-08
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-10-08
Begin the transition to using the AttributesImpl object for the Attributes ivar.
Bill Wendling
2012-10-08
Update comment.
Eric Christopher
2012-10-08
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
misched: remove forceUnitLatencies. Defaults are handled by the default Sched...
Andrew Trick
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-07
Remove unused MachineInstr constructors that don't take a DebugLoc argument.
Craig Topper
2012-10-07
Move more methods out-of-line. This is in preparation for changing the internal
Bill Wendling
2012-10-05
[ms-inline asm] Add a comment describing the MapAndConstraints.
Chad Rosier
2012-10-05
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
Remove extraneous semicolon.
Chad Rosier
2012-10-05
Implement TargetData with the DataLayout class, this will allow LLVM projects...
Micah Villmow
2012-10-05
Add ELF program header.
Hemant Kulkarni
2012-10-05
Add PowerPC64 definitions for ELF.h
Adhemerval Zanella
2012-10-05
Move methods out-of-line.
Bill Wendling
2012-10-05
tblgen: Use appropriate LLVM-style RTTI functions.
Sean Silva
2012-10-05
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2012-10-05
tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy.
Sean Silva
2012-10-05
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-10-04
Rename the Target specific passes in the DataLayout class to be Target agnostic.
Micah Villmow
2012-10-04
Resubmit the copying of TargetData to DataLayout without any changes to the f...
Micah Villmow
2012-10-04
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
Backing out my changes, something screwed up from my patches, starting over.
Micah Villmow
2012-10-04
Create the DataLayout class, as a direct copy of TargetData.
Micah Villmow
2012-10-04
Accidently checked in the files, only wanted to copy them.
Micah Villmow
[prev]
[next]