index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Hexagon
Commit message (
Expand
)
Author
Age
Files
Lines
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
3
-3
/
+3
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-1
/
+3
*
Allow subtarget selection of the default MachineScheduler and document the in...
Andrew Trick
2013-09-20
1
-4
/
+12
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
1
-1
/
+1
*
Rename variables for consistency.
Eli Friedman
2013-09-11
1
-3
/
+3
*
Fix unused variables.
Eli Friedman
2013-09-10
2
-4
/
+0
*
mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...
Andrew Trick
2013-08-30
2
-6
/
+6
*
Remove use of forbidden 'iostream' header.
Bill Wendling
2013-08-21
1
-13
/
+11
*
Remove unused stdio.h includes
Dmitri Gribenko
2013-08-18
1
-1
/
+0
*
Refactor isInTailCallPosition handling
Tim Northover
2013-08-06
2
-0
/
+15
*
Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...
NAKAMURA Takumi
2013-08-06
1
-2
/
+2
*
Fix a memory leak in the hexagon scheduler. We call initialize here more
Chandler Carruth
2013-07-27
1
-0
/
+2
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
4
-11
/
+11
*
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
2013-07-04
1
-5
/
+0
*
Revert r185595-185596 which broke buildbots.
Jakob Stoklund Olesen
2013-07-04
1
-0
/
+5
*
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
2013-07-03
1
-5
/
+0
*
Hexagon: Avoid unused variable warnings in Release builds.
Benjamin Kramer
2013-07-02
1
-6
/
+2
*
Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...
Richard Trieu
2013-07-01
1
-7
/
+5
*
Change assert(0 && "text") to llvm_unreachable(0 && "text")
Richard Trieu
2013-06-28
1
-2
/
+2
*
Fix broken asserts that never fire.
Richard Trieu
2013-06-28
1
-2
/
+2
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
2
-3
/
+3
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
3
-12
/
+12
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
2
-15
/
+0
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
1
-2
/
+2
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
9
-19
/
+25
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-2
/
+2
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
1
-2
/
+2
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-2
/
+3
*
Hexagon: Typo fix.
Jyotsna Verma
2013-05-28
1
-5
/
+5
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
5
-45
/
+45
*
Hexagon: Make helper functions static.
Benjamin Kramer
2013-05-23
2
-3
/
+5
*
Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.
Jyotsna Verma
2013-05-21
1
-1
/
+0
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-1
/
+1
*
Don't cast away constness.
Benjamin Kramer
2013-05-17
1
-2
/
+2
*
Remove dead calls to addFrameMove.
Rafael Espindola
2013-05-16
1
-25
/
+0
*
Hexagon: Pass to replace tranfer/copy instructions into combine instruction
Jyotsna Verma
2013-05-14
5
-0
/
+686
*
Hexagon: Add patterns to generate 'combine' instructions.
Jyotsna Verma
2013-05-14
1
-0
/
+87
*
Hexagon: ArePredicatesComplement should not restrict itself to TFRs.
Jyotsna Verma
2013-05-14
1
-5
/
+31
*
Hexagon: Remove dead-code after unconditional return from addPreSched2.
Jyotsna Verma
2013-05-14
1
-3
/
+0
*
Suppress GCC compiler warnings in release builds about variables that are only
Duncan Sands
2013-05-13
1
-0
/
+1
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
2
-4
/
+6
*
Change getFrameMoves to return a const reference.
Rafael Espindola
2013-05-11
1
-5
/
+3
*
Fix unused variable error.
Jyotsna Verma
2013-05-10
1
-2
/
+1
*
Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.
Jyotsna Verma
2013-05-10
4
-707
/
+81
*
Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.
Jyotsna Verma
2013-05-10
8
-703
/
+170
*
Remove unused argument.
Rafael Espindola
2013-05-10
3
-6
/
+4
*
Remove unused function.
Rafael Espindola
2013-05-10
2
-11
/
+0
*
Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.
Jyotsna Verma
2013-05-09
3
-593
/
+46
*
Hexagon: Use relation map for getMatchingCondBranchOpcode() and
Jyotsna Verma
2013-05-09
1
-535
/
+5
*
Hexagon: Fix Small Data support to handle -G 0 correctly.
Jyotsna Verma
2013-05-07
7
-2
/
+199
[next]