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
/
XCore
Age
Commit message (
Expand
)
Author
2010-07-09
--- Reverse-merging r107947 into '.':
Bob Wilson
2010-07-09
Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
Dan Gohman
2010-07-08
Revert 107840 107839 107813 107804 107800 107797 107791.
Dan Gohman
2010-07-07
Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...
Evan Cheng
2010-07-07
Add X86FastISel support for return statements. This entails refactoring
Dan Gohman
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-06
CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.
Dan Gohman
2010-07-06
Propagate debug loc.
Devang Patel
2010-07-06
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
Revert r107655.
Dan Gohman
2010-07-06
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-03
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-01
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-21
Remove isTwoAddress from XCore.
Eric Christopher
2010-06-17
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-02
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
cleanup
Rafael Espindola
2010-05-22
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-19
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-01
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-04-28
further simplify EmitAlignment by eliminating the
Chris Lattner
2010-04-21
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-16
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-08
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-05
remove the MMI pointer from MachineFrameInfo.
Chris Lattner
2010-04-05
simplify code.
Chris Lattner
2010-04-05
implement EmitFunctionEntryLabel to emit the .cc_top directive,
Chris Lattner
2010-04-05
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2010-04-05
just have all targets create the DwarfWriter.
Chris Lattner
2010-04-05
simplify various getAnalysisUsage implementations.
Chris Lattner
2010-04-04
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-04-04
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
mc'ize the remaining uses of O.
Chris Lattner
2010-04-04
mcize a bunch more stuff, using EmitRawText for things we
Chris Lattner
2010-04-04
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-04
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
Revert r100191 since it breaks objc in clang
Mon P Wang
[prev]
[next]