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
*
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-10-17
15
-45
/
+48
*
80 col violation.
Evan Cheng
2009-10-17
1
-1
/
+2
*
Simplify some code (first hunk) and fix PR5208 (second hunk) by
Chris Lattner
2009-10-17
1
-8
/
+6
*
Delete an obsolete comment.
Dan Gohman
2009-10-17
1
-2
/
+1
*
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
18
-572
/
+27
*
Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic
Dan Gohman
2009-10-17
1
-177
/
+354
*
Autoupgrade malloc insts to malloc calls.
Victor Hernandez
2009-10-17
9
-146
/
+126
*
HeapAllocSRoA also needs to check if malloc array size can be computed.
Victor Hernandez
2009-10-16
1
-36
/
+40
*
Allow widening of extract subvector
Mon P Wang
2009-10-16
2
-0
/
+8
*
Do not emit name entry for a pointer type.
Devang Patel
2009-10-16
1
-1
/
+1
*
Change createPostRAScheduler so it can be turned off at llc -O1.
Evan Cheng
2009-10-16
4
-8
/
+19
*
Move zext and sext casts fed by loads into the same block as the
Dan Gohman
2009-10-16
1
-1
/
+41
*
Parse PHI instruction with attached metadata.
Devang Patel
2009-10-16
1
-0
/
+6
*
If there is not any llvm instruction associated with each lexical scope encod...
Devang Patel
2009-10-16
1
-2
/
+10
*
Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...
Victor Hernandez
2009-10-16
1
-1
/
+1
*
Strip trailing white space.
Duncan Sands
2009-10-16
1
-33
/
+31
*
Update CMake file.
Benjamin Kramer
2009-10-16
1
-0
/
+1
*
Cleaned up some code. No functionality change.
Sanjiv Gupta
2009-10-16
4
-67
/
+52
*
I am no spelling bee.
Evan Cheng
2009-10-16
1
-1
/
+1
*
Enable post-alloc scheduling for all ARM variants except for Thumb1.
Evan Cheng
2009-10-16
1
-3
/
+5
*
If post-alloc scheduler is not enabled, it should return false, not true.
Evan Cheng
2009-10-16
1
-3
/
+3
*
Indent code.
Zhongxing Xu
2009-10-16
1
-1
/
+1
*
Add comment.
Evan Cheng
2009-10-16
1
-0
/
+2
*
80 column violation.
Evan Cheng
2009-10-16
1
-1
/
+2
*
Fix more NEON instruction encodings.
Bob Wilson
2009-10-16
1
-2
/
+2
*
Add half precision floating point support (float16) to APFloat,
Chris Lattner
2009-10-16
1
-1
/
+69
*
add haiku support, patch by Paul Davey!
Chris Lattner
2009-10-16
1
-0
/
+3
*
MC: Set symbol values in MachO MCStreamer.
Daniel Dunbar
2009-10-16
1
-1
/
+3
*
Minor formatting tweaks.
Daniel Dunbar
2009-10-16
2
-34
/
+34
*
MC: Switch assembler API to using MCExpr instead of MCValue.
Daniel Dunbar
2009-10-16
2
-31
/
+41
*
MC: Remove unneeded context argument to MCExpr::Evaluate*.
Daniel Dunbar
2009-10-16
2
-9
/
+8
*
MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute
Daniel Dunbar
2009-10-16
1
-0
/
+1
*
MC: When parsing a variable reference, substitute absolute variables immediately
Daniel Dunbar
2009-10-16
1
-1
/
+4
*
MC: Move assembler variable values from MCContext to MCSymbol.
Daniel Dunbar
2009-10-16
1
-2
/
+5
*
MC: Switch MCContext value table to storing MCExprs.
Daniel Dunbar
2009-10-16
2
-21
/
+3
*
When checking aliases between phi sources and V2, we know the sources are not...
Evan Cheng
2009-10-16
1
-3
/
+3
*
Revert svn r80498 and replace it with a different solution. The only problem
Bob Wilson
2009-10-15
1
-12
/
+4
*
Dllexport stuff cleanup:
Anton Korobeynikov
2009-10-15
1
-34
/
+40
*
Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...
Sandeep Patel
2009-10-15
1
-1
/
+5
*
Fix encoding bits for N3VLInt3_QHS multiclass with 8-bit elements.
Bob Wilson
2009-10-15
1
-1
/
+1
*
Fix ARM memory operand parsing of post indexing with just a base register, that
Kevin Enderby
2009-10-15
1
-36
/
+41
*
Fix a potential performance problem in placing ARM constant pools.
Bob Wilson
2009-10-15
1
-29
/
+67
*
More bits of the ARM target assembler for llvm-mc, code added to parse labels
Kevin Enderby
2009-10-15
1
-16
/
+130
*
Remove X86Subtarget::IsLinux. It's no longer being used.
Evan Cheng
2009-10-15
2
-10
/
+1
*
Fix bug where array malloc with unexpected computation of the size argument r...
Victor Hernandez
2009-10-15
3
-28
/
+64
*
Add files Sanjiv forgot.
Benjamin Kramer
2009-10-15
3
-0
/
+487
*
Re-apply 84180 with the fixed test case.
Sanjiv Gupta
2009-10-15
10
-689
/
+391
*
Move Blackfin intrinsics into the Target/Blackfin directory.
Jakob Stoklund Olesen
2009-10-15
7
-1
/
+124
*
Report errors correctly for unselected target intrinsics.
Jakob Stoklund Olesen
2009-10-15
1
-6
/
+9
*
Clean up TargetIntrinsicInfo API. Add pure virtual methods.
Jakob Stoklund Olesen
2009-10-15
1
-2
/
+10
[next]