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
/
Target
Age
Commit message (
Expand
)
Author
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-10
Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd...
Evan Cheng
2009-07-10
80 col violation.
Evan Cheng
2009-07-09
Targets sometimes assign fixed stack object to spill certain callee-saved
Evan Cheng
2009-07-06
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-03
In this unreachable code, return an initialized value.
Duncan Sands
2009-07-03
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2009-07-03
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-02
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-07-01
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-06-30
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-24
Increase limit for OpActions array
David Greene
2009-06-24
This increases the maximum for MVT::LAST_VALUETYPE
David Greene
2009-06-23
Provide InitializeAllTargets and InitializeNativeTarget functions in the
Bob Wilson
2009-06-23
Work around build problem with OpenJDK, which defines X86 as a
Douglas Gregor
2009-06-22
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-20
implement support for lowering subregs when preparing to print
Chris Lattner
2009-06-19
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-19
merge the common darwin settings from the X86/PPC/ARM targets
Chris Lattner
2009-06-18
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
- Update register allocation hint after coalescing. This is done by the targe...
Evan Cheng
2009-06-17
Add a utility header that makes it easy to link in the right set
Chris Lattner
2009-06-15
Address more comments :)
Anton Korobeynikov
2009-06-15
Document ABIType enum. Patch by Sandeep Patel!
Anton Korobeynikov
2009-06-15
Part 1.
Evan Cheng
2009-06-14
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-06-14
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...
Bruno Cardoso Lopes
2009-06-11
Use forward declarations and move TargetELFWriterInfo impl to a new file.
Bruno Cardoso Lopes
2009-06-11
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-09
Change IndexedModeAction representation.
David Greene
2009-06-08
Oops, didn't mean to commit 73102 yet. Revert it.
David Greene
2009-06-08
Change IndexedModeAction representation.
David Greene
2009-06-08
The attached patches implement most of the ARM AAPCS-VFP hard float
Anton Korobeynikov
2009-06-08
Make IntInits and ListInits typed. This helps deduce types of !if and
David Greene
2009-06-06
Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...
Bruno Cardoso Lopes
2009-06-05
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-05
Adapt the x86 build_vector dagcombine to the current state of the legalizer.
Nate Begeman
2009-06-04
Add new function attribute - noredzone.
Devang Patel
2009-06-02
Revert 72707 and 72709, for the moment.
Dale Johannesen
2009-06-01
Make the implicit inputs and outputs of target-independent
Dale Johannesen
2009-05-30
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
Untabify.
Bill Wendling
2009-05-29
Default isNarrowingProfitable to false.
Evan Cheng
2009-05-28
Added optimization that narrow load / op / store and the 'op' is a bit twiddl...
Evan Cheng
2009-05-23
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2009-05-13
Run code placement optimization for targets that want it (arm and x86 for now).
Evan Cheng
2009-05-12
Clarify a comment.
Dan Gohman
2009-05-11
Don't #include DerivedTypes.h from TargetData.h.
Jay Foad
2009-05-11
Add a comment about the special meaning of VoidTy in this context.
Dan Gohman
[next]