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-04-04
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
streamerize the rest of PIC16 asm printer.
Chris Lattner
2010-04-04
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-02
rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.
Chris Lattner
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-02
Teach AnalyzeBranch, RemoveBranch and the branch
Dale Johannesen
2010-03-30
XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect these
Benjamin Kramer
2010-03-30
PIC16: Plug a leak in PIC16Section by allocating name & address strings in the
Benjamin Kramer
2010-03-20
PIC16: Simplify code by using a std::set<std::string> instead of a sorted & u...
Benjamin Kramer
2010-03-17
Initialize Size member to appease valgrind.
Benjamin Kramer
2010-03-13
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-12
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
inline GetGlobalValueSymbol into the rest its callers and
Chris Lattner
2010-03-09
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
Revert r97947.
Devang Patel
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-04
Teach the pic16 target to recognize pic16-*-* triples.
John McCall
2010-03-02
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
Remove dead parameter passing.
Bill Wendling
2010-02-26
The cloner has nothing to do if any of the main or ISR entrypoints are not
Sanjiv Gupta
2010-02-26
Reapply things reverted back in 97220, with the fixed test case.
Sanjiv Gupta
2010-02-26
Revert r97211 and r97213 to get the build green again.
Chandler Carruth
2010-02-26
Currently in LLVM, names of libcalls are assigned during TargetLowering
Sanjiv Gupta
2010-02-26
Before converting an operand to mem, check if it is legal to do so.
Sanjiv Gupta
2010-02-25
Each field of auxiliary debug entry is only 1 byte long.
Sanjiv Gupta
2010-02-22
remove dupes now.
Chris Lattner
2010-02-22
move #includes earlier.
Chris Lattner
2010-02-18
Remap the call sites of a shared function in interrupt line functions.
Sanjiv Gupta
2010-02-18
Re-factoring.
Sanjiv Gupta
2010-02-17
Added routine to clone the body of a function and maintain a map of already
Sanjiv Gupta
2010-02-17
Added a function to clone locals of a function.( which for pic16 are globals
Sanjiv Gupta
2010-02-17
Removed header files from .h by adding forward decls.
Sanjiv Gupta
2010-02-17
Initial implementation of PIC16 Cloner pass.
Sanjiv Gupta
2010-02-16
The code section for an ISR has a specific address.
Sanjiv Gupta
2010-02-15
Split SelectionDAGISel::IsLegalAndProfitableToFold to
Evan Cheng
2010-02-15
Remove an assumption of default arguments. This is in anticipation of a
David Greene
2010-02-14
fixes to pagesel/banksel inserter.
Sanjiv Gupta
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
print all the newlines at the end of instructions with
Chris Lattner
2010-02-03
rename printMachineInstruction -> EmitInstruction
Chris Lattner
2010-02-02
Revert 95130.
Evan Cheng
2010-02-02
refactor code so that LLVMTargetMachine creates the asmstreamer and
Chris Lattner
2010-02-02
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-01-28
Replace strcpy with memcpy when we have the length around anyway.
Benjamin Kramer
2010-01-27
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2010-01-26
Eliminate SetDirective, and replace it with HasSetDirective.
Chris Lattner
2010-01-26
add a new MachineBasicBlock::getSymbol method, replacing
Chris Lattner
[prev]
[next]