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
*
Cleanup
Anton Korobeynikov
2008-06-28
1
-6
/
+3
*
Remove X86SharedAsmPrinter
Anton Korobeynikov
2008-06-28
4
-529
/
+487
*
whitespace cleanup
Anton Korobeynikov
2008-06-28
2
-25
/
+25
*
Make intel asmprinter child of generic asmprinter, not x86 shared asm printer...
Anton Korobeynikov
2008-06-28
4
-27
/
+138
*
Cleanup
Anton Korobeynikov
2008-06-28
1
-10
/
+5
*
Whitespace cleanup
Anton Korobeynikov
2008-06-28
1
-22
/
+22
*
Really fix the bootstrap failure.
Chris Lattner
2008-06-28
1
-9
/
+5
*
Add back the capability to include nul characters in strings with
Chris Lattner
2008-06-28
2
-6
/
+8
*
Tighten up checking.
Chris Lattner
2008-06-28
1
-4
/
+10
*
When folding a bitcast into a load or store, preserve the alignment
Dan Gohman
2008-06-28
1
-2
/
+2
*
Fix GetMainExecutable. Patch by Sam Bishop.
Seo Sanghyeon
2008-06-27
1
-4
/
+2
*
Looks like this condition is inverted.
Evan Cheng
2008-06-27
1
-2
/
+2
*
implement some fixme's by making "autorenaming" in the value symbol table not
Chris Lattner
2008-06-27
1
-26
/
+11
*
simplify some code to avoid string thrashing.
Chris Lattner
2008-06-27
1
-3
/
+5
*
Use StringSet instead of std::set<std::string>
Anton Korobeynikov
2008-06-27
3
-26
/
+25
*
Add a new version of Module::getFunction that takes a const char* instead
Chris Lattner
2008-06-27
2
-0
/
+13
*
Add dominator info printer pass.
Devang Patel
2008-06-27
1
-0
/
+31
*
Provide correct encoding for PPC LWARX instructions.
Anton Korobeynikov
2008-06-27
1
-2
/
+2
*
Reduce number of times .size() is called on a vector. Rename some variables to
Bill Wendling
2008-06-27
1
-16
/
+22
*
Use a SmallSet when we can to reduce memory allocations.
Owen Anderson
2008-06-27
1
-1
/
+2
*
Cache subregister relationships in a set in TargetRegisterInfo to allow faste...
Owen Anderson
2008-06-27
1
-0
/
+10
*
fix the regressions from Eric's patch by making GetConstantStringInfo
Chris Lattner
2008-06-27
1
-29
/
+34
*
simplify this check, GetConstantStringInfo validates that a
Chris Lattner
2008-06-27
1
-5
/
+3
*
when linking globals, make sure to preserve the address space of the global.
Chris Lattner
2008-06-27
1
-4
/
+8
*
Cruft left from patch revert...sorry. :-(
Bill Wendling
2008-06-27
1
-3
/
+6
*
Reverting broken patch r52803.
Bill Wendling
2008-06-27
1
-33
/
+20
*
Don't perform expensive queries checking for super and sub registers when we ...
Owen Anderson
2008-06-27
1
-1
/
+2
*
- Remove a use of std::vector.
Bill Wendling
2008-06-27
1
-12
/
+24
*
Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up
Bill Wendling
2008-06-27
5
-803
/
+633
*
duncan points out that isOperationLegal includes a check for
Chris Lattner
2008-06-26
1
-2
/
+2
*
Don't create a whole new string just to copy the elements into it.
Owen Anderson
2008-06-26
1
-5
/
+3
*
Make LLVM compile on DragonFly BSD (PR2499).
Matthijs Kooijman
2008-06-26
2
-2
/
+2
*
Cleanup for unitialized types. Patch by Jean-Daniel Dupas!
Bill Wendling
2008-06-26
1
-4
/
+4
*
"An improved Mach-O file type detection for sys::IdentifyFileType()
Chris Lattner
2008-06-26
1
-18
/
+32
*
Reserve the size we'll need in advance.
Owen Anderson
2008-06-26
1
-0
/
+1
*
Fixes the last x86-64 test failure in compat.exp:
Dale Johannesen
2008-06-26
2
-7
/
+9
*
Remove unused function.
Eric Christopher
2008-06-26
1
-82
/
+1
*
Move GetConstantStringInfo to lib/Analysis. Remove
Eric Christopher
2008-06-26
7
-55
/
+111
*
when we know the signbit of an input to uint_to_fp is zero,
Chris Lattner
2008-06-26
1
-3
/
+26
*
Remember which MachineOperand we were processing, so we don't have to scan th...
Owen Anderson
2008-06-25
1
-11
/
+15
*
Fix the text in an assert string.
Dan Gohman
2008-06-25
1
-1
/
+1
*
- Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into a
Evan Cheng
2008-06-25
3
-15
/
+45
*
Add support for expanding PPC 128 bit floats.
Duncan Sands
2008-06-25
4
-9
/
+215
*
Implement JIT support for global aliases, patch by David Chisnall!
Chris Lattner
2008-06-25
1
-0
/
+2
*
Restore DeadArgElim back to 52570. It's breaking 447.dealII.
Evan Cheng
2008-06-25
1
-527
/
+374
*
Switch the PPC backend and target-independent JIT to use the libsystem
Chris Lattner
2008-06-25
3
-32
/
+5
*
fix compilation errors in my previous patch
Chris Lattner
2008-06-25
1
-4
/
+5
*
Add a new InvalidateInstructionCache method to sys::Memory.
Chris Lattner
2008-06-25
1
-6
/
+31
*
SimpleInstructionSelector is here no more.
Dan Gohman
2008-06-25
1
-1
/
+0
*
Add/complete support for integer and float
Duncan Sands
2008-06-25
3
-38
/
+282
[next]