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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forward -march correctly.
Mikhail Glushenkov
2010-10-14
1
-5
/
+6
*
Handle more complex GEP based loads and add a few TODOs to deal with
Eric Christopher
2010-10-14
1
-10
/
+50
*
Add support for vmov.f64/.f32 encoding. There's a bit of a hack going on
Bill Wendling
2010-10-14
3
-14
/
+56
*
Add encoding for 'fmstat'.
Bill Wendling
2010-10-14
3
-4
/
+4
*
Register pressure and instruction latency aware machine LICM. Work in progress.
Evan Cheng
2010-10-14
1
-26
/
+242
*
- Add encodings for multiply add/subtract instructions in all their glory.
Bill Wendling
2010-10-14
3
-67
/
+205
*
fix a bug I introduced, no idea how this didn't repro right.
Chris Lattner
2010-10-14
2
-4
/
+3
*
hack to unbreak buildbots
Chris Lattner
2010-10-14
1
-1
/
+2
*
Regenerate. No functional change, just cleanup.
Jim Grosbach
2010-10-14
1
-6561
/
+6561
*
Teach PerfectShuffle to not generate files with embedded tab characters.
Jim Grosbach
2010-10-14
1
-1
/
+2
*
add uadd_ov/usub_ov to apint, consolidate constant folding
Chris Lattner
2010-10-14
4
-35
/
+54
*
missed a line :(
Chris Lattner
2010-10-13
1
-1
/
+1
*
constify these methods.
Chris Lattner
2010-10-13
2
-9
/
+9
*
Detabify and clean up 80 column violations.
Jim Grosbach
2010-10-13
3
-40
/
+50
*
add a few operations for signed operations that also
Chris Lattner
2010-10-13
2
-11
/
+69
*
A few 80 column fixes.
Jim Grosbach
2010-10-13
3
-5
/
+5
*
trailing whitespace
Jim Grosbach
2010-10-13
1
-1
/
+1
*
Add a FIXME.
Jim Grosbach
2010-10-13
1
-0
/
+5
*
Add operand encoding bits for SMC and SVC in ARM mode.
Jim Grosbach
2010-10-13
1
-3
/
+7
*
More encoding cleanup. Also add register Rd operands for indirect branches.
Jim Grosbach
2010-10-13
1
-20
/
+20
*
CallGraphSCC passes implicity require CallGraph analysis.
Owen Anderson
2010-10-13
5
-4
/
+17
*
Conversely, Analysis-implementations do NOT need to initialize the AnalysisGr...
Owen Anderson
2010-10-13
1
-3
/
+1
*
Analysis groups need to initialize their default implementations.
Owen Anderson
2010-10-13
5
-5
/
+7
*
Simplify some ARM encoding information.
Jim Grosbach
2010-10-13
1
-17
/
+4
*
Update comment.
Eric Christopher
2010-10-13
1
-1
/
+2
*
Add a FIXME. The ADR instruction is a bit odd.
Jim Grosbach
2010-10-13
1
-2
/
+6
*
Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern
Jim Grosbach
2010-10-13
7
-19
/
+33
*
Add MC encodings for VCVT* instrunctions.
Bill Wendling
2010-10-13
2
-98
/
+241
*
Add a FIXME.
Jim Grosbach
2010-10-13
1
-0
/
+1
*
Make a few more bits of some simple instructions explicit. nop, yield, wfe,
Jim Grosbach
2010-10-13
1
-0
/
+15
*
Take advantage of C++'s thread-safe static local initialization to simplify t...
Owen Anderson
2010-10-13
1
-11
/
+31
*
GetTargetTriple.cmake: detect MinGW 64 bits.
Oscar Fuentes
2010-10-13
1
-1
/
+5
*
Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions.
Jim Grosbach
2010-10-13
6
-31
/
+76
*
Fix encoding for compares. No Rd register.
Jim Grosbach
2010-10-13
1
-6
/
+3
*
Add ARM mode operand encoding information for ADDE/SUBE instructions.
Jim Grosbach
2010-10-13
2
-19
/
+65
*
Fix another case where we were preferring instructions with large
Rafael Espindola
2010-10-13
2
-14
/
+27
*
Remove noisy semicolon.
Benjamin Kramer
2010-10-13
1
-1
/
+1
*
Fix PR8365 by adding a more specialized Pat that checks if an 'and' with
Rafael Espindola
2010-10-13
3
-3
/
+33
*
Add Region::isTopLevelRegion().
Tobias Grosser
2010-10-13
2
-3
/
+8
*
Start handling more global variables.
Eric Christopher
2010-10-13
1
-2
/
+5
*
RegionInfo: Fix trivial error that slipped in last minute.
Tobias Grosser
2010-10-13
1
-1
/
+1
*
RegionInfo: Update RegionInfo after a BB was split.
Tobias Grosser
2010-10-13
2
-0
/
+19
*
RegioInfo: Add getExpandedRegion().
Tobias Grosser
2010-10-13
2
-0
/
+40
*
RegionInfo: Allow to update exit and entry of a region.
Tobias Grosser
2010-10-13
2
-0
/
+21
*
RegionInfo: Enhance addSubregion.
Tobias Grosser
2010-10-13
2
-6
/
+33
*
RegionInfo: Allow to set the parent region of a basic block.
Tobias Grosser
2010-10-13
2
-1
/
+10
*
Fix PR8313 by changing ValueToValueMap use a TrackingVH.
Rafael Espindola
2010-10-13
3
-9
/
+15
*
Limit load / store issues (at least until we have a true multi-issue aware sc...
Evan Cheng
2010-10-13
1
-107
/
+158
*
Be more consistent in using ValueToValueMapTy.
Rafael Espindola
2010-10-13
11
-43
/
+44
*
Add encodings for VNEG and VSQRT. Also add encodings for VMOV, but not a test
Bill Wendling
2010-10-13
2
-17
/
+59
[next]