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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
std::map -> DenseMap for slight compile time benefit.
Evan Cheng
2007-08-31
1
-7
/
+7
*
Allow the configure options to be set according to the llvm-top options.
Reid Spencer
2007-08-31
1
-2
/
+35
*
Revise per review of previous patch.
Dale Johannesen
2007-08-31
3
-15
/
+29
*
Initial support for calling functions with byval arguments on x86-64
Rafael Espindola
2007-08-31
3
-22
/
+56
*
Align i64 and f64 at 8 byte on x86-64.
Rafael Espindola
2007-08-31
1
-6
/
+12
*
Remove an unnecessary element, saving 4 bytes per LiveInterval.
Evan Cheng
2007-08-31
2
-8
/
+4
*
Use std::map instead of a (potentially very sparse) array to track val# defin...
Evan Cheng
2007-08-31
1
-36
/
+27
*
Update test case to reflect Dale's change.
Evan Cheng
2007-08-31
1
-1
/
+3
*
Enhance APFloat to retain bits of NaNs (fixes oggenc).
Dale Johannesen
2007-08-31
11
-113
/
+155
*
Instruction formats added used to generate multiply instructions of V5TE.
Raul Herbster
2007-08-30
1
-39
/
+52
*
Unused relocation type reloc_arm_absolute removed.
Raul Herbster
2007-08-30
1
-2
/
+0
*
Comments added. It now generates V5TE multiply instructions. However, it is s...
Raul Herbster
2007-08-30
1
-58
/
+175
*
ARM instruction table was modified by adding information to generate multiply...
Raul Herbster
2007-08-30
1
-42
/
+57
*
JITInfo now resolves function addrs and also relocations. It always emits a s...
Raul Herbster
2007-08-30
1
-30
/
+43
*
Added Graphviz escaping for the '|' character.
Ted Kremenek
2007-08-30
1
-1
/
+1
*
Do not run on darwin.
Tanya Lattner
2007-08-30
1
-2
/
+2
*
Added support to fold X86 load / store instructions. This allow rematerialize...
Evan Cheng
2007-08-30
3
-50
/
+101
*
Try fold re-materialized load instructions into its uses.
Evan Cheng
2007-08-30
1
-11
/
+22
*
Add a variant of foldMemoryOperand to fold any load / store, not just load / ...
Evan Cheng
2007-08-30
7
-5
/
+42
*
Added CreateFrameIndex to create a FrameIndex MachineOperand without a Machin...
Evan Cheng
2007-08-30
1
-0
/
+12
*
Mark load instructions with isLoad = 1.
Evan Cheng
2007-08-30
5
-6
/
+21
*
Use i64 on a PPC64 machine
Bill Wendling
2007-08-30
1
-1
/
+1
*
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-30
11
-35
/
+141
*
Fix use of declaration inside case block
Anton Korobeynikov
2007-08-29
1
-1
/
+2
*
Change LiveRange so it keeps a pointer to the VNInfo rather than an index.
Evan Cheng
2007-08-29
5
-352
/
+316
*
Lower FRAME_TO_ADDR_OFFSET to zero by default (if not custom lowered)
Anton Korobeynikov
2007-08-29
1
-1
/
+13
*
Move getX86RegNum into X86RegisterInfo and use it
Duncan Sands
2007-08-29
6
-88
/
+80
*
Alphabetize Raul's entry.
Raul Herbster
2007-08-29
1
-3
/
+4
*
New contributor added
Raul Herbster
2007-08-29
1
-1
/
+3
*
Updating configure script to enable MIPS.
Tanya Lattner
2007-08-29
1
-25
/
+30
*
Silence implicit 64->32-bit conversion warnings.
Chris Lattner
2007-08-29
1
-20
/
+6
*
getMinSignedBits needs to take into consider the sign bit when the value is p...
Chris Lattner
2007-08-29
1
-1
/
+1
*
update these
Chris Lattner
2007-08-29
2
-2
/
+2
*
Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by
Dan Gohman
2007-08-28
3
-1
/
+145
*
Update win32 VStudio project files to keep pace with recently added and delet...
Chuck Rose III
2007-08-28
4
-16
/
+27
*
Recover most of the compile time regression due to recent live interval changes.
Evan Cheng
2007-08-28
4
-98
/
+100
*
Added method to get Mips register numbers
Bruno Cardoso Lopes
2007-08-28
3
-61
/
+113
*
Changed stack allocation On LowerFORMAL_ARGUMENTS.
Bruno Cardoso Lopes
2007-08-28
1
-20
/
+29
*
Mask directive completed with CalleeSave info
Bruno Cardoso Lopes
2007-08-28
2
-73
/
+111
*
Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS
Bruno Cardoso Lopes
2007-08-28
1
-3
/
+53
*
Cut off crazy computation. This helps PR1622 slightly.
Chris Lattner
2007-08-28
1
-0
/
+4
*
Use simpler test to filter loops.
Devang Patel
2007-08-27
1
-14
/
+3
*
Add explicit triples to avoid default behavior that varies by host.
Dan Gohman
2007-08-27
4
-4
/
+4
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
13
-46
/
+76
*
Add a comment about using libc memset/memcpy or generating inline code.
Rafael Espindola
2007-08-27
1
-2
/
+5
*
Remove this test as it is too hard to fix after the
Duncan Sands
2007-08-27
1
-1621
/
+0
*
Fix this test: llvm-gcc-4.2 optimizes almost everything away,
Duncan Sands
2007-08-27
1
-2
/
+2
*
Make DAGCombiner's global alias analysis query more precise in the case
Dan Gohman
2007-08-27
1
-2
/
+3
*
Now that we don't output cleanups by default, the action
Duncan Sands
2007-08-27
1
-1
/
+1
*
If the source and destination pointers in an llvm.memmove are known
Dan Gohman
2007-08-27
6
-12
/
+62
[prev]
[next]