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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be more aggressive about removing joined physreg copies.
Jakob Stoklund Olesen
2010-08-05
1
-3
/
+10
*
Don't verify LiveVariables if LiveIntervals is available.
Jakob Stoklund Olesen
2010-08-05
1
-12
/
+13
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
42
-57
/
+57
*
Add basic verification of LiveIntervals.
Jakob Stoklund Olesen
2010-08-05
1
-0
/
+59
*
Remove double-def checking from MachineVerifier, so a register does not have to
Jakob Stoklund Olesen
2010-08-05
2
-89
/
+18
*
Avoid using a live std::multimap iterator while editing the map. It looks like
Jakob Stoklund Olesen
2010-08-05
1
-7
/
+13
*
The lower invoke pass needs to have unreachable code elimination run after it
Bill Wendling
2010-08-04
1
-2
/
+4
*
Coalesce stack slot accesses that arise when spilling both sides of a COPY.
Jakob Stoklund Olesen
2010-08-04
1
-0
/
+23
*
Checkpoint SplitKit progress.
Jakob Stoklund Olesen
2010-08-04
3
-86
/
+223
*
Use location entry only of the location described by DBG_VALUE is valid.
Devang Patel
2010-08-04
1
-3
/
+6
*
The EH prepare passes really want to be the last passes run before code-gen.
Bill Wendling
2010-08-04
1
-5
/
+5
*
Fix typo in comment.
Devang Patel
2010-08-04
1
-1
/
+1
*
Change this llvm_unreachable to report_fatal_error, since it can
Dan Gohman
2010-08-04
1
-4
/
+11
*
While spilling live registers at the end of block check whether they are used...
Devang Patel
2010-08-04
1
-1
/
+24
*
If a variable is spilled by code generator then use DW_OP_fbreg to describe i...
Devang Patel
2010-08-04
1
-10
/
+35
*
Eliminate unnecessary empty string literals.
Dan Gohman
2010-08-04
1
-1
/
+1
*
Oops. Don't normalize spill weights twice.
Jakob Stoklund Olesen
2010-08-03
1
-1
/
+0
*
Early exit and reduce indentation. No functionality change.
Bill Wendling
2010-08-02
1
-105
/
+106
*
Free DbgScope created for dead functions.
Devang Patel
2010-08-02
1
-0
/
+4
*
Prefix `next' iterator operation with `llvm::'.
Oscar Fuentes
2010-08-02
3
-7
/
+7
*
PR7586: Make sure we don't claim that unknown bits are actually known in the
Eli Friedman
2010-08-02
1
-3
/
+2
*
Reference the personalities. Don't copy them into a new vector.
Bill Wendling
2010-08-01
1
-1
/
+1
*
Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctly
Eli Friedman
2010-07-30
1
-6
/
+3
*
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...
Benjamin Kramer
2010-07-29
1
-4
/
+0
*
Comment typo.
Dale Johannesen
2010-07-29
1
-1
/
+1
*
Fix a bug in the -regalloc=fast handling of exotic two-address instruction with
Jakob Stoklund Olesen
2010-07-29
1
-3
/
+11
*
Print out the regclass of any virtual registers used by a machine instruction.
Jakob Stoklund Olesen
2010-07-28
1
-0
/
+31
*
It is FE's responsibility to emit proper directory name.
Devang Patel
2010-07-27
1
-4
/
+1
*
Grammar
Jim Grosbach
2010-07-27
1
-3
/
+3
*
Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...
Nate Begeman
2010-07-27
1
-2
/
+10
*
80 column
Jim Grosbach
2010-07-27
1
-4
/
+4
*
fix typo
Jim Grosbach
2010-07-27
1
-1
/
+1
*
It's better to have the arrays, which would trigger the creation of stack
Bill Wendling
2010-07-27
3
-3
/
+33
*
Add SplitEditor to SplitKit. This class will be used to edit live intervals and
Jakob Stoklund Olesen
2010-07-26
4
-10
/
+305
*
Fix a use-after-free.
Dan Gohman
2010-07-26
1
-2
/
+0
*
Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value.
Bill Wendling
2010-07-26
2
-5
/
+5
*
The "excess register pressure" returned by HighRegPressure() is not accurate ...
Evan Cheng
2010-07-26
1
-41
/
+20
*
Handle Values with no value in getCopyFromRegs.
Dan Gohman
2010-07-26
1
-0
/
+4
*
A block dominates itself, by definition.
Dan Gohman
2010-07-26
1
-1
/
+1
*
Pacify gcc-4.5 which wrongly thinks that RExcess (passed as the Excess parame...
Duncan Sands
2010-07-26
1
-1
/
+2
*
Factored out a bit of common code to mark VNInfos for deletion.
Lang Hames
2010-07-26
1
-40
/
+22
*
Add comments.
Evan Cheng
2010-07-25
1
-4
/
+16
*
Fix crashes when scheduling a CopyToReg node -- getMachineOpcode asserts on
Bob Wilson
2010-07-25
1
-2
/
+2
*
Add hook to insert late LLVM=>LLVM passes just before isel
Anton Korobeynikov
2010-07-24
1
-0
/
+2
*
Change ScheduleDAGInstrs::Defs and ::Uses to be variable-size vectors
Bob Wilson
2010-07-24
2
-3
/
+4
*
Use current working directory when Dirname is empty. This only happens when a...
Devang Patel
2010-07-24
1
-0
/
+5
*
Add an ILP scheduler. This is a register pressure aware scheduler that's
Evan Cheng
2010-07-24
2
-12
/
+76
*
Remove too-strict assertion. We may want the vreg copy of the physical register
Jim Grosbach
2010-07-23
1
-1
/
+0
*
Revert r109262.
Devang Patel
2010-07-23
1
-5
/
+0
*
- Allow target to specify when is register pressure "too high". In most cases,
Evan Cheng
2010-07-23
1
-56
/
+124
[next]