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
Commit message (
Expand
)
Author
Age
Files
Lines
*
constify these methods.
Chris Lattner
2010-10-13
1
-5
/
+5
*
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
1
-0
/
+46
*
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
*
Analysis groups need to initialize their default implementations.
Owen Anderson
2010-10-13
4
-4
/
+5
*
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
5
-19
/
+26
*
Add MC encodings for VCVT* instrunctions.
Bill Wendling
2010-10-13
1
-78
/
+157
*
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
*
Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions.
Jim Grosbach
2010-10-13
4
-31
/
+64
*
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
1
-19
/
+56
*
Fix another case where we were preferring instructions with large
Rafael Espindola
2010-10-13
1
-14
/
+18
*
Fix PR8365 by adding a more specialized Pat that checks if an 'and' with
Rafael Espindola
2010-10-13
2
-3
/
+23
*
Add Region::isTopLevelRegion().
Tobias Grosser
2010-10-13
1
-3
/
+3
*
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
1
-0
/
+13
*
RegioInfo: Add getExpandedRegion().
Tobias Grosser
2010-10-13
1
-0
/
+32
*
RegionInfo: Allow to update exit and entry of a region.
Tobias Grosser
2010-10-13
1
-0
/
+9
*
RegionInfo: Enhance addSubregion.
Tobias Grosser
2010-10-13
1
-4
/
+29
*
RegionInfo: Allow to set the parent region of a basic block.
Tobias Grosser
2010-10-13
1
-1
/
+4
*
Fix PR8313 by changing ValueToValueMap use a TrackingVH.
Rafael Espindola
2010-10-13
2
-8
/
+14
*
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
6
-22
/
+21
*
Add encodings for VNEG and VSQRT. Also add encodings for VMOV, but not a test
Bill Wendling
2010-10-13
1
-16
/
+22
*
Add encodings for VCVT instructions.
Bill Wendling
2010-10-13
1
-6
/
+27
*
Add ARM encoding information for comparisons, forced-cc-out arithmetics, and
Jim Grosbach
2010-10-13
1
-29
/
+73
*
Add VCMPZ and VABS.
Bill Wendling
2010-10-13
1
-28
/
+55
*
RegionInfo: Free the RegionNodes in cache.
Tobias Grosser
2010-10-13
1
-0
/
+5
*
Refactor VCMP instructions.
Bill Wendling
2010-10-13
1
-29
/
+43
*
Add the rest of the ARM so_reg encoding options (register shifted register)
Jim Grosbach
2010-10-12
3
-23
/
+82
*
Add encodings for VNMUL[SD].
Bill Wendling
2010-10-12
1
-6
/
+8
*
Add encodings for VDIV and VMUL.
Bill Wendling
2010-10-12
1
-12
/
+34
*
Turn some fp stackifier assertion into errors to avoid silently generating ba...
Evan Cheng
2010-10-12
1
-7
/
+14
*
Move the ARM so_imm encoding into a custom operand encoder and remove the
Jim Grosbach
2010-10-12
3
-28
/
+23
*
Refactor some of the encoding logic into a base class. This keeps us from having
Bill Wendling
2010-10-12
1
-40
/
+31
*
Add custom encoder for the 's' bit denoting whether an ARM arithmetic
Jim Grosbach
2010-10-12
3
-11
/
+22
*
Add encoding for VSUB and VCMP.
Bill Wendling
2010-10-12
1
-20
/
+70
*
Encoding for VADDD. Plus a test for the VFP instructions.
Bill Wendling
2010-10-12
1
-3
/
+14
*
Split out the "size" field from the encoding. The newer documentation has it as
Bill Wendling
2010-10-12
1
-9
/
+18
*
Fix thinko in arm fast isel alloca rewrite.
Eric Christopher
2010-10-12
1
-1
/
+1
[next]