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
*
Added multiclass for post-increment load instructions.
Jyotsna Verma
2012-11-14
4
-233
/
+187
*
Test commit.
Jyotsna Verma
2012-11-13
1
-0
/
+1
*
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-11-06
1
-2
/
+1
*
Use the relationship models infrastructure to add two relations - getPredOpcode
Pranav Bhandarkar
2012-11-01
3
-211
/
+139
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
1
-1
/
+1
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
2
-2
/
+14
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
2
-14
/
+2
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
2
-2
/
+14
*
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
2
-30
/
+26
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
6
-12
/
+12
*
Use new accessor methods to query for attributes.
Bill Wendling
2012-10-04
1
-1
/
+1
*
TargetLowering interface to set/get minimum block entries for jump tables.
Sebastian Pop
2012-09-25
1
-0
/
+2
*
DAG post-process for Hexagon MI scheduler
Sergei Larin
2012-09-14
2
-0
/
+34
*
Remove redundant private field.
Benjamin Kramer
2012-09-14
2
-3
/
+2
*
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-11
2
-510
/
+18
*
Add "blocked" heuristic to the Hexagon MI scheduler.
Sergei Larin
2012-09-10
2
-177
/
+269
*
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
1
-1
/
+1
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
1
-1
/
+1
*
LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access the
Pranav Bhandarkar
2012-09-05
1
-0
/
+35
*
Remove redundant semicolons to fix -pedantic-errors build.
Richard Smith
2012-09-05
1
-2
/
+2
*
Porting Hexagon MI Scheduler to the new API.
Sergei Larin
2012-09-04
8
-1
/
+1377
*
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
1
-2
/
+2
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-1
/
+1
*
fix HexagonSubtarget parsing of -mv flag
Sebastian Pop
2012-08-20
1
-17
/
+16
*
[Hexagon] Don't mark callee saved registers as clobbered by a tail call
Arnold Schwaighofer
2012-08-13
1
-9
/
+3
*
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-08
1
-1
/
+4
*
default to use -mv4 when no version of Hexagon has been specified
Sebastian Pop
2012-07-19
1
-1
/
+5
*
Remove tabs.
Bill Wendling
2012-07-19
1
-85
/
+85
*
Remove tabs.
Bill Wendling
2012-07-19
1
-4
/
+4
*
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-07-13
3
-10
/
+10
*
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
3
-9
/
+14
*
Consistently use AnalysisID types in TargetPassConfig.
Bob Wilson
2012-07-02
1
-1
/
+1
*
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
1
-10
/
+10
*
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
1
-1
/
+3
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Revert r158679 - use case is unclear (and it increases the memory footprint).
Hal Finkel
2012-06-22
1
-1
/
+1
*
Allow up to 64 functional units per processor itinerary.
Hal Finkel
2012-06-18
1
-1
/
+1
*
*typo: Cyles changed to Cycles
Kay Tiong Khoo
2012-06-13
2
-2
/
+2
*
Silence a gcc-4.6 warning: GCC fails to understand that secondReg and cmpOp2 are
Duncan Sands
2012-06-09
1
-1
/
+1
*
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
3
-5
/
+9
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
6
-8
/
+8
*
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
2012-06-01
1
-5
/
+2
*
Extract some pointer hacking to a function.
Jakob Stoklund Olesen
2012-05-30
1
-22
/
+22
*
Fix some uses of getSubRegisters() to use getSubReg() instead.
Jakob Stoklund Olesen
2012-05-30
1
-1
/
+1
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
2
-14
/
+12
*
Hexagon: Remove unused command line option.
Benjamin Kramer
2012-05-16
1
-2
/
+0
*
Revert 156634 upon request until code improvement changes are made.
Brendon Cahoon
2012-05-14
15
-3689
/
+339
*
Hexagon: Initialize TBB to 0.
Benjamin Kramer
2012-05-13
1
-0
/
+1
*
Make sure new value jump is enabled for Hexagon V5 as well.
Sirish Pande
2012-05-12
1
-10
/
+27
[next]