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
/
CodeGen
Age
Commit message (
Expand
)
Author
2009-03-19
Fix the Win32 VS2008 build:
Sebastian Redl
2009-03-19
Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.
Evan Cheng
2009-03-19
SADDO and UADDO are commutative.
Dan Gohman
2009-03-13
Fix FastISel's assumption that i1 values are always zero-extended
Dan Gohman
2009-03-13
Fix some significant problems with constant pools that resulted in unnecessar...
Evan Cheng
2009-03-11
Two coalescer fixes in one.
Evan Cheng
2009-03-10
Refine the Dwarf writer timers so that they measure exception writing and debug
Bill Wendling
2009-03-10
Add a timer to the DwarfWriter pass that measures the total time it takes to
Bill Wendling
2009-03-10
wire up support for emitting "special" values from inline asm
Chris Lattner
2009-03-09
Revert r66415. It's causing failures during bootstrap builds:
Bill Wendling
2009-03-09
Add a constructor for BuildVectorSDNode and revert the temporary workaround
Bob Wilson
2009-03-09
in builds without asserts we do not need to allocate the Next pointer in "gho...
Gabor Greif
2009-03-06
Add default constructor to SDNode to make gcc 3.4.6 happy.
Tanya Lattner
2009-03-06
do not close friendship with every odd class
Gabor Greif
2009-03-04
ooops, forgot to include the pointless-write eliminator in my previous checkin
Gabor Greif
2009-03-04
Give sentinel traits the right to determine the policy where the sentinel is ...
Gabor Greif
2009-03-04
"Ghostify" embedded sentinels. This is a real win in all cases
Gabor Greif
2009-03-03
Fix a bunch of Doxygen syntax issues. Escape special characters,
Dan Gohman
2009-03-02
Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle
Bob Wilson
2009-03-01
Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new
Bob Wilson
2009-02-25
Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
Evan Cheng
2009-02-25
Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...
Evan Cheng
2009-02-25
Expand tabs to spaces (overlooked in previous commit)
Scott Michel
2009-02-25
Remove all "cached" data from BuildVectorSDNode, preferring to retrieve
Scott Michel
2009-02-24
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-22
Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR
Scott Michel
2009-02-20
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-20
Add a default debug location object to the Machine Function. It's used to emi...
Bill Wendling
2009-02-19
Print out a new label only if the debug location *tuple* is different. The debug
Bill Wendling
2009-02-18
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-18
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-17
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-14
Unbreak the build on win32.
Cedric Venet
2009-02-13
Remove non-DebugLoc versions of BuildMI.
Dale Johannesen
2009-02-12
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-11
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-11
It isn't necessary to explicitly clear the contents of std::vector
Dan Gohman
2009-02-10
Factor out more code for computing register live-range informationfor
Dan Gohman
2009-02-08
Fix PR3486. Fix a bug in code that manually patch physical register live inte...
Evan Cheng
2009-02-08
Strengthen the previous check.
Evan Cheng
2009-02-08
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...
Evan Cheng
2009-02-07
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
Make SDNode constructors take a DebugLoc always.
Dale Johannesen
2009-02-07
Deleted one line too many. oops.
Dale Johannesen
2009-02-07
Remove now-unused constructors.
Dale Johannesen
2009-02-07
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
[next]