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
/
Target
/
PIC16
Age
Commit message (
Expand
)
Author
2010-01-05
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2009-12-29
Extern declaration for unordered.f32 libcall was not being emitted. Fixed that.
Sanjiv Gupta
2009-12-28
Fixed llc crash for zext (i1 -> i8) loads.
Sanjiv Gupta
2009-12-28
Allow targets to specify the return type of libcalls that are generated for f...
Sanjiv Gupta
2009-12-23
Reapply 91904.
Sanjiv Gupta
2009-12-23
Added missing patterns for subtract instruction.
Sanjiv Gupta
2009-12-23
Reverting back 91904.
Sanjiv Gupta
2009-12-22
While converting one of the operands to a memory operand, we need to check if...
Sanjiv Gupta
2009-12-22
Add more plumbing. This time in the LowerArguments and "get" functions which
Bill Wendling
2009-12-19
Remove unused variable (noticed by clang++).
Daniel Dunbar
2009-12-19
Emit direction operand in binary insns that stores in memory.
Sanjiv Gupta
2009-12-19
1. In indirect load/store insns , the name of fsr should be emitted as INDF.
Sanjiv Gupta
2009-11-25
Avoid some possibly unsafe uses of StringRef::data().
Benjamin Kramer
2009-11-25
Use StringRef (again) in DebugInfo interface.
Devang Patel
2009-11-14
revert 88761 as it fails builds.
Sanjiv Gupta
2009-11-14
Fix debug info crashes for PIC16.
Sanjiv Gupta
2009-11-13
Move DebugInfo checks into EmitComments and remove them from
David Greene
2009-11-12
Make the MachineFunction argument of getFrameRegister const.
David Greene
2009-11-12
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-07
indicate what the native integer types for the target are.
Chris Lattner
2009-11-05
Remove uninteresting and confusing debug output.
Dan Gohman
2009-10-29
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-27
Remove unnecessary gotos to fall-thru successors.
Sanjiv Gupta
2009-10-26
Revert r85134, it breaks mingw build
Anton Korobeynikov
2009-10-26
Make PIC16 overlay a loadable pass.
Sanjiv Gupta
2009-10-25
Reapply 85006 with a minor fix.
Sanjiv Gupta
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-24
Revert back 85006 for now as it breaks PIC16 tests.
Sanjiv Gupta
2009-10-24
Adding support for placing global objects in shared data memory.
Sanjiv Gupta
2009-10-22
fix warning.
Chris Lattner
2009-10-21
Revert r84764, it breaks mingw build
Anton Korobeynikov
2009-10-21
Build shared lib instead of an archive.
Sanjiv Gupta
2009-10-21
Add a pass to overlay pic16 data sections for function frame and automatic
Sanjiv Gupta
2009-10-20
This file is replaeced by PIC16Section.h.
Sanjiv Gupta
2009-10-16
Update CMake file.
Benjamin Kramer
2009-10-16
Cleaned up some code. No functionality change.
Sanjiv Gupta
2009-10-15
Add files Sanjiv forgot.
Benjamin Kramer
2009-10-15
Re-apply 84180 with the fixed test case.
Sanjiv Gupta
2009-10-15
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
Daniel Dunbar
2009-10-15
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
Sanjiv Gupta
2009-10-15
Few changes to comply with new DebugInfo Metadata representation.
Sanjiv Gupta
2009-10-13
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-07
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-06
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-09-30
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
Fix a comment typo.
Bob Wilson
2009-09-29
Remove std::string uses from DebugInfo interface.
Devang Patel
2009-09-19
Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...
Evan Cheng
[next]