2015-11-18 |
Craig Topper | Replace dyn_cast with isa in places that weren't using... |
blob | commitdiff | raw |
2015-11-07 |
Joseph Tremoulet | [WinEH] Update exception pointer registers |
blob | commitdiff | raw | diff to current |
2015-10-19 |
Krzysztof Parzyszek | [Hexagon] Fix debug information for local objects |
blob | commitdiff | raw | diff to current |
2015-10-18 |
Craig Topper | Make a bunch of static arrays const. |
blob | commitdiff | raw | diff to current |
2015-09-11 |
Ahmed Bougacha | [CodeGen] Refactor TLI/AtomicExpand interface to make... |
blob | commitdiff | raw | diff to current |
2015-08-11 |
Alex Lorenz | PseudoSourceValue: Replace global manager with a manage... |
blob | commitdiff | raw | diff to current |
2015-07-09 |
Krzysztof Parzyszek | [Hexagon] Add support for atomic RMW operations |
blob | commitdiff | raw | diff to current |
2015-07-09 |
Mehdi Amini | Make isLegalAddressingMode() taking DataLayout as an... |
blob | commitdiff | raw | diff to current |
2015-07-09 |
Mehdi Amini | Make TargetLowering::getPointerTy() taking DataLayout... |
blob | commitdiff | raw | diff to current |
2015-07-05 |
Benjamin Kramer | [TargetLowering] StringRefize asm constraint getters. |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Alexander Kornienko | Revert r240137 (Fixed/added namespace ending comments... |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
blob | commitdiff | raw | diff to current |
2015-06-09 |
Akira Hatanaka | Remove DisableTailCalls from TargetOptions and the... |
blob | commitdiff | raw | diff to current |
2015-06-01 |
Matt Arsenault | Add address space argument to isLegalAddressingMode |
blob | commitdiff | raw | diff to current |
2015-05-08 |
Arnold Schwaighofer | ScheduleDAGInstrs: In functions with tail calls PseudoS... |
blob | commitdiff | raw | diff to current |
2015-05-07 |
Matthias Braun | Change getTargetNodeName() to produce compiler warnings... |
blob | commitdiff | raw | diff to current |
2015-04-28 |
Sergey Dmitrouk | Reapply r235977 "[DebugInfo] Add debug locations to... |
blob | commitdiff | raw | diff to current |
2015-04-28 |
Daniel Jasper | Revert "[DebugInfo] Add debug locations to constant... |
blob | commitdiff | raw | diff to current |
2015-04-28 |
Sergey Dmitrouk | [DebugInfo] Add debug locations to constant SD nodes |
blob | commitdiff | raw | diff to current |
2015-04-25 |
Benjamin Kramer | [hexagon] Use range-based for loops. No functionality... |
blob | commitdiff | raw | diff to current |
2015-04-25 |
Benjamin Kramer | [hexagon] Remove setHexLibcallName, it leaks memory. |
blob | commitdiff | raw | diff to current |
2015-04-22 |
Krzysztof Parzyszek | [Hexagon] Some cleanup of instruction selection code |
blob | commitdiff | raw | diff to current |
2015-04-22 |
Krzysztof Parzyszek | Fix Windows build break: use LLVM_FUNCTION_NAME instead... |
blob | commitdiff | raw | diff to current |
2015-04-22 |
Krzysztof Parzyszek | [Hexagon] Overhaul of stack object allocation |
blob | commitdiff | raw | diff to current |
2015-04-13 |
Krzysztof Parzyszek | Expand ADDO/SUBO on Hexagon |
blob | commitdiff | raw | diff to current |
2015-04-13 |
Krzysztof Parzyszek | Allow memory intrinsics to be tail calls |
blob | commitdiff | raw | diff to current |
2015-04-10 |
Benjamin Kramer | Reduce dyn_cast<> to isa<> or cast<> where possible. |
blob | commitdiff | raw | diff to current |
2015-03-19 |
Krzysztof Parzyszek | [Hexagon] Add support for vector instructions |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Krzysztof Parzyszek | Remove unused complex patterns for addressing modes... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Colin LeMahieu | [Hexagon] Renaming HexagonJT to JT and adding CP for... |
blob | commitdiff | raw | diff to current |
2015-02-26 |
Eric Christopher | getRegForInlineAsmConstraint wants to use TargetRegiste... |
blob | commitdiff | raw | diff to current |
2015-02-26 |
Eric Christopher | Remove an argument-less call to getSubtargetImpl from... |
blob | commitdiff | raw | diff to current |
2015-02-21 |
Tim Northover | CodeGen: convert CCState interface to using ArrayRefs |
blob | commitdiff | raw | diff to current |
2015-02-09 |
Colin LeMahieu | [Hexagon] Removing more V4 predicates since V4 is the... |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Colin LeMahieu | [Hexagon] Simplifying and formatting several patterns... |
blob | commitdiff | raw | diff to current |
2015-02-03 |
Eric Christopher | Only access TLOF via the TargetMachine, not TargetLowering. |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Eric Christopher | Cache and use the subtarget that owns the target lowering. |
blob | commitdiff | raw | diff to current |
2015-01-28 |
Colin LeMahieu | [Hexagon] Updating several V5 intrinsics and adding... |
blob | commitdiff | raw | diff to current |
2015-01-16 |
Colin LeMahieu | [Hexagon] Updating call/jump instruction patterns. |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Colin LeMahieu | [Hexagon] Deleting old float comparison instruction... |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Colin LeMahieu | [Hexagon] Replacing old fadd/fsub instructions and... |
blob | commitdiff | raw | diff to current |
2015-01-08 |
Ahmed Bougacha | [SelectionDAG] Allow targets to specify legality of... |
blob | commitdiff | raw | diff to current |
2014-12-08 |
Colin LeMahieu | [Hexagon] Adding xtype parity, min, minu, max, maxu... |
blob | commitdiff | raw | diff to current |
2014-11-13 |
Aditya Nandakumar | We can get the TLOF from the TargetMachine - so constru... |
blob | commitdiff | raw | diff to current |
2014-11-13 |
Aditya Nandakumar | This patch changes the ownership of TLOF from TargetLow... |
blob | commitdiff | raw | diff to current |
2014-08-06 |
Eric Christopher | Remove the target machine from CCState. Previously... |
blob | commitdiff | raw | diff to current |
2014-08-05 |
Eric Christopher | Have MachineFunction cache a pointer to the subtarget... |
blob | commitdiff | raw | diff to current |
2014-08-04 |
Eric Christopher | Remove the TargetMachine forwards for TargetSubtargetIn... |
blob | commitdiff | raw | diff to current |
2014-06-27 |
Eric Christopher | Make HexagonISelLowering not dependent upon a HexagonTa... |
blob | commitdiff | raw | diff to current |
2014-06-27 |
Eric Christopher | Reduce indentation. |
blob | commitdiff | raw | diff to current |
2014-06-10 |
Tom Stellard | Hexagon: Expand i1 SELECT_CC |
blob | commitdiff | raw | diff to current |
2014-06-10 |
Tom Stellard | SelectionDAG: Don't use MVT::Other to determine legalit... |
blob | commitdiff | raw | diff to current |
2014-06-10 |
Tom Stellard | SelectionDAG: Expand SELECT_CC to SELECT + SETCC |
blob | commitdiff | raw | diff to current |
2014-04-28 |
Craig Topper | [C++] Use 'nullptr'. |
blob | commitdiff | raw | diff to current |
2014-04-27 |
Craig Topper | Convert SelectionDAG::getMergeValues to use ArrayRef. |
blob | commitdiff | raw | diff to current |
2014-04-26 |
Craig Topper | Convert SelectionDAG::getNode methods to use ArrayRef... |
blob | commitdiff | raw | diff to current |
2014-04-25 |
Craig Topper | [C++] Use 'nullptr'. Target edition. |
blob | commitdiff | raw | diff to current |
2014-04-21 |
Chandler Carruth | [Modules] Make Support/Debug.h modular. This requires... |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Craig Topper | Make consistent use of MCPhysReg instead of uint16_t... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Bill Wendling | Remove unnecessary #includes. |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Bill Wendling | Refactor function that checks that __builtin_returnaddr... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Bill Wendling | Emit an error message if the value passed to __builtin_... |
blob | commitdiff | raw | diff to current |
2013-10-27 |
Benjamin Kramer | Hexagon: Remove global state. |
blob | commitdiff | raw | diff to current |
2013-09-10 |
Eli Friedman | Fix unused variables. |
blob | commitdiff | raw | diff to current |
2013-08-06 |
Tim Northover | Refactor isInTailCallPosition handling |
blob | commitdiff | raw | diff to current |
2013-07-14 |
Craig Topper | Use SmallVectorImpl& instead of SmallVector to avoid... |
blob | commitdiff | raw | diff to current |
2013-07-04 |
Jakob Stoklund Olesen | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR... |
blob | commitdiff | raw | diff to current |
2013-07-04 |
Jakob Stoklund Olesen | Revert r185595-185596 which broke buildbots. |
blob | commitdiff | raw | diff to current |
2013-07-03 |
Jakob Stoklund Olesen | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR... |
blob | commitdiff | raw | diff to current |
2013-06-22 |
Chad Rosier | The getRegForInlineAsmConstraint function should only... |
blob | commitdiff | raw | diff to current |
2013-05-29 |
Andrew Trick | Order CALLSEQ_START and CALLSEQ_END nodes. |
blob | commitdiff | raw | diff to current |
2013-05-25 |
Andrew Trick | Track IR ordering of SelectionDAG nodes 2/4. |
blob | commitdiff | raw | diff to current |
2013-05-21 |
Jyotsna Verma | Hexagon: SelectionDAG should not use MVT::Other to... |
blob | commitdiff | raw | diff to current |
2013-05-07 |
Jyotsna Verma | Hexagon: Fix Small Data support to handle -G 0 correctly. |
blob | commitdiff | raw | diff to current |
2013-05-07 |
Jyotsna Verma | Reverting r181331. |
blob | commitdiff | raw | diff to current |
2013-05-07 |
Jyotsna Verma | Hexagon: Fix Small Data support to handle -G 0 correctly. |
blob | commitdiff | raw | diff to current |
2013-05-01 |
Jyotsna Verma | Hexagon: Use multiclass for Jump instructions. |
blob | commitdiff | raw | diff to current |
2013-04-20 |
Tim Northover | Remove unused MEMBARRIER DAG node; it's been replaced... |
blob | commitdiff | raw | diff to current |
2013-04-04 |
Jyotsna Verma | Hexagon: Expand br_cc. |
blob | commitdiff | raw | diff to current |
2013-03-08 |
Tom Stellard | DAGCombiner: Use correct value type for checking legali... |
blob | commitdiff | raw | diff to current |
2013-03-07 |
Jyotsna Verma | Hexagon: Handle i8, i16 and i1 Var Args. |
blob | commitdiff | raw | diff to current |
2013-03-07 |
Jyotsna Verma | Hexagon: Add support to lower block address. |
blob | commitdiff | raw | diff to current |
2013-03-05 |
Jyotsna Verma | reverting patch 176508. |
blob | commitdiff | raw | diff to current |
2013-03-05 |
Jyotsna Verma | Hexagon: Add support for lowering block address. |
blob | commitdiff | raw | diff to current |
2013-03-05 |
Jyotsna Verma | Hexagon: Expand addc, adde, subc and sube. |
blob | commitdiff | raw | diff to current |
2013-02-21 |
Anshuman Dasgupta | Hexagon: Expand cttz, ctlz, and ctpop for now. |
blob | commitdiff | raw | diff to current |
2013-02-20 |
Jim Grosbach | Update TargetLowering ivars for name policy. |
blob | commitdiff | raw | diff to current |
2013-02-05 |
Jakob Stoklund Olesen | Move MRI liveouts to Hexagon return instructions. |
blob | commitdiff | raw | diff to current |
2013-01-29 |
Evan Cheng | Teach SDISel to combine fsin / fcos into a fsincos... |
blob | commitdiff | raw | diff to current |
2013-01-14 |
Dmitri Gribenko | Improve r172468: const_cast is not needed here |
blob | commitdiff | raw | diff to current |
2013-01-14 |
David Greene | Fix Another Cast |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-11-21 |
Rafael Espindola | Finish the renaming. |
blob | commitdiff | raw | diff to current |
2012-09-25 |
Sebastian Pop | TargetLowering interface to set/get minimum block entri... |
blob | commitdiff | raw | diff to current |
2012-07-19 |
Bill Wendling | Remove tabs. |
blob | commitdiff | raw | diff to current |
2012-06-02 |
Benjamin Kramer | Fix typos found by github.com/lyda/misspell-check |
blob | commitdiff | raw | diff to current |
2012-05-25 |
Justin Holewinski | Change interface for TargetLowering::LowerCallTo and... |
blob | commitdiff | raw | diff to current |
2012-05-10 |
Sirish Pande | Hexagon V5 FP Support. |
blob | commitdiff | raw | diff to current |
2012-04-23 |
Chandler Carruth | Revert r155365, r155366, and r155367. All three of... |
blob | commitdiff | raw | diff to current |
next |