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
2010-03-30
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows
Benjamin Kramer
2010-03-30
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-30
Funky indentation.
Evan Cheng
2010-03-30
There is no need to fall through after processing DBG_VALUE machine instruction.
Devang Patel
2010-03-30
Fix -Asserts warning.
Daniel Dunbar
2010-03-30
Reapply r99881 with some fixes: only call destructor in releaseMemory!
Torok Edwin
2010-03-30
Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.
Torok Edwin
2010-03-30
Introduce another Reset() method in BumpPtrAllocator that calls a destructor
Torok Edwin
2010-03-30
Avoid being influenced by the presence of dbg_value instructions.
Evan Cheng
2010-03-29
Re-add back in the slow way of determining of a clean-up should become a
Bill Wendling
2010-03-29
A more general (and simpler!) implementation of r99671. It performs a similar
Bill Wendling
2010-03-29
Encode start location of debug value, communicated through DBG_VALUE machine ...
Devang Patel
2010-03-29
Fix PR4975. Avoid referencing empty vector.
Evan Cheng
2010-03-29
Pool allocate SDDbgValue nodes.
Evan Cheng
2010-03-29
use RAII for ExceptionTimer too
Chris Lattner
2010-03-29
fix a variety of issues were we'd start DebugTimer but
Chris Lattner
2010-03-29
Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...
Devang Patel
2010-03-28
Revert 99772.
Devang Patel
2010-03-28
add a statistic for the # times isel has to backtrack.
Chris Lattner
2010-03-28
Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.
Devang Patel
2010-03-28
finally remove the immAllOnesV_bc/immAllZerosV_bc patterns
Chris Lattner
2010-03-28
comply with the wishes of a fixme.
Chris Lattner
2010-03-28
now that (parallel) is gone and a variety of bugs in targets
Chris Lattner
2010-03-28
add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and
Chris Lattner
2010-03-28
don't add nodes to the now-dead nodes list multiple times, this
Chris Lattner
2010-03-28
don't add flag nodes with chain results to the NowDeadNodes
Chris Lattner
2010-03-27
improve -debug-only=isel comments for cases when we don't enter a
Chris Lattner
2010-03-27
Forgot the part where we handle the ".llvm.eh.catch.all.value".
Bill Wendling
2010-03-27
Return if we changed anything or not.
Bill Wendling
2010-03-27
If a selector has a call to ".llvm.eh.catch.all.value" that we haven't
Bill Wendling
2010-03-26
If we mark clean-ups as clean-ups, then it could break when inlining through an
Bill Wendling
2010-03-26
Add few missed libcalls and correct names for others.
Anton Korobeynikov
2010-03-26
Debug info shouldn't affect kills.
Dale Johannesen
2010-03-26
LiveVariables should clear kill / dead markers first. This allows us to remov...
Evan Cheng
2010-03-26
Try trivial remat before the coalescer gives up on a vr / physreg coalescing ...
Evan Cheng
2010-03-26
Handle DEBUG_VALUE in this pass.
Dale Johannesen
2010-03-25
Code clean up.
Evan Cheng
2010-03-25
fix a valgrind error on copy-constructor-synthesis.cpp, which is caused when
Chris Lattner
2010-03-25
Remove an unused option.
Evan Cheng
2010-03-25
Add comment.
Devang Patel
2010-03-25
Scheduler assumes SDDbgValue nodes are in source order. That's true currently...
Evan Cheng
2010-03-25
Change tblgen to emit FOOISD opcode names as two
Chris Lattner
2010-03-25
Remove a fixme that doesn't make sense any more.
Evan Cheng
2010-03-25
Make sure SDDbgValue.Invalid is initialized to false by all the constructors.
Evan Cheng
2010-03-25
Make the NDEBUG assertion stronger and more clear what is
Chris Lattner
2010-03-25
reapply 99444/99445, which I speculatively reverted in
Chris Lattner
2010-03-25
Change how dbg_value sdnodes are converted into machine instructions. Their p...
Evan Cheng
2010-03-25
Avoid being influenced by dbg_value instructions.
Evan Cheng
2010-03-24
revert 99444/99445. This doesn't cause the failure of
Chris Lattner
[prev]
[next]