index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Visit the landingpad instruction.
Bill Wendling
2011-07-28
1
-1
/
+35
*
Add the AddLandingPadInfo function.
Bill Wendling
2011-07-28
1
-0
/
+34
*
Change LBH_TAKEN_WEIGHT to 124 (from 128). Right now, sum of
Jakub Staszak
2011-07-28
1
-4
/
+4
*
PLD and PLI are not predicable in ARM mode.
Jim Grosbach
2011-07-28
1
-0
/
+1
*
ARM assembly parsing and encoding for BLX (immediate).
Jim Grosbach
2011-07-28
2
-2
/
+13
*
LangRef and basic memory-representation/reading/writing for 'cmpxchg' and
Eli Friedman
2011-07-28
12
-1
/
+389
*
Heuristics are in descending priority now. If we use one of them, skip the rest.
Jakub Staszak
2011-07-28
1
-13
/
+23
*
Handle REG_SEQUENCE with implicitly defined operands.
Jakob Stoklund Olesen
2011-07-28
1
-0
/
+6
*
ARM assembly parsing and encoding for BFC and BFI.
Jim Grosbach
2011-07-28
2
-0
/
+106
*
Add InEdges (edges from header to the loop) in Loop Branch Heuristics, so
Jakub Staszak
2011-07-28
1
-0
/
+17
*
Use ArrayRef instead of requiring an std::vector.
Bill Wendling
2011-07-28
1
-4
/
+6
*
The personality function should be a Function* and not just a Value*.
Bill Wendling
2011-07-28
5
-9
/
+14
*
Reverse order of RS_Split live ranges under -compact-regions.
Jakob Stoklund Olesen
2011-07-28
1
-3
/
+6
*
Initial code to convert ResumeInsts into calls to _Unwind_Resume.
Bill Wendling
2011-07-28
1
-1
/
+57
*
Add fixme.
Jim Grosbach
2011-07-28
1
-1
/
+5
*
Update comments.
Owen Anderson
2011-07-28
1
-18
/
+10
*
Fill in some encoding information for STRD instructions.
Owen Anderson
2011-07-28
1
-3
/
+32
*
Revert r136295. It broke nightly testers because some parts of codegen weren...
Owen Anderson
2011-07-28
3
-41
/
+23
*
ARM parsing and encoding for ADR.
Jim Grosbach
2011-07-28
1
-1
/
+1
*
CR fix: The ANY_EXTEND can be removed because the input and putput type must be
Nadav Rotem
2011-07-28
1
-2
/
+1
*
Some minor cleanups. No functionalitical change.
Bill Wendling
2011-07-28
1
-17
/
+10
*
Leverage some of the code that John wrote to manage the landing pads.
Bill Wendling
2011-07-28
1
-32
/
+56
*
Don't add in the asked for size so that we don't copy too much from the old t...
Bill Wendling
2011-07-28
1
-3
/
+3
*
Automatically merge the landingpad clauses when we come across a callee's
Bill Wendling
2011-07-28
1
-28
/
+12
*
Explicitly declare a library dependency of LLVM*Desc to
Oscar Fuentes
2011-07-28
6
-0
/
+12
*
Make sure that the landingpad instruction takes a Constant* as the clause's v...
Bill Wendling
2011-07-28
4
-7
/
+8
*
Add a couple of convenience functions:
Bill Wendling
2011-07-28
1
-0
/
+17
*
Invert the subvector insertion to be more likely to be taken as a COPY
Bruno Cardoso Lopes
2011-07-28
1
-3
/
+3
*
Add patterns to generate copies for extract_subvector instead of
Bruno Cardoso Lopes
2011-07-28
1
-0
/
+12
*
movd/movq write zeros in the high 128-bit part of the vector. Use
Bruno Cardoso Lopes
2011-07-28
1
-2
/
+28
*
Add a few patterns to match allzeros without having to use the fp unit.
Bruno Cardoso Lopes
2011-07-28
1
-0
/
+10
*
Add SINT_TO_FP and FP_TO_SINT support for v8i32 types. Also move
Bruno Cardoso Lopes
2011-07-28
2
-7
/
+13
*
Fix a use after free. An instruction can't be both an intrinsic call and a fe...
Benjamin Kramer
2011-07-28
1
-1
/
+1
*
Initial stab at getting inlining working with the EH rewrite.
Bill Wendling
2011-07-28
1
-10
/
+98
*
Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.
Argyrios Kyrtzidis
2011-07-28
2
-19
/
+25
*
Refactor and improve the encodings/decodings for addrmode3 loads, and make th...
Owen Anderson
2011-07-27
3
-23
/
+41
*
Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.
Evan Cheng
2011-07-27
4
-23
/
+15
*
Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates.
Kevin Enderby
2011-07-27
3
-4
/
+35
*
ARM assembly parsing and encoding support for USAT and USAT16.
Jim Grosbach
2011-07-27
1
-3
/
+5
*
Code generation for 'fence' instruction.
Eli Friedman
2011-07-27
14
-3
/
+108
*
Use BlockFrequency instead of uint32_t in BlockFrequencyInfo.
Jakub Staszak
2011-07-27
2
-2
/
+2
*
ARM assembly parsing and encoding for UMULL.
Jim Grosbach
2011-07-27
1
-1
/
+1
*
Remove outdated FIXME comment.
Devang Patel
2011-07-27
1
-1
/
+0
*
ARM assembly parsing and encoding for UMLAL.
Jim Grosbach
2011-07-27
1
-1
/
+2
*
Refuse to inline two functions which use different personality functions.
Bill Wendling
2011-07-27
1
-0
/
+34
*
ARM parsing and encoding of SBFX and UBFX.
Jim Grosbach
2011-07-27
8
-23
/
+19
*
Refactor the STRT and STRBT instructions to distinguish between the register-...
Owen Anderson
2011-07-27
1
-2
/
+30
*
Merge the contents from exception-handling-rewrite to the mainline.
Bill Wendling
2011-07-27
19
-24
/
+382
*
ARM assembly parsing and encoding for extend instructions.
Jim Grosbach
2011-07-27
2
-0
/
+83
*
Teach the ConstantMerge pass about alignment. Fixes PR10514!
Nick Lewycky
2011-07-27
1
-8
/
+41
[next]