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-07-13
Fixed few warnings.
Galina Kistanova
2012-07-13
Initializers for some fields were missing in Option::Option
Alexander Kornienko
2012-07-12
Regenerate.
Eric Christopher
2012-07-12
Add intrinsics for Ivy Bridge's rdrand instruction.
Benjamin Kramer
2012-07-10
Teach the LiveInterval::join function to use the fast merge algorithm,
Chandler Carruth
2012-07-10
Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo to
Chad Rosier
2012-07-10
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-07-10
Add an efficient merge operation to LiveInterval and use it to avoid
Chandler Carruth
2012-07-10
Teach LiveIntervals how to verify themselves and start using it in some
Chandler Carruth
2012-07-10
Allow intrinsics to be used in place of node matchables.
Jim Grosbach
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-07-08
Remove some trivial copy ctors so the classes become trivially copyable and g...
Benjamin Kramer
2012-07-08
SmallVector: Make use of move semantics to speed up moving objects in erase()...
Benjamin Kramer
2012-07-07
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
whitespace
Andrew Trick
2012-07-07
Tweak spelling.
Andrew Trick
2012-07-06
Fix the naming of ensureAlignment. Per the coding standard function names
Chad Rosier
2012-07-06
Add a print method to the ObjC property object.
Bill Wendling
2012-07-06
Revert r159789.
Dmitri Gribenko
2012-07-06
llvm/include/llvm/CMakeLists.txt: Cut dependency to intrinsics_gen.
NAKAMURA Takumi
2012-07-06
Enable new[] on llvm::BumpPtrAllocator.
Dmitri Gribenko
2012-07-05
Fix an overzealous assertion. It is legitimate for a target to have multiple...
Owen Anderson
2012-07-05
Remove dead infrastructure for building DenseMaps with a SlotIndex as
Chandler Carruth
2012-07-05
Finish fixing the MachineOperand hashing, providing a nice modern
Chandler Carruth
2012-07-04
Reverted r159658:
Stepan Dyatkovskiy
2012-07-04
Reverted r156659, due to probable performance regressions, DenseMap should be...
Stepan Dyatkovskiy
2012-07-04
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-07-03
Diff from hg rev 0b098ca44de7
Derek Schuff
2012-07-03
fold PHI nodes in SizeOffsetEvaluator whenever possible.
Nuno Lopes
2012-07-03
IntegersSubsetMappin: cosmetic changes in diff operation.
Stepan Dyatkovskiy
2012-07-03
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
Micro-optimize this function a bit. This shrinks the generated code
Chandler Carruth
2012-07-02
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
Fix -Wstring-conversion warning.
David Blaikie
2012-07-02
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
Consistently use AnalysisID types in TargetPassConfig.
Bob Wilson
2012-07-02
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
Add a missing forward declaration of PassManagerBase.
Bob Wilson
2012-07-02
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-07-02
Fixed switch in IntRange::isSingleNumber method.
Stepan Dyatkovskiy
2012-07-02
IntRange, fixed warning in isSingleNumber method
Stepan Dyatkovskiy
2012-07-02
IntRange:
Stepan Dyatkovskiy
2012-07-02
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-06-30
Avoid sign compare warning.
Benjamin Kramer
2012-06-29
Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare
Manman Ren
2012-06-29
Add getUniqueVRegDef to MachineRegisterInfo.
Manman Ren
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
[prev]
[next]