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
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange.
Evan Cheng
2011-07-15
Do not get confused by multiple empty lexical scopes inlined at one location.
Devang Patel
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
Refactor.
Devang Patel
2011-07-14
Eliminate redundant LLVMContext argument.
Devang Patel
2011-07-14
Check register class matching instead of width of type matching
Eric Christopher
2011-07-14
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
Benjamin Kramer
2011-07-14
[VECTOR-SELECT]
Nadav Rotem
2011-07-14
Add assertion for the chain value type
Nadav Rotem
2011-07-14
Reapply r135121 with a fixed copy constructor.
Jakob Stoklund Olesen
2011-07-14
Simplify.
Devang Patel
2011-07-14
Don't emit a bit test if there is only one case the test can yield false. A s...
Benjamin Kramer
2011-07-14
Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...
Devang Patel
2011-07-14
Add a dag combine pattern for folding C2-(A+C1) -> (C2-C1)-A
Eric Christopher
2011-07-14
Revert r135121 which broke a gcc-4.2 builder.
Jakob Stoklund Olesen
2011-07-14
Count references to interference cache entries.
Jakob Stoklund Olesen
2011-07-14
Simplify. Compile unit check inside hasValidLocation() did not add any value.
Devang Patel
2011-07-14
Reapply r135074 and r135080 with a fix.
Jakob Stoklund Olesen
2011-07-14
Fix typo in DEBUG message.
Devang Patel
2011-07-14
Add DEBUG messages.
Devang Patel
2011-07-13
Revert r135074 and r135080. They broke clamscan.
Jakob Stoklund Olesen
2011-07-13
Only keep the global split candidates that work out.
Jakob Stoklund Olesen
2011-07-13
Move the InterferenceCache cursor into the GlobalSplitCand struct.
Jakob Stoklund Olesen
2011-07-13
Fix up TargetLoweringObjectFile ctors to properly initialize fields.
Evan Cheng
2011-07-13
Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
Jay Foad
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-10
Use BranchProbability instead of floating points in IfConverter.
Jakub Staszak
2011-07-10
Don't analyze block if it's not considered for ifcvt anymore.
Jakub Staszak
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
Oops, didn't mean to commit that.
Jakob Stoklund Olesen
2011-07-09
Hoist spills within a basic block.
Jakob Stoklund Olesen
2011-07-08
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
Be more aggressive about following hints.
Jakob Stoklund Olesen
2011-07-08
Refactor.
Devang Patel
2011-07-08
Make provision to have floating point constants in .debug_loc expressions.
Devang Patel
2011-07-08
Apparently we can't expect a BinaryOperator here.
Benjamin Kramer
2011-07-08
Emit a more efficient magic number multiplication for exact sdivs.
Benjamin Kramer
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-07
Remove a FIXME. All of the standard ones are in the list.
Eric Christopher
2011-07-07
Add DEBUG message.
Devang Patel
2011-07-07
If known DebugLocs do not match then two DBG_VALUE machine instructions are n...
Devang Patel
2011-07-07
Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The
Lang Hames
2011-07-07
Add DEBUG messages.
Devang Patel
2011-07-06
When tail-merging multiple blocks, make sure to correctly update the live-in ...
Eli Friedman
[next]