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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Indentation.
Evan Cheng
2008-11-08
1
-4
/
+4
*
Sign-extend rather than zero-extend when promoting
Duncan Sands
2008-11-07
1
-4
/
+5
*
Jump tables may be emitted by target.
Evan Cheng
2008-11-07
1
-0
/
+4
*
Jump table relocation addresses may be resolved by target.
Evan Cheng
2008-11-07
1
-2
/
+3
*
- Modify the stack protector algorithm so that the stack slot is allocated in
Bill Wendling
2008-11-07
1
-3
/
+4
*
- Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.
Bill Wendling
2008-11-06
2
-12
/
+6
*
Implement the stack protector stack accesses via intrinsics:
Bill Wendling
2008-11-06
2
-0
/
+24
*
Make ISel ignore dead nodes. The DAGCombiner normally eliminates
Dan Gohman
2008-11-05
1
-0
/
+5
*
opt was not exporting the Mangler symbols
Andrew Lenharth
2008-11-05
1
-1
/
+2
*
The HadDelete field is no longer used.
Dan Gohman
2008-11-05
1
-1
/
+0
*
Update some comments to reflect the new code.
Dan Gohman
2008-11-05
1
-3
/
+8
*
Eliminate the ISel priority queue, which used the topological order for a
Dan Gohman
2008-11-05
2
-113
/
+39
*
Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X
Evan Cheng
2008-11-05
2
-16
/
+17
*
Do now allow InlineAlways pass to remove dead functions.
Devang Patel
2008-11-05
1
-0
/
+4
*
Add a new pass to simplify specific half_powr function calls. This is
Dan Gohman
2008-11-04
2
-0
/
+7
*
- Add a "getOrInsertGlobal" method to the Module class. This acts similarly to
Bill Wendling
2008-11-04
1
-0
/
+9
*
Update in response to feedback from Chris:
Bill Wendling
2008-11-04
1
-1
/
+13
*
For some targets, it's not possible to place GVs in the same memory buffer as...
Evan Cheng
2008-11-04
1
-0
/
+5
*
Initial checkin for stack protectors. Here's what it does:
Bill Wendling
2008-11-04
1
-1
/
+4
*
Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!
Dan Gohman
2008-11-03
1
-0
/
+10
*
Overload AddInteger on int/long/long long instead of on int/int64_t,
Dan Gohman
2008-11-03
1
-2
/
+4
*
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-11-03
3
-6
/
+4
*
Change how extended types are represented in MVTs. Instead of fiddling
Dan Gohman
2008-11-03
1
-82
/
+68
*
Remove redundant inline keywords from functions defined within
Dan Gohman
2008-11-03
1
-27
/
+27
*
Typo
Nick Lewycky
2008-11-03
1
-1
/
+1
*
Add a new MergeFunctions pass. It finds identical functions and merges them.
Nick Lewycky
2008-11-02
2
-3
/
+10
*
Added interface to allow clients to create a MemIntrinsicNode for
Mon P Wang
2008-11-01
1
-1
/
+22
*
Symbol visibility is unsupported on cygwin too.
Anton Korobeynikov
2008-10-31
1
-1
/
+1
*
Add an assert to catch user errors like:
Torok Edwin
2008-10-31
1
-2
/
+6
*
Totally disable the setSubgraphColor calls temporarily, as they're
Dan Gohman
2008-10-31
1
-2
/
+2
*
Revert errant deletion. The target needs to be able to specify that it doesn'...
Jim Grosbach
2008-10-30
1
-0
/
+3
*
Canonicalize sext(i1) to i1?-1:0, and update various instcombine
Dan Gohman
2008-10-30
1
-0
/
+46
*
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-30
2
-3
/
+40
*
Add initial support for vector widening. Logic is set to widen for X86.
Mon P Wang
2008-10-30
1
-2
/
+12
*
Revert r58411. The user needs to #define this when using the JITMemoryManager...
Bill Wendling
2008-10-30
1
-0
/
+5
*
Revert part of r58048. It was breaking on SnowLeopard claiming that
Bill Wendling
2008-10-30
1
-5
/
+0
*
This is not needed anymore.
Evan Cheng
2008-10-29
1
-9
/
+0
*
Add a bit to MachineRelocation that tells JIT that target is responsible for ...
Evan Cheng
2008-10-29
1
-4
/
+18
*
Add sanity checking for BUILD_PAIR (I noticed the
Duncan Sands
2008-10-29
1
-0
/
+18
*
- More pre-split fixes: spill slot live interval computation bug; restore poi...
Evan Cheng
2008-10-29
1
-0
/
+2
*
- Rewrite code that update register live interval that's split.
Evan Cheng
2008-10-29
2
-1
/
+22
*
Factor shouldInline method out of Inliner.
Daniel Dunbar
2008-10-29
1
-1
/
+5
*
Don't force things to be Value * when they're not.
David Greene
2008-10-29
1
-1
/
+1
*
Assorted comment/naming fixes, 80-col violations, and reindentation.
Daniel Dunbar
2008-10-28
1
-3
/
+3
*
Add some more information to the top-level comment for this file.
Dan Gohman
2008-10-28
1
-1
/
+5
*
Support for constant islands in the ARM JIT.
Jim Grosbach
2008-10-28
1
-0
/
+9
*
Avoid calls to setSubgraphColor in release mode. They generate lots of error ...
Evan Cheng
2008-10-28
1
-1
/
+4
*
Do not allow a user to set the operand for a constant.
Tanya Lattner
2008-10-28
1
-0
/
+3
*
fit in 80 cols
Chris Lattner
2008-10-28
1
-1
/
+2
*
more comment cleanups.
Chris Lattner
2008-10-28
1
-3
/
+3
[next]