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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the names of the exception handling sjlj instrinsics to
Jim Grosbach
2009-05-14
4
-14
/
+16
*
Spelling correction s/builting/builtin/ and remove trailing whitespace in a f...
Jim Grosbach
2009-05-13
1
-10
/
+10
*
Run code placement optimization for targets that want it (arm and x86 for now).
Evan Cheng
2009-05-13
2
-0
/
+2
*
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
18
-150
/
+193
*
Run through the list of globals once and sectionize all types of globlas incl...
Sanjiv Gupta
2009-05-13
4
-38
/
+72
*
Add an int64_t variant of abs, for host environments
Dale Johannesen
2009-05-13
1
-2
/
+2
*
Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is
Jim Grosbach
2009-05-12
4
-4
/
+52
*
correct register class for tADDspi to GPR since the register will always be SP
Jim Grosbach
2009-05-12
1
-1
/
+1
*
More MSVC fixes -- class/struct conflicts.
Bill Wendling
2009-05-12
1
-1
/
+1
*
80 col violations.
Evan Cheng
2009-05-12
1
-2
/
+4
*
Fix up a few minor typos in comments.
Bob Wilson
2009-05-12
1
-7
/
+7
*
Fix 80-col violations and remove trailing whitespace. No functional changes.
Bob Wilson
2009-05-12
1
-69
/
+71
*
Iterate over globals once and sectionize them into appropriate sections.
Sanjiv Gupta
2009-05-12
4
-78
/
+111
*
We do not need to create a label for external defs and decls,
Sanjiv Gupta
2009-05-12
2
-17
/
+4
*
Mark mayLoad, mayStore for insns correctly and use them
Sanjiv Gupta
2009-05-12
3
-24
/
+14
*
Factor the code for collecting IV users out of LSR into an IVUsers class,
Dan Gohman
2009-05-12
1
-10
/
+0
*
Avoid unneeded SIB byte encoding. Patch by Zoltan Varga.
Evan Cheng
2009-05-12
2
-2
/
+4
*
Don't #include DerivedTypes.h from TargetData.h.
Jay Foad
2009-05-11
1
-0
/
+1
*
Fix two wording errors that Duncan spotted.
Dan Gohman
2009-05-11
1
-1
/
+1
*
LLVM has unaligned loads and stores now.
Dan Gohman
2009-05-11
1
-2
/
+1
*
Upgrade this example to new-style syntax.
Dan Gohman
2009-05-11
1
-5
/
+5
*
Convert a subtract into a negate and an add when it helps x86
Dan Gohman
2009-05-11
2
-1
/
+71
*
remove some done things: we have nocapture and SROA is smarter.
Chris Lattner
2009-05-11
1
-77
/
+13
*
add a note
Chris Lattner
2009-05-11
1
-0
/
+35
*
Change TargetData::getIntPtrType() to return an IntegerType instead of
Jay Foad
2009-05-11
1
-1
/
+1
*
Fix more naming issues.
Sanjiv Gupta
2009-05-11
4
-30
/
+69
*
Detect calls to compiler intrinsics and emit an extern declarations
Sanjiv Gupta
2009-05-11
4
-10
/
+43
*
Module iterator contains list of filescope functions as well, we don't need t...
Sanjiv Gupta
2009-05-10
1
-2
/
+2
*
Add imm-reg and imm-mem patters for cmp on msp430
Anton Korobeynikov
2009-05-10
1
-0
/
+14
*
Changed lowering and asmprinter to use ABI Names class called PAN.
Sanjiv Gupta
2009-05-10
7
-202
/
+281
*
Remove a completed optimization. Add a potential optimization I ran
Eli Friedman
2009-05-09
1
-17
/
+9
*
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
24
-46
/
+46
*
Use 16 bit arithmetic while retrieving the address of callee's frame during i...
Sanjiv Gupta
2009-05-09
1
-7
/
+16
*
PPC::B and PPC::BCC's target operand may be an immediate.
Evan Cheng
2009-05-08
1
-0
/
+9
*
Factor out cycle-finder code and make it generic.
Anton Korobeynikov
2009-05-08
1
-106
/
+2
*
Allow 8 bit select in custom inserter
Anton Korobeynikov
2009-05-08
1
-1
/
+2
*
Expand UREM / SREM into libcalls
Anton Korobeynikov
2009-05-08
1
-0
/
+2
*
Add 8 bit select
Anton Korobeynikov
2009-05-08
1
-0
/
+4
*
Fix PR4152: asm constraint validation happens before dag combine, so we
Chris Lattner
2009-05-08
1
-29
/
+28
*
Optimize code placement in loop to eliminate unconditional branches or move u...
Evan Cheng
2009-05-08
1
-1
/
+1
*
Add missing #include for "strlen" which is used inline in this header. Fixes
Nick Lewycky
2009-05-08
1
-0
/
+1
*
Moved pic16 naming functions to correct place.
Sanjiv Gupta
2009-05-08
3
-84
/
+79
*
Eliminate compiler warnings.
Evan Cheng
2009-05-07
1
-2
/
+2
*
CMake: Updated lib/Target/PIC16/CMakeLists.txt.
Oscar Fuentes
2009-05-06
1
-0
/
+1
*
Use X86AddrNumOperands instead of magic constant one
Dale Johannesen
2009-05-06
1
-1
/
+2
*
Emit banksel and movlp instructions.
Sanjiv Gupta
2009-05-06
12
-142
/
+586
*
Add basic support for code generation of
Chris Lattner
2009-05-05
2
-0
/
+17
*
Revert part of 70929 that has to do with determining whether a SIB byte is ne...
Evan Cheng
2009-05-05
2
-3
/
+3
*
Move getInstrOperandRegClass from the scheduler to TargetInstrInfo.
Evan Cheng
2009-05-05
1
-0
/
+13
*
- Avoid the longer SIB encoding on x86_64 when it's not needed.
Evan Cheng
2009-05-04
2
-9
/
+24
[next]