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
*
Use ArrayRef instead of a std::vector&.
Bill Wendling
2011-07-07
2
-3
/
+3
*
Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The
Lang Hames
2011-07-07
2
-16
/
+36
*
Change some ARM subtarget features to be single bit yes/no in order to sink t...
Evan Cheng
2011-07-07
4
-113
/
+124
*
Add a target hook to encode the compact unwind information.
Bill Wendling
2011-07-07
4
-9
/
+114
*
Add DEBUG messages.
Devang Patel
2011-07-07
1
-2
/
+9
*
Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...
Evan Cheng
2011-07-07
7
-91
/
+84
*
Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.
Devang Patel
2011-07-07
1
-2
/
+2
*
Fix a bug in the "expect" intrinsic lowering.
Jakub Staszak
2011-07-06
1
-1
/
+4
*
When tail-merging multiple blocks, make sure to correctly update the live-in ...
Eli Friedman
2011-07-06
2
-10
/
+23
*
Remove dead code.
Devang Patel
2011-07-06
1
-2
/
+0
*
Typo.
Devang Patel
2011-07-06
1
-1
/
+1
*
Clean up the #includes.
Bill Wendling
2011-07-06
1
-5
/
+4
*
Grammar and 80-col.
Eric Christopher
2011-07-06
1
-7
/
+7
*
Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...
Devang Patel
2011-07-06
1
-11
/
+58
*
Add ARM MC registry routines.
Evan Cheng
2011-07-06
7
-12
/
+129
*
Rename files for consistency.
Evan Cheng
2011-07-06
7
-10
/
+10
*
Mark ARM pseudo-instructions as isPseudo.
Jim Grosbach
2011-07-06
1
-5
/
+3
*
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
Devang Patel
2011-07-06
3
-25
/
+22
*
indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be more
Andrew Trick
2011-07-06
1
-1
/
+2
*
Remove un-used encoding info from Pseudo MLAv5.
Jim Grosbach
2011-07-06
1
-4
/
+1
*
Fix missing triple support for RTEMS target.
Eli Friedman
2011-07-06
1
-0
/
+2
*
indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
Andrew Trick
2011-07-06
1
-1
/
+58
*
Constify getCompactUnwindRegNum.
Bill Wendling
2011-07-06
2
-3
/
+3
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
17
-32
/
+17
*
LICM: Remove trailing white spaces
Tobias Grosser
2011-07-06
1
-32
/
+32
*
LICM: Do not loose alignment on promotion
Tobias Grosser
2011-07-06
1
-8
/
+30
*
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-06
6
-0
/
+183
*
Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that a
Kevin Enderby
2011-07-06
1
-1
/
+1
*
Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.
Evan Cheng
2011-07-06
2
-5
/
+0
*
Remove the ObjC ARC passes from the default optimization list, and add
Dan Gohman
2011-07-05
1
-4
/
+0
*
Preserve debug loc.
Devang Patel
2011-07-05
2
-2
/
+2
*
Use memcmp.
Benjamin Kramer
2011-07-05
1
-3
/
+1
*
Really fix typo :-(
Rafael Espindola
2011-07-05
1
-1
/
+1
*
Fix typo.
Rafael Espindola
2011-07-05
1
-2
/
+2
*
By default mkstemp() creates a temporary file with mode 0600, but the mode
Chad Rosier
2011-07-05
1
-0
/
+3
*
Break infinite loop when the Hopfield network oscillates.
Jakob Stoklund Olesen
2011-07-05
1
-8
/
+6
*
Compare all 4 bytes of the header.
Rafael Espindola
2011-07-05
1
-2
/
+3
*
Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use...
Eli Friedman
2011-07-05
3
-35
/
+42
*
indvars -disable-iv-rewrite: avoid multiple IVs in weird cases.
Andrew Trick
2011-07-05
1
-18
/
+30
*
ARM estimateStackSize() needs to account for simplified call frames.
Jim Grosbach
2011-07-05
1
-7
/
+39
*
Fix PR10277.
Jakob Stoklund Olesen
2011-07-05
2
-0
/
+7
*
Tweak comment and debug output.
Jakob Stoklund Olesen
2011-07-05
1
-2
/
+3
*
Fix warnings.
Michael J. Spencer
2011-07-05
1
-3
/
+3
*
PR10267: Don't combine an equality compare with an AND into an inequality com...
Benjamin Kramer
2011-07-04
1
-1
/
+5
*
Remove accidentaly left node from previous iteration of the patch.
Roman Divacky
2011-07-04
1
-3
/
+0
*
Move early tail duplication earlier.
Rafael Espindola
2011-07-04
1
-6
/
+6
*
Move most of the pre BB code to TailDuplicateAndUpdate. Change the
Rafael Espindola
2011-07-04
1
-112
/
+125
*
Reduce indentation and fix the count of how many PHIs we have inserted.
Rafael Espindola
2011-07-04
1
-75
/
+80
*
Fix PR10244.
Jakob Stoklund Olesen
2011-07-04
1
-4
/
+4
*
Make the i64 and f64 be 64bit ABI aligned in the target description.
Roman Divacky
2011-07-03
1
-1
/
+1
[next]