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
Age
Commit message (
Expand
)
Author
2011-07-18
update for recent api changes. I have a hard time believing that this is act...
Chris Lattner
2011-07-18
update this to build with a recent IRBuilder change and de-constify types.
Chris Lattner
2011-07-18
LLC doesn't need to create MCInstrInfo's.
Evan Cheng
2011-07-18
add iteration support to TinyPtrVector for clang's use.
Chris Lattner
2011-07-18
fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving some
Chris Lattner
2011-07-18
introduce a new TinyPtrVector class.
Chris Lattner
2011-07-18
Simplify & microoptimize code. No intended functionality change.
Benjamin Kramer
2011-07-17
Minor code cleanups
Nadav Rotem
2011-07-17
Fix CMake build on Solaris
Oscar Fuentes
2011-07-17
tidy up
Chris Lattner
2011-07-16
Silence compiler warnings.
Benjamin Kramer
2011-07-16
Remove unused LoopRanges from RegAllocGreedy.
Jakub Staszak
2011-07-16
Remove "LoopInfo.h" include from BranchProbabilityInfo.h.
Jakub Staszak
2011-07-16
Add MachineBlockFrequency analysis.
Jakub Staszak
2011-07-16
Revert r135319 in an attempt to get to unbreak testers.
Owen Anderson
2011-07-16
More minor adjustments.
Eric Christopher
2011-07-16
Silence unused variable warning
Matt Beaumont-Gay
2011-07-16
Make the disassembler able to disassemble a bunch of instructions with names ...
Eli Friedman
2011-07-16
indvars: fix a pass-sensitivity issue that would hit the SCEVExpander
Andrew Trick
2011-07-16
indvars: remove ExprToIVMap because it won't be needed by LFTR.
Andrew Trick
2011-07-16
Fix SCEVEXpander to handle arbitrary phi expansion. Includes two
Andrew Trick
2011-07-16
Add AVX 128-bit patterns for sint_to_fp
Bruno Cardoso Lopes
2011-07-16
Finish propagating %asmtmp->%1 change.
Eric Christopher
2011-07-16
He said *before* the last split point.
Jakob Stoklund Olesen
2011-07-15
fix rdar://9776316 - type remapping needed for inline asm blobs,
Chris Lattner
2011-07-15
deconstify getType()'s.
Chris Lattner
2011-07-15
LegalizeDAG doesn't need its own copy of this enum.
Dan Gohman
2011-07-15
Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tB...
Owen Anderson
2011-07-15
Delete LegalizeDAG's own version of isTypeLegal and getTypeAction
Dan Gohman
2011-07-15
Fix a couple of things:
Bruno Cardoso Lopes
2011-07-15
Add a few patterns for 256-bit bitcasts. No testcases now, they are
Bruno Cardoso Lopes
2011-07-15
Delete an unused variable and a redundant assert.
Dan Gohman
2011-07-15
Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.
Jakob Stoklund Olesen
2011-07-15
Modernize comments.
Dan Gohman
2011-07-15
PR10370: Make sure we know how to relax push correctly on x86-64.
Eli Friedman
2011-07-15
Use DebugLoc directly to map inlined functions' instructions to respective le...
Devang Patel
2011-07-15
A real testcase for r135286.
Chad Rosier
2011-07-15
Update these tests, no longer outputting names for the variables.
Eric Christopher
2011-07-15
Fix pointer heuristic. Check whether predicator is ICMP_NE instead of if it is
Jakub Staszak
2011-07-15
A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches...
Eli Friedman
2011-07-15
Add testcase for r135286.
Chad Rosier
2011-07-15
Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...
Owen Anderson
2011-07-15
Teach llvm-objdump to disassemble sections symbol by symbol.
Benjamin Kramer
2011-07-15
ObjectFile: Add a method to check whether a section contains a symbol.
Benjamin Kramer
2011-07-15
Have tblgen produce code that tolerates operands that return an invalid match...
Kevin Enderby
2011-07-15
Disable loop idiom recognition of memset/memcpy if the function being compiled
Chad Rosier
2011-07-15
Remove unnecessary duplicate instruction definitions that simply overloaded t...
Owen Anderson
2011-07-15
MachOObjectFile: Get symbol functions ready for 64 bit.
Benjamin Kramer
2011-07-15
No need to explicitly invoke the ArrayRef constructor here.
Frits van Bommel
2011-07-15
Eliminate redundant map.
Devang Patel
[next]