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
*
Encoding info for extension instructions.
Jim Grosbach
2010-10-15
1
-0
/
+8
*
Eliminate curli from SplitEditor. Use the LiveRangeEdit reference instead.
Jakob Stoklund Olesen
2010-10-15
2
-18
/
+13
*
Move stack slot assignments into LiveRangeEdit.
Jakob Stoklund Olesen
2010-10-15
4
-10
/
+16
*
Create a new LiveRangeEdit class to keep track of the new registers created when
Jakob Stoklund Olesen
2010-10-14
6
-125
/
+206
*
Add missing Rd encoding for MOVs instruction.
Jim Grosbach
2010-10-14
1
-0
/
+2
*
Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudos
Jim Grosbach
2010-10-14
2
-9
/
+38
*
Tolerate a null parent pointer.
Dan Gohman
2010-10-14
1
-1
/
+1
*
Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'
Jim Grosbach
2010-10-14
3
-6
/
+6
*
Always use binary mode for output stream. This is important to prevent unwant...
Francois Pichet
2010-10-14
1
-0
/
+13
*
MOVi16 and MOVT ARM mode encodings.
Jim Grosbach
2010-10-14
1
-7
/
+19
*
Only split around a loop if the live range has uses outside the loop periphery.
Jakob Stoklund Olesen
2010-10-14
1
-14
/
+13
*
Simplify encoding information and add 'dst' operand info for TAILJMP.
Jim Grosbach
2010-10-14
1
-8
/
+6
*
Remove some code duplication.
Rafael Espindola
2010-10-14
1
-49
/
+18
*
Remove explicit dependency of LLVMARMCodeGen on LLVMARMAsmPrinter. It
Oscar Fuentes
2010-10-14
1
-5
/
+0
*
When building shared libraries, link to required system libraries.
Oscar Fuentes
2010-10-14
1
-4
/
+0
*
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
2
-14
/
+40
*
Add encoding for 'fmstat'.
Bill Wendling
2010-10-14
2
-4
/
+2
*
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
2
-67
/
+111
*
fix a bug I introduced, no idea how this didn't repro right.
Chris Lattner
2010-10-14
1
-2
/
+2
*
Regenerate. No functional change, just cleanup.
Jim Grosbach
2010-10-14
1
-6561
/
+6561
*
add uadd_ov/usub_ov to apint, consolidate constant folding
Chris Lattner
2010-10-14
2
-32
/
+40
*
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
[next]